We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gminer and bminer fail to run gminer "no nvml found" bminer "cuda error"
both are caused by nvml.dll not being include in latest drivers
fails to initialize nvml on latest drivers fix
edit: found solution on https://forums.geforce.com/default/topic/1100164/nvml-dll-and-nvsmi-folder-missing/ need to copy nvml.dll from c:\Windows\System32 to C:\Program Files\NVIDIA Corporation\NVSMI (create the folder if missing)
do both Program Files and Program Files (x86)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gminer and bminer fail to run gminer "no nvml found" bminer "cuda error"
both are caused by nvml.dll not being include in latest drivers
fails to initialize nvml on latest drivers fix
edit: found solution on https://forums.geforce.com/default/topic/1100164/nvml-dll-and-nvsmi-folder-missing/
need to copy nvml.dll from c:\Windows\System32 to C:\Program Files\NVIDIA Corporation\NVSMI (create the folder if missing)
do both Program Files and Program Files (x86)
The text was updated successfully, but these errors were encountered: