github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/ethereum_archive_consensus.json (about) 1 { 2 "coin": { 3 "name": "Ethereum Archive", 4 "shortcut": "ETH", 5 "label": "Ethereum", 6 "alias": "ethereum_archive_consensus", 7 "execution_alias": "ethereum_archive" 8 }, 9 "ports": { 10 "backend_rpc": 8016, 11 "backend_message_queue": 0, 12 "backend_p2p": 38316, 13 "backend_http": 8116, 14 "backend_authrpc": 8516, 15 "blockbook_internal": 9016, 16 "blockbook_public": 9116 17 }, 18 "backend": { 19 "package_name": "backend-ethereum-archive-consensus", 20 "package_revision": "satoshilabs-1", 21 "system_user": "ethereum", 22 "version": "4.0.5", 23 "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", 24 "verification_type": "sha256", 25 "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", 26 "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", 27 "exclude_files": [], 28 "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --mainnet --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=7516 --rpc-port=7517 --monitoring-port=7518 --p2p-tcp-port=3516 --p2p-udp-port=2516 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_archive/backend/geth/jwtsecret 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", 29 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", 30 "postinst_script_template": "", 31 "service_type": "simple", 32 "service_additional_params_template": "", 33 "protect_memory": true, 34 "mainnet": false, 35 "server_config_file": "", 36 "client_config_file": "", 37 "platforms": { 38 "arm64": { 39 "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", 40 "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" 41 } 42 } 43 }, 44 "meta": { 45 "package_maintainer": "IT", 46 "package_maintainer_email": "it@satoshilabs.com" 47 } 48 }