Skip to main content

Mining ZCash(ZEC) on windows



I spent some time trying out a few different pieces of software to try to figure out one that works best for me. I have 2 good options for mining ZCash, both for the coin and using NiceHash to auto convert it to BTC for you.

Option 1


  1. Download the NiceHash Miner
  2. Run the miner (install steps)
  3. Put in your btc address and your worker name
  4. Run the benchmark (depending on your number of devices this can take some time, however, it's worth it).
  5. Once the benchmark has completed, simply click "Start"
This option will be mining with NiceHash, however, it auto converts coins into btc. This may not be what you're looking for, so see option 2.


Option 2

  1. Download the latest release of nheqminer
  2. Extract
  3. Create a run.bat file
Here's a couple examples for your run.bat file

Examples

AMD 1 GPU
nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -od 0

NVIDIA 1 GPU
nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -cd 0

These .bat files are for a pc running 1 gpu and an 8 thread/core cpu. Let's pretend we have 5 GPUS on our PC

AMD 5 GPU
nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -od 0 1 2 3 4

NVIDIA 5 GPU
nheqminer_zcash.exe -l usa -u YOUR-ZCASH-ADDRESS-HERE -t 6 -cd 0 1 2 3 4

if you have any questions please let me know, i may be able to help give you an example run.bat file



Comments

Popular posts from this blog

Crypterium - Cryptobank ICO is Live

Crypterium - cryptobank just launched token sales earlier today and i'm very excited to see what they do with their platform. The best part of this ICO is the cryptobank services that would be available in the normal brick and mortar banks, but now using blockchain. Bringing blockchain technology much more mainstream by providing services that people would expect from a bank into a completely digital space is very exciting! Here's some information you should know: What is a cryptobank ? A cryptobank is a new kind of bank that provides the same type of services as a traditional high street bank, but with cryptoassets such as a cryptocurrencies and tokens rather than everyday money we are used to seeing today (often referred to as fiat money). Cryptobanks provide a service-payment infrastructure; a communication between the crypto-world and the fiat-world, opening up an opportunity for users to pay in cryptoassets, and the merchant to receive funds fiat money for ser...

Mine X11 coins using Ubuntu

I recently reformatted my computer and decided to try out Ubuntu as my OS. I'm pretty new with a lot of Ubuntu but I decided to figure out how to mine using the .sh files as opposed to the .bat files used on windows OS's. To help other miners through this process, i'm hosting some files in my DB account that you can use as a boiler plate. Mining software files are here . Download and extract. Alter these .sh files with your credentials. Run scripts by goingto their directory and typing ./mine.sh and ./minecpu.sh in separate terminals And there you have it, It's that easy! You'll be mining in seconds.

Antminer S3 Setup Guide & Review

Overview This is for the Antminer S3 , mine are batch 11. So to get started, the units are very nicely made from my experience, and actually not too bad to get started with. You're going to need your miner, a PSU (power supply unit, like the one in your PC) and an Ethernet cord. S3+ Specifications: Hash Rate: 453 GH/s±5% with great OC potential   Power Consumption: 355 Watt at the wall    Power Efficiency: 0.78J/GH on wall   Power Supply: 12V DC Size:  331 mm x 137 mm x 160 mm  Fans: Two 14038 fans mounted on both front and back ends   Operating Temperature: 0 °C to 35 °C   Complied with: FCC / CE Network Connection: Ethernet   Power consumption: This figure depends on the PSU efficiency, ambient temperature and the accuracy of the power meters. Step One: Network Let's prepare your network. You need to have your routers IP address to look something like 192.168.1.X. The x can be reall...