Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
fullzero
on 15/06/2017, 01:30:56 UTC
Everything is up and running. Thanks so much OP. Do you have a wallet I can donate something to?

One quick question. How can I monitor mining through ssh without closing the mining process and opening on the remote pc. (at least that's how I understand the guide you provided).

I was thinking of something like the last step in this guide, where you use a screen? http://www.cryptobadger.com/2017/04/build-ethereum-mining-rig-linux/

For now I can use nvidia-smi to monitor temps at least.

if when you start screen you use this argument:

Code:
screen -dmS rig1

replacing rig1 with any name

screen with launch as a background process

in theory it should continue to run if you detach from the screen pressing:
Code:
CTRL + D

then you should in theory also be able to reattach to the screen with:

Code:
% screen -r

I am saying 'in theory' because I just read the article you linked and haven't tried this.

I will get around to delving into the depths of screen configurations at some point.