setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 4
sph-sgminer -c sph-sgminer.conf
And I'm attempting to use a previously posted .conf file named as above:
{
"pools" :
[
{
"url" : "stratum+tcp://useast.blackcoinpool.com:3333",
"user" : "RouletteRun.4th",
"pass" : "Time"
}
]
,
"device" : "0,1,2,3",
"intensity" : "20,17,17,17",
"lookup-gap" : "2",
"vectors" : "1,1,1,1",
"thread-concurrency" : "8193,6401,6401,6401",
"gpu-threads" : "2",
"worksize" : "256,128,128,128",
"expiry" : "1",
"queue" : "0",
"gpu-powertune" : "20,20,20,20",
"gpu-engine" : "1160,1110,1110,1110",
"gpu-memclock" : "1500,1500,1500,1500",
"gpu-fan" : "80,65,65,65",
"kernel" : "x11mod",
"scan-time" : "1"
}
I added a pause into the .bat file and it tells me, "sph-sgminer is not recognized as an internal or external command, operable program or batch file."
Help is appreciated!