Difference between revisions of "ZCash Miner: nheqminer CUDA"

From OnnoWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
  cd /usr/local/src
 
  cd /usr/local/src
 
  git clone https://github.com/nicehash/nheqminer.git
 
  git clone https://github.com/nicehash/nheqminer.git
 +
 +
cd nheqminer/cpu_xenoncat/asm_linux/
 +
sh assemble.sh
 +
  
 
  cd /usr/local/src
 
  cd /usr/local/src
 
  cd nheqminer/nheqminer
 
  cd nheqminer/nheqminer
 +
 
  mkdir build
 
  mkdir build
 
  cd build
 
  cd build

Revision as of 15:58, 26 September 2017

nheqminer sebaiknya di jalankan di arsitektur 64bit.


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/nicehash/nheqminer.git
cd nheqminer/cpu_xenoncat/asm_linux/
sh assemble.sh


cd /usr/local/src
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make


Contoh menjalankan

/usr/local/src/nheqminer/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)