You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ERROR: CUDA failed at prehash.cu: 65
CUDA error code 209
Miner is now terminated
version NVMiner 2.0.0
The text was updated successfully, but these errors were encountered: