Merge branch 'master' into bitcoin-green

This commit is contained in:
iancoleman
2018-10-15 11:29:14 +11:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@@ -1386,3 +1386,14 @@ bitcoinjs.bitcoin.networks.bitcoingreen = {
scriptHash: 0x1CBD,
wif: 0x2E,
};
bitcoinjs.bitcoin.networks.anon = {
messagePrefix: '\x18ANON Signed Message:\n',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x0582,
scriptHash: 0x5389,
wif: 0x80
};