Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
batagope
on 09/07/2018, 18:54:48 UTC
Because tdxminer doesn't show info about temperature and fan speed, you can use utility of rocm drivers. Smiley

If you  open new terminal beside your tdxminer and type:

Code:
/opt/rocm/bin/rocm-smi

you will get info about temperature, average power consumption, fan speed, and other info about your GPUs.
Problem with this command is that it only shows current state of your GPUs. If you want to monitor GPUs info for a certain interval, you can use watch command. Smiley Type in your terminal:

Code:
watch -n 0,5 /opt/rocm/bin/rocm-smi

and you will get your GPUs info every 0.5 second. Smiley

I hope that this post will be helpful for some of you. Cheers. Smiley