Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Monitor Temps for multiple GPUs
by
bcforum
on 19/07/2011, 11:38:04 UTC
I'm waiting on 2 Sapphire Radeon 5830's from NewEgg. I'm currently mining with a single 5770 using TriXX for OC and temp control.

Would other OCing software such as MSI AfterBurner be able to OC and monitor temps of the 2 cards individually?

On Linux I use:

Code:
#!/bin/sh
export DISPLAY=:0
xhost +
while true ; do
    clear
    aticonfig --adapter=all --od-gettemperature
    sleep 10
done