ccminer version 1.2
So I run into this error every now and then
"unable to query CUDA driver version! Is an nVidia driver Insatalled?"
I tracked it down to the file heavy.cu
if (err != cudaSuccess)
{
applog(LOG_ERR, "Unable to query CUDA driver version! Is an nVidia driver installed?");
exit(1);
}
i would like to to bypass the above by simply hardcoding the CUDA driver version that I have.
However I have no idea on how to compile windows binaries.
Can someone help me .?
Turns out ... you cannot kickstart the ccminer from remote desktops coz ...the NVIDIA backend is not accessible remotely .. that is really strange ..