mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"coin_name": "Feathercoin",
|
|
"coin_shortcut": "FTC",
|
|
"coin_label": "Feathercoin",
|
|
"website": "https://feathercoin.com",
|
|
"github": "https://github.com/FeatherCoin/Feathercoin",
|
|
"maintainer": "Lucas Betschart <lucas@feathercoin.foundation>",
|
|
"curve_name": "secp256k1",
|
|
"address_type": 14,
|
|
"address_type_p2sh": 5,
|
|
"maxfee_kb": 40000000,
|
|
"minfee_kb": 1000,
|
|
"signed_message_header": "Feathercoin Signed Message:\n",
|
|
"hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2",
|
|
"xprv_magic": 76077806,
|
|
"xpub_magic": 76069926,
|
|
"xpub_magic_segwit_p2sh": 77429938,
|
|
"xpub_magic_segwit_native": 78792518,
|
|
"bech32_prefix": "fc",
|
|
"cashaddr_prefix": null,
|
|
"slip44": 8,
|
|
"segwit": true,
|
|
"decred": false,
|
|
"fork_id": null,
|
|
"force_bip143": false,
|
|
"bip115": false,
|
|
"default_fee_b": {
|
|
"Normal": 1000
|
|
},
|
|
"dust_limit": 54600,
|
|
"blocktime_seconds": 60,
|
|
"uri_prefix": "feathercoin",
|
|
"min_address_length": 27,
|
|
"max_address_length": 34,
|
|
"bitcore": [
|
|
"https://bitcore.feathercoin.com"
|
|
],
|
|
"blockbook": [],
|
|
"cooldown": 100,
|
|
"consensus_branch_id": null
|
|
}
|