Miner output was ok but mined in the last switched coin before WTM was terminated
Please open 8wtm_auto_switch and change line 86
MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep -i screen | grep miner |awk '{print $2}') | awk '{print $2}')
To:
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:
pkill -f 8wtm
pkill -f 5watchdog
pkill -f 3main
Changes were done.
Many thanks - will keep you informed.