X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=24a9b6b36546c6c6aee85be5859cd3a8f740d593;hb=398366165f134e72c569bbdb45adde510ac26019;hp=5f9cf7cca095f2e3020ac255a9d3bea044bce6a2;hpb=28e8144cac813e3c69a4417a469e4de7d2405a07;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 5f9cf7c..24a9b6b 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,7 @@ - + @@ -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. +

+
+
@@ -337,8 +353,8 @@

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

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

@@ -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, +}; +