1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/common/defs/bitcoin/dogecoin.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
2018-04-28 15:07:32 +00:00
"coin_name": "Dogecoin",
"coin_shortcut": "DOGE",
"coin_label": "Dogecoin",
2018-10-26 13:23:03 +00:00
"website": "https://dogecoin.com",
2018-04-28 15:07:32 +00:00
"github": "https://github.com/dogecoin/dogecoin",
"maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>",
"curve_name": "secp256k1",
2019-12-09 16:43:30 +00:00
"decimals": 8,
2018-04-28 15:07:32 +00:00
"address_type": 30,
"address_type_p2sh": 22,
"maxfee_kb": 1200000000000,
"minfee_kb": 100000,
2018-04-28 15:07:32 +00:00
"signed_message_header": "Dogecoin Signed Message:\n",
"hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691",
2018-04-28 18:14:28 +00:00
"xprv_magic": 49988504,
"xpub_magic": 49990397,
2018-04-28 15:07:32 +00:00
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"xpub_magic_multisig_segwit_p2sh": null,
"xpub_magic_multisig_segwit_native": null,
2018-04-28 15:07:32 +00:00
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 3,
"segwit": false,
"taproot": false,
2018-04-28 15:07:32 +00:00
"decred": false,
"fork_id": null,
2018-04-28 15:07:32 +00:00
"force_bip143": false,
"default_fee_b": {
"Normal": 1000
2018-04-28 15:07:32 +00:00
},
"dust_limit": 1000000,
2018-04-28 15:07:32 +00:00
"blocktime_seconds": 60,
"uri_prefix": "dogecoin",
2018-04-28 15:07:32 +00:00
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"overwintered": false,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}