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

     1  {
     2      "coin": {
     3          "name": "Ethereum Archive",
     4          "shortcut": "ETH",
     5          "label": "Ethereum",
     6          "alias": "ethereum_archive"
     7      },
     8      "ports": {
     9          "backend_rpc": 8016,
    10          "backend_message_queue": 0,
    11          "backend_p2p": 38316,
    12          "backend_http": 8116,
    13          "backend_authrpc": 8516,
    14          "blockbook_internal": 9016,
    15          "blockbook_public": 9116
    16      },
    17      "ipc": {
    18          "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    19          "rpc_timeout": 25
    20      },
    21      "backend": {
    22          "package_name": "backend-ethereum-archive",
    23          "package_revision": "satoshilabs-1",
    24          "system_user": "ethereum",
    25          "version": "1.12.0-e501b3b0",
    26          "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz",
    27          "verification_type": "gpg",
    28          "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz.asc",
    29          "extract_command": "tar -C backend --strip 1 -xf",
    30          "exclude_files": [],
    31          "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --syncmode full --gcmode archive --txlookuplimit 0 --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --ws.api \"eth,net,web3,debug,txpool\" --http --http.port {{.Ports.BackendHttp}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
    32          "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
    33          "postinst_script_template": "",
    34          "service_type": "simple",
    35          "service_additional_params_template": "",
    36          "protect_memory": true,
    37          "mainnet": true,
    38          "server_config_file": "",
    39          "client_config_file": "",
    40          "platforms": {
    41              "arm64": {
    42                  "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz",
    43                  "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz.asc"
    44              }
    45          }
    46      },
    47      "blockbook": {
    48          "package_name": "blockbook-ethereum-archive",
    49          "system_user": "blockbook-ethereum",
    50          "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    51          "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    52          "explorer_url": "",
    53          "additional_params": "-workers=16",
    54          "block_chain": {
    55              "parse": true,
    56              "mempool_workers": 8,
    57              "mempool_sub_workers": 2,
    58              "block_addresses_to_keep": 600,
    59              "additional_params": {
    60                  "consensusNodeVersion": "http://localhost:7516/eth/v1/node/version",
    61                  "address_aliases": true,
    62                  "mempoolTxTimeoutHours": 48,
    63                  "processInternalTransactions": true,
    64                  "queryBackendOnMempoolResync": false,
    65                  "fiat_rates": "coingecko",
    66                  "fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
    67                  "fiat_rates_params": "{\"coin\": \"ethereum\",\"platformIdentifier\": \"ethereum\",\"platformVsCurrency\": \"eth\",\"periodSeconds\": 900}",
    68                  "fourByteSignatures": "https://www.4byte.directory/api/v1/signatures/"
    69              }
    70          }
    71      },
    72      "meta": {
    73          "package_maintainer": "IT",
    74          "package_maintainer_email": "it@satoshilabs.com"
    75      }
    76  }