Ethminer: Temp and power usage line

Created on 9 Jul 2017  路  9Comments  路  Source: ethereum-mining/ethminer

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?

Most helpful comment

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.

All 9 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 .
To have separate hashrate for each GPU is a good idea I guess. But the actual code is not designed at all for this....
It's a lot of work for a very little gain.

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 https://github.com/ethereum-mining/ethminer/issues/62 and @khaman1 likewise for the restart/watchdog feature: https://github.com/ethereum-mining/ethminer/issues/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
watch n -0.5 nvidia-smi

for all statistics
nvidia-smi dmon -s pucvmet -o T

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

Hashrate per card was added with #225
Temperature and Fan will come with PR #319

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MaynardMiner picture MaynardMiner  路  5Comments

sur1v picture sur1v  路  4Comments

rawsh picture rawsh  路  5Comments

gennadiv picture gennadiv  路  5Comments

blgsyrmhnds picture blgsyrmhnds  路  4Comments