diff --git a/defs/coins/bcash.json b/defs/coins/bcash.json index e9a10b137..76e754841 100644 --- a/defs/coins/bcash.json +++ b/defs/coins/bcash.json @@ -1,40 +1,41 @@ { - "coin_name": "Bcash", - "coin_shortcut": "BCH", - "coin_label": "Bitcoin Cash", - "website": "https://www.bitcoincash.org", - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "maintainer": "Jochen Hoenicke ", - "curve_name": "secp256k1", - "address_type": 0, - "address_type_p2sh": 5, - "maxfee_kb": 500000, - "minfee_kb": 1000, - "signed_message_header": "Bitcoin Signed Message:\n", - "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": "bitcoincash", - "slip44": 145, - "segwit": false, - "decred": false, - "forkid": 0, - "force_bip143": true, - "default_fee_b": { - "Low": 10, - "Economy": 70, - "Normal": 140, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoincash:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://bch-bitcore2.trezor.io" - ] + "coin_name": "Bcash", + "coin_shortcut": "BCH", + "coin_label": "Bitcoin Cash", + "website": "https://www.bitcoincash.org", + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "maintainer": "Jochen Hoenicke ", + "curve_name": "secp256k1", + "address_type": 0, + "address_type_p2sh": 5, + "maxfee_kb": 500000, + "minfee_kb": 1000, + "signed_message_header": "Bitcoin Signed Message:\n", + "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": "bitcoincash", + "slip44": 145, + "segwit": false, + "decred": false, + "forkid": 0, + "force_bip143": true, + "default_fee_b": { + "Low": 10, + "Economy": 70, + "Normal": 140, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoincash:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://bch-bitcore2.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/bcash_testnet.json b/defs/coins/bcash_testnet.json index c65fea84b..3ab0a42e1 100644 --- a/defs/coins/bcash_testnet.json +++ b/defs/coins/bcash_testnet.json @@ -1,36 +1,36 @@ { - "coin_name": "Bcash Testnet", - "coin_shortcut": "TBCH", - "coin_label": "Bitcoin Cash Testnet", - "website": "https://www.bitcoincash.org", - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "maintainer": "Jochen Hoenicke ", - "curve_name": "secp256k1", - "address_type": 111, - "address_type_p2sh": 196, - "maxfee_kb": 10000000, - "minfee_kb": 1000, - "signed_message_header": "Bitcoin Signed Message:\n", - "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": "bchtest", - "slip44": 1, - "segwit": false, - "decred": false, - "forkid": 0, - "force_bip143": true, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoincash:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Bcash Testnet", + "coin_shortcut": "TBCH", + "coin_label": "Bitcoin Cash Testnet", + "website": "https://www.bitcoincash.org", + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "maintainer": "Jochen Hoenicke ", + "curve_name": "secp256k1", + "address_type": 111, + "address_type_p2sh": 196, + "maxfee_kb": 10000000, + "minfee_kb": 1000, + "signed_message_header": "Bitcoin Signed Message:\n", + "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": "bchtest", + "slip44": 1, + "segwit": false, + "decred": false, + "forkid": 0, + "force_bip143": true, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoincash:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } - diff --git a/defs/coins/bgold.json b/defs/coins/bgold.json index e2c892490..b42546388 100644 --- a/defs/coins/bgold.json +++ b/defs/coins/bgold.json @@ -1,40 +1,41 @@ { - "coin_name": "Bgold", - "coin_shortcut": "BTG", - "coin_label": "Bitcoin Gold", - "website": "https://bitcoingold.org", - "github": "https://github.com/BTCGPU/BTCGPU", - "maintainer": "Saleem Rashid ", - "curve_name": "secp256k1", - "address_type": 38, - "address_type_p2sh": 23, - "maxfee_kb": 500000, - "minfee_kb": 1000, - "signed_message_header": "Bitcoin Gold Signed Message:\n", - "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "btg", - "cashaddr_prefix": null, - "slip44": 156, - "segwit": true, - "decred": false, - "forkid": 79, - "force_bip143": true, - "default_fee_b": { - "Low": 10, - "Economy": 70, - "Normal": 140, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoingold:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://btg-bitcore2.trezor.io" - ] + "coin_name": "Bgold", + "coin_shortcut": "BTG", + "coin_label": "Bitcoin Gold", + "website": "https://bitcoingold.org", + "github": "https://github.com/BTCGPU/BTCGPU", + "maintainer": "Saleem Rashid ", + "curve_name": "secp256k1", + "address_type": 38, + "address_type_p2sh": 23, + "maxfee_kb": 500000, + "minfee_kb": 1000, + "signed_message_header": "Bitcoin Gold Signed Message:\n", + "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "btg", + "cashaddr_prefix": null, + "slip44": 156, + "segwit": true, + "decred": false, + "forkid": 79, + "force_bip143": true, + "default_fee_b": { + "Low": 10, + "Economy": 70, + "Normal": 140, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoingold:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://btg-bitcore2.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/bitcoin.json b/defs/coins/bitcoin.json index 07f8b9bd6..00eb68c1a 100644 --- a/defs/coins/bitcoin.json +++ b/defs/coins/bitcoin.json @@ -1,41 +1,46 @@ { - "coin_name": "Bitcoin", - "coin_shortcut": "BTC", - "coin_label": "Bitcoin", - "website": "https://bitcoin.org", - "github": "https://github.com/bitcoin/bitcoin", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 0, - "address_type_p2sh": 5, - "maxfee_kb": 2000000, - "minfee_kb": 1000, - "signed_message_header": "Bitcoin Signed Message:\n", - "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": "04b24746", - "bech32_prefix": "bc", - "cashaddr_prefix": null, - "slip44": 0, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 10, - "Economy": 70, - "Normal": 140, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://btc-bitcore3.trezor.io", - "https://btc-bitcore1.trezor.io" - ] + "coin_name": "Bitcoin", + "coin_shortcut": "BTC", + "coin_label": "Bitcoin", + "website": "https://bitcoin.org", + "github": "https://github.com/bitcoin/bitcoin", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 0, + "address_type_p2sh": 5, + "maxfee_kb": 2000000, + "minfee_kb": 1000, + "signed_message_header": "Bitcoin Signed Message:\n", + "hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": "04b24746", + "bech32_prefix": "bc", + "cashaddr_prefix": null, + "slip44": 0, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 10, + "Economy": 70, + "Normal": 140, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "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": [] } diff --git a/defs/coins/bitcoin_testnet.json b/defs/coins/bitcoin_testnet.json index 4e3076f89..cbe5b273b 100644 --- a/defs/coins/bitcoin_testnet.json +++ b/defs/coins/bitcoin_testnet.json @@ -1,38 +1,39 @@ { - "coin_name": "Testnet", - "coin_shortcut": "TEST", - "coin_label": "Testnet", - "website": "https://bitcoin.org", - "github": "https://github.com/bitcoin/bitcoin", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 111, - "address_type_p2sh": 196, - "maxfee_kb": 10000000, - "minfee_kb": 1000, - "signed_message_header": "Bitcoin Signed Message:\n", - "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": "044a5262", - "xpub_magic_segwit_native": null, - "bech32_prefix": "tb", - "cashaddr_prefix": null, - "slip44": 1, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://testnet-bitcore1.trezor.io", - "https://testnet-bitcore2.trezor.io" - ] + "coin_name": "Testnet", + "coin_shortcut": "TEST", + "coin_label": "Testnet", + "website": "https://bitcoin.org", + "github": "https://github.com/bitcoin/bitcoin", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 111, + "address_type_p2sh": 196, + "maxfee_kb": 10000000, + "minfee_kb": 1000, + "signed_message_header": "Bitcoin Signed Message:\n", + "hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": "044a5262", + "xpub_magic_segwit_native": null, + "bech32_prefix": "tb", + "cashaddr_prefix": null, + "slip44": 1, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://testnet-bitcore1.trezor.io", + "https://testnet-bitcore2.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/bitcore.json b/defs/coins/bitcore.json index ecab52457..309f6e2db 100644 --- a/defs/coins/bitcore.json +++ b/defs/coins/bitcore.json @@ -1,37 +1,38 @@ { - "coin_name": "Bitcore", - "coin_shortcut": "BTX", - "coin_label": "Bitcore", - "website": "https://bitcore.cc", - "github": "https://github.com/LIMXTEC/BitCore", - "maintainer": "limxdev ", - "curve_name": "secp256k1", - "address_type": 0, - "address_type_p2sh": 5, - "maxfee_kb": 2000000, - "minfee_kb": 1000, - "signed_message_header": "Bitcore Signed Message:\n", - "hash_genesis_block": "604148281e5c4b7f2487e5d03cd60d8e6f69411d613f6448034508cea52e9574", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "bc", - "cashaddr_prefix": null, - "slip44": 0, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 150, - "address_prefix": "bitcore:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://insight.bitcore.cc" - ] + "coin_name": "Bitcore", + "coin_shortcut": "BTX", + "coin_label": "Bitcore", + "website": "https://bitcore.cc", + "github": "https://github.com/LIMXTEC/BitCore", + "maintainer": "limxdev ", + "curve_name": "secp256k1", + "address_type": 0, + "address_type_p2sh": 5, + "maxfee_kb": 2000000, + "minfee_kb": 1000, + "signed_message_header": "Bitcore Signed Message:\n", + "hash_genesis_block": "604148281e5c4b7f2487e5d03cd60d8e6f69411d613f6448034508cea52e9574", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "bc", + "cashaddr_prefix": null, + "slip44": 0, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 150, + "address_prefix": "bitcore:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://insight.bitcore.cc" + ], + "blockbook": [] } diff --git a/defs/coins/bprivate.json b/defs/coins/bprivate.json index 96a5b3e53..9751da15e 100644 --- a/defs/coins/bprivate.json +++ b/defs/coins/bprivate.json @@ -1,37 +1,38 @@ { - "coin_name": "Bprivate", - "coin_shortcut": "BTCP", - "coin_label": "Bitcoin Private", - "website": "https://btcprivate.org", - "github": "https://github.com/BTCPrivate/BitcoinPrivate", - "maintainer": "Chris Sulmone ", - "curve_name": "secp256k1", - "address_type": 4901, - "address_type_p2sh": 5039, - "maxfee_kb": 1000000, - "minfee_kb": 1000, - "signed_message_header": "BitcoinPrivate Signed Message:\n", - "hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 183, - "segwit": false, - "decred": false, - "forkid": 42, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 150, - "address_prefix": "bitcoinprivate:", - "min_address_length": 35, - "max_address_length": 95, - "bitcore": [ - "https://explorer.btcprivate.org" - ] + "coin_name": "Bprivate", + "coin_shortcut": "BTCP", + "coin_label": "Bitcoin Private", + "website": "https://btcprivate.org", + "github": "https://github.com/BTCPrivate/BitcoinPrivate", + "maintainer": "Chris Sulmone ", + "curve_name": "secp256k1", + "address_type": 4901, + "address_type_p2sh": 5039, + "maxfee_kb": 1000000, + "minfee_kb": 1000, + "signed_message_header": "BitcoinPrivate Signed Message:\n", + "hash_genesis_block": "0007104ccda289427919efc39dc9e4d499804b7bebc22df55f8b834301260602", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 183, + "segwit": false, + "decred": false, + "forkid": 42, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 150, + "address_prefix": "bitcoinprivate:", + "min_address_length": 35, + "max_address_length": 95, + "bitcore": [ + "https://explorer.btcprivate.org" + ], + "blockbook": [] } diff --git a/defs/coins/crown.json b/defs/coins/crown.json index eab56cfcc..655df38fd 100644 --- a/defs/coins/crown.json +++ b/defs/coins/crown.json @@ -1,38 +1,39 @@ { - "coin_name": "Crown", - "coin_shortcut": "CRW", - "coin_label": "Crown", - "website": "https://crown.tech", - "github": "https://github.com/Crowndev/crowncoin", - "maintainer": "hypermist ", - "curve_name": "secp256k1", - "address_type": 0, - "address_type_p2sh": 28, - "maxfee_kb": 2000000, - "minfee_kb": 1000, - "signed_message_header": "Crown Signed Message:\n", - "hash_genesis_block": "0000000085370d5e122f64f4ab19c68614ff3df78c8d13cb814fd7e69a1dc6da", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 72, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 60, - "address_prefix": "crown:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://crw-bitcore.crown.tech", - "https://crw2-bitcore.crown.tech" - ] + "coin_name": "Crown", + "coin_shortcut": "CRW", + "coin_label": "Crown", + "website": "https://crown.tech", + "github": "https://github.com/Crowndev/crowncoin", + "maintainer": "hypermist ", + "curve_name": "secp256k1", + "address_type": 0, + "address_type_p2sh": 28, + "maxfee_kb": 2000000, + "minfee_kb": 1000, + "signed_message_header": "Crown Signed Message:\n", + "hash_genesis_block": "0000000085370d5e122f64f4ab19c68614ff3df78c8d13cb814fd7e69a1dc6da", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 72, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 60, + "address_prefix": "crown:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://crw-bitcore.crown.tech", + "https://crw2-bitcore.crown.tech" + ], + "blockbook": [] } diff --git a/defs/coins/dash.json b/defs/coins/dash.json index 30c1ec968..3dcc7fb17 100644 --- a/defs/coins/dash.json +++ b/defs/coins/dash.json @@ -1,38 +1,39 @@ { - "coin_name": "Dash", - "coin_shortcut": "DASH", - "coin_label": "Dash", - "website": "https://www.dash.org", - "github": "https://github.com/dashpay/dash", - "maintainer": "Karel Bilek ", - "curve_name": "secp256k1", - "address_type": 76, - "address_type_p2sh": 16, - "maxfee_kb": 100000, - "minfee_kb": 10000, - "signed_message_header": "DarkCoin Signed Message:\n", - "hash_genesis_block": "00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6", - "xprv_magic": "02fe52f8", - "xpub_magic": "02fe52cc", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 5, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 5460, - "blocktime_seconds": 150, - "address_prefix": "dash:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://dash-bitcore1.trezor.io", - "https://dash-bitcore3.trezor.io" - ] + "coin_name": "Dash", + "coin_shortcut": "DASH", + "coin_label": "Dash", + "website": "https://www.dash.org", + "github": "https://github.com/dashpay/dash", + "maintainer": "Karel Bilek ", + "curve_name": "secp256k1", + "address_type": 76, + "address_type_p2sh": 16, + "maxfee_kb": 100000, + "minfee_kb": 10000, + "signed_message_header": "DarkCoin Signed Message:\n", + "hash_genesis_block": "00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6", + "xprv_magic": "02fe52f8", + "xpub_magic": "02fe52cc", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 5, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 5460, + "blocktime_seconds": 150, + "address_prefix": "dash:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://dash-bitcore1.trezor.io", + "https://dash-bitcore3.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/dash_testnet.json b/defs/coins/dash_testnet.json index 2d8e51b43..7927473ff 100644 --- a/defs/coins/dash_testnet.json +++ b/defs/coins/dash_testnet.json @@ -1,36 +1,36 @@ { - "coin_name": "Dash Testnet", - "coin_shortcut": "tDASH", - "coin_label": "Dash Testnet", - "website": "https://www.dash.org", - "github": "https://github.com/dashpay/dash", - "maintainer": "Karel Bilek ", - "curve_name": "secp256k1", - "address_type": 140, - "address_type_p2sh": 19, - "maxfee_kb": 100000, - "minfee_kb": 10000, - "signed_message_header": "DarkCoin Signed Message:\n", - "hash_genesis_block": "00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 1, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 5460, - "blocktime_seconds": 150, - "address_prefix": "dash:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - ] + "coin_name": "Dash Testnet", + "coin_shortcut": "tDASH", + "coin_label": "Dash Testnet", + "website": "https://www.dash.org", + "github": "https://github.com/dashpay/dash", + "maintainer": "Karel Bilek ", + "curve_name": "secp256k1", + "address_type": 140, + "address_type_p2sh": 19, + "maxfee_kb": 100000, + "minfee_kb": 10000, + "signed_message_header": "DarkCoin Signed Message:\n", + "hash_genesis_block": "00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 1, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 5460, + "blocktime_seconds": 150, + "address_prefix": "dash:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/decred_testnet.json b/defs/coins/decred_testnet.json index bedc740ea..673eea979 100644 --- a/defs/coins/decred_testnet.json +++ b/defs/coins/decred_testnet.json @@ -1,38 +1,38 @@ { - "coin_name": "Decred Testnet", - "coin_shortcut": "TDCR", - "coin_label": "Decred Testnet", - "website": "https://www.decred.org", - "github": "https://github.com/decred/dcrd", - "maintainer": "Saleem Rashid ", - "curve_name": "secp256k1_decred", - "address_type": 3873, - "address_type_p2sh": 3836, - "maxfee_kb": 10000000, - "minfee_kb": 1000, - "signed_message_header": "Decred Signed Message:\n", - "hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c", - "xprv_magic": "04358397", - "xpub_magic": "043587d1", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 1, - "segwit": false, - "decred": true, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "bitcoin:", - "min_address_length": 35, - "max_address_length": 35, - "bitcore": [ - "https://testnet.decred.org" - ] + "coin_name": "Decred Testnet", + "coin_shortcut": "TDCR", + "coin_label": "Decred Testnet", + "website": "https://www.decred.org", + "github": "https://github.com/decred/dcrd", + "maintainer": "Saleem Rashid ", + "curve_name": "secp256k1_decred", + "address_type": 3873, + "address_type_p2sh": 3836, + "maxfee_kb": 10000000, + "minfee_kb": 1000, + "signed_message_header": "Decred Signed Message:\n", + "hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c", + "xprv_magic": "04358397", + "xpub_magic": "043587d1", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 1, + "segwit": false, + "decred": true, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "bitcoin:", + "min_address_length": 35, + "max_address_length": 35, + "bitcore": [ + "https://testnet.decred.org" + ], + "blockbook": [] } - diff --git a/defs/coins/denarius.json b/defs/coins/denarius.json index 06228599f..485f220d7 100644 --- a/defs/coins/denarius.json +++ b/defs/coins/denarius.json @@ -1,35 +1,36 @@ { - "coin_name": "Denarius", - "coin_shortcut": "DNR", - "coin_label": "Denarius", - "website": "https://denarius.io", - "github": "https://github.com/carsenk/denarius", - "maintainer": "carsenk ", - "curve_name": "secp256k1", - "address_type": 30, - "address_type_p2sh": 90, - "maxfee_kb": 100000, - "minfee_kb": 10000, - "signed_message_header": "Denarius Signed Message:\n", - "hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 116, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 54600, - "blocktime_seconds": 30, - "address_prefix": "denarius:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Denarius", + "coin_shortcut": "DNR", + "coin_label": "Denarius", + "website": "https://denarius.io", + "github": "https://github.com/carsenk/denarius", + "maintainer": "carsenk ", + "curve_name": "secp256k1", + "address_type": 30, + "address_type_p2sh": 90, + "maxfee_kb": 100000, + "minfee_kb": 10000, + "signed_message_header": "Denarius Signed Message:\n", + "hash_genesis_block": "00000d5dbbda01621cfc16bbc1f9bf3264d641a5dbf0de89fd0182c2c4828fcd", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 116, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 54600, + "blocktime_seconds": 30, + "address_prefix": "denarius:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/digibyte.json b/defs/coins/digibyte.json index 953c4211e..bf4b10ef6 100644 --- a/defs/coins/digibyte.json +++ b/defs/coins/digibyte.json @@ -1,40 +1,41 @@ { - "coin_name": "DigiByte", - "coin_shortcut": "DGB", - "coin_label": "DigiByte", - "website": "https://digibyte.io", - "github": "https://github.com/digibyte/digibyte", - "maintainer": "DigiByte ", - "curve_name": "secp256k1", - "address_type": 30, - "address_type_p2sh": 63, - "maxfee_kb": 500000, - "minfee_kb": 1000, - "signed_message_header": "DigiByte Signed Message:\n", - "hash_genesis_block": "7497ea1b465eb39f1c8f507bc877078fe016d6fcb6dfad3a64c98dcc6e1e8496", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "dgb", - "cashaddr_prefix": null, - "slip44": 20, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 10, - "Economy": 70, - "Normal": 140, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 15, - "address_prefix": "digibyte:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://explorer.digibyteprojects.com" - ] + "coin_name": "DigiByte", + "coin_shortcut": "DGB", + "coin_label": "DigiByte", + "website": "https://digibyte.io", + "github": "https://github.com/digibyte/digibyte", + "maintainer": "DigiByte ", + "curve_name": "secp256k1", + "address_type": 30, + "address_type_p2sh": 63, + "maxfee_kb": 500000, + "minfee_kb": 1000, + "signed_message_header": "DigiByte Signed Message:\n", + "hash_genesis_block": "7497ea1b465eb39f1c8f507bc877078fe016d6fcb6dfad3a64c98dcc6e1e8496", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "dgb", + "cashaddr_prefix": null, + "slip44": 20, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 10, + "Economy": 70, + "Normal": 140, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 15, + "address_prefix": "digibyte:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://explorer.digibyteprojects.com" + ], + "blockbook": [] } diff --git a/defs/coins/dogecoin.json b/defs/coins/dogecoin.json index 35f4277e1..e0d5b6d6d 100644 --- a/defs/coins/dogecoin.json +++ b/defs/coins/dogecoin.json @@ -1,35 +1,36 @@ { - "coin_name": "Dogecoin", - "coin_shortcut": "DOGE", - "coin_label": "Dogecoin", - "website": "http://dogecoin.com", - "github": "https://github.com/dogecoin/dogecoin", - "maintainer": "Karel Bilek ", - "curve_name": "secp256k1", - "address_type": 30, - "address_type_p2sh": 22, - "maxfee_kb": 1000000000, - "minfee_kb": 1000, - "signed_message_header": "Dogecoin Signed Message:\n", - "hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691", - "xprv_magic": "02fac398", - "xpub_magic": "02facafd", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 3, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 10000000, - "blocktime_seconds": 60, - "address_prefix": "dogecoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Dogecoin", + "coin_shortcut": "DOGE", + "coin_label": "Dogecoin", + "website": "http://dogecoin.com", + "github": "https://github.com/dogecoin/dogecoin", + "maintainer": "Karel Bilek ", + "curve_name": "secp256k1", + "address_type": 30, + "address_type_p2sh": 22, + "maxfee_kb": 1000000000, + "minfee_kb": 1000, + "signed_message_header": "Dogecoin Signed Message:\n", + "hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691", + "xprv_magic": "02fac398", + "xpub_magic": "02facafd", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 3, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 10000000, + "blocktime_seconds": 60, + "address_prefix": "dogecoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/flashcoin.json b/defs/coins/flashcoin.json index 0b28d83ca..9e529f49b 100644 --- a/defs/coins/flashcoin.json +++ b/defs/coins/flashcoin.json @@ -1,37 +1,38 @@ { - "coin_name": "Flashcoin", - "coin_shortcut": "FLASH", - "coin_label": "Flashcoin", - "website": "https://www.flashcoin.io", - "github": "https://github.com/flash-coin", - "maintainer": "flashbountyhunter ", - "curve_name": "secp256k1", - "address_type": 68, - "address_type_p2sh": 130, - "maxfee_kb": 4000000, - "minfee_kb": 1000, - "signed_message_header": "Flashcoin Signed Message:\n", - "hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 120, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 0 - }, - "dust_limit": 10000, - "blocktime_seconds": 60, - "address_prefix": "flashcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://explorer.flashcoin.io" - ] + "coin_name": "Flashcoin", + "coin_shortcut": "FLASH", + "coin_label": "Flashcoin", + "website": "https://www.flashcoin.io", + "github": "https://github.com/flash-coin", + "maintainer": "flashbountyhunter ", + "curve_name": "secp256k1", + "address_type": 68, + "address_type_p2sh": 130, + "maxfee_kb": 4000000, + "minfee_kb": 1000, + "signed_message_header": "Flashcoin Signed Message:\n", + "hash_genesis_block": "aa0cf4f5ce0a3c550ce5674c1e808c417cf5077b4e95bda1d6fbaeaf4258972b", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 120, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 0 + }, + "dust_limit": 10000, + "blocktime_seconds": 60, + "address_prefix": "flashcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://explorer.flashcoin.io" + ], + "blockbook": [] } diff --git a/defs/coins/fujicoin.json b/defs/coins/fujicoin.json index e8da0e9a6..8d14b3493 100644 --- a/defs/coins/fujicoin.json +++ b/defs/coins/fujicoin.json @@ -1,40 +1,41 @@ { - "coin_name": "Fujicoin", - "coin_shortcut": "FJC", - "coin_label": "Fujicoin", - "website": "http://fujicoin.org", - "github": "https://github.com/fujicoin/fujicoin", - "maintainer": "motty ", - "curve_name": "secp256k1", - "address_type": 36, - "address_type_p2sh": 16, - "maxfee_kb": 1000000, - "minfee_kb": 100000, - "signed_message_header": "FujiCoin Signed Message:\n", - "hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0", - "xpub_magic": "0488b21e", - "xprv_magic": "0488ade4", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "fc", - "cashaddr_prefix": null, - "slip44": 75, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 100000, - "Economy": 200000, - "Normal": 500000, - "High": 1000000 - }, - "dust_limit": 100000, - "blocktime_seconds": 60, - "address_prefix": "fujicoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "http://explorer.fujicoin.org" - ] + "coin_name": "Fujicoin", + "coin_shortcut": "FJC", + "coin_label": "Fujicoin", + "website": "http://fujicoin.org", + "github": "https://github.com/fujicoin/fujicoin", + "maintainer": "motty ", + "curve_name": "secp256k1", + "address_type": 36, + "address_type_p2sh": 16, + "maxfee_kb": 1000000, + "minfee_kb": 100000, + "signed_message_header": "FujiCoin Signed Message:\n", + "hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0", + "xpub_magic": "0488b21e", + "xprv_magic": "0488ade4", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "fc", + "cashaddr_prefix": null, + "slip44": 75, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 100000, + "Economy": 200000, + "Normal": 500000, + "High": 1000000 + }, + "dust_limit": 100000, + "blocktime_seconds": 60, + "address_prefix": "fujicoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "http://explorer.fujicoin.org" + ], + "blockbook": [] } diff --git a/defs/coins/groestlcoin.json b/defs/coins/groestlcoin.json index 1f74761ee..075ef8972 100644 --- a/defs/coins/groestlcoin.json +++ b/defs/coins/groestlcoin.json @@ -1,37 +1,38 @@ { - "coin_name": "Groestlcoin", - "coin_shortcut": "GRS", - "coin_label": "Groestlcoin", - "website": "https://www.groestlcoin.org", - "github": "https://github.com/Groestlcoin/groestlcoin", - "maintainer": "Yura Pakhuchiy ", - "curve_name": "secp256k1_groestl", - "address_type": 36, - "address_type_p2sh": 5, - "maxfee_kb": 100000, - "minfee_kb": 1000, - "signed_message_header": "GroestlCoin Signed Message:\n", - "hash_genesis_block": "00000ac5927c594d49cc0bdb81759d0da8297eb614683d3acb62f0703b639023", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "grs", - "cashaddr_prefix": null, - "slip44": 17, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 60, - "address_prefix": "groestlcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://groestlsight.groestlcoin.org" - ] + "coin_name": "Groestlcoin", + "coin_shortcut": "GRS", + "coin_label": "Groestlcoin", + "website": "https://www.groestlcoin.org", + "github": "https://github.com/Groestlcoin/groestlcoin", + "maintainer": "Yura Pakhuchiy ", + "curve_name": "secp256k1_groestl", + "address_type": 36, + "address_type_p2sh": 5, + "maxfee_kb": 100000, + "minfee_kb": 1000, + "signed_message_header": "GroestlCoin Signed Message:\n", + "hash_genesis_block": "00000ac5927c594d49cc0bdb81759d0da8297eb614683d3acb62f0703b639023", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "grs", + "cashaddr_prefix": null, + "slip44": 17, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 60, + "address_prefix": "groestlcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://groestlsight.groestlcoin.org" + ], + "blockbook": [] } diff --git a/defs/coins/litecoin.json b/defs/coins/litecoin.json index 34e35c7ab..bcab64b93 100644 --- a/defs/coins/litecoin.json +++ b/defs/coins/litecoin.json @@ -1,37 +1,38 @@ { - "coin_name": "Litecoin", - "coin_shortcut": "LTC", - "coin_label": "Litecoin", - "website": "https://litecoin.org", - "github": "https://github.com/litecoin-project/litecoin", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 48, - "address_type_p2sh": 50, - "maxfee_kb": 40000000, - "minfee_kb": 100000, - "signed_message_header": "Litecoin Signed Message:\n", - "hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2", - "xprv_magic": "019d9cfe", - "xpub_magic": "019da462", - "xpub_magic_segwit_p2sh": "01b26ef6", - "xpub_magic_segwit_native": null, - "bech32_prefix": "ltc", - "cashaddr_prefix": null, - "slip44": 2, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 1000 - }, - "dust_limit": 54600, - "blocktime_seconds": 150, - "address_prefix": "litecoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://ltc-bitcore3.trezor.io" - ] + "coin_name": "Litecoin", + "coin_shortcut": "LTC", + "coin_label": "Litecoin", + "website": "https://litecoin.org", + "github": "https://github.com/litecoin-project/litecoin", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 48, + "address_type_p2sh": 50, + "maxfee_kb": 40000000, + "minfee_kb": 100000, + "signed_message_header": "Litecoin Signed Message:\n", + "hash_genesis_block": "12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2", + "xprv_magic": "019d9cfe", + "xpub_magic": "019da462", + "xpub_magic_segwit_p2sh": "01b26ef6", + "xpub_magic_segwit_native": null, + "bech32_prefix": "ltc", + "cashaddr_prefix": null, + "slip44": 2, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 1000 + }, + "dust_limit": 54600, + "blocktime_seconds": 150, + "address_prefix": "litecoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://ltc-bitcore3.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/litecoin_testnet.json b/defs/coins/litecoin_testnet.json index 6c5c59df9..cbcf88a15 100644 --- a/defs/coins/litecoin_testnet.json +++ b/defs/coins/litecoin_testnet.json @@ -1,37 +1,38 @@ { - "coin_name": "Litecoin Testnet", - "coin_shortcut": "TLTC", - "coin_label": "Litecoin Testnet", - "website": "https://litecoin.org", - "github": "https://github.com/litecoin-project/litecoin", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 111, - "address_type_p2sh": 58, - "maxfee_kb": 40000000, - "minfee_kb": 1000, - "signed_message_header": "Litecoin Signed Message:\n", - "hash_genesis_block": "4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": "tltc", - "cashaddr_prefix": null, - "slip44": 1, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 54600, - "blocktime_seconds": 150, - "address_prefix": "litecoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://testnet.litecore.io" - ] + "coin_name": "Litecoin Testnet", + "coin_shortcut": "TLTC", + "coin_label": "Litecoin Testnet", + "website": "https://litecoin.org", + "github": "https://github.com/litecoin-project/litecoin", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 111, + "address_type_p2sh": 58, + "maxfee_kb": 40000000, + "minfee_kb": 1000, + "signed_message_header": "Litecoin Signed Message:\n", + "hash_genesis_block": "4966625a4b2851d9fdee139e56211a0d88575f59ed816ff5e6a63deb4e3e29a0", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": "tltc", + "cashaddr_prefix": null, + "slip44": 1, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 54600, + "blocktime_seconds": 150, + "address_prefix": "litecoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://testnet.litecore.io" + ], + "blockbook": [] } diff --git a/defs/coins/monacoin.json b/defs/coins/monacoin.json index f30997de6..ff799d394 100644 --- a/defs/coins/monacoin.json +++ b/defs/coins/monacoin.json @@ -1,37 +1,38 @@ { - "coin_name": "Monacoin", - "coin_shortcut": "MONA", - "coin_label": "Monacoin", - "website": "https://monacoin.org", - "github": "https://github.com/monacoinproject/monacoin", - "maintainer": "cryptcoin-junkey ", - "curve_name": "secp256k1", - "address_type": 50, - "address_type_p2sh": 55, - "maxfee_kb": 5000000, - "minfee_kb": 100000, - "signed_message_header": "Monacoin Signed Message:\n", - "hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6", - "xpub_magic": "0488b21e", - "xprv_magic": "0488ade4", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "mona", - "cashaddr_prefix": null, - "slip44": 22, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 100000 - }, - "dust_limit": 54600, - "blocktime_seconds": 90, - "address_prefix": "monacoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://mona.chainsight.info" - ] + "coin_name": "Monacoin", + "coin_shortcut": "MONA", + "coin_label": "Monacoin", + "website": "https://monacoin.org", + "github": "https://github.com/monacoinproject/monacoin", + "maintainer": "cryptcoin-junkey ", + "curve_name": "secp256k1", + "address_type": 50, + "address_type_p2sh": 55, + "maxfee_kb": 5000000, + "minfee_kb": 100000, + "signed_message_header": "Monacoin Signed Message:\n", + "hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6", + "xpub_magic": "0488b21e", + "xprv_magic": "0488ade4", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "mona", + "cashaddr_prefix": null, + "slip44": 22, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 100000 + }, + "dust_limit": 54600, + "blocktime_seconds": 90, + "address_prefix": "monacoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://mona.chainsight.info" + ], + "blockbook": [] } diff --git a/defs/coins/myriad.json b/defs/coins/myriad.json index 1c67083bd..b7db8ac24 100644 --- a/defs/coins/myriad.json +++ b/defs/coins/myriad.json @@ -1,38 +1,39 @@ { - "coin_name": "Myriad", - "coin_shortcut": "XMY", - "coin_label": "Myriad", - "curve_name": "secp256k1", - "website": "https://www.myriadcoin.org", - "github": "https://github.com/myriadcoin/myriadcoin", - "maintainer": "Adam Hickerson ", - "address_type": 50, - "address_type_p2sh": 9, - "maxfee_kb": 2000000, - "minfee_kb": 1000, - "signed_message_header": "Myriadcoin Signed Message:\n", - "hash_genesis_block": "00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 90, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 10, - "Economy": 70, - "Normal": 140, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 60, - "address_prefix": "myriadcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Myriad", + "coin_shortcut": "XMY", + "coin_label": "Myriad", + "curve_name": "secp256k1", + "website": "https://www.myriadcoin.org", + "github": "https://github.com/myriadcoin/myriadcoin", + "maintainer": "Adam Hickerson ", + "address_type": 50, + "address_type_p2sh": 9, + "maxfee_kb": 2000000, + "minfee_kb": 1000, + "signed_message_header": "Myriadcoin Signed Message:\n", + "hash_genesis_block": "00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 90, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 10, + "Economy": 70, + "Normal": 140, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 60, + "address_prefix": "myriadcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/namecoin.json b/defs/coins/namecoin.json index 58d5c4964..b5d12a4f4 100644 --- a/defs/coins/namecoin.json +++ b/defs/coins/namecoin.json @@ -1,35 +1,36 @@ { - "coin_name": "Namecoin", - "coin_shortcut": "NMC", - "coin_label": "Namecoin", - "website": "https://namecoin.org", - "github": "https://github.com/namecoin/namecoin-core", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 52, - "address_type_p2sh": 5, - "maxfee_kb": 10000000, - "minfee_kb": 1000, - "signed_message_header": "Namecoin Signed Message:\n", - "hash_genesis_block": "000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770", - "xprv_magic": "019d9cfe", - "xpub_magic": "019da462", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 7, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 2940, - "blocktime_seconds": 600, - "address_prefix": "namecoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Namecoin", + "coin_shortcut": "NMC", + "coin_label": "Namecoin", + "website": "https://namecoin.org", + "github": "https://github.com/namecoin/namecoin-core", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 52, + "address_type_p2sh": 5, + "maxfee_kb": 10000000, + "minfee_kb": 1000, + "signed_message_header": "Namecoin Signed Message:\n", + "hash_genesis_block": "000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770", + "xprv_magic": "019d9cfe", + "xpub_magic": "019da462", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 7, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 2940, + "blocktime_seconds": 600, + "address_prefix": "namecoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/terracoin.json b/defs/coins/terracoin.json index 410fdb660..ba7d43e4f 100644 --- a/defs/coins/terracoin.json +++ b/defs/coins/terracoin.json @@ -1,37 +1,38 @@ { - "coin_name": "Terracoin", - "coin_shortcut": "TRC", - "coin_label": "Terracoin", - "website": "https://terracoin.io", - "github": "https://github.com/terracoin/terracoin", - "maintainer": "Justin F. Hallett ", - "curve_name": "secp256k1", - "address_type": 0, - "address_type_p2sh": 5, - "maxfee_kb": 100000, - "minfee_kb": 10000, - "signed_message_header": "DarkCoin Signed Message:\n", - "hash_genesis_block": "00000000804bbc6a621a9dbb564ce469f492e1ccf2d70f8a6b241e26a277afa2", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 0, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 5460, - "blocktime_seconds": 120, - "address_prefix": "terracoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://insight.terracoin.io" - ] + "coin_name": "Terracoin", + "coin_shortcut": "TRC", + "coin_label": "Terracoin", + "website": "https://terracoin.io", + "github": "https://github.com/terracoin/terracoin", + "maintainer": "Justin F. Hallett ", + "curve_name": "secp256k1", + "address_type": 0, + "address_type_p2sh": 5, + "maxfee_kb": 100000, + "minfee_kb": 10000, + "signed_message_header": "DarkCoin Signed Message:\n", + "hash_genesis_block": "00000000804bbc6a621a9dbb564ce469f492e1ccf2d70f8a6b241e26a277afa2", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 0, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 5460, + "blocktime_seconds": 120, + "address_prefix": "terracoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://insight.terracoin.io" + ], + "blockbook": [] } diff --git a/defs/coins/vertcoin.json b/defs/coins/vertcoin.json index 338300a63..69026886a 100644 --- a/defs/coins/vertcoin.json +++ b/defs/coins/vertcoin.json @@ -1,35 +1,36 @@ { - "coin_name": "Vertcoin", - "coin_shortcut": "VTC", - "coin_label": "Vertcoin", - "website": "https://vertcoin.org", - "github": "https://github.com/vertcoin-project/vertcoin-core", - "maintainer": "Jochen Hoenicke ", - "curve_name": "secp256k1", - "address_type": 71, - "address_type_p2sh": 5, - "maxfee_kb": 40000000, - "minfee_kb": 100000, - "signed_message_header": "Vertcoin Signed Message:\n", - "hash_genesis_block": "4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "vtc", - "cashaddr_prefix": null, - "slip44": 28, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 1000 - }, - "dust_limit": 54600, - "blocktime_seconds": 150, - "address_prefix": "vertcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [] + "coin_name": "Vertcoin", + "coin_shortcut": "VTC", + "coin_label": "Vertcoin", + "website": "https://vertcoin.org", + "github": "https://github.com/vertcoin-project/vertcoin-core", + "maintainer": "Jochen Hoenicke ", + "curve_name": "secp256k1", + "address_type": 71, + "address_type_p2sh": 5, + "maxfee_kb": 40000000, + "minfee_kb": 100000, + "signed_message_header": "Vertcoin Signed Message:\n", + "hash_genesis_block": "4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "vtc", + "cashaddr_prefix": null, + "slip44": 28, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 1000 + }, + "dust_limit": 54600, + "blocktime_seconds": 150, + "address_prefix": "vertcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/viacoin.json b/defs/coins/viacoin.json index 719345616..b0c1df9da 100644 --- a/defs/coins/viacoin.json +++ b/defs/coins/viacoin.json @@ -1,40 +1,41 @@ { - "coin_name": "Viacoin", - "coin_shortcut": "VIA", - "coin_label": "Viacoin", - "website": "https://viacoin.org", - "github": "https://github.com/viacoin", - "maintainer": "romanornr ", - "curve_name": "secp256k1", - "address_type": 71, - "address_type_p2sh": 33, - "maxfee_kb": 40000000, - "minfee_kb": 1000, - "signed_message_header": "Viacoin Signed Message:\n", - "hash_genesis_block": "4e9b54001f9976049830128ec0331515eaabe35a70970d79971da1539a400ba1", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": "049d7cb2", - "xpub_magic_segwit_native": null, - "bech32_prefix": "via", - "cashaddr_prefix": null, - "slip44": 14, - "segwit": true, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 1000, - "Economy": 7000, - "Normal": 14000, - "High": 20000 - }, - "dust_limit": 54600, - "blocktime_seconds": 24, - "address_prefix": "viacoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://explorer.viacoin.org" - ] + "coin_name": "Viacoin", + "coin_shortcut": "VIA", + "coin_label": "Viacoin", + "website": "https://viacoin.org", + "github": "https://github.com/viacoin", + "maintainer": "romanornr ", + "curve_name": "secp256k1", + "address_type": 71, + "address_type_p2sh": 33, + "maxfee_kb": 40000000, + "minfee_kb": 1000, + "signed_message_header": "Viacoin Signed Message:\n", + "hash_genesis_block": "4e9b54001f9976049830128ec0331515eaabe35a70970d79971da1539a400ba1", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": "049d7cb2", + "xpub_magic_segwit_native": null, + "bech32_prefix": "via", + "cashaddr_prefix": null, + "slip44": 14, + "segwit": true, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 1000, + "Economy": 7000, + "Normal": 14000, + "High": 20000 + }, + "dust_limit": 54600, + "blocktime_seconds": 24, + "address_prefix": "viacoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://explorer.viacoin.org" + ], + "blockbook": [] } diff --git a/defs/coins/zcash.json b/defs/coins/zcash.json index f19d7a065..67b7a6927 100644 --- a/defs/coins/zcash.json +++ b/defs/coins/zcash.json @@ -1,37 +1,38 @@ { - "coin_name": "Zcash", - "coin_shortcut": "ZEC", - "coin_label": "Zcash", - "website": "https://z.cash", - "github": "https://github.com/zcash/zcash", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 7352, - "address_type_p2sh": 7357, - "maxfee_kb": 1000000, - "minfee_kb": 1000, - "signed_message_header": "Zcash Signed Message:\n", - "hash_genesis_block": "00040fe8ec8471911baa1db1266ea15dd06b4a8a5c453883c000b031973dce08", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 133, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 150, - "address_prefix": "zcash:", - "min_address_length": 35, - "max_address_length": 95, - "bitcore": [ - "https://zec-bitcore1.trezor.io" - ] + "coin_name": "Zcash", + "coin_shortcut": "ZEC", + "coin_label": "Zcash", + "website": "https://z.cash", + "github": "https://github.com/zcash/zcash", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 7352, + "address_type_p2sh": 7357, + "maxfee_kb": 1000000, + "minfee_kb": 1000, + "signed_message_header": "Zcash Signed Message:\n", + "hash_genesis_block": "00040fe8ec8471911baa1db1266ea15dd06b4a8a5c453883c000b031973dce08", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 133, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 150, + "address_prefix": "zcash:", + "min_address_length": 35, + "max_address_length": 95, + "bitcore": [ + "https://zec-bitcore1.trezor.io" + ], + "blockbook": [] } diff --git a/defs/coins/zcash_testnet.json b/defs/coins/zcash_testnet.json index 70a16cd30..bd1a7335d 100644 --- a/defs/coins/zcash_testnet.json +++ b/defs/coins/zcash_testnet.json @@ -1,35 +1,36 @@ { - "coin_name": "Zcash Testnet", - "coin_shortcut": "TAZ", - "coin_label": "Zcash Testnet", - "website": "https://z.cash", - "github": "https://github.com/zcash/zcash", - "maintainer": "Pavol Rusnak ", - "curve_name": "secp256k1", - "address_type": 7461, - "address_type_p2sh": 7354, - "maxfee_kb": 10000000, - "minfee_kb": 1000, - "signed_message_header": "Zcash Signed Message:\n", - "hash_genesis_block": "05a60a92d99d85997cce3b87616c089f6124d7342af37106edc76126334a2c38", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 1, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Normal": 10 - }, - "dust_limit": 546, - "blocktime_seconds": 150, - "address_prefix": "zcash:", - "min_address_length": 35, - "max_address_length": 95, - "bitcore": [] + "coin_name": "Zcash Testnet", + "coin_shortcut": "TAZ", + "coin_label": "Zcash Testnet", + "website": "https://z.cash", + "github": "https://github.com/zcash/zcash", + "maintainer": "Pavol Rusnak ", + "curve_name": "secp256k1", + "address_type": 7461, + "address_type_p2sh": 7354, + "maxfee_kb": 10000000, + "minfee_kb": 1000, + "signed_message_header": "Zcash Signed Message:\n", + "hash_genesis_block": "05a60a92d99d85997cce3b87616c089f6124d7342af37106edc76126334a2c38", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 1, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Normal": 10 + }, + "dust_limit": 546, + "blocktime_seconds": 150, + "address_prefix": "zcash:", + "min_address_length": 35, + "max_address_length": 95, + "bitcore": [], + "blockbook": [] } diff --git a/defs/coins/zcoin.json b/defs/coins/zcoin.json index 45ce95d1a..6d899de96 100644 --- a/defs/coins/zcoin.json +++ b/defs/coins/zcoin.json @@ -1,40 +1,41 @@ { - "coin_name": "Zcoin", - "coin_shortcut": "XZC", - "coin_label": "Zcoin", - "website": "https://zcoin.io", - "github": "https://github.com/zcoinofficial/zcoin", - "maintainer": "Yura Pakhuchiy ", - "curve_name": "secp256k1", - "address_type": 82, - "address_type_p2sh": 7, - "maxfee_kb": 1000000, - "minfee_kb": 0, - "signed_message_header": "Zcoin Signed Message:\n", - "hash_genesis_block": "4381deb85b1b2c9843c222944b616d997516dcbd6a964e1eaf0def0830695233", - "xprv_magic": "0488ade4", - "xpub_magic": "0488b21e", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 136, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 1, - "Economy": 10, - "Normal": 100, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "zcoin:", - "min_address_length": 27, - "max_address_length": 34, - "bitcore": [ - "https://insight.zcoin.io" - ] + "coin_name": "Zcoin", + "coin_shortcut": "XZC", + "coin_label": "Zcoin", + "website": "https://zcoin.io", + "github": "https://github.com/zcoinofficial/zcoin", + "maintainer": "Yura Pakhuchiy ", + "curve_name": "secp256k1", + "address_type": 82, + "address_type_p2sh": 7, + "maxfee_kb": 1000000, + "minfee_kb": 0, + "signed_message_header": "Zcoin Signed Message:\n", + "hash_genesis_block": "4381deb85b1b2c9843c222944b616d997516dcbd6a964e1eaf0def0830695233", + "xprv_magic": "0488ade4", + "xpub_magic": "0488b21e", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 136, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 1, + "Economy": 10, + "Normal": 100, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "zcoin:", + "min_address_length": 27, + "max_address_length": 34, + "bitcore": [ + "https://insight.zcoin.io" + ], + "blockbook": [] } diff --git a/defs/coins/zcoin_testnet.json b/defs/coins/zcoin_testnet.json index 66eb0eea4..e6e05a5ae 100644 --- a/defs/coins/zcoin_testnet.json +++ b/defs/coins/zcoin_testnet.json @@ -1,38 +1,39 @@ { - "coin_name": "Zcoin Testnet", - "coin_shortcut": "tXZC", - "coin_label": "Zcoin Testnet", - "website": "https://zcoin.io", - "github": "https://github.com/zcoinofficial/zcoin", - "maintainer": "Yura Pakhuchiy ", - "curve_name": "secp256k1", - "address_type": 65, - "address_type_p2sh": 178, - "maxfee_kb": 1000000, - "minfee_kb": 0, - "signed_message_header": "Zcoin Signed Message:\n", - "hash_genesis_block": "7ac038c193c2158c428c59f9ae0c02a07115141c6e9dc244ae96132e99b4e642", - "xprv_magic": "04358394", - "xpub_magic": "043587cf", - "xpub_magic_segwit_p2sh": null, - "xpub_magic_segwit_native": null, - "bech32_prefix": null, - "cashaddr_prefix": null, - "slip44": 1, - "segwit": false, - "decred": false, - "forkid": null, - "force_bip143": false, - "default_fee_b": { - "Low": 1, - "Economy": 10, - "Normal": 100, - "High": 200 - }, - "dust_limit": 546, - "blocktime_seconds": 600, - "address_prefix": "testzcoin:", - "min_address_length": 27, - "max_address_length": 35, - "bitcore": [] + "coin_name": "Zcoin Testnet", + "coin_shortcut": "tXZC", + "coin_label": "Zcoin Testnet", + "website": "https://zcoin.io", + "github": "https://github.com/zcoinofficial/zcoin", + "maintainer": "Yura Pakhuchiy ", + "curve_name": "secp256k1", + "address_type": 65, + "address_type_p2sh": 178, + "maxfee_kb": 1000000, + "minfee_kb": 0, + "signed_message_header": "Zcoin Signed Message:\n", + "hash_genesis_block": "7ac038c193c2158c428c59f9ae0c02a07115141c6e9dc244ae96132e99b4e642", + "xprv_magic": "04358394", + "xpub_magic": "043587cf", + "xpub_magic_segwit_p2sh": null, + "xpub_magic_segwit_native": null, + "bech32_prefix": null, + "cashaddr_prefix": null, + "slip44": 1, + "segwit": false, + "decred": false, + "forkid": null, + "force_bip143": false, + "default_fee_b": { + "Low": 1, + "Economy": 10, + "Normal": 100, + "High": 200 + }, + "dust_limit": 546, + "blocktime_seconds": 600, + "address_prefix": "testzcoin:", + "min_address_length": 27, + "max_address_length": 35, + "bitcore": [], + "blockbook": [] }