X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=bip39-standalone.html;h=0971c12832198d6dc9bd76c4e0090dd352aef492;hb=b0818b31e6e21e12303b0e5a6dd8dc81c1331409;hp=5f9cf7cca095f2e3020ac255a9d3bea044bce6a2;hpb=28e8144cac813e3c69a4417a469e4de7d2405a07;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 5f9cf7c..0971c12 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -44,6 +44,11 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } + .strength { + /* override mobile width from bootstrap */ + width: auto!important; + display: inline-block; + } @@ -61,29 +66,31 @@

For more info see the BIP39 spec

- +
- +
+
+ + a random + + word mnemonic, or enter your own below. +
+
- +
-
- - - - -
+
@@ -224,6 +231,15 @@

+
+ +
+

+ Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xpriv key. +

+
+
@@ -13353,6 +13369,37 @@ bitcoin.networks.clam = { pubKeyHash: 0x89, wif: 0x85, }; + +bitcoin.networks.dash = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x4c, + scriptHash: 0x10, + wif: 0xcc, +}; + +bitcoin.networks.namecoin = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x34, + //scriptHash: 0x10, + wif: 0x80, +}; + +bitcoin.networks.peercoin = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x37, + //scriptHash: 0x10, + wif: 0xb7, +}; +