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/peercoin.json

45 lines
1.2 KiB

{
"coin_name": "Peercoin",
"coin_shortcut": "PPC",
"coin_label": "Peercoin",
"website": "https://peercoin.net",
"github": "https://github.com/peercoin/peercoin",
"maintainer": "backpacker69 <backpacker69@protonmail.com>",
"curve_name": "secp256k1",
"decimals": 6,
"address_type": 55,
"address_type_p2sh": 117,
"maxfee_kb": 13000000000,
"minfee_kb": 10000,
"signed_message_header": "Peercoin Signed Message:\n",
"hash_genesis_block": "0000000032fe677166d54963b62a4677d8957e87c508eaa4fd7eb1c880cd27e3",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,
"xpub_magic_segwit_native": 78792518,
"xpub_magic_multisig_segwit_p2sh": 76067358,
"xpub_magic_multisig_segwit_native": 76067358,
"bech32_prefix": "pc",
"cashaddr_prefix": null,
"slip44": 6,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 10000,
"blocktime_seconds": 600,
"uri_prefix": "peercoin",
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"overwintered": false,
"extra_data": false,
"timestamp": true,
"confidential_assets": null
}