github.com/grupokindynos/coins-explorer@v0.0.0-20210507172551-fa8983d19250/configs/coins/ethereum.json (about)

     1  {
     2    "coin": {
     3      "name": "Ethereum",
     4      "shortcut": "ETH",
     5      "label": "Ethereum",
     6      "alias": "ethereum"
     7    },
     8    "ports": {
     9      "backend_rpc": 8030,
    10      "backend_message_queue": 0,
    11      "blockbook_internal": 9030,
    12      "blockbook_public": 9130,
    13      "backend_p2p": 38330,
    14      "backend_http": 8130
    15    },
    16    "ipc": {
    17      "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    18      "rpc_timeout": 25
    19    },
    20    "backend": {
    21      "package_name": "backend-ethereum",
    22      "package_revision": "polispay",
    23      "system_user": "ethereum",
    24      "version": "1.9.11-6a62fe39",
    25      "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.11-6a62fe39.tar.gz",
    26      "verification_type": "gpg",
    27      "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.11-6a62fe39.tar.gz.asc",
    28      "extract_command": "tar -C backend --strip 1 -xf",
    29      "exclude_files": [],
    30      "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --ipcdisable --syncmode full --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38330 --ws --wsaddr 0.0.0.0 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8130 -rpcaddr 0.0.0.0 --rpccorsdomain \"*\" --rpcvhosts \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
    31      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
    32      "postinst_script_template": "",
    33      "service_type": "simple",
    34      "service_additional_params_template": "",
    35      "protect_memory": true,
    36      "mainnet": true,
    37      "server_config_file": "",
    38      "client_config_file": ""
    39    },
    40    "blockbook": {
    41      "package_name": "blockbook-ethereum",
    42      "system_user": "blockbook-ethereum",
    43      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    44      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    45      "explorer_url": "",
    46      "additional_params": "",
    47      "block_chain": {
    48        "parse": true,
    49        "mempool_workers": 8,
    50        "mempool_sub_workers": 2,
    51        "block_addresses_to_keep": 300,
    52        "additional_params": {
    53          "mempoolTxTimeoutHours": 48,
    54          "queryBackendOnMempoolResync": false,
    55          "fiat_rates": "coingecko",
    56          "fiat_rates_params": "{\"url\": \"https://api.coingecko.com/api/v3\", \"coin\": \"ethereum\", \"periodSeconds\": 60}"
    57        }
    58      }
    59    },
    60    "meta": {
    61      "package_maintainer": "IT",
    62      "package_maintainer_email": "it@satoshilabs.com"
    63    }
    64  }