1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/defs/coins/flashcoin.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2018-04-23 14:04:25 +00:00
{
2018-04-28 15:07:32 +00:00
"coin_name": "Flashcoin",
"coin_shortcut": "FLASH",
"coin_label": "Flashcoin",
"website": "https://www.flashcoin.io",
"github": "https://github.com/flash-coin",
"maintainer": "flashbountyhunter <flashbountyhunter@protonmail.com>",
"curve_name": "secp256k1",
"address_type": 68,
"address_type_p2sh": 130,
"maxfee_kb": 4000000,
"minfee_kb": 1000,
"signed_message_header": "Flashcoin Signed Message:\n",
"hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b",
2018-04-28 18:14:28 +00:00
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,
2018-04-28 15:07:32 +00:00
"xpub_magic_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 120,
"segwit": true,
"decred": false,
"fork_id": null,
2018-04-28 15:07:32 +00:00
"force_bip143": false,
2018-06-28 12:12:19 +00:00
"bip115": false,
"version_group_id": null,
2018-04-28 15:07:32 +00:00
"default_fee_b": {
"Normal": 0
},
"dust_limit": 10000,
"blocktime_seconds": 60,
"uri_prefix": "flashcoin",
2018-04-28 15:07:32 +00:00
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://explorer.flashcoin.io/api"
2018-04-28 15:07:32 +00:00
],
"blockbook": []
2018-04-23 14:04:25 +00:00
}