Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
f00ch0w
on 26/06/2017, 10:34:56 UTC
EDIT: Also, is there a way for remote controlling all rigs on nvOC? Like if I update oneBash to update it on all rigs at the same time?

Quite a newbie with Linux Smiley

go to web site https://pastebin.com/ and create paste

edit "2unix" file on every mining rig    (nano  /home/m1/2unix)
paste this line: (see raw link on your pastebin service)

#!/bin/bash

cd /tmp
wget https://pastebin.com/raw/JkzeVvZS (change_this)
cp JkzeVvZS(change_this) /home/m1/oneBash

sudo dos2unix /home/m1/oneBash
sleep 2
sudo ldconfig /usr/local/cuda/lib64
bash '/home/m1/oneBash'

and reboot your rig

ps: sorry, my english is bad (

So that will help me update oneBash on all rigs at once?