github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/groestlcoin_testnet.json (about) 1 { 2 "coin": { 3 "name": "Groestlcoin Testnet", 4 "shortcut": "tGRS", 5 "label": "Groestlcoin Testnet", 6 "alias": "groestlcoin_testnet" 7 }, 8 "ports": { 9 "backend_rpc": 18045, 10 "backend_message_queue": 48345, 11 "blockbook_internal": 19045, 12 "blockbook_public": 19145 13 }, 14 "ipc": { 15 "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}", 16 "rpc_user": "rpc", 17 "rpc_pass": "rpc", 18 "rpc_timeout": 25, 19 "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}" 20 }, 21 "backend": { 22 "package_name": "backend-groestlcoin-testnet", 23 "package_revision": "satoshilabs-1", 24 "system_user": "groestlcoin", 25 "version": "24.0.1", 26 "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz", 27 "verification_type": "sha256", 28 "verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b", 29 "extract_command": "tar -C backend --strip 1 -xf", 30 "exclude_files": ["bin/groestlcoin-qt"], 31 "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", 32 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/testnet3/*.log", 33 "postinst_script_template": "", 34 "service_type": "forking", 35 "service_additional_params_template": "", 36 "protect_memory": true, 37 "mainnet": false, 38 "server_config_file": "bitcoin.conf", 39 "client_config_file": "bitcoin_client.conf", 40 "additional_params": { 41 "deprecatedrpc": "estimatefee", 42 "whitelist": "127.0.0.1" 43 } 44 }, 45 "blockbook": { 46 "package_name": "blockbook-groestlcoin-testnet", 47 "system_user": "blockbook-groestlcoin", 48 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 49 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 50 "explorer_url": "", 51 "additional_params": "", 52 "block_chain": { 53 "parse": true, 54 "mempool_workers": 8, 55 "mempool_sub_workers": 2, 56 "block_addresses_to_keep": 300, 57 "xpub_magic": 70617039, 58 "xpub_magic_segwit_p2sh": 71979618, 59 "xpub_magic_segwit_native": 73342198, 60 "slip44": 1 61 } 62 }, 63 "meta": { 64 "package_maintainer": "Groestlcoin Development Team", 65 "package_maintainer_email": "jackie@groestlcoin.org" 66 } 67 }