github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/ethereum_testnet_holesky_archive.json (about) 1 { 2 "coin": { 3 "name": "Ethereum Testnet Holesky Archive", 4 "shortcut": "tHOL", 5 "label": "Ethereum Holesky", 6 "alias": "ethereum_testnet_holesky_archive" 7 }, 8 "ports": { 9 "backend_rpc": 18036, 10 "backend_message_queue": 0, 11 "backend_p2p": 48336, 12 "backend_http": 18136, 13 "backend_torrent": 18136, 14 "backend_authrpc": 18536, 15 "blockbook_internal": 19036, 16 "blockbook_public": 19136 17 }, 18 "ipc": { 19 "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", 20 "rpc_timeout": 25 21 }, 22 "backend": { 23 "package_name": "backend-ethereum-testnet-holesky-archive", 24 "package_revision": "satoshilabs-1", 25 "system_user": "ethereum", 26 "version": "2.59.1", 27 "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.59.1/erigon_2.59.1_linux_amd64.tar.gz", 28 "verification_type": "sha256", 29 "verification_source": "5800f0da3ec52f8abc414860f4b3c9ac8c46d07c5044b5458820c71fd4b95b38", 30 "extract_command": "tar -C backend -xf", 31 "exclude_files": [], 32 "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --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}}'", 33 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", 34 "postinst_script_template": "", 35 "service_type": "simple", 36 "service_additional_params_template": "", 37 "protect_memory": true, 38 "mainnet": false, 39 "server_config_file": "", 40 "client_config_file": "", 41 "platforms": { 42 "arm64": { 43 "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.59.1/erigon_2.59.1_linux_arm64.tar.gz", 44 "verification_source": "9d29e04f600111971c56a9c48aa5c7c9e81cd61ad8bb042c240505e4bd93bf88" 45 } 46 } 47 }, 48 "blockbook": { 49 "package_name": "blockbook-ethereum-testnet-holesky-archive", 50 "system_user": "blockbook-ethereum", 51 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 52 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 53 "explorer_url": "", 54 "additional_params": "-workers=16", 55 "block_chain": { 56 "parse": true, 57 "mempool_workers": 8, 58 "mempool_sub_workers": 2, 59 "block_addresses_to_keep": 3000, 60 "additional_params": { 61 "consensusNodeVersion": "http://localhost:17536/eth/v1/node/version", 62 "address_aliases": true, 63 "mempoolTxTimeoutHours": 12, 64 "processInternalTransactions": true, 65 "queryBackendOnMempoolResync": false, 66 "fiat_rates-disabled": "coingecko", 67 "fiat_rates_params": "{\"coin\": \"ethereum\",\"platformIdentifier\": \"ethereum\",\"platformVsCurrency\": \"eth\",\"periodSeconds\": 900}", 68 "fourByteSignatures": "https://www.4byte.directory/api/v1/signatures/" 69 } 70 } 71 }, 72 "meta": { 73 "package_maintainer": "IT", 74 "package_maintainer_email": "it@satoshilabs.com" 75 } 76 }