Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 12/12/2017, 23:52:39 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.

Easier way is run this command in a guake termnal :
Code:
tail -f ~/nvoc_logs/screenlog.0

Or if you are on latest 19-2, to watch miner, temp control and watchdog all :

Code:
master-log