Difference between revisions of "ZCash Miner: nheqminer CUDA"

From OnnoWiki
Jump to navigation Jump to search
Line 40: Line 40:
 
  cd /usr/local/src
 
  cd /usr/local/src
 
  chmod -Rf 777 nheqminer/
 
  chmod -Rf 777 nheqminer/
  cd nheqminer/nheqminer
+
  cd nheqminer
  
 
  mkdir build
 
  mkdir build
Line 50: Line 50:
 
Contoh menjalankan
 
Contoh menjalankan
  
  /usr/local/src/nheqminer/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password
+
  /usr/local/src/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password
  /usr/local/src/nheqminer/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password -t 2 (utk 2 thread)
+
  /usr/local/src/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password -t 2 (utk 2 thread)

Revision as of 16:32, 26 September 2017

nheqminer sebaiknya di jalankan di arsitektur 64bit.

Install CUDA

sudo su
wget https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64-deb
dpkg -i cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb
apt update
apt install cuda
apt install nvidia-cuda-toolkit
apt install nvidia-340   # untuk Tesla c1060 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/lib64/stubs"
PATH="$PATH:/usr/local/cuda-8.0/"
PATH="$PATH:/usr/local/cuda-8.0/bin"

Install Aplikasi Pendukung

sudo su
apt update
apt install qt5-default
apt install cmake build-essential libboost-all-dev git

Download Source Code

cd /usr/local/src
git clone https://github.com/nicehash/nheqminer.git
chmod -Rf 777 nheqminer/

Compile Assembler

cd /usr/local/src
chmod -Rf 777 nheqminer/
cd nheqminer/cpu_xenoncat/asm_linux/
sh assemble.sh

Compile nheqminer

cd /usr/local/src
chmod -Rf 777 nheqminer/
cd nheqminer
mkdir build
cd build
cmake ..
make


Contoh menjalankan

/usr/local/src/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password
/usr/local/src/nheqminer/build/nheqminer -l zec.slushpool.com:4444 -u username.worker -p password -t 2 (utk 2 thread)