Difference between revisions of "ZCash Miner: nheqminer nicehash"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "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") |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
wget https://github.com/nicehash/nheqminer/releases/download/0.5c/Ubuntu_16_04_x64_cuda_djezo_avx_nheqminer-5c.zip | wget https://github.com/nicehash/nheqminer/releases/download/0.5c/Ubuntu_16_04_x64_cuda_djezo_avx_nheqminer-5c.zip | ||
+ | |||
+ | |||
+ | Alternatif lain | ||
+ | |||
+ | wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb | ||
+ | sudo dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install cuda | ||
+ | sudo apt-get install cuda-toolkit-8-0 | ||
+ | |||
+ | sudo apt-get install cmake build-essential libboost-all-dev | ||
+ | cd /usr/local/src/ | ||
+ | git clone -b Linux https://github.com/nicehash/nheqminer.git | ||
+ | cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make -j $(nproc) |
Revision as of 18:14, 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
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb sudo dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb sudo apt-get update sudo apt-get install cuda sudo apt-get install cuda-toolkit-8-0
sudo apt-get install cmake build-essential libboost-all-dev cd /usr/local/src/ git clone -b Linux https://github.com/nicehash/nheqminer.git cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make -j $(nproc)