-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Temp and power usage line #143
Comments
Not sure this part should be inside ethminer for GPU monitoring. I think ethminer should listen for commands like "stop running on this GPU until the reverse order". It could be nice to have that kond of features for scripting . |
Right. Claymore does have these features. But if you set up your mining rig on Ubuntu, you will have to set coolbits on NVIDIA driver in order to read out the properties of the cards. I'm pretty sure we have the same thing to do on Windows so that the code still doesn't have that. By the way, I would like to have a watchdog to restart the code when it fails in running. |
@MethanX There's an existing issue for enhancing the console output here #62 and @khaman1 likewise for the restart/watchdog feature: #60 If you could add your ideas to those issues and close this one that would be cool. Thanks! I agree they are both important things to have for a fully featured miner. |
for linux |
for all statistics |
thanks, that is cool. is there a way to have it show by card? I currently have 2 running in my test system |
default shows all cards. you can use -i option to show individual cards. try nvidia-smi dmon --help for details |
+1 |
Is it possible to add some code line for gpu temperature, fan speed , gpu voltage and mhs for each card separately, it will be very helpfull?
The text was updated successfully, but these errors were encountered: