nemosminer / NemosMiner

NemosMiner multi algo profit switching NVIDIA miner
GNU General Public License v3.0
230 stars 107 forks source link

NVSMI/nvml is missing with latest nvidia drivers - fix #966

Open nemosminer opened 5 years ago

nemosminer commented 5 years ago

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)