Skip to content

Configuration File

ChMarina edited this page Mar 29, 2021 · 8 revisions

Configuration File example:

{
  "network": "net-main",
  "hostname": "192.168.1.1",
  "port": 9999,
  "key": "0x307402abcdef....",
  "path": "/data/metahash",
  "hash": "85e6c78616632e4fba97efb1dfb403834fe909bc34e3c7efa836ff2ea974ba9b",
  "cores": [
    {
      "address": "0x00fca67778165988703a302c1dfc34fd6036e209a20666969e",
      "host": "31.172.81.114",
      "port": 9999
    }
  ]
}

Be attention hostname, port, key, path must be replaced with user values.

Please, before starting, replace the hash field in the config file with actual value. You can specify today's trusted Block hash or any other today's hash from http://venus.mhscan.com/

Clone this wiki locally