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] 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 = { }; - -