Difference between revisions of "ZCash Miner: nheqminer"
Jump to navigation
Jump to search
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:/...") |
Onnowpurbo (talk | contribs) |
||
Line 4: | Line 4: | ||
sudo apt-get install cmake build-essential libboost-all-dev | sudo apt-get install cmake build-essential libboost-all-dev | ||
cd /usr/local/src | cd /usr/local/src | ||
− | git clone https://github.com/sarath-hotspot/nheqminer | + | git clone https://github.com/sarath-hotspot/nheqminer |
cd nheqminer/nheqminer | cd nheqminer/nheqminer | ||
mkdir build | mkdir build |
Revision as of 04:42, 14 September 2017
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 cd nheqminer/nheqminer mkdir build cd build cmake .. make