This OpenCL miner based on modified John Tromp's and "silent army" kernel
Github repository:
https://github.com/eXtremal-ik7/xpmclient/tree/version/zcashCurrent releases:
0.1.1:
https://drive.google.com/file/d/0ByzvxWEyrTINamFFLTFhODVYT1k/view?usp=sharing http://coinsforall.io/distr/zcashclient-0.1.1.zip0.2.0:
https://drive.google.com/file/d/0ByzvxWEyrTINeEFyTWVuelZkU2c/view?usp=sharing http://coinsforall.io/distr/zcashclient-0.2.0.zip0.2.1:
https://drive.google.com/file/d/0ByzvxWEyrTINRkgzZG5vdU9ZQkU/view?usp=sharing (silentarmy: automatically starts 2 instances, you can change instances number in config)
http://coinsforall.io/distr/zcashclient-0.2.1.zip0.2.2:
https://drive.google.com/file/d/0ByzvxWEyrTINQlM2bm13ZnF6Sms/view?usp=sharing (silentarmy: NVidia support)
http://coinsforall.io/distr/zcashclient-0.2.2.zip0.2.3:
http://coinsforall.io/distr/zcashclient-0.2.3.zip (new silentarmy kernel +1-10% speedup depends on your GPU, less GPU memory required, NVidia compatible)
0.2.4:
http://coinsforall.io/distr/zcashclient-0.2.4.zip (reconnect procedure after connection lost optimized)
OS Supported: Windows, Linux (binaries for Ubuntu 16.04)
Drivers: Catalyst 16.xx or amdgpu-pro 16.30 recommended
GPUs supported: AMD & NVidia. Optimal choice AMD Polaris GPU RX470 & RX480 with custom ROM
https://bitcointalk.org/index.php?topic=1584617.0 or NVidia Pascal GTX10xx
Radeon RX470: 43 sol/s
Radeon RX480: 46 sol/s
Other GPUs
GeForce GTX1070: 31,5 sol/s (with silentarmy)
Pool mining:
Miner uses custom binary protocol first time implemented in xpmclient (Primecoin GPU miner). Working pool instance:
http://coinsforall.io/#!/coin/ZCASHTo start mining:
- Put your T-address to config.txt (need ZCash client installed, online wallet or exchange with ZCash support).
server = "coinsforall.io";
port = "6668";
# Your ZCASH payout address (t-addr)
address = "t1ZsLopJKzyuaqmeC2Y6cx1351G13st2sWN";
- Configure your GPUs (edit corefreq, memfreq, powertune and fanspeed parameters)
- Run zcashgpuclient in Linux or zcashgpuclient.exe in Windows
- Put you address to 'Your Address' field on web site for monitoring workers and payments
Pool system: PPLNS (Pay Per Last N Shares); accounting procedure uses all your shares received during last hour.
Payment delay: 1 hour or less.Examples:
Nicehash cpu miner:
nheqminer_cpu -l coinsforall.io:3357 -u t1ekR4ngkssfMEVRWWErPemdPPLXuALtsWB.cpu1
Silentarmy standalone miner:
./silentarmy -c stratum+tcp://coinsforall.io:3357 -u t1ekR4ngkssfMEVRWWErPemdPPLXuALtsWB.worker1 --use=0,1,2,3
Claymore miner:
ZecMiner64.exe -zpool coinsforall.io:3357 -zwal t1N7NByjcXxJEDPeb1KBDT9Q8Wocb3urxnv.YourWorkerName -zpsw x
Z-addresses
For move your balance from Z-address to your T-address, send your empty wallet.dat and T-address to separate email extremal.ik71@gmail.com with topic "Z-Address"
Pool sources available at: https://github.com/eXtremal-ik7/pool_frontend_zcash