mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
72 lines
3.3 KiB
JSON
72 lines
3.3 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Ethereum Testnet Hoodi",
|
|
"shortcut": "tHOD",
|
|
"label": "Ethereum Hoodi",
|
|
"alias": "ethereum_testnet_hoodi"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 18006,
|
|
"backend_message_queue": 0,
|
|
"backend_p2p": 48306,
|
|
"backend_http": 18106,
|
|
"backend_authrpc": 18506,
|
|
"blockbook_internal": 19006,
|
|
"blockbook_public": 19106
|
|
},
|
|
"ipc": {
|
|
"rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_timeout": 25
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-ethereum-testnet-hoodi",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "ethereum",
|
|
"version": "3.0.11",
|
|
"binary_url": "https://github.com/erigontech/erigon/releases/download/v3.0.11/erigon_v3.0.11_linux_amd64.tar.gz",
|
|
"verification_type": "sha256",
|
|
"verification_source": "f046e1e0ffbb460b156dea52023f0fa84efe536edb8d6eb42094b398d710615c",
|
|
"extract_command": "tar -C backend --strip-components=1 -xf",
|
|
"exclude_files": [],
|
|
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain hoodi --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'",
|
|
"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/erigontech/erigon/releases/download/v3.0.11/erigon_v3.0.11_linux_arm64.tar.gz",
|
|
"verification_source": "c8c3c660187a2848bb8af0a1a65dd4548d8fd9bb46d1e6d2f5eb60854436e6c9"
|
|
}
|
|
}
|
|
},
|
|
"blockbook": {
|
|
"package_name": "blockbook-ethereum-testnet-hoodi",
|
|
"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:17506/eth/v1/node/version",
|
|
"eip1559Fees": true,
|
|
"mempoolTxTimeoutHours": 12,
|
|
"queryBackendOnMempoolResync": false
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|