mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"coin_name": "BitCash",
|
|
"coin_shortcut": "BITC",
|
|
"coin_label": "BitCash",
|
|
"website": "https://www.choosebitcash.com",
|
|
"github": "https://github.com/WillyTheCat/BitCash",
|
|
"maintainer": "Christian Kassler <willythecat@protonmail.com>",
|
|
"curve_name": "secp256k1",
|
|
"address_type": 230,
|
|
"address_type_p2sh": 235,
|
|
"maxfee_kb": 30000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Bitcash Signed Message:\n",
|
|
"hash_genesis_block": "7d57d87ff3c15a521530af60edee1887fba9c193eb518face926785c4cd8f4f1",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": null,
|
|
"xpub_magic_segwit_native": null,
|
|
"bech32_prefix": null,
|
|
"cashaddr_prefix": null,
|
|
"slip44": 230,
|
|
"segwit": false,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"default_fee_b": {
|
|
"Low": 10,
|
|
"Economy": 70,
|
|
"Normal": 140,
|
|
"High": 200
|
|
},
|
|
"dust_limit": 546,
|
|
"blocktime_seconds": 60,
|
|
"uri_prefix": "bitcash",
|
|
"min_address_length": 52,
|
|
"max_address_length": 53,
|
|
"bitcore": [],
|
|
"blockbook": [],
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null
|
|
}
|