48 lines
2.2 KiB
JSON
48 lines
2.2 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Ethereum",
|
|
"shortcut": "ETH",
|
|
"label": "Ethereum",
|
|
"alias": "ethereum_consensus",
|
|
"execution_alias": "ethereum"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8036,
|
|
"backend_message_queue": 0,
|
|
"backend_p2p": 38336,
|
|
"backend_http": 8136,
|
|
"backend_authrpc": 8536,
|
|
"blockbook_internal": 9036,
|
|
"blockbook_public": 9136
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-ethereum-consensus",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "ethereum",
|
|
"version": "5.2.0",
|
|
"binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v5.2.0/beacon-chain-v5.2.0-linux-amd64",
|
|
"verification_type": "sha256",
|
|
"verification_source": "bd8c8756943a75f4b6d120b5a9b215a56d071a4fc986ff91af2a4b01e1ac6aea",
|
|
"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=7536 --rpc-port=7537 --monitoring-port=7538 --p2p-tcp-port=3536 --p2p-udp-port=2536 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum/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.2.0/beacon-chain-v5.2.0-linux-arm64",
|
|
"verification_source": "fb5b46749abe8ebfd8cd074215b350a8db305bceda624e70d7ee9e432e480dac"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
} |