Add Argoneum (v1.4.1 or above)

This commit is contained in:
Oleg Semyonov
2020-04-18 14:52:13 +03:00
parent 54600393af
commit 46054e445e
4 changed files with 30 additions and 0 deletions
+11
View File
@@ -1751,3 +1751,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
};
+7
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() {