X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=0971c12832198d6dc9bd76c4e0090dd352aef492;hb=b0818b31e6e21e12303b0e5a6dd8dc81c1331409;hp=41dcb99eef97b5f5f0aa2ace690a5ec9a2b3f798;hpb=68151a470b57493265dc07f83adde8596aee9370;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 41dcb99..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. +

+
+
@@ -13364,6 +13380,26 @@ bitcoin.networks.dash = { 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, +}; +