ZCash Miner: nheqminer

From OnnoWiki
Revision as of 04:39, 14 September 2017 by Onnowpurbo (talk | contribs) (Replaced content with " sudo apt-get upgrade sudo apt-get update sudo apt install qt5-default sudo apt-get install cmake build-essential libboost-all-dev cd /usr/local/src git clone https:/...")
Jump to navigation Jump to search
sudo apt-get upgrade
sudo apt-get update
sudo apt install qt5-default
sudo apt-get install cmake build-essential libboost-all-dev
cd /usr/local/src
git clone https://github.com/sarath-hotspot/nheqminer.git267
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make