X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=62bd43c7a17c8c21d7d804c1766fb8d291eef5b6;hb=1b12b2f5f12b32a2ed6e69ff77f10b889b383e97;hp=b1fe90ef7f658b1349b00e1d4ab43e03059205ef;hpb=563e401a4f3880da88bfc69cf51be5a1becd4c66;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index b1fe90e..62bd43c 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,7 @@ - + @@ -61,29 +72,43 @@

For more info see the BIP39 spec

- +
- +
+
+ + a random + + word mnemonic, or enter your own below. +
+
+
+
+
+ +
+ English + 日本語 + Español + 中文(简体) + 中文(繁體) + Français + Italiano
- +
-
- - - - -
+
@@ -109,7 +134,7 @@
- +
@@ -190,6 +215,13 @@
+
+
+ +
@@ -208,6 +240,24 @@

+
+ +
+

+ Use path m/0'/0' with hardened addresses. + For more info see the Bitcoin Core BIP32 implementation +

+
+
+
+ +
+

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

+
+
@@ -248,6 +298,12 @@ + +
+ Public Key   + +
+
Private Key   @@ -321,8 +377,8 @@

Alternatively, download it from - - https://github.com/dcpos/bip39 + + https://github.com/iancoleman/bip39

@@ -337,8 +393,8 @@

Get the source code at - - - https://github.com/dcpos/bip39 + + https://github.com/iancoleman/bip39

@@ -392,6 +448,7 @@ + @@ -13337,6 +13394,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, +}; + + + + + + +