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.
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
gedit ~/NVOC/mining/1bash
nano ~/NVOC/mining/1bash
Run nvOC upgrade to make the changes for the latest miners
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:
/home/m1/2unix
to:
/home/m1/NVOC/mining/2unix
You can also check
nvOC GitHub README.md