github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/configs/coins/ethereum_testnet_ropsten.json (about)

     1  {
     2    "coin": {
     3        "name": "Ethereum Testnet Ropsten",
     4        "shortcut": "tETH",
     5        "label": "Ethereum Testnet Ropsten",
     6        "alias": "ethereum_testnet_ropsten"
     7    },
     8    "ports": {
     9      "backend_rpc": 18036,
    10      "backend_message_queue": 0,
    11      "backend_p2p": 48336,
    12      "blockbook_internal": 19036,
    13      "blockbook_public": 19136
    14    },
    15    "ipc": {
    16      "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    17      "rpc_timeout": 25
    18    },
    19    "backend": {
    20      "package_name": "backend-ethereum-testnet-ropsten",
    21      "package_revision": "satoshilabs-1",
    22      "system_user": "ethereum",
    23      "version": "1.8.18-58632d44",
    24      "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.18-58632d44.tar.gz",
    25      "verification_type": "gpg",
    26      "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.18-58632d44.tar.gz.asc",
    27      "extract_command": "tar -C backend --strip 1 -xf",
    28      "exclude_files": [],
    29      "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --testnet --syncmode full --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 48336 --ws --wsaddr 0.0.0.0 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
    30      "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
    31      "postinst_script_template": "",
    32      "service_type": "simple",
    33      "service_additional_params_template": "",
    34      "protect_memory": true,
    35      "mainnet": false,
    36      "server_config_file": "",
    37      "client_config_file": ""
    38    },
    39    "blockbook": {
    40      "package_name": "blockbook-ethereum-testnet-ropsten",
    41      "system_user": "blockbook-ethereum",
    42      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    43      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    44      "explorer_url": "https://ropsten.etherscan.io/",
    45      "additional_params": "",
    46      "block_chain": {
    47        "parse": true,
    48        "mempool_workers": 8,
    49        "mempool_sub_workers": 2,
    50        "block_addresses_to_keep": 300,
    51        "additional_params": {}
    52      }
    53    },
    54    "meta": {
    55      "package_maintainer": "Jakub Matys",
    56      "package_maintainer_email": "jakub.matys@satoshilabs.com"
    57    }
    58  }