49 lines
2.4 KiB
JSON
49 lines
2.4 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Ethereum Testnet Goerli",
|
|
"shortcut": "tGOR",
|
|
"label": "Ethereum Goerli",
|
|
"alias": "ethereum_testnet_goerli_consensus",
|
|
"execution_alias": "ethereum_testnet_goerli"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 18026,
|
|
"backend_message_queue": 0,
|
|
"backend_p2p": 48326,
|
|
"backend_http": 18126,
|
|
"backend_authrpc": 18526,
|
|
"blockbook_internal": 19026,
|
|
"blockbook_public": 19126
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-ethereum-testnet-goerli-consensus",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "ethereum",
|
|
"version": "4.0.5",
|
|
"binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64",
|
|
"verification_type": "sha256",
|
|
"verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170",
|
|
"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 --prater --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17526 --rpc-port=17527 --monitoring-port=17528 --p2p-tcp-port=13526 --p2p-udp-port=12526 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_goerli/backend/geth/jwtsecret --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
|
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
|
|
"postinst_script_template": "wget https://github.com/eth-clients/eth2-networks/raw/master/shared/prater/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz",
|
|
"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.5/beacon-chain-v4.0.5-linux-arm64",
|
|
"verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|