Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
salfter
on 12/12/2017, 20:28:04 UTC
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:

Code:
while true; do screen -dr miner; sleep 2; done

To exit out, hit Ctrl-A Ctrl-D, then hit Ctrl-C within two seconds.