1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 14:59:06 +00:00
trezor-firmware/common/defs/bitcoin/bitcore.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2018-04-24 13:11:06 +00:00
{
2018-04-28 15:07:32 +00:00
"coin_name": "Bitcore",
"coin_shortcut": "BTX",
"coin_label": "Bitcore",
"website": "https://bitcore.cc",
"github": "https://github.com/LIMXTEC/BitCore",
"maintainer": "limxdev <limxdev@bitcore.cc>",
"curve_name": "secp256k1",
2019-12-09 16:43:30 +00:00
"decimals": 8,
2018-10-17 09:37:09 +00:00
"address_type": 3,
"address_type_p2sh": 125,
"maxfee_kb": 14000000000,
2018-04-28 15:07:32 +00:00
"minfee_kb": 1000,
2018-10-17 09:37:09 +00:00
"signed_message_header": "BitCore Signed Message:\n",
2018-04-28 15:07:32 +00:00
"hash_genesis_block": "604148281e5c4b7f2487e5d03cd60d8e6f69411d613f6448034508cea52e9574",
2018-04-28 18:14:28 +00:00
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,
2018-10-17 09:37:09 +00:00
"xpub_magic_segwit_native": 78792518,
"xpub_magic_multisig_segwit_p2sh": 76067358,
"xpub_magic_multisig_segwit_native": 76067358,
2018-10-17 09:37:09 +00:00
"bech32_prefix": "btx",
2018-04-28 15:07:32 +00:00
"cashaddr_prefix": null,
2018-06-10 20:41:18 +00:00
"slip44": 160,
2018-04-28 15:07:32 +00:00
"segwit": true,
"taproot": false,
2018-04-28 15:07:32 +00:00
"decred": false,
"fork_id": null,
2018-04-28 15:07:32 +00:00
"force_bip143": false,
"default_fee_b": {
"Low": 10
},
"dust_limit": 546,
"blocktime_seconds": 150,
"uri_prefix": "bitcore",
2018-04-28 15:07:32 +00:00
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"overwintered": false,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
2018-04-24 13:11:06 +00:00
}