Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
baton
on 05/08/2014, 08:17:12 UTC
Any ideas on how to monitor hash rate with ccminer running in background on linux?

I have a switching program that moves pools by stopping and starting ccminer. I don't have any display output though (eg; stdin and stderr both go to /dev/null)

Is there way to monitor what the cards are doing in terms of hash rate and temperature?

redirect stdout+stdin to a file instead /dev/null. you can truncate the file periodically to avoid excesive growth.