mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
defs/coins: Add PIVX (#277)
This commit is contained in:
parent
f9bac5ea30
commit
ae2b349468
40
defs/bitcoin/pivx.json
Normal file
40
defs/bitcoin/pivx.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"coin_name": "PIVX",
|
||||
"coin_shortcut": "PIVX",
|
||||
"coin_label": "PIVX",
|
||||
"website": "https://pivx.org",
|
||||
"github": "https://github.com/PIVX-Project/PIVX",
|
||||
"maintainer": "Random Zebra <random.zebra@protonmail.com>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 30,
|
||||
"address_type_p2sh": 13,
|
||||
"maxfee_kb": 100000,
|
||||
"minfee_kb": 100,
|
||||
"signed_message_header": "DarkNet Signed Message:\n",
|
||||
"hash_genesis_block": "0000041e482b9b9691d98eefb48473405c0b8ec31b76df3797c74a78680ef818",
|
||||
"xprv_magic": 35729707,
|
||||
"xpub_magic": 36513075,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 119,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
"dust_limit": 546,
|
||||
"blocktime_seconds": 60,
|
||||
"uri_prefix": "pivx",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [
|
||||
"https://blockbook.pivx.link"
|
||||
],
|
||||
"cooldown": 100
|
||||
}
|
BIN
defs/bitcoin/pivx.png
Normal file
BIN
defs/bitcoin/pivx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
40
defs/bitcoin/pivx_testnet.json
Normal file
40
defs/bitcoin/pivx_testnet.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"coin_name": "PIVX Testnet",
|
||||
"coin_shortcut": "tPIVX",
|
||||
"coin_label": "PIVX Testnet",
|
||||
"website": "https://pivx.org",
|
||||
"github": "https://github.com/PIVX-Project/PIVX",
|
||||
"maintainer": "Random Zebra <random.zebra@protonmail.com>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 139,
|
||||
"address_type_p2sh": 19,
|
||||
"maxfee_kb": 100000,
|
||||
"minfee_kb": 100,
|
||||
"signed_message_header": "DarkNet Signed Message:\n",
|
||||
"hash_genesis_block": "0000041e482b9b9691d98eefb48473405c0b8ec31b76df3797c74a78680ef818",
|
||||
"xprv_magic": 981489719,
|
||||
"xpub_magic": 981492128,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 1,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
"dust_limit": 54600,
|
||||
"blocktime_seconds": 60,
|
||||
"uri_prefix": "pivx",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [
|
||||
"https://blockbook-testnet.pivx.link"
|
||||
],
|
||||
"cooldown": 100
|
||||
}
|
BIN
defs/bitcoin/pivx_testnet.png
Normal file
BIN
defs/bitcoin/pivx_testnet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue
Block a user