Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
Antioxidant
on 12/07/2014, 20:15:27 UTC
Quote
{
"pools": [
   {
      "name" : "X11",
      "url" : "stratum+tcp://am02.eu.trademybit.com:4010",
      "user" : "x",
      "pass" : "x",
      "profile" : "x11"
   },
   {
      "name" : "X13",
      "url" : "stratum+tcp://am02.eu.trademybit.com:4011",
      "user" : "x",
      "pass" : "x",
      "profile" : "x13"
   },
   {
      "name" : "X15",
      "url" : "stratum+tcp://am02.eu.trademybit.com:4012",
      "user" : "x",
      "pass" : "x",
      "profile" : "x15"
   },
   {
      "name" : "Nist5",
      "url" : "stratum+tcp://am02.eu.trademybit.com:4013",
      "user" : "x",
      "pass" : "x",
      "profile" : "nist5"
   }
],
"profiles":[
        {
      "name" : "x11",
      "gpu-platform" : "-1",
      "device" : "all",
      "kernel-path" : "/usr/local/bin",
      "algorithm" : "darkcoin-mod",
      "show-coindiff" : true,
      "extranonce-subscribe" : true,
      "xintensity" : "128",
      "worksize" : "128",
      "gpu-threads" : "2"
        },
        {
      "name" : "x13",
      "gpu-platform" : "-1",
      "device" : "all",
      "kernel-path" : "/usr/local/bin",
      "algorithm" : "marucoin-mod",
      "show-coindiff" : true,
      "extranonce-subscribe" : true,
      "vector" : "1",
      "intensity" : "18",
      "worksize" : "128",
      "shaders" : "2048",
      "thread-concurrency" : "10240",
      "gpu-threads" : "2"
        },
        {
      "name" : "x15",
      "gpu-platform" : "-1",
      "device" : "all",
      "kernel-path" : "/usr/local/bin",
      "algorithm" : "bitblock",
      "show-coindiff" : true,
      "extranonce-subscribe" : true,
      "intensity" : "19"
        },
        {
      "name" : "nist5",
      "gpu-platform" : "-1",
      "device" : "all",
      "kernel-path" : "/usr/local/bin",
      "algorithm" : "talkcoin-mod",
      "show-coindiff" : true,
      "extranonce-subscribe" : true,
      "xintensity" : "256",
      "worksize" : "128",
      "gpu-threads" : "2"
          }
],
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"gpu-powertune" : "0",
"gpu-dyninterval" : "7",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-fan" : "65",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"failover-only" : true,
"failover-switch-delay" : "10",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"tcp-keepalive" : "30",
"worktime" : true,
"shares" : "0",
"queue" : "0",
"expiry" : "28",
"hamsi-expand-big" : "1",
"scan-time" : "7"
}

It does not work with the CGWatcher-1.4.0.1 Any idea why?
CGWatcher write
Quote
exception: additional text encountered after finished reading JSON content: ,. Patch ", line 30, position 2.
I tested using http://json.parser.online.fr/ And there are no errors