defs: json cleanup

pull/41/head
Pavol Rusnak 6 years ago
parent f20e374fcc
commit 8fd80a5d09
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,40 +1,41 @@
{ {
"coin_name": "Bcash", "coin_name": "Bcash",
"coin_shortcut": "BCH", "coin_shortcut": "BCH",
"coin_label": "Bitcoin Cash", "coin_label": "Bitcoin Cash",
"website": "https://www.bitcoincash.org", "website": "https://www.bitcoincash.org",
"github": "https://github.com/Bitcoin-ABC/bitcoin-abc", "github": "https://github.com/Bitcoin-ABC/bitcoin-abc",
"maintainer": "Jochen Hoenicke <hoenicke@gmail.com>", "maintainer": "Jochen Hoenicke <hoenicke@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 500000, "maxfee_kb": 500000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n", "signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": "bitcoincash", "cashaddr_prefix": "bitcoincash",
"slip44": 145, "slip44": 145,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": 0, "forkid": 0,
"force_bip143": true, "force_bip143": true,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 70, "Economy": 70,
"Normal": 140, "Normal": 140,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoincash:", "address_prefix": "bitcoincash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://bch-bitcore2.trezor.io" "https://bch-bitcore2.trezor.io"
] ],
"blockbook": []
} }

@ -1,36 +1,36 @@
{ {
"coin_name": "Bcash Testnet", "coin_name": "Bcash Testnet",
"coin_shortcut": "TBCH", "coin_shortcut": "TBCH",
"coin_label": "Bitcoin Cash Testnet", "coin_label": "Bitcoin Cash Testnet",
"website": "https://www.bitcoincash.org", "website": "https://www.bitcoincash.org",
"github": "https://github.com/Bitcoin-ABC/bitcoin-abc", "github": "https://github.com/Bitcoin-ABC/bitcoin-abc",
"maintainer": "Jochen Hoenicke <hoenicke@gmail.com>", "maintainer": "Jochen Hoenicke <hoenicke@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 111, "address_type": 111,
"address_type_p2sh": 196, "address_type_p2sh": 196,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n", "signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": "bchtest", "cashaddr_prefix": "bchtest",
"slip44": 1, "slip44": 1,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": 0, "forkid": 0,
"force_bip143": true, "force_bip143": true,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoincash:", "address_prefix": "bitcoincash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,40 +1,41 @@
{ {
"coin_name": "Bgold", "coin_name": "Bgold",
"coin_shortcut": "BTG", "coin_shortcut": "BTG",
"coin_label": "Bitcoin Gold", "coin_label": "Bitcoin Gold",
"website": "https://bitcoingold.org", "website": "https://bitcoingold.org",
"github": "https://github.com/BTCGPU/BTCGPU", "github": "https://github.com/BTCGPU/BTCGPU",
"maintainer": "Saleem Rashid <trezor@saleemrashid.com>", "maintainer": "Saleem Rashid <trezor@saleemrashid.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 38, "address_type": 38,
"address_type_p2sh": 23, "address_type_p2sh": 23,
"maxfee_kb": 500000, "maxfee_kb": 500000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Gold Signed Message:\n", "signed_message_header": "Bitcoin Gold Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "btg", "bech32_prefix": "btg",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 156, "slip44": 156,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": 79, "forkid": 79,
"force_bip143": true, "force_bip143": true,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 70, "Economy": 70,
"Normal": 140, "Normal": 140,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoingold:", "address_prefix": "bitcoingold:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://btg-bitcore2.trezor.io" "https://btg-bitcore2.trezor.io"
] ],
"blockbook": []
} }

@ -1,41 +1,46 @@
{ {
"coin_name": "Bitcoin", "coin_name": "Bitcoin",
"coin_shortcut": "BTC", "coin_shortcut": "BTC",
"coin_label": "Bitcoin", "coin_label": "Bitcoin",
"website": "https://bitcoin.org", "website": "https://bitcoin.org",
"github": "https://github.com/bitcoin/bitcoin", "github": "https://github.com/bitcoin/bitcoin",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n", "signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": "04b24746", "xpub_magic_segwit_native": "04b24746",
"bech32_prefix": "bc", "bech32_prefix": "bc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 0, "slip44": 0,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 70, "Economy": 70,
"Normal": 140, "Normal": 140,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoin:", "address_prefix": "bitcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://btc-bitcore3.trezor.io", "https://btc-bitcore1.trezor.io",
"https://btc-bitcore1.trezor.io" "https://btc-bitcore2.trezor.io",
] "https://btc-bitcore3.trezor.io",
"https://btc-bitcore4.trezor.io",
"https://btc-bitcore5.trezor.io",
"https://btc-bitcore6.trezor.io"
],
"blockbook": []
} }

@ -1,38 +1,39 @@
{ {
"coin_name": "Testnet", "coin_name": "Testnet",
"coin_shortcut": "TEST", "coin_shortcut": "TEST",
"coin_label": "Testnet", "coin_label": "Testnet",
"website": "https://bitcoin.org", "website": "https://bitcoin.org",
"github": "https://github.com/bitcoin/bitcoin", "github": "https://github.com/bitcoin/bitcoin",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 111, "address_type": 111,
"address_type_p2sh": 196, "address_type_p2sh": 196,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n", "signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": "044a5262", "xpub_magic_segwit_p2sh": "044a5262",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "tb", "bech32_prefix": "tb",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoin:", "address_prefix": "bitcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://testnet-bitcore1.trezor.io", "https://testnet-bitcore1.trezor.io",
"https://testnet-bitcore2.trezor.io" "https://testnet-bitcore2.trezor.io"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Bitcore", "coin_name": "Bitcore",
"coin_shortcut": "BTX", "coin_shortcut": "BTX",
"coin_label": "Bitcore", "coin_label": "Bitcore",
"website": "https://bitcore.cc", "website": "https://bitcore.cc",
"github": "https://github.com/LIMXTEC/BitCore", "github": "https://github.com/LIMXTEC/BitCore",
"maintainer": "limxdev <limxdev@bitcore.cc>", "maintainer": "limxdev <limxdev@bitcore.cc>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcore Signed Message:\n", "signed_message_header": "Bitcore Signed Message:\n",
"hash_genesis_block": "604148281e5c4b7f2487e5d03cd60d8e6f69411d613f6448034508cea52e9574", "hash_genesis_block": "604148281e5c4b7f2487e5d03cd60d8e6f69411d613f6448034508cea52e9574",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "bc", "bech32_prefix": "bc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 0, "slip44": 0,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 10 "Low": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "bitcore:", "address_prefix": "bitcore:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.bitcore.cc" "https://insight.bitcore.cc"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Bprivate", "coin_name": "Bprivate",
"coin_shortcut": "BTCP", "coin_shortcut": "BTCP",
"coin_label": "Bitcoin Private", "coin_label": "Bitcoin Private",
"website": "https://btcprivate.org", "website": "https://btcprivate.org",
"github": "https://github.com/BTCPrivate/BitcoinPrivate", "github": "https://github.com/BTCPrivate/BitcoinPrivate",
"maintainer": "Chris Sulmone <csulmone@gmail.com>", "maintainer": "Chris Sulmone <csulmone@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 4901, "address_type": 4901,
"address_type_p2sh": 5039, "address_type_p2sh": 5039,
"maxfee_kb": 1000000, "maxfee_kb": 1000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "BitcoinPrivate Signed Message:\n", "signed_message_header": "BitcoinPrivate Signed Message:\n",
"hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602", "hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 183, "slip44": 183,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": 42, "forkid": 42,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "bitcoinprivate:", "address_prefix": "bitcoinprivate:",
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://explorer.btcprivate.org" "https://explorer.btcprivate.org"
] ],
"blockbook": []
} }

@ -1,38 +1,39 @@
{ {
"coin_name": "Crown", "coin_name": "Crown",
"coin_shortcut": "CRW", "coin_shortcut": "CRW",
"coin_label": "Crown", "coin_label": "Crown",
"website": "https://crown.tech", "website": "https://crown.tech",
"github": "https://github.com/Crowndev/crowncoin", "github": "https://github.com/Crowndev/crowncoin",
"maintainer": "hypermist <hypermist@crown.tech>", "maintainer": "hypermist <hypermist@crown.tech>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 28, "address_type_p2sh": 28,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Crown Signed Message:\n", "signed_message_header": "Crown Signed Message:\n",
"hash_genesis_block": "0000000085370d5e122f64f4ab19c68614ff3df78c8d13cb814fd7e69a1dc6da", "hash_genesis_block": "0000000085370d5e122f64f4ab19c68614ff3df78c8d13cb814fd7e69a1dc6da",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 72, "slip44": 72,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "crown:", "address_prefix": "crown:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://crw-bitcore.crown.tech", "https://crw-bitcore.crown.tech",
"https://crw2-bitcore.crown.tech" "https://crw2-bitcore.crown.tech"
] ],
"blockbook": []
} }

@ -1,38 +1,39 @@
{ {
"coin_name": "Dash", "coin_name": "Dash",
"coin_shortcut": "DASH", "coin_shortcut": "DASH",
"coin_label": "Dash", "coin_label": "Dash",
"website": "https://www.dash.org", "website": "https://www.dash.org",
"github": "https://github.com/dashpay/dash", "github": "https://github.com/dashpay/dash",
"maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>", "maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 76, "address_type": 76,
"address_type_p2sh": 16, "address_type_p2sh": 16,
"maxfee_kb": 100000, "maxfee_kb": 100000,
"minfee_kb": 10000, "minfee_kb": 10000,
"signed_message_header": "DarkCoin Signed Message:\n", "signed_message_header": "DarkCoin Signed Message:\n",
"hash_genesis_block": "00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6", "hash_genesis_block": "00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6",
"xprv_magic": "02fe52f8", "xprv_magic": "02fe52f8",
"xpub_magic": "02fe52cc", "xpub_magic": "02fe52cc",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 5, "slip44": 5,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 5460, "dust_limit": 5460,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "dash:", "address_prefix": "dash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://dash-bitcore1.trezor.io", "https://dash-bitcore1.trezor.io",
"https://dash-bitcore3.trezor.io" "https://dash-bitcore3.trezor.io"
] ],
"blockbook": []
} }

@ -1,36 +1,36 @@
{ {
"coin_name": "Dash Testnet", "coin_name": "Dash Testnet",
"coin_shortcut": "tDASH", "coin_shortcut": "tDASH",
"coin_label": "Dash Testnet", "coin_label": "Dash Testnet",
"website": "https://www.dash.org", "website": "https://www.dash.org",
"github": "https://github.com/dashpay/dash", "github": "https://github.com/dashpay/dash",
"maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>", "maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 140, "address_type": 140,
"address_type_p2sh": 19, "address_type_p2sh": 19,
"maxfee_kb": 100000, "maxfee_kb": 100000,
"minfee_kb": 10000, "minfee_kb": 10000,
"signed_message_header": "DarkCoin Signed Message:\n", "signed_message_header": "DarkCoin Signed Message:\n",
"hash_genesis_block": "00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c", "hash_genesis_block": "00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 5460, "dust_limit": 5460,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "dash:", "address_prefix": "dash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
] "blockbook": []
} }

@ -1,38 +1,38 @@
{ {
"coin_name": "Decred Testnet", "coin_name": "Decred Testnet",
"coin_shortcut": "TDCR", "coin_shortcut": "TDCR",
"coin_label": "Decred Testnet", "coin_label": "Decred Testnet",
"website": "https://www.decred.org", "website": "https://www.decred.org",
"github": "https://github.com/decred/dcrd", "github": "https://github.com/decred/dcrd",
"maintainer": "Saleem Rashid <trezor@saleemrashid.com>", "maintainer": "Saleem Rashid <trezor@saleemrashid.com>",
"curve_name": "secp256k1_decred", "curve_name": "secp256k1_decred",
"address_type": 3873, "address_type": 3873,
"address_type_p2sh": 3836, "address_type_p2sh": 3836,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Decred Signed Message:\n", "signed_message_header": "Decred Signed Message:\n",
"hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c", "hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c",
"xprv_magic": "04358397", "xprv_magic": "04358397",
"xpub_magic": "043587d1", "xpub_magic": "043587d1",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": false, "segwit": false,
"decred": true, "decred": true,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "bitcoin:", "address_prefix": "bitcoin:",
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 35, "max_address_length": 35,
"bitcore": [ "bitcore": [
"https://testnet.decred.org" "https://testnet.decred.org"
] ],
"blockbook": []
} }

@ -1,35 +1,36 @@
{ {
"coin_name": "Denarius", "coin_name": "Denarius",
"coin_shortcut": "DNR", "coin_shortcut": "DNR",
"coin_label": "Denarius", "coin_label": "Denarius",
"website": "https://denarius.io", "website": "https://denarius.io",
"github": "https://github.com/carsenk/denarius", "github": "https://github.com/carsenk/denarius",
"maintainer": "carsenk <carsenk@gmail.com>", "maintainer": "carsenk <carsenk@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 30, "address_type": 30,
"address_type_p2sh": 90, "address_type_p2sh": 90,
"maxfee_kb": 100000, "maxfee_kb": 100000,
"minfee_kb": 10000, "minfee_kb": 10000,
"signed_message_header": "Denarius Signed Message:\n", "signed_message_header": "Denarius Signed Message:\n",
"hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd", "hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 116, "slip44": 116,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 30, "blocktime_seconds": 30,
"address_prefix": "denarius:", "address_prefix": "denarius:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,40 +1,41 @@
{ {
"coin_name": "DigiByte", "coin_name": "DigiByte",
"coin_shortcut": "DGB", "coin_shortcut": "DGB",
"coin_label": "DigiByte", "coin_label": "DigiByte",
"website": "https://digibyte.io", "website": "https://digibyte.io",
"github": "https://github.com/digibyte/digibyte", "github": "https://github.com/digibyte/digibyte",
"maintainer": "DigiByte <dev@digibyte.co>", "maintainer": "DigiByte <dev@digibyte.co>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 30, "address_type": 30,
"address_type_p2sh": 63, "address_type_p2sh": 63,
"maxfee_kb": 500000, "maxfee_kb": 500000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "DigiByte Signed Message:\n", "signed_message_header": "DigiByte Signed Message:\n",
"hash_genesis_block": "7497ea1b465eb39f1c8f507bc877078fe016d6fcb6dfad3a64c98dcc6e1e8496", "hash_genesis_block": "7497ea1b465eb39f1c8f507bc877078fe016d6fcb6dfad3a64c98dcc6e1e8496",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "dgb", "bech32_prefix": "dgb",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 20, "slip44": 20,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 70, "Economy": 70,
"Normal": 140, "Normal": 140,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 15, "blocktime_seconds": 15,
"address_prefix": "digibyte:", "address_prefix": "digibyte:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.digibyteprojects.com" "https://explorer.digibyteprojects.com"
] ],
"blockbook": []
} }

@ -1,35 +1,36 @@
{ {
"coin_name": "Dogecoin", "coin_name": "Dogecoin",
"coin_shortcut": "DOGE", "coin_shortcut": "DOGE",
"coin_label": "Dogecoin", "coin_label": "Dogecoin",
"website": "http://dogecoin.com", "website": "http://dogecoin.com",
"github": "https://github.com/dogecoin/dogecoin", "github": "https://github.com/dogecoin/dogecoin",
"maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>", "maintainer": "Karel Bilek <karel.bilek@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 30, "address_type": 30,
"address_type_p2sh": 22, "address_type_p2sh": 22,
"maxfee_kb": 1000000000, "maxfee_kb": 1000000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Dogecoin Signed Message:\n", "signed_message_header": "Dogecoin Signed Message:\n",
"hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691", "hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691",
"xprv_magic": "02fac398", "xprv_magic": "02fac398",
"xpub_magic": "02facafd", "xpub_magic": "02facafd",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 3, "slip44": 3,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 10000000, "dust_limit": 10000000,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "dogecoin:", "address_prefix": "dogecoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Flashcoin", "coin_name": "Flashcoin",
"coin_shortcut": "FLASH", "coin_shortcut": "FLASH",
"coin_label": "Flashcoin", "coin_label": "Flashcoin",
"website": "https://www.flashcoin.io", "website": "https://www.flashcoin.io",
"github": "https://github.com/flash-coin", "github": "https://github.com/flash-coin",
"maintainer": "flashbountyhunter <flashbountyhunter@protonmail.com>", "maintainer": "flashbountyhunter <flashbountyhunter@protonmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 68, "address_type": 68,
"address_type_p2sh": 130, "address_type_p2sh": 130,
"maxfee_kb": 4000000, "maxfee_kb": 4000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Flashcoin Signed Message:\n", "signed_message_header": "Flashcoin Signed Message:\n",
"hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b", "hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 120, "slip44": 120,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 0 "Normal": 0
}, },
"dust_limit": 10000, "dust_limit": 10000,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "flashcoin:", "address_prefix": "flashcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.flashcoin.io" "https://explorer.flashcoin.io"
] ],
"blockbook": []
} }

@ -1,40 +1,41 @@
{ {
"coin_name": "Fujicoin", "coin_name": "Fujicoin",
"coin_shortcut": "FJC", "coin_shortcut": "FJC",
"coin_label": "Fujicoin", "coin_label": "Fujicoin",
"website": "http://fujicoin.org", "website": "http://fujicoin.org",
"github": "https://github.com/fujicoin/fujicoin", "github": "https://github.com/fujicoin/fujicoin",
"maintainer": "motty <admin@fujicoin.org>", "maintainer": "motty <admin@fujicoin.org>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 36, "address_type": 36,
"address_type_p2sh": 16, "address_type_p2sh": 16,
"maxfee_kb": 1000000, "maxfee_kb": 1000000,
"minfee_kb": 100000, "minfee_kb": 100000,
"signed_message_header": "FujiCoin Signed Message:\n", "signed_message_header": "FujiCoin Signed Message:\n",
"hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0", "hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "fc", "bech32_prefix": "fc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 75, "slip44": 75,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 100000, "Low": 100000,
"Economy": 200000, "Economy": 200000,
"Normal": 500000, "Normal": 500000,
"High": 1000000 "High": 1000000
}, },
"dust_limit": 100000, "dust_limit": 100000,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "fujicoin:", "address_prefix": "fujicoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"http://explorer.fujicoin.org" "http://explorer.fujicoin.org"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Groestlcoin", "coin_name": "Groestlcoin",
"coin_shortcut": "GRS", "coin_shortcut": "GRS",
"coin_label": "Groestlcoin", "coin_label": "Groestlcoin",
"website": "https://www.groestlcoin.org", "website": "https://www.groestlcoin.org",
"github": "https://github.com/Groestlcoin/groestlcoin", "github": "https://github.com/Groestlcoin/groestlcoin",
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>", "maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>",
"curve_name": "secp256k1_groestl", "curve_name": "secp256k1_groestl",
"address_type": 36, "address_type": 36,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 100000, "maxfee_kb": 100000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "GroestlCoin Signed Message:\n", "signed_message_header": "GroestlCoin Signed Message:\n",
"hash_genesis_block": "00000ac5927c594d49cc0bdb81759d0da8297eb614683d3acb62f0703b639023", "hash_genesis_block": "00000ac5927c594d49cc0bdb81759d0da8297eb614683d3acb62f0703b639023",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "grs", "bech32_prefix": "grs",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 17, "slip44": 17,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "groestlcoin:", "address_prefix": "groestlcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://groestlsight.groestlcoin.org" "https://groestlsight.groestlcoin.org"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Litecoin", "coin_name": "Litecoin",
"coin_shortcut": "LTC", "coin_shortcut": "LTC",
"coin_label": "Litecoin", "coin_label": "Litecoin",
"website": "https://litecoin.org", "website": "https://litecoin.org",
"github": "https://github.com/litecoin-project/litecoin", "github": "https://github.com/litecoin-project/litecoin",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 48, "address_type": 48,
"address_type_p2sh": 50, "address_type_p2sh": 50,
"maxfee_kb": 40000000, "maxfee_kb": 40000000,
"minfee_kb": 100000, "minfee_kb": 100000,
"signed_message_header": "Litecoin Signed Message:\n", "signed_message_header": "Litecoin Signed Message:\n",
"hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2", "hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2",
"xprv_magic": "019d9cfe", "xprv_magic": "019d9cfe",
"xpub_magic": "019da462", "xpub_magic": "019da462",
"xpub_magic_segwit_p2sh": "01b26ef6", "xpub_magic_segwit_p2sh": "01b26ef6",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "ltc", "bech32_prefix": "ltc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 2, "slip44": 2,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 1000 "Normal": 1000
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "litecoin:", "address_prefix": "litecoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://ltc-bitcore3.trezor.io" "https://ltc-bitcore3.trezor.io"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Litecoin Testnet", "coin_name": "Litecoin Testnet",
"coin_shortcut": "TLTC", "coin_shortcut": "TLTC",
"coin_label": "Litecoin Testnet", "coin_label": "Litecoin Testnet",
"website": "https://litecoin.org", "website": "https://litecoin.org",
"github": "https://github.com/litecoin-project/litecoin", "github": "https://github.com/litecoin-project/litecoin",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 111, "address_type": 111,
"address_type_p2sh": 58, "address_type_p2sh": 58,
"maxfee_kb": 40000000, "maxfee_kb": 40000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Litecoin Signed Message:\n", "signed_message_header": "Litecoin Signed Message:\n",
"hash_genesis_block": "4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0", "hash_genesis_block": "4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "tltc", "bech32_prefix": "tltc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "litecoin:", "address_prefix": "litecoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://testnet.litecore.io" "https://testnet.litecore.io"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Monacoin", "coin_name": "Monacoin",
"coin_shortcut": "MONA", "coin_shortcut": "MONA",
"coin_label": "Monacoin", "coin_label": "Monacoin",
"website": "https://monacoin.org", "website": "https://monacoin.org",
"github": "https://github.com/monacoinproject/monacoin", "github": "https://github.com/monacoinproject/monacoin",
"maintainer": "cryptcoin-junkey <cryptcoin.junkey@gmail.com>", "maintainer": "cryptcoin-junkey <cryptcoin.junkey@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 50, "address_type": 50,
"address_type_p2sh": 55, "address_type_p2sh": 55,
"maxfee_kb": 5000000, "maxfee_kb": 5000000,
"minfee_kb": 100000, "minfee_kb": 100000,
"signed_message_header": "Monacoin Signed Message:\n", "signed_message_header": "Monacoin Signed Message:\n",
"hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6", "hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "mona", "bech32_prefix": "mona",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 22, "slip44": 22,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 100000 "Normal": 100000
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 90, "blocktime_seconds": 90,
"address_prefix": "monacoin:", "address_prefix": "monacoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://mona.chainsight.info" "https://mona.chainsight.info"
] ],
"blockbook": []
} }

@ -1,38 +1,39 @@
{ {
"coin_name": "Myriad", "coin_name": "Myriad",
"coin_shortcut": "XMY", "coin_shortcut": "XMY",
"coin_label": "Myriad", "coin_label": "Myriad",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"website": "https://www.myriadcoin.org", "website": "https://www.myriadcoin.org",
"github": "https://github.com/myriadcoin/myriadcoin", "github": "https://github.com/myriadcoin/myriadcoin",
"maintainer": "Adam Hickerson <a@hi.ckerson.com>", "maintainer": "Adam Hickerson <a@hi.ckerson.com>",
"address_type": 50, "address_type": 50,
"address_type_p2sh": 9, "address_type_p2sh": 9,
"maxfee_kb": 2000000, "maxfee_kb": 2000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Myriadcoin Signed Message:\n", "signed_message_header": "Myriadcoin Signed Message:\n",
"hash_genesis_block": "00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485", "hash_genesis_block": "00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 90, "slip44": 90,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 10, "Low": 10,
"Economy": 70, "Economy": 70,
"Normal": 140, "Normal": 140,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 60, "blocktime_seconds": 60,
"address_prefix": "myriadcoin:", "address_prefix": "myriadcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,35 +1,36 @@
{ {
"coin_name": "Namecoin", "coin_name": "Namecoin",
"coin_shortcut": "NMC", "coin_shortcut": "NMC",
"coin_label": "Namecoin", "coin_label": "Namecoin",
"website": "https://namecoin.org", "website": "https://namecoin.org",
"github": "https://github.com/namecoin/namecoin-core", "github": "https://github.com/namecoin/namecoin-core",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 52, "address_type": 52,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Namecoin Signed Message:\n", "signed_message_header": "Namecoin Signed Message:\n",
"hash_genesis_block": "000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770", "hash_genesis_block": "000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770",
"xprv_magic": "019d9cfe", "xprv_magic": "019d9cfe",
"xpub_magic": "019da462", "xpub_magic": "019da462",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 7, "slip44": 7,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 2940, "dust_limit": 2940,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "namecoin:", "address_prefix": "namecoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Terracoin", "coin_name": "Terracoin",
"coin_shortcut": "TRC", "coin_shortcut": "TRC",
"coin_label": "Terracoin", "coin_label": "Terracoin",
"website": "https://terracoin.io", "website": "https://terracoin.io",
"github": "https://github.com/terracoin/terracoin", "github": "https://github.com/terracoin/terracoin",
"maintainer": "Justin F. Hallett <thesin@users.sf.net>", "maintainer": "Justin F. Hallett <thesin@users.sf.net>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 0, "address_type": 0,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 100000, "maxfee_kb": 100000,
"minfee_kb": 10000, "minfee_kb": 10000,
"signed_message_header": "DarkCoin Signed Message:\n", "signed_message_header": "DarkCoin Signed Message:\n",
"hash_genesis_block": "00000000804bbc6a621a9dbb564ce469f492e1ccf2d70f8a6b241e26a277afa2", "hash_genesis_block": "00000000804bbc6a621a9dbb564ce469f492e1ccf2d70f8a6b241e26a277afa2",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 0, "slip44": 0,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 5460, "dust_limit": 5460,
"blocktime_seconds": 120, "blocktime_seconds": 120,
"address_prefix": "terracoin:", "address_prefix": "terracoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.terracoin.io" "https://insight.terracoin.io"
] ],
"blockbook": []
} }

@ -1,35 +1,36 @@
{ {
"coin_name": "Vertcoin", "coin_name": "Vertcoin",
"coin_shortcut": "VTC", "coin_shortcut": "VTC",
"coin_label": "Vertcoin", "coin_label": "Vertcoin",
"website": "https://vertcoin.org", "website": "https://vertcoin.org",
"github": "https://github.com/vertcoin-project/vertcoin-core", "github": "https://github.com/vertcoin-project/vertcoin-core",
"maintainer": "Jochen Hoenicke <hoenicke@gmail.com>", "maintainer": "Jochen Hoenicke <hoenicke@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 71, "address_type": 71,
"address_type_p2sh": 5, "address_type_p2sh": 5,
"maxfee_kb": 40000000, "maxfee_kb": 40000000,
"minfee_kb": 100000, "minfee_kb": 100000,
"signed_message_header": "Vertcoin Signed Message:\n", "signed_message_header": "Vertcoin Signed Message:\n",
"hash_genesis_block": "4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4", "hash_genesis_block": "4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "vtc", "bech32_prefix": "vtc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 28, "slip44": 28,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 1000 "Normal": 1000
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "vertcoin:", "address_prefix": "vertcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,40 +1,41 @@
{ {
"coin_name": "Viacoin", "coin_name": "Viacoin",
"coin_shortcut": "VIA", "coin_shortcut": "VIA",
"coin_label": "Viacoin", "coin_label": "Viacoin",
"website": "https://viacoin.org", "website": "https://viacoin.org",
"github": "https://github.com/viacoin", "github": "https://github.com/viacoin",
"maintainer": "romanornr <romanornr@gmail.com>", "maintainer": "romanornr <romanornr@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 71, "address_type": 71,
"address_type_p2sh": 33, "address_type_p2sh": 33,
"maxfee_kb": 40000000, "maxfee_kb": 40000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Viacoin Signed Message:\n", "signed_message_header": "Viacoin Signed Message:\n",
"hash_genesis_block": "4e9b54001f9976049830128ec0331515eaabe35a70970d79971da1539a400ba1", "hash_genesis_block": "4e9b54001f9976049830128ec0331515eaabe35a70970d79971da1539a400ba1",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": "049d7cb2", "xpub_magic_segwit_p2sh": "049d7cb2",
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": "via", "bech32_prefix": "via",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 14, "slip44": 14,
"segwit": true, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 1000, "Low": 1000,
"Economy": 7000, "Economy": 7000,
"Normal": 14000, "Normal": 14000,
"High": 20000 "High": 20000
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_seconds": 24, "blocktime_seconds": 24,
"address_prefix": "viacoin:", "address_prefix": "viacoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.viacoin.org" "https://explorer.viacoin.org"
] ],
"blockbook": []
} }

@ -1,37 +1,38 @@
{ {
"coin_name": "Zcash", "coin_name": "Zcash",
"coin_shortcut": "ZEC", "coin_shortcut": "ZEC",
"coin_label": "Zcash", "coin_label": "Zcash",
"website": "https://z.cash", "website": "https://z.cash",
"github": "https://github.com/zcash/zcash", "github": "https://github.com/zcash/zcash",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 7352, "address_type": 7352,
"address_type_p2sh": 7357, "address_type_p2sh": 7357,
"maxfee_kb": 1000000, "maxfee_kb": 1000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Zcash Signed Message:\n", "signed_message_header": "Zcash Signed Message:\n",
"hash_genesis_block": "00040fe8ec8471911baa1db1266ea15dd06b4a8a5c453883c000b031973dce08", "hash_genesis_block": "00040fe8ec8471911baa1db1266ea15dd06b4a8a5c453883c000b031973dce08",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 133, "slip44": 133,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "zcash:", "address_prefix": "zcash:",
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://zec-bitcore1.trezor.io" "https://zec-bitcore1.trezor.io"
] ],
"blockbook": []
} }

@ -1,35 +1,36 @@
{ {
"coin_name": "Zcash Testnet", "coin_name": "Zcash Testnet",
"coin_shortcut": "TAZ", "coin_shortcut": "TAZ",
"coin_label": "Zcash Testnet", "coin_label": "Zcash Testnet",
"website": "https://z.cash", "website": "https://z.cash",
"github": "https://github.com/zcash/zcash", "github": "https://github.com/zcash/zcash",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>", "maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 7461, "address_type": 7461,
"address_type_p2sh": 7354, "address_type_p2sh": 7354,
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Zcash Signed Message:\n", "signed_message_header": "Zcash Signed Message:\n",
"hash_genesis_block": "05a60a92d99d85997cce3b87616c089f6124d7342af37106edc76126334a2c38", "hash_genesis_block": "05a60a92d99d85997cce3b87616c089f6124d7342af37106edc76126334a2c38",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 150, "blocktime_seconds": 150,
"address_prefix": "zcash:", "address_prefix": "zcash:",
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

@ -1,40 +1,41 @@
{ {
"coin_name": "Zcoin", "coin_name": "Zcoin",
"coin_shortcut": "XZC", "coin_shortcut": "XZC",
"coin_label": "Zcoin", "coin_label": "Zcoin",
"website": "https://zcoin.io", "website": "https://zcoin.io",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/zcoinofficial/zcoin",
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>", "maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 82, "address_type": 82,
"address_type_p2sh": 7, "address_type_p2sh": 7,
"maxfee_kb": 1000000, "maxfee_kb": 1000000,
"minfee_kb": 0, "minfee_kb": 0,
"signed_message_header": "Zcoin Signed Message:\n", "signed_message_header": "Zcoin Signed Message:\n",
"hash_genesis_block": "4381deb85b1b2c9843c222944b616d997516dcbd6a964e1eaf0def0830695233", "hash_genesis_block": "4381deb85b1b2c9843c222944b616d997516dcbd6a964e1eaf0def0830695233",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 136, "slip44": 136,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 1, "Low": 1,
"Economy": 10, "Economy": 10,
"Normal": 100, "Normal": 100,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "zcoin:", "address_prefix": "zcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.zcoin.io" "https://insight.zcoin.io"
] ],
"blockbook": []
} }

@ -1,38 +1,39 @@
{ {
"coin_name": "Zcoin Testnet", "coin_name": "Zcoin Testnet",
"coin_shortcut": "tXZC", "coin_shortcut": "tXZC",
"coin_label": "Zcoin Testnet", "coin_label": "Zcoin Testnet",
"website": "https://zcoin.io", "website": "https://zcoin.io",
"github": "https://github.com/zcoinofficial/zcoin", "github": "https://github.com/zcoinofficial/zcoin",
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>", "maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>",
"curve_name": "secp256k1", "curve_name": "secp256k1",
"address_type": 65, "address_type": 65,
"address_type_p2sh": 178, "address_type_p2sh": 178,
"maxfee_kb": 1000000, "maxfee_kb": 1000000,
"minfee_kb": 0, "minfee_kb": 0,
"signed_message_header": "Zcoin Signed Message:\n", "signed_message_header": "Zcoin Signed Message:\n",
"hash_genesis_block": "7ac038c193c2158c428c59f9ae0c02a07115141c6e9dc244ae96132e99b4e642", "hash_genesis_block": "7ac038c193c2158c428c59f9ae0c02a07115141c6e9dc244ae96132e99b4e642",
"xprv_magic": "04358394", "xprv_magic": "04358394",
"xpub_magic": "043587cf", "xpub_magic": "043587cf",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null, "xpub_magic_segwit_native": null,
"bech32_prefix": null, "bech32_prefix": null,
"cashaddr_prefix": null, "cashaddr_prefix": null,
"slip44": 1, "slip44": 1,
"segwit": false, "segwit": false,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Low": 1, "Low": 1,
"Economy": 10, "Economy": 10,
"Normal": 100, "Normal": 100,
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,
"address_prefix": "testzcoin:", "address_prefix": "testzcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 35, "max_address_length": 35,
"bitcore": [] "bitcore": [],
"blockbook": []
} }

Loading…
Cancel
Save