🌈 Improve and rename README to README.md
This commit is contained in:
parent
8a0c686e61
commit
b282d5f16a
1 changed files with 18 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
bitaddress.org
|
# bitaddress.org
|
||||||
JavaScript Client-Side Bitcoin Wallet Generator
|
JavaScript Client-Side Bitcoin Wallet Generator
|
||||||
|
|
||||||
Now Bitcoin addresses and their corresponding private key can be conveniently
|
Now Bitcoin addresses and their corresponding private key can be conveniently
|
||||||
|
@ -19,14 +19,20 @@ Please send DONATIONS for this project to Bitcoin Address:
|
||||||
|
|
||||||
|
|
||||||
END USER NOTES:
|
END USER NOTES:
|
||||||
|
|
||||||
1) To print QRCode in IE8 you must enable the "Print Background Colors and
|
1) To print QRCode in IE8 you must enable the "Print Background Colors and
|
||||||
Images" checkbox on the "Page Setup" screen.
|
Images" checkbox on the "Page Setup" screen.
|
||||||
|
|
||||||
2) For Bulk Wallet I recommended using Google Chrome, it's the fastest.
|
2) For Bulk Wallet I recommended using Google Chrome, it's the fastest.
|
||||||
|
|
||||||
3) Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
|
3) Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
|
||||||
|
|
||||||
4) Mobile Safari only works with iPhone4 or newer devices.
|
4) Mobile Safari only works with iPhone4 or newer devices.
|
||||||
Older devices timeout while executing JavaScript.
|
Older devices timeout while executing JavaScript.
|
||||||
|
|
||||||
5) DO NOT use Opera Mini it renders JavaScript output server side, therefore
|
5) DO NOT use Opera Mini it renders JavaScript output server side, therefore
|
||||||
they might record the private key you generated.
|
they might record the private key you generated.
|
||||||
|
|
||||||
6) Art Wallet does not work properly in IE8 due to CSS limitations.
|
6) Art Wallet does not work properly in IE8 due to CSS limitations.
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,15 +50,16 @@ throughout the document along with their licenses. Included JavaScript
|
||||||
libraries are separated with HTML script tags.
|
libraries are separated with HTML script tags.
|
||||||
|
|
||||||
Summary of JavaScript functions with a redistributable license:
|
Summary of JavaScript functions with a redistributable license:
|
||||||
JavaScript function License
|
|
||||||
------------------- --------------
|
JavaScript function | License
|
||||||
Array.prototype.map Public Domain
|
------------------- | --------------
|
||||||
window.Crypto BSD License
|
Array.prototype.map | Public Domain
|
||||||
window.SecureRandom BSD License
|
window.Crypto | BSD License
|
||||||
window.EllipticCurve BSD License
|
window.SecureRandom | BSD License
|
||||||
window.BigInteger BSD License
|
window.EllipticCurve | BSD License
|
||||||
window.QRCode MIT License
|
window.BigInteger | BSD License
|
||||||
window.Bitcoin MIT License
|
window.QRCode | MIT License
|
||||||
|
window.Bitcoin | MIT License
|
||||||
|
|
||||||
The bitaddress.org software is available under The MIT License (MIT)
|
The bitaddress.org software is available under The MIT License (MIT)
|
||||||
Copyright (c) 2011-2013 bitaddress.org
|
Copyright (c) 2011-2013 bitaddress.org
|
Loading…
Reference in a new issue