My HD 7970:
For my batch file:
setx GPU_MAX_ALLOC_PERCENT=100
setx GPU_USE_SYNC_OBJECTS=1
vertminer.exe --scrypt-vert -o stratum+tcp://us.bitcrush.info:3444 -u myname.is -p a --lookup-gap 2 --thread-concurrency 8192 -I 13 -g 1 -w 256 --gpu-powertune 20
For my vertminer.conf file:
"auto-fan" : true,
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"gpu-fan" : "0-100",
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads" : "1",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-engine" : "930",
"gpu-memclock" : "1375",
"gpu-powertune" : "20"
}
Not sure why I'm having issues. Do I need to specify something in my vertminer.conf file?