mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
Added BitCash (#232)
This commit is contained in:
parent
37a22b045f
commit
8757aa5cc0
41
defs/bitcoin/bitcash.json
Normal file
41
defs/bitcoin/bitcash.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"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
|
||||
}
|
BIN
defs/bitcoin/bitcash.png
Executable file
BIN
defs/bitcoin/bitcash.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in New Issue
Block a user