you proobably misse some comma in teh conf file, at the end there must be not.
Check default conf file of sgminer.
Or you have something wrong or missing in conf file.
as i said here must be not comma at the end
"shaders" : "0",
i already remove the comma at the end of "shaders", i now have this config. and still cant get the miner run.
{
"pools" : [
{
"name" : "NiceHash_X11_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
},
{
"name" : "NiceHash_X13_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
"nfactor" : "10",
"algorithm" : "marucoin-mod"
},
{
"name" : "some third-party X11 backup pool",
"url" : "stratum+tcp://x11-backup-pool:3333",
"user" : "user",
"pass" : "pass",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
}
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0"
"gpu-threads" : "4",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
there must be a comma at "shaders" : "0",
{
"pools" : [
{
"name" : "NiceHash_X11_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
},
{
"name" : "NiceHash_X13_auto-switch",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1KetVvF2Wt7hKYYHnbLzk5MPCbFUd4pcDa",
"pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=0;f7=0",
"nfactor" : "10",
"algorithm" : "marucoin-mod"
},
{
"name" : "some third-party X11 backup pool",
"url" : "stratum+tcp://x11-backup-pool:3333",
"user" : "user",
"pass" : "pass",
"nfactor" : "10",
"algorithm" : "darkcoin-mod"
}
],
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"intensity" : "18",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "4",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
next time run it though this site
http://jsonlint.com/Thanks for that link, its very useful. got a valid JSON now.
but... this is what im getting now after i run the miner