{
"pools" : [
{
"url" : "stratum+tcp://POOL:PORT",
"user" : "USER",
"pass" : "PASS"
},
{
"url" : "stratum+tcp://POOL:PORT",
"user" : "USER",
"pass" : "PASS"
}
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}
this is the sample that come with it.
Try:
{
"pools" : [
{
"url" : "stratum+tcp://gpu.suprnova.cc:4444",
"user" : "weblogin.worker",
"pass" : "password"
}
]
,
"intensity" : "12",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-engine" : "925",
"gpu-memclock" : "1350",
"shaders" : "800",
"thread-concurrency" : "3136",
"expiry" : "30",
"gpu-threads" : "1",
"scan-time" : "1"
}
If it doesn't work, lower the intensity to 11, remove gpu-engine and memclock lines, or even shaders and concurrency.
If it works then, tweak those settings one-by-one until you achieve desired performance.