Topics


Setup Generator

Note: Using the setup generator is highly recommended if you are new to crypto mining


Stratum Configuration (Advanced Miners)

stratum+tcp://zen.coinfoundry.org:3126 GPU Mining
stratum+tcp://zen.coinfoundry.org:3127 High-End Multi GPU Mining

Login using your wallet address as username. An optional workername can be appended to your address separated by a dot character. Leave the password blank.

Example: <WALLET ADDRESS>.<WORKER>

SSL/TLS: To connect using SSL/TLS please add 2 to the respective port number. For ccminer, claymore and sgminer change the protocol from stratum+tcp:// to stratum+ssl://. For dstm's Miner change the protocol from stratum+tcp:// to ssl://. XMRig does not currently support SSL.


Zencash Addresses

In addition to the standard t-addresses (transparent address), we also support payouts directly to z-addresses for transaction shielding and complete balance privacy.


Windows Nvidia GPU Mining

  • Download Bminer for Windows
  • Extract the archive and open mine.bat in a text-editor of your choice
  • Select all and Paste:
@echo OFF
REM Change the following address to your Zcash taddr.
SET ADDRESS=YOUR_WALLET_ADDRESS
SET USERNAME=%ADDRESS%.w
SET POOL=zen.coinfoundry.org:3126
SET SCHEME=stratum
START "Bminer: When Crypto-mining Made Fast" Bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
  • Replace YOUR_WALLET_ADDRESS with your Zencash address. If you don't know your address, read this section first
  • Save the file
  • Run mine.bat

Windows AMD GPU Mining

  • Download Claymore's ZCash Miner for Windows
  • Extract the archive and open start_zen.bat in a text-editor of your choice
  • Replace YOUR_WALLET_ADDRESS with your Zencash address. If you don't know your address, read this section first
  • If you are mining on multiple machines/rigs, you can append an identifier of your choice to your wallet address seperated by a dot to make it easier to distinguish between your rigs when evaluating your results. Example: <WALLET ADDRESS>.<OPTIONAL WORKERNAME>
  • Save the file
  • Run start_zen.bat

Linux Nvidia GPU Mining

  • Download Bminer for Linux
  • Extract the archive and open mine.sh in a text-editor of your choice
  • Select all and Paste:
#!/bin/sh
# Change the following address to your Zcash taddr.
ADDRESS=YOUR_WALLET_ADDRESS
USERNAME=$ADDRESS.w
POOL=zen.coinfoundry.org:3126
SCHEME=stratum
./Bminer -uri $SCHEME://$USERNAME@$POOL -api 127.0.0.1:1880
  • Replace YOUR_WALLET_ADDRESS with your Zencash address. If you don't know your address, read this section first
  • Save the file
  • Run mine.sh

Linux AMD GPU Mining

  • Download Claymore's ZCash Miner for Linux
  • Extract the archive and open start_zen.sh in a text-editor of your choice
  • Replace YOUR_WALLET_ADDRESS with your Zencash address. If you don't know your address, read this section first
  • If you are mining on multiple machines/rigs, you can append an identifier of your choice to your wallet address seperated by a dot to make it easier to distinguish between your rigs when evaluating your results. Example: <WALLET ADDRESS>.<OPTIONAL WORKERNAME>
  • Save the file
  • Run ./start_zen.sh

Getting a Wallet

Before you can start to mine you need to create a wallet. Although Zencash is an entirely digital asset, you still need a place to store them. This is done in a digital wallet. There are multiple methods to obtain a wallet which vary by ease of use and the security they provide.

Official Wallets

Official first-party Wallets for all major platforms are available from the Zencash Website. These wallets are released and maintained by the Zencash Team.

MyZenWallet

Another possibility is to create a wallet at MyZenWallet. Please make sure to immediately backup your wallet keys after creating a wallet. We recommend using a password store such as KeePass or 1Password for that.

Registering with an exchange

There are multiple digital currency exchanges you can register with. Registering with an exchange allows you to create a wallet on the exchange for every currency the exchange supports. Registering with an exchange is probably the most convenient way to obtain a wallet. Unfortunately it is also the least secure one. Exchanges have been hacked in the past!

Popular exchanges supporting Zencash are: Bittrex, Poloniex, Kraken, Bitfinex and HitBTC.

Miner Hashrate
znXcVFXEWDuwKCxvhgRWXNWv49ZDiwEyxfU 945.95 Sols/s
Miners 8
Hashrate 6.14 KSols/s
Network Hashrate 35.30 MSols/s
Network Difficulty 873.5 K
Algorithm Equihash
Difficulty/Port
10 3126
100 3127
Payment System PPLNS
Fee 0.15%
Minimum Payout 0.1 ZEN
Pool Wallet zncAnaBTWAeQGDo1vMDWCwPkanvbvBHuZj5
ZEN-USD $38.06
ZEN-EUR €30.84
:(

This page uses Javascript. Your browser either doesn't support Javascript or you have it turned off.

To see this page as it is meant to appear please use a Javascript enabled browser.