Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
zloyneo
on 24/10/2018, 11:48:10 UTC
Good day. Please help me to upgrade to version 3.0. Or tell me how to configure mining x16г ? My version of the current 19-2.0

If you want to use same image and dont want to flash/write new SSD, create NVOC folder, clone release branch, make a copy of 1bash.template, save it as 1bash and edit it.

Code:
mkdir ~/NVOC
git clone --depth 1 --branch release https://github.com/papampi/nvOC_by_fullzero_Community_Release.git /home/m1/NVOC/mining
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash
cd ~/NVOC/mining
git submodule update --init --depth 1 --remote miners

Use gedit or nano to edit your new 1bash
Code:
gedit ~/NVOC/mining/1bash 
nano ~/NVOC/mining/1bash

Run nvOC upgrade to make the changes for the latest miners
Code:
bash ~/NVOC/mining/nvOC upgrade

Check nvOC beta testing "Step 2" for how to create new gnome-terminal mining profile or just edit the current mining profile and change the command
from:
Code:
/home/m1/2unix
to:
Code:
/home/m1/NVOC/mining/2unix



You can also check nvOC GitHub README.md


Many thanks. really help. it worked. You are super!