From 405d6c7f1e4fd04de311e2963dd6968927a67f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 29 Jun 2014 11:26:15 +0200 Subject: [PATCH 1/9] i18n: big refactor Each translatable string have to be marked with the css class "i18n" Add a new ?i18nextract URL parameter that extract all string that can be translated/corrected Separate each translation in a file, add a grunt task to recombine them --- Gruntfile.js | 17 +- index.html | 940 ++++------------------------------------ l10n/cs.js | 134 ++++++ l10n/de.js | 131 ++++++ l10n/el.js | 121 ++++++ l10n/en.js | 18 + l10n/es.js | 117 +++++ l10n/fr.js | 116 +++++ l10n/it.js | 130 ++++++ src/index.html | 5 - src/ninja.onload.js | 39 ++ src/ninja.translator.js | 880 +------------------------------------ 12 files changed, 917 insertions(+), 1731 deletions(-) create mode 100644 l10n/cs.js create mode 100644 l10n/de.js create mode 100644 l10n/el.js create mode 100644 l10n/en.js create mode 100644 l10n/es.js create mode 100644 l10n/fr.js create mode 100644 l10n/it.js diff --git a/Gruntfile.js b/Gruntfile.js index 5d4f5ec..67da18f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,7 @@ module.exports = function (grunt) { // Project configuration. grunt.initConfig({ combine: { - single: { + src: { input: "./src/index.html", output: "./index.html", tokens: [ @@ -42,11 +42,20 @@ module.exports = function (grunt) { { token: "//janin.currency.js", file: "./src/janin.currency.js" }, { token: "//main.css", file: "./src/main.css" } ] - } - } + }, + i18n: { + input: "./index.html", + output: "./index.html", + tokens: [ + { token: "//en.js", file: "./l10n/en.js" }, + //{ token: "//fr.js", file: "./l10n/fr.js" } + ] + } + } + }); grunt.file.defaultEncoding = 'utf-8'; grunt.loadNpmTasks("grunt-combine"); - grunt.registerTask("default", ["combine:single"]); + grunt.registerTask("default", ["combine:src", "combine:i18n"]); }; \ No newline at end of file diff --git a/index.html b/index.html index 56705a2..45bad4c 100644 --- a/index.html +++ b/index.html @@ -9653,12 +9653,7 @@ h1 { margin: 0px; height: 91px; }
- Choose currency : - + Choose currency : +
- Generating new Address...
- MOVE your mouse around to add some extra randomness...
- OR type some random characters into this textbox
+ Generating new Address...
+ MOVE your mouse around to add some extra randomness...
+ OR type some random characters into this textbox
@@ -9709,7 +9709,7 @@ h1 { margin: 0px; height: 91px; }
Skip » -

You may skip this step if you do not plan to use the random key generator.

+

You may skip this step if you do not plan to use the random key generator.

@@ -9723,58 +9723,58 @@ h1 { margin: 0px; height: 91px; }
- Public Address + Public Address
-
SHARE
+
SHARE
- Private Key (Wallet Import Format) + Private Key (Wallet Import Format)
-
SECRET
+
SECRET
-

Step 0. Follow the security checklist recommendation

-

+

Step 0. Follow the security checklist recommendation

+

First step is to download this website from Github and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, unplug your Internet access while generating your wallet.

-

Step 1. Generate new address

-

+

Step 1. Generate new address

+

Choose your currency and click on the "Generate new address" button.

-

Step 2. Print the Paper Wallet

-

+

Step 2. Print the Paper Wallet

+

Click the Paper Wallet tab and print the page on high quality setting. Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.

-

Step 3. Fold the Paper Wallet

-

+

Step 3. Fold the Paper Wallet

+

Fold your new Paper wallet following the lines. Fold in half lengthwise, and then in three widthwise.
You can insert one side inside the other to lock the wallet.

-

Step 4. Share your public key

-

+

Step 4. Share your public key

+

Use your public key to receive money from other crypto-currency users. You can share your public keys as much as you want.

-

Step 5. Keep your private key secret

-

+

Step 5. Keep your private key secret

+

The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet.

- Please test spending a small amount before receiving any large payments.

+ Please test spending a small amount before receiving any large payments.

@@ -9783,21 +9783,21 @@ h1 { margin: 0px; height: 91px; } Overview image of 4 paper wallet
- Security Checklist : + Security Checklist :
  • -
  • +
  • Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
- Supported currencies : + Supported currencies :
@@ -9886,7 +9886,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Comma Separated Values: Index,Address,Private Key (WIF) + Comma Separated Values: Index,Address,Private Key (WIF)
@@ -9894,16 +9894,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- +
- + - Algorithm: SHA256(passphrase) + Algorithm: SHA256(passphrase)
@@ -9912,14 +9912,14 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Public Address: + Public Address:
- Private Key (Wallet Import Format): + Private Key (Wallet Import Format):
@@ -9928,60 +9928,60 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Step 1 Public Key: + Step 1 Public Key:
-
Copy and paste the above into the Your-Part-Public-Key field in the Vanity Pool Website.
+
Copy and paste the above into the Your-Part-Public-Key field in the Vanity Pool Website.
- Step 1 Private Key: + Step 1 Private Key: -
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Private Key once the Pool has found your prefix.
+
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Private Key once the Pool has found your prefix.
- Enter Your Part Private Key (generated in Step 1 above and previously saved): -
[NOTE: this input box can accept a public key or private key] + Enter Your Part Private Key (generated in Step 1 above and previously saved): +
[NOTE: this input box can accept a public key or private key]
- Enter Pool Part Private Key (from Vanity Pool): -
[NOTE: this input box can accept a public key or private key] + Enter Pool Part Private Key (from Vanity Pool): +
[NOTE: this input box can accept a public key or private key]
- - + +
- Vanity Public Address: + Vanity Public Address: -
The above is your new address that should include your required prefix.
+
The above is your new address that should include your required prefix.
- Vanity Public Key (HEX): + Vanity Public Key (HEX): -
The above is the Public Key in hexadecimal format.
+
The above is the Public Key in hexadecimal format.
- Vanity Private Key (WIF): + Vanity Private Key (WIF): -
The above is the Private Key to load into your wallet.
+
The above is the Private Key to load into your wallet.
@@ -9991,7 +9991,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- + @@ -10008,9 +10008,9 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
-

Scan QR code using your camera

-
Sorry, but your web browser does not support the HTML5 camera controls. Try using a recent version of Firefox (recommended), Chrome or Opera.
-
+

Scan QR code using your camera

+
Sorry, but your web browser does not support the HTML5 camera controls. Try using a recent version of Firefox (recommended), Chrome or Opera.
+

Permission denied. Your browser should display a message requesting access to your camera. Please click the "Allow" button to enable the camera.

@@ -10019,84 +10019,84 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- +
- Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64). + Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64).

- Public Address + Public Address
- Public Address Compressed + Public Address Compressed


- Public Key (130 characters [0-9A-F]): + Public Key (130 characters [0-9A-F]):
- Public Key (compressed, 66 characters [0-9A-F]): + Public Key (compressed, 66 characters [0-9A-F]):

- Private Key WIF
51 characters base58, starts with a
'5'
+ Private Key WIF
51 characters base58, starts with a
'5'
- Private Key WIF Compressed
52 characters base58, starts with a
'K' or 'L'
+ Private Key WIF Compressed
52 characters base58, starts with a
'K' or 'L'


- Private Key Hexadecimal Format (64 characters [0-9A-F]): + Private Key Hexadecimal Format (64 characters [0-9A-F]):
- Private Key Base64 (44 characters): + Private Key Base64 (44 characters):
- Private Key Mini Format (22, 26 or 30 characters, starts with an 'S'): + Private Key Mini Format (22, 26 or 30 characters, starts with an 'S'):
- Private Key Base6 Format (99 characters [0-5]): + Private Key Base6 Format (99 characters [0-5]):
- Private Key BIP38 Format (58 characters base58, starts with '6P'): + Private Key BIP38 Format (58 characters base58, starts with '6P'):
- How do I make a wallet using dice? What is B6? + How do I make a wallet using dice? What is B6?
-
An important part of creating a crypto-currency wallet is ensuring the random numbers used to create the wallet are truly random. Physical randomness is better than computer generated pseudo-randomness. The easiest way to generate physical randomness is with dice. To create a crypto-currency private key you only need one six sided die which you roll 99 times. Stopping each time to record the value of the die. When recording the values follow these rules: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. By doing this you are recording the big random number, your private key, in B6 or base 6 format. You can then enter the 99 character base 6 private key into the text field above and click View Details. You will then see the public address associated with your private key. You should also make note of your private key in WIF format since it is more widely used.
+
An important part of creating a crypto-currency wallet is ensuring the random numbers used to create the wallet are truly random. Physical randomness is better than computer generated pseudo-randomness. The easiest way to generate physical randomness is with dice. To create a crypto-currency private key you only need one six sided die which you roll 99 times. Stopping each time to record the value of the die. When recording the values follow these rules: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. By doing this you are recording the big random number, your private key, in B6 or base 6 format. You can then enter the 99 character base 6 private key into the text field above and click View Details. You will then see the public address associated with your private key. You should also make note of your private key in WIF format since it is more widely used.
-
To support the development of this wallet generator, you can donate to the following address:
+
To support the development of this wallet generator, you can donate to the following address:
@@ -10167,7 +10167,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Choose currency : - + Choose currency : +
- Generating new Address...
- MOVE your mouse around to add some extra randomness...
- OR type some random characters into this textbox
+ Generating new Address...
+ MOVE your mouse around to add some extra randomness...
+ OR type some random characters into this textbox
@@ -167,7 +167,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Skip » -

You may skip this step if you do not plan to use the random key generator.

+

You may skip this step if you do not plan to use the random key generator.

@@ -181,58 +181,58 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Public Address + Public Address
-
SHARE
+
SHARE
- Private Key (Wallet Import Format) + Private Key (Wallet Import Format)
-
SECRET
+
SECRET
-

Step 0. Follow the security checklist recommendation

-

+

Step 0. Follow the security checklist recommendation

+

First step is to download this website from Github and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, unplug your Internet access while generating your wallet.

-

Step 1. Generate new address

-

+

Step 1. Generate new address

+

Choose your currency and click on the "Generate new address" button.

-

Step 2. Print the Paper Wallet

-

+

Step 2. Print the Paper Wallet

+

Click the Paper Wallet tab and print the page on high quality setting. Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.

-

Step 3. Fold the Paper Wallet

-

+

Step 3. Fold the Paper Wallet

+

Fold your new Paper wallet following the lines. Fold in half lengthwise, and then in three widthwise.
You can insert one side inside the other to lock the wallet.

-

Step 4. Share your public key

-

+

Step 4. Share your public key

+

Use your public key to receive money from other crypto-currency users. You can share your public keys as much as you want.

-

Step 5. Keep your private key secret

-

+

Step 5. Keep your private key secret

+

The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet.

- Please test spending a small amount before receiving any large payments.

+ Please test spending a small amount before receiving any large payments.

@@ -241,21 +241,21 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Overview image of 4 paper wallet
- Security Checklist : + Security Checklist :
  • -
  • +
  • Are you using a secure operating system guaranteed to be free of spyware and viruses, for example, an Ubuntu LiveCD?
- Supported currencies : + Supported currencies :
@@ -344,7 +344,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Comma Separated Values: Index,Address,Private Key (WIF) + Comma Separated Values: Index,Address,Private Key (WIF)
@@ -352,16 +352,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- +
- + - Algorithm: SHA256(passphrase) + Algorithm: SHA256(passphrase)
@@ -370,14 +370,14 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Public Address: + Public Address:
- Private Key (Wallet Import Format): + Private Key (Wallet Import Format):
@@ -386,60 +386,60 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- Step 1 Public Key: + Step 1 Public Key:
-
Copy and paste the above into the Your-Part-Public-Key field in the Vanity Pool Website.
+
Copy and paste the above into the Your-Part-Public-Key field in the Vanity Pool Website.
- Step 1 Private Key: + Step 1 Private Key: -
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Private Key once the Pool has found your prefix.
+
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Private Key once the Pool has found your prefix.
- Enter Your Part Private Key (generated in Step 1 above and previously saved): -
[NOTE: this input box can accept a public key or private key] + Enter Your Part Private Key (generated in Step 1 above and previously saved): +
[NOTE: this input box can accept a public key or private key]
- Enter Pool Part Private Key (from Vanity Pool): -
[NOTE: this input box can accept a public key or private key] + Enter Pool Part Private Key (from Vanity Pool): +
[NOTE: this input box can accept a public key or private key]
- - + +
- Vanity Public Address: + Vanity Public Address: -
The above is your new address that should include your required prefix.
+
The above is your new address that should include your required prefix.
- Vanity Public Key (HEX): + Vanity Public Key (HEX): -
The above is the Public Key in hexadecimal format.
+
The above is the Public Key in hexadecimal format.
- Vanity Private Key (WIF): + Vanity Private Key (WIF): -
The above is the Private Key to load into your wallet.
+
The above is the Private Key to load into your wallet.
@@ -449,7 +449,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- + @@ -466,9 +466,9 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
-

Scan QR code using your camera

-
Sorry, but your web browser does not support the HTML5 camera controls. Try using a recent version of Firefox (recommended), Chrome or Opera.
-
+

Scan QR code using your camera

+
Sorry, but your web browser does not support the HTML5 camera controls. Try using a recent version of Firefox (recommended), Chrome or Opera.
+

Permission denied. Your browser should display a message requesting access to your camera. Please click the "Allow" button to enable the camera.

@@ -477,84 +477,84 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- +
- Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64). + Your Private Key is a unique secret number that only you know. It can be encoded in a number of different formats. Below we show the Public Address and Public Key that corresponds to your Private Key as well as your Private Key in the most popular encoding formats (WIF, WIFC, HEX, B64).

- Public Address + Public Address
- Public Address Compressed + Public Address Compressed


- Public Key (130 characters [0-9A-F]): + Public Key (130 characters [0-9A-F]):
- Public Key (compressed, 66 characters [0-9A-F]): + Public Key (compressed, 66 characters [0-9A-F]):

- Private Key WIF
51 characters base58, starts with a
'5'
+ Private Key WIF
51 characters base58, starts with a
'5'
- Private Key WIF Compressed
52 characters base58, starts with a
'K' or 'L'
+ Private Key WIF Compressed
52 characters base58, starts with a
'K' or 'L'


- Private Key Hexadecimal Format (64 characters [0-9A-F]): + Private Key Hexadecimal Format (64 characters [0-9A-F]):
- Private Key Base64 (44 characters): + Private Key Base64 (44 characters):
- Private Key Mini Format (22, 26 or 30 characters, starts with an 'S'): + Private Key Mini Format (22, 26 or 30 characters, starts with an 'S'):
- Private Key Base6 Format (99 characters [0-5]): + Private Key Base6 Format (99 characters [0-5]):
- Private Key BIP38 Format (58 characters base58, starts with '6P'): + Private Key BIP38 Format (58 characters base58, starts with '6P'):
- How do I make a wallet using dice? What is B6? + How do I make a wallet using dice? What is B6?
-
An important part of creating a crypto-currency wallet is ensuring the random numbers used to create the wallet are truly random. Physical randomness is better than computer generated pseudo-randomness. The easiest way to generate physical randomness is with dice. To create a crypto-currency private key you only need one six sided die which you roll 99 times. Stopping each time to record the value of the die. When recording the values follow these rules: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. By doing this you are recording the big random number, your private key, in B6 or base 6 format. You can then enter the 99 character base 6 private key into the text field above and click View Details. You will then see the public address associated with your private key. You should also make note of your private key in WIF format since it is more widely used.
+
An important part of creating a crypto-currency wallet is ensuring the random numbers used to create the wallet are truly random. Physical randomness is better than computer generated pseudo-randomness. The easiest way to generate physical randomness is with dice. To create a crypto-currency private key you only need one six sided die which you roll 99 times. Stopping each time to record the value of the die. When recording the values follow these rules: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. By doing this you are recording the big random number, your private key, in B6 or base 6 format. You can then enter the 99 character base 6 private key into the text field above and click View Details. You will then see the public address associated with your private key. You should also make note of your private key in WIF format since it is more widely used.
-
To support the development of this wallet generator, you can donate to the following address:
+
To support the development of this wallet generator, you can donate to the following address:
@@ -625,7 +625,7 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht "; return walletHtml; }, diff --git a/src/ninja.translator.js b/src/ninja.translator.js index be5e817..38280a0 100644 --- a/src/ninja.translator.js +++ b/src/ninja.translator.js @@ -58,6 +58,11 @@ ninja.translator = { "vanityalertinvalidinputpublickeysmatch", "vanityprivatekeyonlyavailable", "vanityalertinvalidinputcannotmultiple", + "securitychecklistrandomOK", + "securitychecklistrandomNOK", + "securitychecklistofflineNOK", + "securitychecklistofflineOK", + "paperwalletback", ], translations: { From 6d93248fc8efeea04e0625e546ad0c9273aca686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 13 Jul 2014 13:42:45 +0200 Subject: [PATCH 4/9] clean dead code --- index.html | 24 ------------------------ src/ninja.paperwallet.js | 24 ------------------------ 2 files changed, 48 deletions(-) diff --git a/index.html b/index.html index afd4b90..0b0e113 100644 --- a/index.html +++ b/index.html @@ -11245,30 +11245,6 @@ ninja.wallets.paperwallet = { } }, - templateHtml: function (i) { - var privateKeyLabel = ninja.translator.get("paperlabelprivatekey"); - if (ninja.wallets.paperwallet.encrypt) { - privateKeyLabel = ninja.translator.get("paperlabelencryptedkey"); - } - - var walletHtml = - "
" + - "
" + - "
" + - "" + ninja.translator.get("paperlabelbitcoinaddress") + "" + - "" + - "
" + - "
" + - "
" + - "
" + - "
" + - "" + privateKeyLabel + "" + - "" + - "
" + - "
"; - return walletHtml; - }, - showWallet: function (idPostFix, bitcoinAddress, privateKey) { document.getElementById("btcaddress" + idPostFix).innerHTML = bitcoinAddress; document.getElementById("btcprivwif" + idPostFix).innerHTML = privateKey; diff --git a/src/ninja.paperwallet.js b/src/ninja.paperwallet.js index 6c1d72f..c7ae7c5 100644 --- a/src/ninja.paperwallet.js +++ b/src/ninja.paperwallet.js @@ -94,30 +94,6 @@ ninja.wallets.paperwallet = { } }, - templateHtml: function (i) { - var privateKeyLabel = ninja.translator.get("paperlabelprivatekey"); - if (ninja.wallets.paperwallet.encrypt) { - privateKeyLabel = ninja.translator.get("paperlabelencryptedkey"); - } - - var walletHtml = - "
" + - "
" + - "
" + - "" + ninja.translator.get("paperlabelbitcoinaddress") + "" + - "" + - "
" + - "
" + - "
" + - "
" + - "
" + - "" + privateKeyLabel + "" + - "" + - "
" + - "
"; - return walletHtml; - }, - showWallet: function (idPostFix, bitcoinAddress, privateKey) { document.getElementById("btcaddress" + idPostFix).innerHTML = bitcoinAddress; document.getElementById("btcprivwif" + idPostFix).innerHTML = privateKey; From 343e526679208b7b3ade4c69c759f8b3c3588c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 13 Jul 2014 14:53:28 +0200 Subject: [PATCH 5/9] remove the useless vanity wallet --- Gruntfile.js | 1 - index.html | 212 +------------------------------------- l10n/en.js | 5 - src/index.html | 64 ------------ src/janin.currency.js | 7 -- src/main.css | 9 -- src/ninja.translator.js | 5 - src/ninja.vanitywallet.js | 114 -------------------- 8 files changed, 4 insertions(+), 413 deletions(-) delete mode 100644 src/ninja.vanitywallet.js diff --git a/Gruntfile.js b/Gruntfile.js index 67da18f..de556c4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -34,7 +34,6 @@ module.exports = function (grunt) { { token: "//ninja.paperwallet.js", file: "./src/ninja.paperwallet.js" }, { token: "//ninja.bulkwallet.js", file: "./src/ninja.bulkwallet.js" }, { token: "//ninja.brainwallet.js", file: "./src/ninja.brainwallet.js" }, - { token: "//ninja.vanitywallet.js", file: "./src/ninja.vanitywallet.js" }, { token: "//ninja.detailwallet.js", file: "./src/ninja.detailwallet.js" }, { token: "//ninja.donatetab.js", file: "./src/ninja.donatetab.js" }, { token: "//qrcode.js", file: "./src/qrcode.js" }, diff --git a/index.html b/index.html index 0b0e113..c64da3d 100644 --- a/index.html +++ b/index.html @@ -9549,15 +9549,6 @@ h1 { margin: 0px; height: 91px; } #detailbip38commands { display: none; padding-top: 5px; } #paperqrscanner { position: absolute; display: none; width: 100%; height: 100%; top: 0; left: 0; z-index: 5000; vertical-aligh: middle; } #paperqrscanner.show { display: block; } -#vanityarea { text-align: left; } -#vanityarea .label { text-decoration: underline; } -#vanityarea .output { font-family: monospace; font-size: 1.25em; display: block; } -#vanityarea .notes { text-align: left; font-size: 80%; padding: 0 0 20px 0; } -#vanitystep1area { display: none; text-align: left; position: relative; padding: 15px; border-bottom: 1px solid #BFBFBF; } -#vanitystep1label { padding-left: 5px; } -#vanitystep2area { border-top: 1px solid #BFBFBF; display: block; padding: 15px; } -#vanitystep2inputs { padding: 0 15px 10px 15px; } -#vanitycalc { margin-top: 5px; } .englishjson { text-align: center; padding: 40px 0 20px 0; } .unittests { text-align: center; } @@ -9688,7 +9679,6 @@ h1 { margin: 0px; height: 91px; }
Paper Wallet
Bulk Wallet
Brain Wallet
-
Vanity Wallet
Wallet Details
@@ -9925,66 +9915,6 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
- -
- -
-
- Step 1 Public Key: -
-
Copy and paste the above into the Your-Part-Public-Key field in the Vanity Pool Website.
-
-
- Step 1 Private Key: - -
Copy and paste the above Private Key field into a text file. Ideally save to an encrypted drive. You will need this to retrieve the Private Key once the Pool has found your prefix.
-
-
- -
-
- Enter Your Part Private Key (generated in Step 1 above and previously saved): -
[NOTE: this input box can accept a public key or private key] -
-
-
- Enter Pool Part Private Key (from Vanity Pool): -
[NOTE: this input box can accept a public key or private key] -
-
-
- - -
-
-
-
-
- Vanity Public Address: - -
The above is your new address that should include your required prefix.
-
- -
- Vanity Public Key (HEX): - -
The above is the Public Key in hexadecimal format.
-
- -
- Vanity Private Key (WIF): - -
The above is the Private Key to load into your wallet.
-
-
-
@@ -10313,13 +10243,6 @@ janin.currency = { // Reset wallet tab when expensive or not applicable document.getElementById("bulktextarea").value = ""; - document.getElementById("vanitypubkey").innerHTML = ""; - document.getElementById("vanityprivatekey").innerHTML = ""; - document.getElementById("vanityinput1").value = ""; - document.getElementById("vanityinput2").value = ""; - document.getElementById("vanityaddress").innerHTML = ""; - document.getElementById("vanitypublickeyhex").innerHTML = ""; - document.getElementById("vanityprivatekeywif").innerHTML = ""; // easter egg doge ;) @@ -11063,11 +10986,6 @@ ninja.translator = { "paperlabelprivatekey", "paperlabelencryptedkey", "paperlabelbitcoinaddress", - "vanityinvalidinputcouldnotcombinekeys", - "vanityalertinvalidinputprivatekeysmatch", - "vanityalertinvalidinputpublickeysmatch", - "vanityprivatekeyonlyavailable", - "vanityalertinvalidinputcannotmultiple", "securitychecklistrandomOK", "securitychecklistrandomNOK", "securitychecklistofflineNOK", @@ -11077,22 +10995,16 @@ ninja.translator = { translations: { "en": { - "paperlabelbitcoinaddress": "Bitcoin Address:", - "paperlabelprivatekey": "Private Key (Wallet Import Format):", - "paperlabelencryptedkey": "Encrypted Private Key (Password required)", + "defaultTitle" : "WalletGenerator.net - Universal Paper wallet generator for Bitcoin and other cryptocurrencies", + "title" : "Paper Wallet Generator", "bulkgeneratingaddresses": "Generating addresses... ", "brainalertpassphrasetooshort": "The passphrase you entered is too short.\n\n", - "brainalertpassphrasewarning": "Warning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your bitcoins.", + "brainalertpassphrasewarning": "Warning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your coins.", "brainalertpassphrasedoesnotmatch": "The passphrase does not match the confirm passphrase.", "detailalertnotvalidprivatekey": "The text you entered is not a valid Private Key", - "detailconfirmsha256": "The text you entered is not a valid Private Key!\n\nWould you like to use the entered text as a passphrase and create a Private Key using a SHA256 hash of the passphrase?\n\nWarning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your bitcoins.", + "detailconfirmsha256": "The text you entered is not a valid Private Key!\n\nWould you like to use the entered text as a passphrase and create a Private Key using a SHA256 hash of the passphrase?\n\nWarning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your coins.", "bip38alertincorrectpassphrase": "Incorrect passphrase for this encrypted private key.", "bip38alertpassphraserequired": "Passphrase required for BIP38 key", - "vanityinvalidinputcouldnotcombinekeys": "Invalid input. Could not combine keys.", - "vanityalertinvalidinputpublickeysmatch": "Invalid input. The Public Key of both entries match. You must input two different keys.", - "vanityalertinvalidinputcannotmultiple": "Invalid input. Cannot multiply two public keys. Select 'Add' to add two public keys to get a bitcoin address.", - "vanityprivatekeyonlyavailable": "Only available when combining two private keys", - "vanityalertinvalidinputprivatekeysmatch": "Invalid input. The Private Key of both entries match. You must input two different keys.", "securitychecklistrandomOK": "Your browser is capable of generating cryptographically random keys using window.crypto.getRandomValues", "securitychecklistrandomNOK": "Your browser does NOT support window.crypto.getRandomValues(), which is important for generating the most secure random numbers possible. Please use a more modern browser.", "securitychecklistofflineNOK": "You appear to be running this generator off of a live website, which is not recommended for creating valuable wallets. Instead, use the download link at the bottom of this page to download the ZIP file from GitHub and run this generator offline as a \'local\' HTML file.", @@ -11454,122 +11366,6 @@ ninja.wallets.brainwallet = { }; - -