1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/common/defs/bitcoin/qtum_testnet.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-05 11:58:08 +00:00
{
"coin_name": "Qtum Testnet",
"coin_shortcut": "tQTUM",
"coin_label": "Qtum Testnet",
"website": "https://qtum.org",
"github": "https://github.com/qtumproject/qtum",
"maintainer": "CodeFace <codeface@qtum.info>",
"curve_name": "secp256k1",
2019-12-09 16:43:30 +00:00
"decimals": 8,
"address_type": 120,
"address_type_p2sh": 110,
"maxfee_kb": 40000000,
"minfee_kb": 400000,
"signed_message_header": "Qtum Signed Message:\n",
"hash_genesis_block": "0000e803ee215c0684ca0d2f9220594d3f828617972aad66feb2ba51f5e14222",
"xprv_magic": 70615956,
"xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198,
"bech32_prefix": "tq",
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Low": 410,
"Economy": 500,
"Normal": 600,
"High": 2000
},
"dust_limit": 218400,
"blocktime_seconds": 128,
"uri_prefix": "qtum",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"confidential_assets": null
2019-03-05 11:58:08 +00:00
}