github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/ethereum_testnet_goerli_archive_consensus.json (about)

     1  {
     2    "coin": {
     3      "name": "Ethereum Testnet Goerli Archive",
     4      "shortcut": "tGOR",
     5      "label": "Ethereum Goerli",
     6      "alias": "ethereum_testnet_goerli_archive_consensus",
     7      "execution_alias": "ethereum_testnet_goerli_archive"
     8    },
     9    "ports": {
    10      "backend_rpc": 18006,
    11      "backend_message_queue": 0,
    12      "backend_p2p": 48306,
    13      "backend_http": 18106,
    14      "backend_authrpc": 18506,
    15      "blockbook_internal": 19006,
    16      "blockbook_public": 19106
    17    },
    18    "backend": {
    19      "package_name": "backend-ethereum-testnet-goerli-archive-consensus",
    20      "package_revision": "satoshilabs-1",
    21      "system_user": "ethereum",
    22      "version": "4.0.5",
    23      "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64",
    24      "verification_type": "sha256",
    25      "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170",
    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 --prater --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17506 --rpc-port=17507 --monitoring-port=17508 --p2p-tcp-port=13506 --p2p-udp-port=12506 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_goerli_archive/backend/geth/jwtsecret --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 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": "wget https://github.com/eth-clients/eth2-networks/raw/master/shared/prater/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz",
    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/v4.0.5/beacon-chain-v4.0.5-linux-arm64",
    40          "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca"
    41        }
    42      }
    43    },
    44    "meta": {
    45      "package_maintainer": "IT",
    46      "package_maintainer_email": "it@satoshilabs.com"
    47    }
    48  }