ZCash Miner: nheqminer nicehash: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
git clone -b Linux https://github.com/nicehash/nheqminer.git | git clone -b Linux https://github.com/nicehash/nheqminer.git | ||
cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make | cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make | ||
Untuk CPU miner | |||
cd nheqminer/Linux_cmake/nheqminer_cpu_tromp && cmake . && make | |||
cd nheqminer/Linux_cmake/nheqminer_AMD && cmake . && make | |||
cd nheqminer/Linux_cmake/nheqminer_cpu && cmake . && make | |||
cd nheqminer/Linux_cmake/nheqminer_cpu_xenoncat && cmake . && make | |||
Revision as of 13:08, 26 September 2017
https://github.com/nicehash/nheqminer/releases/tag/0.5c
wget https://github.com/nicehash/nheqminer/releases/download/0.5c/Ubuntu_16_04_x64_cuda_djezo_avx_nheqminer-5c.zip
Alternatif lain
sudo apt-get install nvidia-340 nvidia-cuda-toolkit nvidia-340* nvidia-cuda* sudo apt-get install cmake build-essential libboost-all-dev git sudo modprobe nvidia_340
cd /usr/local/src/ git clone -b Linux https://github.com/nicehash/nheqminer.git cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make
Untuk CPU miner
cd nheqminer/Linux_cmake/nheqminer_cpu_tromp && cmake . && make cd nheqminer/Linux_cmake/nheqminer_AMD && cmake . && make cd nheqminer/Linux_cmake/nheqminer_cpu && cmake . && make cd nheqminer/Linux_cmake/nheqminer_cpu_xenoncat && cmake . && make