decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

suppress NVML fan warnings when no fan present #164

Open jolan opened 7 years ago

jolan commented 7 years ago

Some people have attempted to mine on integrated or old lowend fanless GPUs. This causes gominer to print 'NVML DeviceFanSpeed error: NotSupported' every few seconds. Should just suppress the warning in the 'NotSupported' case.

VanJames commented 6 years ago

I also have this problem!