github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/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": "5.0.1", 23 "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v5.0.1/beacon-chain-v5.0.1-linux-amd64", 24 "verification_type": "sha256", 25 "verification_source": "2bb8c7a26021dbc0e067e841d996fd4f6d21f633d1a9fe64bb2a73c35f222e35", 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/erigon/jwt.hex 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/v5.0.1/beacon-chain-v5.0.1-linux-arm64", 40 "verification_source": "e970f997c4caf645b310ad839f0f00748f23fb5a522de340bad80a47271b6710" 41 } 42 } 43 }, 44 "meta": { 45 "package_maintainer": "IT", 46 "package_maintainer_email": "it@satoshilabs.com" 47 } 48 }