Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
monck
on 24/12/2017, 10:36:14 UTC
Do you use pluscpu too?

No

Quote
Local or remote?

Local

Quote
Do you use "screen -r miner" to check miner output?

Miner output was ok but mined in the last switched coin before WTM was terminated

Quote
Please open 8wtm_auto_switch and  change  line 86
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep -i screen | grep miner |awk '{print $2}') | awk '{print $2}')

To:
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep SCREEN | grep miner | grep -v cpuminer | head -1 | awk '{print $2}') | awk '{print $2}')


Lets see if that happens again or not

After edit run:
Code:
pkill -f 8wtm
pkill -f 5watchdog
pkill -f 3main


Changes were done.

Many thanks - will keep you informed.



Found the problem
It was happening when miner was restarted by watchdog and wtm couldn't find the miner up time.
It should be fixed now.


Any one on wtm auto switch v0008 please update to latest v0010 by running :

Code:
cd /home/m1/Downloads
wget https://www.dropbox.com/s/3fbrlv4t5js8xt7/wtm_update
bash /home/m1/Downloads/wtm_update



JFYI, it seems to be fixed - on my side stable on all rigs since yesterday
Many thanks!