Difference between revisions of "ZCash Miner: nheqminer"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Work in progress. Working solvers CPU_TROMP, CPU_XENONCAT, CUDA_TROMP, CUDA_DJEZO General instructions: Install CUDA SDK v8 (make sure you have cuda libraries in LD_LIBRA...") |
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:/...") |
||
Line 1: | Line 1: | ||
− | + | 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 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 04:39, 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.git267 cd nheqminer/nheqminer mkdir build cd build cmake .. make