diff --git a/Gruntfile.js b/Gruntfile.js index 629c40b..4d105ae 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,7 @@ module.exports = function (grunt) { { 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.detailwallet.js", file: "./src/ninja.detailwallet.js" }, { token: "//ninja.donatetab.js", file: "./src/ninja.donatetab.js" }, { token: "//qrcode.js", file: "./src/qrcode.js" }, { token: "//securerandom.js", file: "./src/securerandom.js" }, diff --git a/index.html b/index.html index 56b6435..479f31a 100644 --- a/index.html +++ b/index.html @@ -6071,7 +6071,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
Bulk Wallet
Brain Wallet
Vanity Wallet
- +
Wallet Details
@@ -6345,18 +6345,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
- 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 Bitcoin 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, MINI). + 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, MINI).

- Bitcoin v0.6+ stores public keys in compressed format. The client now also supports import and export of private keys with importprivkey/dumpprivkey. The format of the exported private key is determined by whether the address was generated in an old or new wallet.
- Bitcoin Address + Public Address
- Bitcoin Address Compressed + Public Address Compressed
@@ -8635,7 +8634,146 @@ ninja.wallets.vanitywallet = { };