common/defs: add BitZeny (#155)

pull/160/head
y-chan 5 years ago committed by Pavol Rusnak
parent a48f14b609
commit 94de0aa9cb

@ -0,0 +1,44 @@
{
"coin_name": "BitZeny",
"coin_shortcut": "ZNY",
"coin_label": "BitZeny",
"website": "https://bitzeny.tech",
"github": "https://github.com/BitzenyCoreDevelopers/bitzeny",
"maintainer": "y-chan <yuto_tetuota@yahoo.co.jp>",
"curve_name": "secp256k1",
"address_type": 81,
"address_type_p2sh": 5,
"maxfee_kb": 1000000,
"minfee_kb": 1000,
"signed_message_header": "BitZeny Signed Message:\n",
"hash_genesis_block": "000009f7e55e9e3b4781e22bd87a7cfa4acada9e4340d43ca738bf4e9fb8f5ce",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,
"xpub_magic_segwit_native": 78792518,
"bech32_prefix": "bz",
"cashaddr_prefix": null,
"slip44": 123,
"segwit": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
"bip115": false,
"default_fee_b": {
"Normal": 20
},
"dust_limit": 546,
"blocktime_seconds":90,
"uri_prefix": "bitzeny",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://insight.bitzeny.jp",
"https://zeny.insight.monaco-ex.org"
],
"blockbook": [
"https://zny.blockbook.ovh"
],
"cooldown": 100,
"consensus_branch_id": null
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@ -67,5 +67,8 @@
"bitcoin:RVN": {
"Electrum-RVN": "https://github.com/traysi/electrum-raven",
"Mango Farm": "https://mangofarmassets.com/mangowallet"
},
"bitcoin:ZNY": {
"Electrum-ZNY": "https://zny.electrum-jp.net"
}
}

Loading…
Cancel
Save