Difference between revisions of "ZCash Miner: nheqminer"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Work in progress. Working solvers CPU_TROMP, CPU_XENONCAT, CUDA_TROMP, CUDA_DJEZO General instructions: Install CUDA SDK v8 (make sure you have cuda libraries in LD_LIBRA...") |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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/sarath-hotspot/nheqminer | ||
− | + | 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) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 05:51, 14 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/sarath-hotspot/nheqminer
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)