From c26f106f817ecfb68e1fb064f254ab9144471540 Mon Sep 17 00:00:00 2001 From: pointbiz Date: Sun, 25 Oct 2015 14:54:59 -0400 Subject: [PATCH] v3.0.0 add session log of keypairs --- CHANGELOG.txt | 4 + CHANGELOG.txt.asc | 18 +- bitaddress.org.html | 444 +++++++++++++++++++++++++++---------- bitaddress.org.html.sig | 14 +- package.json | 6 +- src/bitaddress-ui.html | 66 +++--- src/bitcoinjs-lib.eckey.js | 77 ++++++- src/bitcoinjs-lib.util.js | 10 + src/main.css | 4 +- src/ninja.detailwallet.js | 8 +- src/ninja.key.js | 5 +- src/ninja.misc.js | 12 +- src/ninja.onload.js | 2 +- src/ninja.paperwallet.js | 1 + src/ninja.singlewallet.js | 74 ++++--- src/ninja.translator.js | 33 +++ src/ninja.unittests.js | 146 ++++++++---- 17 files changed, 686 insertions(+), 238 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fe4b758a..4d5b15bb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,10 @@ END USER NOTES: Here is a signed list of file names and version history. +2015-10-25: status ACTIVE +bitaddress.org-v3.0.0-SHA256-4781574ca09c07f65d1966619f37a762aac6decd8732cacc85b2f2f972f82751.html + - add session log icon that shows all the key pairs generated during the current session. + 2015-08-16: status ACTIVE bitaddress.org-v2.9.11-SHA256-40376eddc790a63d9afcfb72c0a45002827da965f3bfe6ba8c330e697bf188b2.html - add status icons for checking the URI protocol used, support for window.crypto.getRandomValues diff --git a/CHANGELOG.txt.asc b/CHANGELOG.txt.asc index 444319cf..39bdea24 100644 --- a/CHANGELOG.txt.asc +++ b/CHANGELOG.txt.asc @@ -31,6 +31,10 @@ END USER NOTES: Here is a signed list of file names and version history. +2015-10-25: status ACTIVE +bitaddress.org-v3.0.0-SHA256-4781574ca09c07f65d1966619f37a762aac6decd8732cacc85b2f2f972f82751.html + - add session log icon that shows all the key pairs generated during the current session. + 2015-08-16: status ACTIVE bitaddress.org-v2.9.11-SHA256-40376eddc790a63d9afcfb72c0a45002827da965f3bfe6ba8c330e697bf188b2.html - add status icons for checking the URI protocol used, support for window.crypto.getRandomValues @@ -298,11 +302,11 @@ bitaddress.org-v0.1-SHA1-f40e706490f3eb2be56c31ddbf4c8646cd51ef40.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (MingW32) -iQEcBAEBAgAGBQJV0Pu2AAoJEIdJe5Fjl09avHcH/31ABkos0xmXJ6E1PC2P7SUN -SiX6ehnKVTnMzbu1APhyJ2hlUrpSOBS0bbRhlHc9M6X2z8aqBT5izRba6V3LnxJ7 -dxtPPv++ieJR/5s6EIrbn1I1f+eoCxKCtuFabmqq/Pmc+ChMbjsWbTz/Nx1lwjSq -F/a1k5RqEL3qMPHTc2eCwT4UdlcNr5YKm/8bJTbRKFygWGfj7U0ryX87h+xI3D2s -jO69dtU6hiQ490574Hl1w9cDMbAdNkhXP5TXZ9Tl7Lqs1SMgHZ9Shi+8xjiOyUSM -7hnRbGyK+r2DbpyLzFnayvez1Zu3oELa5qKNgIq1rS3XLZzxPXId+0li/MRSn1c= -=5DkH +iQEcBAEBAgAGBQJWLSSBAAoJEIdJe5Fjl09ajBMIAJobpBphyjpCmkt8CIzILevd +YZ4M9wCXq0rDj8oRmHzwHDU/UEqTQtmw0NK4juogBiBdfQ6SKon2woISYw1jg6g7 +EaL3n14dykaXxCvRCo8uTqLr3zsK0w9bxBa0GQ9uh+xG61vM9B14bFkVn90zXLsw +njn+wyibt4b4NmymKdklU4Ds1jTfquAB/9+dbi7DT5p6hcCGTcvWqekLyVYzVmzO +fiAmbQyWgGC1GvvRsIhi5vgzhLttXaC/K6s4Ypb74Qd5Uw7DO3qje3pmdZF1V/gQ +HOsL43jhqFSeGz2SbdJZLQOi1l9GA04cODJsa18tyiZ5ItbXfp9XKL/EcIG1mV4= +=8hP9 -----END PGP SIGNATURE----- diff --git a/bitaddress.org.html b/bitaddress.org.html index 518252a0..5f3d067c 100644 --- a/bitaddress.org.html +++ b/bitaddress.org.html @@ -5620,11 +5620,83 @@ })(); @@ -6321,7 +6406,7 @@ .question:hover, .expandable:hover { color: #77777A; } .answer { padding: 0 15px 10px 25px; text-align: left; display: none; font-size: 80%; } .faq { border: 0; border-top: 2px solid #009900; } -.button {} +.button { margin-left: 5px; margin-right: 5px; } #wallets { clear: both; } #btcaddress, #btcprivwif, #detailaddress, #detailaddresscomp, #detailprivwif, #detailprivwifcomp { font-family: monospace; font-size: 1.25em; } @@ -6502,7 +6587,7 @@ #bulkstartindex, #paperlimit, #paperlimitperpage { width: 35px; } #bulklimit { width: 45px; } - .footer { font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; } + .footer { font-size: 90%; clear: both; width: 770px; padding: 10px 0 10px 0; margin: 50px auto auto auto; } .footer div span.item { padding: 10px; } .footer .authorbtc { float: left; width: 470px; } .footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; } @@ -6589,35 +6674,37 @@ -
-
-
- Bitcoin Address +
+
+
+
+ Bitcoin Address +
+
+
+ +
+
SHARE
-
-
- +
+
+ Private Key (Wallet Import Format) +
+
+
+ +
+
SECRET
-
SHARE
-
-
- Private Key (Wallet Import Format) -
-
-
- -
-
SECRET
-
-
- -
-

A Bitcoin wallet is as simple as a single pairing of a Bitcoin address with its corresponding Bitcoin private key. Such a wallet has been generated for you in your web browser and is displayed above.

-

To safeguard this wallet you must print or otherwise record the Bitcoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.

-

Add funds to this wallet by instructing others to send bitcoins to your Bitcoin address.

-

Check your balance by going to blockchain.info or blockexplorer.com and entering your Bitcoin address.

-

Spend your bitcoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular bitcoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a bitcoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another bitcoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.

+ +
+

A Bitcoin wallet is as simple as a single pairing of a Bitcoin address with its corresponding Bitcoin private key. Such a wallet has been generated for you in your web browser and is displayed above.

+

To safeguard this wallet you must print or otherwise record the Bitcoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.

+

Add funds to this wallet by instructing others to send bitcoins to your Bitcoin address.

+

Check your balance by going to blockchain.info or blockexplorer.com and entering your Bitcoin address.

+

Spend your bitcoins by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular bitcoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a bitcoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another bitcoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.

+
@@ -6919,10 +7006,18 @@
⚠ Think twice! You appear to be running this generator online from a live website. For valuable wallets it is recommended to - download + download the zip file from GitHub and run this generator offline as a local html file.

+
+ This is a log of all the Bitcoin Addresses and Private Keys you generated during your current session. Reloading the page will create a new session. + + +

+ + +
@@ -6931,22 +7026,24 @@ ... ... ... + Donations: 1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN GitHub Repository - (zip) + (zip)
- Version History (2.9.11) + Version History (3.0.0) 527B 5C82 B1F6 B2DB 72A0
ECBF 8749 7B91 6397 4F5A
- (PGP) + (PGP) (sig) +