Add CPUchain support

This commit is contained in:
Min Khang Aung
2019-07-17 05:02:28 +09:00
parent c4f4208b95
commit 519e9dc728
4 changed files with 51 additions and 0 deletions

View File

@@ -1615,3 +1615,14 @@ bitcoinjs.bitcoin.networks.deeponion = {
scriptHash: 0x4E,
wif: 0x9F,
};
bitcoinjs.bitcoin.networks.cpuchain = {
messagePrefix: 'x18CPUchain Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x1C,
scriptHash: 0x1E,
wif: 0x80,
};