Difference between revisions of "ZCash Miner: nheqminer nicehash"

From OnnoWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
Alternatif lain
 
Alternatif lain
  
  wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
+
  sudo apt-get install nvidia-340 nvidia-cuda-toolkit nvidia-340* nvidia-cuda*
sudo dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
+
  sudo apt-get install cmake build-essential libboost-all-dev git
sudo apt-get update
+
sudo modprobe nvidia_340
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/
 
  cd /usr/local/src/
 
  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 -j $(nproc)
+
  cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make
 +
 
 +
Bermasalah
 +
 
 +
make[2]: *** [CMakeFiles/nheqminer_cuda_tromp.dir/__/__/cuda_tromp/nheqminer_cuda_tromp_generated_equi_miner.cu.o] Error 1
 +
 
 +
 
 +
Untuk CPU miner
 +
 
 +
cd nheqminer/Linux_cmake/nheqminer_cpu_tromp && cmake . && make
 +
cd nheqminer/Linux_cmake/nheqminer_cpu && cmake . && make
 +
 
 +
 
 +
==AMD==
 +
 
 +
  cd nheqminer/Linux_cmake/nheqminer_AMD && cmake . && make
 +
 
 +
Bermasalah
 +
 
 +
CMakeFiles/nheqminer_AMD.dir/build.make:598: recipe for target 'nheqminer_AMD' failed
 +
 
 +
==xenoncat==
 +
 
 +
cd nheqminer/Linux_cmake/nheqminer_cpu_xenoncat && cmake . && make
 +
 
 +
Bermasalah di
 +
 
 +
make[2]: *** No rule to make target '../../cpu_xenoncat/Linux/asm/equihash_avx1.o', needed by 'nheqminer_cpu'.  Stop.

Latest revision as of 20:16, 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

Bermasalah

make[2]: *** [CMakeFiles/nheqminer_cuda_tromp.dir/__/__/cuda_tromp/nheqminer_cuda_tromp_generated_equi_miner.cu.o] Error 1


Untuk CPU miner

cd nheqminer/Linux_cmake/nheqminer_cpu_tromp && cmake . && make
cd nheqminer/Linux_cmake/nheqminer_cpu && cmake . && make


AMD

 cd nheqminer/Linux_cmake/nheqminer_AMD && cmake . && make

Bermasalah

CMakeFiles/nheqminer_AMD.dir/build.make:598: recipe for target 'nheqminer_AMD' failed

xenoncat

cd nheqminer/Linux_cmake/nheqminer_cpu_xenoncat && cmake . && make

Bermasalah di

make[2]: *** No rule to make target '../../cpu_xenoncat/Linux/asm/equihash_avx1.o', needed by 'nheqminer_cpu'.  Stop.