Hey everyone, I'm attempting to configure my miner to work with the darkcointalk pool but i keep running into the same fatal JSON error. I have been trying to figure out what the problem is but to no avail, would someone look it over and possibly give me the solution to the problem.
./sgminer --kernel darkcoin -o stratum+tcp://mining.darkcointalk.org:3333 -u
loginname.workername -p workerpassword
{
"pools" : [
{
"url" : "stratum+tcp://mining.darkcointalk.org:3333",
"user" :"loginname.workername",
"pass" : "workerpassword"
}
],
"intensity" : "20",
"xintensity" : "0",
"rawintensity" : "0",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24550",
"shaders" : "0",
"gpu-engine" : "0-1000",
"gpu-fan" : "0-85",
"gpu-memclock" : "875",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen" : false,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"failover-switch-delay" : "60",
"no-pool-disable" : true,
"kernel-path" : "/usr/local/bin"
}
I have tried using just the initial config info provided on the getting started page, just the example config included with the sgminer download, as well as other combinations of both. Please someone provide some guidance to a new darkcoin miner, it is greatly appreciated. If it's of any help i'm running an R9 290 sapphire tri-x with the latest version of sgminer. Thanks in advance to any and all advice.