blockbook/configs/coins/ethereum_archive_consensus.json
2024-08-30 11:53:09 +02:00

48 lines
2.3 KiB
JSON

{
"coin": {
"name": "Ethereum Archive",
"shortcut": "ETH",
"label": "Ethereum",
"alias": "ethereum_archive_consensus",
"execution_alias": "ethereum_archive"
},
"ports": {
"backend_rpc": 8016,
"backend_message_queue": 0,
"backend_p2p": 38316,
"backend_http": 8116,
"backend_authrpc": 8516,
"blockbook_internal": 9016,
"blockbook_public": 9116
},
"backend": {
"package_name": "backend-ethereum-archive-consensus",
"package_revision": "satoshilabs-1",
"system_user": "ethereum",
"version": "5.1.0",
"binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v5.1.0/beacon-chain-v5.1.0-linux-amd64",
"verification_type": "sha256",
"verification_source": "bc59aabe40d32959692dba260003fc5004775ac0f7fa2513a66fc28dc2f4717f",
"extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo",
"exclude_files": [],
"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'",
"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/prysmaticlabs/prysm/releases/download/v5.1.0/beacon-chain-v5.1.0-linux-arm64",
"verification_source": "74eb6c423316074641367d5655bb84bc7ae117ff6e58d95ef9d48d065eef00ef"
}
}
},
"meta": {
"package_maintainer": "IT",
"package_maintainer_email": "it@satoshilabs.com"
}
}