1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 07:50:57 +00:00

add Monacoin to coins.json

This commit is contained in:
cryptcoin-junkey 2017-06-20 13:00:24 +09:00 committed by Pavol Rusnak
parent 9c21bc758e
commit 7325936f86
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -348,6 +348,7 @@
"xprv_magic": "0488ade4",
"xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2",
"bech32_prefix": "dgb",
"bip44": 20,
"segwit": true,
"forkid": null,
@ -367,5 +368,35 @@
"bitcore": [
"https://digiexplorer.info"
]
},
{
"coin_name": "Monacoin",
"coin_shortcut": "MONA",
"address_type": 50,
"address_type_p2sh": 55,
"maxfee_kb": 5000000,
"minfee_kb": 100000,
"signed_message_header": "Monacoin Signed Message:\n",
"hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6",
"xpub_magic": "0488b21e",
"xprv_magic": "0488ade4",
"xpub_magic_segwit_p2sh": "049d7cb2",
"bech32_prefix": "mona",
"bip44": 22,
"segwit": true,
"forkid": null,
"force_bip143": false,
"default_fee_b": {
"Normal": 100000
},
"dust_limit": 54600,
"blocktime_minutes": 1.5,
"firmware": "stable",
"address_prefix": "monacoin:",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://mona.chainsight.info"
]
}
]