I can't seem to get VertMiner (official version) to work...
I get error and GPU disabled as soon as I launch it.
This is my config for a 280x:
<<
{
"pools" : [
{
"url" : "stratum+tcp://gpu.suprnova.cc:4444",
"user" :
"pass" :
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1021",
"gpu-memclock" : "1500",
"gpu-powertune" : "0",
"auto-fan" : true,
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"queue" : "1",
"scan-time" : "30",
"nscrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
>>
What am I doing wrong guys?
Thanks.
kernel should be "scrypt-vert" I believe, and remove the "nscrypt" : true line.
I think you are trying to feed it 2 different kernels by "kernel" : "scrypt" and "nscrypt" : true