Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
Maxximus007
on 15/06/2017, 15:49:39 UTC
@Fullzero.

How do you start oneBash script. I see it automatically starts when you open a terminal.

Is there a specific reason it works like this? How plausible would it be for me to change it so that the bash file is called on startup through a cron or rc.local call? That way it can easily be converted to run in a screen and is not dependent on having a terminal window open. I can't get it working via SSH as your post describes here: https://bitcointalk.org/index.php?topic=1854250.msg19503300#msg19503300.

I know I linked it earlier, but something along these lines: http://www.cryptobadger.com/2017/04/build-ethereum-mining-rig-linux/

Please do not make any changes on my account. If you can just point me in the right direction on your current startup method I can figure it out.


You need the oneBash to set overclocking etc. So that's good when run automatically. You can remove the miner part like i've done, and replace the miner command at the end with top. That will run indefinately too.
Your cron job contains the miner, only start your miner script after you found that top is running (if pgrep top), that way you know all the OC commands are processed.