Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
monck
on 23/12/2017, 11:25:07 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.