X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=5993b86deaeb00886bd0a99997dd424b41335235;hb=d737abf6809622228faf7d5fe54101e2d87d72a4;hp=9b3c4f18f8e78e90ec9a4ba1787d004a0481d6f5;hpb=8ecffe72af4091193870d970c58688ae87b4cc59;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 9b3c4f1..5993b86 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,7 @@ - + @@ -61,29 +75,43 @@

For more info see the BIP39 spec

- +
- +
+
+ + a random + + word mnemonic, or enter your own below. +
+
+
+
+
+ +
+ English + 日本語 + Español + 中文(简体) + 中文(繁體) + Français + Italiano
- +
-
- - - - -
+
@@ -224,6 +252,15 @@

+
+ +
+

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

+
+
@@ -264,6 +301,12 @@ + +
+ Public Key   + +
+
Private Key   @@ -271,7 +314,7 @@
- +             @@ -337,8 +380,8 @@

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

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

@@ -408,6 +451,7 @@ + @@ -13364,6 +13408,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, +}; + + + + + + +