I keep getting
"18:56:51:392 1900 Missed required command line options!"
This is my .bat file:
setx GPU_MAX_ALLOC_PERCENT 100 "C:\Program Files\GPUMiner\NsGpuCNMiner.exe" -o stratum+tcp://xmr.pool.minergate.com:45560 -u myemail -p x -li 1
I've also tried:
setx GPU_MAX_ALLOC_PERCENT 100 NsGpuCNMiner.exe -o stratum+tcp://xmr.pool.minergate.com:45560 -u myemail -p x -li 1
Any ideas what I'm doing wrong??
Split command line into 2 lines as below
setx GPU_MAX_ALLOC_PERCENT 100
NsGpuCNMiner.exe -o stratum+tcp://xmr.pool.minergate.com:45560 -u myemail -p x -li 1