Skip to content

NRG Install for HiveOS

HiveOS will need some libs added

https://guard-energi.minecrypto.pro/index.php?page=gettingstarted

Run these commands (If you are not familiar with Linux package management, this might be difficult. Just going with defaults to questions will get most by)

apt-get –assume-yes install software-properties-common

add-apt-repository ppa:ubuntu-toolchain-r/test

apt-get update

apt-get –assume-yes install gcc-4.9

apt-get upgrade libstdc++6

For HiveOS follow these instructions

https://github.com/HaloGenius/hiveos-custom-miner/releases/tag/energiminer-2.2.1

But use THIS pool

https://mining.energi.network

Example Flightsheet

NOTE: The -U will use All CUDA/nvidia cards by default

Pool Dashboard

https://mining.energi.network/?page=dashboard

~~~~ For testing and debugging ~~~~

# to download custom miner via CLI to HiveOS

wget https://github.com/HaloGenius/hiveos-custom-miner/releases/download/energiminer-2.2.1/energiminer-2.2.1_1.tar.gz

# unzip

tar zxvf energiminer-2.2.1-Linux.tar.gz

# check if energiminer sees GPU’s. “-U” is to use All CUDA devices

./energiminer -U –list-devices

Listing CUDA devices.

FORMAT: [deviceID] deviceName

[0] GeForce GTX 1060 3GB

        Compute version: 6.1

        cudaDeviceProp::totalGlobalMem: 3165716480

        Pci: 0000:02:00

[1] GeForce GTX 1060 3GB

        Compute version: 6.1

        cudaDeviceProp::totalGlobalMem: 3166109696

        Pci: 0000:03:00

[2] GeForce GTX 1060 3GB

        Compute version: 6.1

        cudaDeviceProp::totalGlobalMem: 3166109696

        Pci: 0000:04:00

[3] GeForce GTX 1060 3GB

        Compute version: 6.1

        cudaDeviceProp::totalGlobalMem: 3166109696

        Pci: 0000:05:00

# working CLI

./energiminer “stratum://EaMpPxNwm1wVypKekZjhjD9roEhuL1fnU4.cowboycraig@us.mining.energi.network:3105” -U

~~~~ For testing and debugging ~~~~

Totally badass util that was created for checking on Mining Stats

For anyone tired of logging in every single time with their wallet address on the mining pool just to check the status on their rigs, I’ve created an interface that works with mining.energi.network.

http://elsonsmith.com/nrg-mining-monitor

It also shows you the latest price from Cryptopia, the current difficulty, and your wallet balance (along with your total hashrate and the hashrate of each rig)

# My Rig (Example)

http://elsonsmith.com/nrg-mining-monitor/?NRGWalletAddr=EaMpPxNwm1wVypKekZjhjD9roEhuL1fnU4
Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *