I use my laptop for this test running on Win7 with sgminer 4.1.0-096-g983e
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer -k myriadcoin-groestl -o stratum+tcp://eup2pool.cryptopools.com:3333 -u <wallet> -p x
pause
When I start .bat file (regardles running it as administrator or not) I'm getting Error -11 (groestl.cl not found) with my .bat file in the same directory as sgminer.exe and "kernel" subfolder.Also, "kernel" containes "groestl.cl". It connects to the pool but "Failed to init GPU thread 0"
I think the problem is i'm using nVidia GPU. I thought it is not important which GPU is in use as thread's OP does not say "..for AMD cards". Am I wrong?
Do you have file named myriadcoin-groestl.cl ?
Yes, I do.