1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 01:48:17 +00:00

coins: Add Bitcoin Gold

This commit is contained in:
Saleem Rashid 2017-10-31 20:59:07 +00:00 committed by Pavol Rusnak
parent 6701821fb9
commit 782ac45158

View File

@ -302,4 +302,37 @@
"min_address_length": 35,
"max_address_length": 95,
"bitcore": []
}]
},
{
"coin_name": "Bitcoin Gold",
"coin_shortcut": "BTG",
"coin_label": "Bitcoin Gold",
"address_type": 38,
"address_type_p2sh": 23,
"maxfee_kb": 500000,
"minfee_kb": 1000,
"signed_message_header": "Bitcoin Gold Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": "0488ade4",
"xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2",
"bech32_prefix": "btg",
"bip44": 156,
"segwit": true,
"forkid": 79,
"force_bip143": true,
"default_fee_b": {
"Low": 10,
"Economy": 70,
"Normal": 140,
"High": 200
},
"dust_limit": 546,
"blocktime_minutes": 10,
"firmware": "stable",
"address_prefix": "bitcoingold:",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": []
}
]