{ "coin": { "name": "Ethereum Testnet Holesky", "shortcut": "tHOL", "label": "Ethereum Holesky", "alias": "ethereum_testnet_holesky" }, "ports": { "backend_rpc": 18016, "backend_message_queue": 0, "backend_p2p": 48316, "backend_http": 18116, "backend_authrpc": 18516, "blockbook_internal": 19016, "blockbook_public": 19116 }, "ipc": { "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", "rpc_timeout": 25 }, "backend": { "package_name": "backend-ethereum-testnet-holesky", "package_revision": "satoshilabs-1", "system_user": "ethereum", "version": "2.56.0", "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.56.0/erigon_2.56.0_linux_amd64.tar.gz", "verification_type": "sha256", "verification_source": "e2d3741db8220bd43b0d523f34e3d56c3bcce08251b7625128e08a821a37a46f", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --holesky --syncmode full --txlookuplimit 0 --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --ws.api \"eth,net,web3,debug,txpool\" --http --http.port {{.Ports.BackendHttp}} -http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", "postinst_script_template": "", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, "mainnet": false, "server_config_file": "", "client_config_file": "", "platforms": { "arm64": { "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.56.0/erigon_2.56.0_linux_arm64.tar.gz", "verification_source": "620956a942b837a971b1108b1b900396839a93b0fd459a6895ee7fe3b84d7e2c" } } }, "blockbook": { "package_name": "blockbook-ethereum-testnet-holesky", "system_user": "blockbook-ethereum", "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", "explorer_url": "", "additional_params": "", "block_chain": { "parse": true, "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 3000, "additional_params": { "consensusNodeVersion": "http://localhost:17516/eth/v1/node/version", "mempoolTxTimeoutHours": 12, "queryBackendOnMempoolResync": false } } }, "meta": { "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } }