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.