Is there a way to keep the miner screen persistent when using WTM profit switcher? After moving to a new coin you have to resume the miner screen manually using "screen -r miner" to monitor the process. Would it be possible to add this command at end of the switching script to bring the miner up in a new guake tab after switching to a new coin?
Try something like this:
while true; do screen -dr miner; sleep 2; done
To exit out, hit Ctrl-A Ctrl-D, then hit Ctrl-C within two seconds.
Easier way is run this command in a guake termnal :
tail -f ~/nvoc_logs/screenlog.0
Or if you are on latest 19-2, to watch miner, temp control and watchdog all :
master-log