Merge pull request #416 from Argoneum/argoneum

Add Argoneum (v1.4.1 or above)
This commit is contained in:
iancoleman
2020-04-28 09:25:55 +10:00
committed by GitHub
4 changed files with 30 additions and 0 deletions

View File

@@ -1762,3 +1762,14 @@ libs.bitcoin.networks.regtest = {
scriptHash: 0xc4,
wif: 0xef,
};
libs.bitcoin.networks.argoneum = {
messagePrefix: 'unused',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x32,
scriptHash: 0x61,
wif: 0xbf
};

View File

@@ -2030,6 +2030,13 @@
setHdCoin(161);
},
},
{
name: "AGM - Argoneum",
onSelect: function() {
network = libs.bitcoin.networks.argoneum;
setHdCoin(421);
},
},
{
name: "ARYA - Aryacoin",
onSelect: function() {