Merge pull request #466 from RitoProject/ritocoin

Add Ritocoin (RITO)
This commit is contained in:
iancoleman
2021-02-11 12:58:49 +11:00
committed by GitHub
3 changed files with 28 additions and 0 deletions

View File

@@ -1219,6 +1219,17 @@ libs.bitcoin.networks.revolutionvr = {
wif: 0xc6,
};
libs.bitcoin.networks.ritocoin = {
messagePrefix: '\x15Rito Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x19,
scriptHash: 0x69,
wif: 0x8b,
};
libs.bitcoin.networks.rsk = {
messagePrefix: '\x18RSK Signed Message:\n',
bip32: {

View File

@@ -3239,6 +3239,13 @@
setHdCoin(4);
},
},
{
name: "RITO - Ritocoin",
onSelect: function() {
network = libs.bitcoin.networks.ritocoin;
setHdCoin(19169);
},
},
{
name: "RVR - RevolutionVR",
onSelect: function() {