Post
Topic
Board Mining (Altcoins)
Re: [ANN] T-Rex 0.7.2 NVIDIA GPU miner with web control monitoring page
by
SEA1138
on 03/11/2018, 03:58:22 UTC
I get an error after configuring the config_example:

Code:
* Line 8, Column 5
  Missing '}' or object member name

I don't see why. Line 8, column 5 is exactly the same as the original config_example

The full error is as follows:

Code:
20181103 03:57:07 ERROR: Can't start miner, can't parse json: {
  // List of main and failover pools
  "pools": [
    {
        "user": "RUf8ZiAuPAmiA9jxfUZjP64fqPAtXSQTVH",
        "url": "stratum+tcp://eu.bsod.pw:2176",
        "pass": "d=3.8,c=RVN",
    },
        {
        "user": "RUf8ZiAuPAmiA9jxfUZjP64fqPAtXSQTVH",
        "url": "stratum+tcp://yiimp.eu:3666",
        "pass": "d=3.8,c=RVN",
    },
        {
        "user": "RUf8ZiAuPAmiA9jxfUZjP64fqPAtXSQTVH",
        "url": "stratum+tcp://rvn.virtopia.ca:3333",
        "pass": "x",
    },
        {
        "user": "RUf8ZiAuPAmiA9jxfUZjP64fqPAtXSQTVH",
        "url": "stratum+tcp://minepool.com:3636",
        "pass": "d=3.8",
    }
  ],

  // Telnet API bind address.
  "api-bind-telnet": "0.0.0.0:4068", // Set to "0" to disable Telnet API

  // HTTP API bind address.
  "api-bind-http": "0.0.0.0:4067", // Set to "0" to disable HTTP API

  // If set to true enables json response for Telnet API.
  "json-response": false,

  // Connection retries count. After this number of attempts failover pool will be switched.
  "retries": 5,

  // Pause in seconds between retries.
  "retry-pause": 10,

  // Maximum time in seconds your pool connection may have no ping. After that reconnect will happen.
  "timeout": 180,

  // Name of mining algorithm. You can see available names at the top of the help file.
  "algo": "x16r",

  // This is GPU index in the system. You can select multiple GPUs sequentially: "devices": "0,2,3"
  "devices": 0, // Use only the first GPU in your rig. Remove this parameter to use all GPUs

  // Intensity used with your GPUs. It can be different for each GPU, e.g. "intensity": "20,21.4,23"
  "intensity": 19,

  // Sliding window length in sec used to compute average hashrate.
  "hashrate-avr": 30, // Set to 3600 to get average over an hour

  // Path to the log file. If only file name set log will be saved into directory with the miner.
  "log-path": "t-rex.log",
  // "log-path": "/home/x/t-rex.log", // Absolute path

  // Set process priority (default: 2) 1 below normal, 2 normal to 5 highest.
  "cpu-priority": 2,

  // Shutdown miner immediately if has any CUDA error.
  "exit-on-cuda-error": true,

  // Shutdown miner immediately if pool connection lost.
  "exit-on-connection-lost": false,

  // Forces miner to immediately reconnect to pool on N successively failed shares (default: 10).
  "reconnect-on-fail-shares": 10,

  // User protocol logging.
  "protocol-dump": false, // Set to true to turn it on.

  // Configurable GPUs report frequency. By default every 5 shares.
  "gpu-report-interval": 5,

  // Disable color output for console
  "no-color": false,

  // Quiet mode. No GPU stats at all.
  "quiet": false,

  // Shutdown miner after timeout in sec. By default disabled. (set to 0)
  "time-limit": 0,

  // Disables device till miner shutdown in case of overheat. Limit in Celsius. (set to 0)
  "temperature-limit": 0,

  // GPU temperature to enable card after it's been disabled. (default: 0 - disabled)
  "temperature-start": 0
}

* Line 8, Column 5
  Missing '}' or object member name


20181103 03:57:07 T-Rex finished