github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/configs/coins/ethereum-classic.json (about)

     1  {
     2    "coin": {
     3      "name": "Ethereum Classic",
     4      "shortcut": "ETC",
     5      "label": "Ethereum Classic",
     6      "alias": "ethereum-classic"
     7    },
     8    "ports": {
     9      "backend_rpc": 8037,
    10      "backend_message_queue": 0,
    11      "blockbook_internal": 9037,
    12      "blockbook_public": 9137
    13    },
    14    "ipc": {
    15      "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    16      "rpc_timeout": 25
    17    },
    18    "backend": {
    19      "package_name": "backend-ethereum-classic",
    20      "package_revision": "satoshilabs-1",
    21      "system_user": "ethereum-classic",
    22      "version": "1.9.9",
    23      "binary_url": "https://github.com/etclabscore/multi-geth/releases/download/v1.9.9-etclabscore/multi-geth-linux.zip",
    24      "verification_type": "sha256",
    25      "verification_source": "6bc72aec7f92e9b9bbbc1640c6cb3b07548da46ad5b9e01b78eb268f990b8079",
    26      "extract_command": "unzip -d backend",
    27      "exclude_files": [],
    28      "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38337 --ws --wsaddr 0.0.0.0 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8137 -rpcaddr 0.0.0.0 --rpccorsdomain \"*\" 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": "",
    31      "service_type": "simple",
    32      "service_additional_params_template": "",
    33      "protect_memory": true,
    34      "mainnet": true,
    35      "server_config_file": "",
    36      "client_config_file": ""
    37    },
    38    "blockbook": {
    39      "package_name": "blockbook-ethereum-classic",
    40      "system_user": "blockbook-ethereum-classic",
    41      "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    42      "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    43      "explorer_url": "",
    44      "additional_params": "",
    45      "block_chain": {
    46        "parse": true,
    47        "mempool_workers": 8,
    48        "mempool_sub_workers": 2,
    49        "block_addresses_to_keep": 300,
    50        "additional_params": {
    51          "mempoolTxTimeoutHours": 48,
    52          "queryBackendOnMempoolResync": true,
    53          "fiat_rates": "coingecko",
    54          "fiat_rates_params": "{\"url\": \"https://api.coingecko.com/api/v3\", \"coin\": \"ethereum-classic\", \"periodSeconds\": 60}"
    55        }
    56      }
    57    },
    58    "meta": {
    59      "package_maintainer": "IT",
    60      "package_maintainer_email": "it@satoshilabs.com"
    61    }
    62  }