Hi guys,
I'm running two rigs with 10 GTX1070TI each and the latest version.
During the last days both rigs terminated the auto switch with the following message:
/home/m1/8wtm_auto_switch: line 87: 113462
113462
113462
367 / 60 : syntax error in expression (error token is "113462
113462
367 / 60 ")
m1@acs-miner1:~$
Any ideas?
Also a good point to say thank you very much for this great IMG.
I was using a lot of other operatig systems but this one is the best of all!
Some friends of me were changing too and having a smile on their face ;-)
Thats wierd ...
Line 87 is for the minimum mining time
Do you use pluscpu too?
Local or remote?
Do you use "screen -r miner" to check miner output?
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
Or simply run below code :
cd /home/m1/Downloads
wget https://www.dropbox.com/s/3fbrlv4t5js8xt7/wtm_update
bash /home/m1/Downloads/wtm_update