You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/common/defs/bitcoin/denarius.json

40 lines
1.0 KiB

{
"coin_name": "Denarius",
"coin_shortcut": "DNR",
"coin_label": "Denarius",
"website": "https://denarius.io",
"github": "https://github.com/carsenk/denarius",
"maintainer": "carsenk <carsenk@gmail.com>",
"curve_name": "secp256k1",
"address_type": 30,
"address_type_p2sh": 90,
"maxfee_kb": 100000,
"minfee_kb": 10000,
"signed_message_header": "Denarius Signed Message:\n",
"hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 116,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 54600,
"blocktime_seconds": 30,
"uri_prefix": "denarius",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100,
"consensus_branch_id": null
}