X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=7b14513715ed447d39c4da29a7ae6159e5af5f98;hb=b0fb45b9f170f415826608379abf3a9b636c10a8;hp=9b3c4f18f8e78e90ec9a4ba1787d004a0481d6f5;hpb=3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 9b3c4f1..7b14513 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -224,6 +224,15 @@

+
+ +
+

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

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