Hardware Requirement :
-Processor
-Nvidia GPU
-AMD GPU
Before mining, prepare first wallet addressnya. If want easy, kraken or poloniex then make a wallet there
How to mining it, first visit the pool that will be used for mining ..
Pool list:
http://zcash.flypool.org/
https://zmine.io/
https://www2.coinmine.pl/zec/
https://zcashpool.cc/
https://zec.nanopool.org
https://zec.suprnova.cc
http://zcash.
Then find the help section, some pools already provide software for miningnya.
Example:
-Mining in nicehash
Visit this -> http://zcash.nicehash.com then at the top there is get started menu, click there. After that consider the Download the mining software. there are 3 links, just select NiceHash nheqminer for Linux, NiceHash nheqminer for Windows, or use Genoil ZECMiner for Windows. Once downloaded, create a bat file whose contents are like this
CPU mining
Code:
Basic instructions
Nheqminer_zcash -l [stratum location usa | eu] -u [YOUR-ZCASH-ADDRESS] -t [number of CPU threads] -e [Force CPU extensions (0 = SSE2, 1 = AVX, 2 = AVX2)]
Code:
Example its bat contents
Nheqminer_zcash -l usa -u t1RoieUqfcai7whWu3cv8rfHyrd2yinPCXF -t 6
AMD GPU mining
Code:
Basic instructions
nheqminer_zcash -l [stratum location usa | eu] u [YOUR-ZCASH-ADDRESS] -t 0 -od [AMD GPU OpenCL devices 0 1 ..]
Code:
Example its bat contents
nheqminer_zcash -l -t 0 usa u t1RoieUqfcai7whWu3cv8rfHyrd2yinPCXF -od 0 1 so if for example has gpu 6, become so nheqminer_zcash -l -t 0 usa u t1RoieUqfcai7whWu3cv8rfHyrd2yinPCXF -od 0 1 2 3 4 5
NVIDIA GPU mining
Code:
basic instruction
nheqminer_zcash -l [stratum location usa | eu] u [YOUR-ZCASH-ADDRESS] -t 0 -CD [NVIDIA CUDA GPU devices 0 1 ..]
Code:
examples of his bat contents
nheqminer_zcash -l -t 0 usa u t1RoieUqfcai7whWu3cv8rfHyrd2yinPCXF -CD 0
Mining In Suprnova
If you want to select suprnova, go to https://zec.suprnova.cc, then register / login. Then make sure the name of the worker is there. After the worker has been created, download nheqminer_suprnova disinihtttt: //github.com/nicehash/nheqminer/releases inget yg didownlod suprnova.
After that step by step its same rich nicehash above, the difference -u not the wallet address but nameaccount.worker
Example, account name suprnovanya anamichii, worker 1. so its writing like this:
Code:
Nheqminer_suprnova.exe -u anamichii.1 -p x t 4 -od 0
Pay attention to the part -u.
Congratulations @hornetto! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of posts published
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
thanks