From: iancoleman Date: Tue, 30 Aug 2016 05:49:49 +0000 (+1000) Subject: Merge pull request #29 from dangershony/master X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=694767c01e27c3705e802cf46363fb509e056670;hp=6848d03ba16685c51d8af454fe3086ebb3e19386;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Merge pull request #29 from dangershony/master Adding peercoin and namecoin --- diff --git a/bip39-standalone.html b/bip39-standalone.html index 9b3c4f1..dcd6ffc 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -13364,6 +13364,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, +}; +