NBMiner icon indicating copy to clipboard operation
NBMiner copied to clipboard

Hive command to upgrade

Open Shano592 opened this issue 2 years ago • 3 comments

What is the command line coding to upgrade from 42..0 to 42.1 in HiveOS?

Sorry, Linux isn't a speciality for me...

I'm finding that v42.0 is forcing restarts on itself, so I have downgraded to 41.5, which is very stable.

Shano592 avatar May 24 '22 02:05 Shano592

To update, the command is as follows - **NOTE - this requires that you have installed the v42.1 update:

cd /tmp && wget https://github.com/NebuTech/NBMiner/releases/download/v42.2/NBMiner_42.2_Linux.tgz && tar -xvf NBMiner_42.2_Linux.tgz && cd NBMiner_Linux && miner stop && cp nbminer /hive/miners/nbminer/42.1 && miner start

Load up the Hive Shell, and copy/paste the above into it.

Shano592 avatar May 27 '22 07:05 Shano592

You should use the flight sheet to specify which version of miner you want to use.

pdieppa avatar May 27 '22 17:05 pdieppa

I have been, to keep it downgraded as needed.

v42.2 seems to be much more stable.

Shano592 avatar May 28 '22 23:05 Shano592