Skip to content

Commit

Permalink
common: add Peercoin, regenerate coins
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Dec 5, 2019
1 parent 5301c03 commit 3d50bb5
Show file tree
Hide file tree
Showing 16 changed files with 3,009 additions and 850 deletions.
44 changes: 44 additions & 0 deletions common/defs/bitcoin/peercoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"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",
"divisibility": 6,
"address_type": 55,
"address_type_p2sh": 117,
"maxfee_kb": 2000000,
"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,
"bech32_prefix": "pc",
"cashaddr_prefix": null,
"slip44": 6,
"segwit": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 10000,
"blocktime_seconds": 600,
"uri_prefix": "peercoin",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [
"https://blockbook.peercoin.net"
],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"confidential_assets": null
}
Binary file added common/defs/bitcoin/peercoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions common/defs/bitcoin/peercoin_testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"coin_name": "Peercoin Testnet",
"coin_shortcut": "tPPC",
"coin_label": "Peercoin Testnet",
"website": "https://peercoin.net",
"github": "https://github.com/peercoin/peercoin",
"maintainer": "backpacker69 <backpacker69@protonmail.com>",
"curve_name": "secp256k1",
"divisibility": 6,
"address_type": 111,
"address_type_p2sh": 196,
"maxfee_kb": 2000000,
"minfee_kb": 10000,
"signed_message_header": "Peercoin Signed Message:\n",
"hash_genesis_block": "00000001f757bb737f6596503e17cd17b0658ce630cc727c0cca81aec47c9f06",
"xprv_magic": 70615956,
"xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198,
"bech32_prefix": "tpc",
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Normal": 10
},
"dust_limit": 10000,
"blocktime_seconds": 600,
"uri_prefix": "peercoin",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [
"https://tblockbook.peercoin.net"
],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"confidential_assets": null
}
Binary file added common/defs/bitcoin/peercoin_testnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d50bb5

Please sign in to comment.