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.
Yes that should work, but I am using Python's Popen to start ccminer and funny things happen with stdout etc.
However I will give that a go and see what happens.
I was hoping there might be another command somewhere that would report stats :-(
Thanks