blockbook/configs/coins/ethereum_archive_consensus.json
2023-04-13 14:17:05 +02:00

49 lines
2.1 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": "4.0.2",
"binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.2/beacon-chain-v4.0.2-linux-amd64",
"verification_type": "sha256",
"verification_source": "0befa5754bca505e3741e319757f3ef698f1dc37b68ec6b10904afdda2106df8",
"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/geth/jwtsecret 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/v4.0.0/beacon-chain-v4.0.0-linux-arm64",
"verification_source": "8eae234385c1bd05ec6ad51dfb362382f04f1ea1d133f503e3894f4a99683972"
}
}
},
"meta": {
"package_maintainer": "IT",
"package_maintainer_email": "it@satoshilabs.com"
}
}