Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
hurvajs77
on 13/10/2017, 17:51:55 UTC
Hi papampi,
I'm using your telegram messages. Excellent!

I've a small improvement for miner uptime (I got always empty), so I check command. There is used unknown option -p and failed

The universal solution is:
Code:
ps -eo comm,etime | grep -i miner | grep -vi cpu | awk '{print $2}'

Other infos are empty too, I check later
Thanks mate
I'm aware of some problems thats why we call beta version:)
Some info and hash rate on web has not completed yet , will try to add them all for next version.
you're welcome. Maybe better solution is:
Code:
ps -eo comm,etime | grep -vi cpu | grep -i miner | awk '{print $2}'
So, first time gets all processes without CPU miner, than we got correct info about GPUs miner... Sorry ;-)

But, I don't know how much from us use CPU mining...