mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"coin_name": "Capricoin",
|
|
"coin_shortcut": "CPC",
|
|
"coin_label": "Capricoin",
|
|
"website": "https://capricoin.org",
|
|
"github": "https://github.com/Capricoinofficial/Capricoin",
|
|
"maintainer": "Jozef Knaperek <jknaperek@gmail.com>",
|
|
"curve_name": "secp256k1",
|
|
"decimals": 8,
|
|
"address_type": 28,
|
|
"address_type_p2sh": 35,
|
|
"maxfee_kb": 2000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Capricoin Signed Message:\n",
|
|
"hash_genesis_block": "00000d23fa0fc52c90893adb1181c9ddffb6c797a3e41864b9a23aa2f2981fe3",
|
|
"xprv_magic": 76066276,
|
|
"xpub_magic": 76067358,
|
|
"xpub_magic_segwit_p2sh": null,
|
|
"xpub_magic_segwit_native": null,
|
|
"bech32_prefix": null,
|
|
"cashaddr_prefix": null,
|
|
"slip44": 289,
|
|
"segwit": false,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"default_fee_b": {
|
|
"Low": 1,
|
|
"Economy": 7,
|
|
"Normal": 14,
|
|
"High": 20
|
|
},
|
|
"dust_limit": 546,
|
|
"blocktime_seconds": 60,
|
|
"uri_prefix": "capricoin",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"bitcore": [],
|
|
"blockbook": [
|
|
"https://blockbook.capricoin.org",
|
|
"https://blockbook2.capricoin.org",
|
|
"https://blockbook3.capricoin.org",
|
|
"https://blockbook4.capricoin.org"
|
|
],
|
|
"negative_fee": false,
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null,
|
|
"confidential_assets": null
|
|
}
|