🌈 Improve and rename README to README.md

This commit is contained in:
mcccs 2016-08-08 15:51:46 +03:00 committed by GitHub
parent 8a0c686e61
commit b282d5f16a

View file

@ -1,4 +1,4 @@
bitaddress.org
# bitaddress.org
JavaScript Client-Side Bitcoin Wallet Generator
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:
1) To print QRCode in IE8 you must enable the "Print Background Colors and
Images" checkbox on the "Page Setup" screen.
2) For Bulk Wallet I recommended using Google Chrome, it's the fastest.
3) Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
4) Mobile Safari only works with iPhone4 or newer devices.
Older devices timeout while executing JavaScript.
5) DO NOT use Opera Mini it renders JavaScript output server side, therefore
they might record the private key you generated.
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.
Summary of JavaScript functions with a redistributable license:
JavaScript function License
------------------- --------------
Array.prototype.map Public Domain
window.Crypto BSD License
window.SecureRandom BSD License
window.EllipticCurve BSD License
window.BigInteger BSD License
window.QRCode MIT License
window.Bitcoin MIT License
JavaScript function | License
------------------- | --------------
Array.prototype.map | Public Domain
window.Crypto | BSD License
window.SecureRandom | BSD License
window.EllipticCurve | BSD License
window.BigInteger | BSD License
window.QRCode | MIT License
window.Bitcoin | MIT License
The bitaddress.org software is available under The MIT License (MIT)
Copyright (c) 2011-2013 bitaddress.org