I need help.
This is my config:
{
"pools" : [
{
"url" : "stratum+tcp://pool.verters.com:4444",
"user" : "xxxx",
"pass" : "xxxx"
}
]
,
"intensity" : "13",
"worksize" : "256",
"diff" : "128",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"difficulty-multiplier" : "2",
"lookup-gap" : "2",
"gpu-threads" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1020",
"gpu-memclock" : "1500",
"gpu-powertune" : "0",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "62",
"auto-fan" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"gpu-dyninterval" : "7",
"log" : "20",
"no-pool-disable" : true,
"queue" : "1",
"gpu-platform" : "0",
"scan-time" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"verbose" : "true",
"no-extranonce" : true
}
And when I launch sgminer.exe this is what I get. It connects to the pool but doesn't mine...
http://s9.postimg.org/riuvo3wzz/Screenshot_5.pngWould anyone be able to help me? I would greatly appreciate it.