mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
Add groestlcoin testnet (#124)
This commit is contained in:
parent
55dc5c8f18
commit
a4b2331462
37
defs/coins/groestlcoin_testnet.json
Normal file
37
defs/coins/groestlcoin_testnet.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"coin_name": "Groestlcoin Testnet",
|
||||||
|
"coin_shortcut": "tGRS",
|
||||||
|
"coin_label": "Groestlcoin Testnet",
|
||||||
|
"website": "https://www.groestlcoin.org",
|
||||||
|
"github": "https://github.com/Groestlcoin/groestlcoin",
|
||||||
|
"maintainer": "Yura Pakhuchiy <pakhuchiy@gmail.com>",
|
||||||
|
"curve_name": "secp256k1_groestl",
|
||||||
|
"address_type": 111,
|
||||||
|
"address_type_p2sh": 196,
|
||||||
|
"maxfee_kb": 100000,
|
||||||
|
"minfee_kb": 1000,
|
||||||
|
"signed_message_header": "GroestlCoin Signed Message:\n",
|
||||||
|
"hash_genesis_block": "000000ffbb50fc9898cdd36ec163e6ba23230164c0052a28876255b7dcf2cd36",
|
||||||
|
"xprv_magic": 70615956,
|
||||||
|
"xpub_magic": 70617039,
|
||||||
|
"xpub_magic_segwit_p2sh": 71979618,
|
||||||
|
"xpub_magic_segwit_native": null,
|
||||||
|
"bech32_prefix": "tgrs",
|
||||||
|
"cashaddr_prefix": null,
|
||||||
|
"slip44": 1,
|
||||||
|
"segwit": true,
|
||||||
|
"decred": false,
|
||||||
|
"fork_id": null,
|
||||||
|
"force_bip143": false,
|
||||||
|
"version_group_id": null,
|
||||||
|
"default_fee_b": {
|
||||||
|
"Normal": 10
|
||||||
|
},
|
||||||
|
"dust_limit": 546,
|
||||||
|
"blocktime_seconds": 60,
|
||||||
|
"address_prefix": "groestlcoin:",
|
||||||
|
"min_address_length": 27,
|
||||||
|
"max_address_length": 34,
|
||||||
|
"bitcore": [],
|
||||||
|
"blockbook": []
|
||||||
|
}
|
BIN
defs/coins/groestlcoin_testnet.png
Normal file
BIN
defs/coins/groestlcoin_testnet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue
Block a user