Autolykos2_NV_Miner
Autolykos2_NV_Miner copied to clipboard
ERROR: CUDA
ERROR: CUDA failed at prehash.cu: 65 CUDA error code 209 Miner is now terminated
version NVMiner 2.0.0
I got the same issues and fixed by trying out different version of driver. I'm currently still using kepler card, 1 of my card cannot be use because of its low memory capacity.
I just compile the source code on my own and modify the line 461th in autolykos.cu from for (int i=0; i< deviceCount; ++i)
to for (int i=0; i<deviceCount - 1; ++i)
to omit the low capacity card and use only the remaining ones.