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

PoolWarz SHA-256 Auto-switching

What Is Pool Warz? PoolWarz is a pool (with a collection of different mine able coins) that has a little bit of a different approach to the set up of your miners. Creators of this site also bring you CoinWarz , and RigWarz , now have their own pool, they're not linked to one another however. Within PoolWarz , when you create a worker, you only point your hardware at one URL, as opposed to multiple different URLs for separate coins. At anytime you can alter what coin this worker is mining by changing where it's pointer (or "assigned" to ) on your dashboard in your PoolWarz account. Subscription There is an option to pay a monthly subscription fee to PoolWarz for a 0% fee (as opposed to their standard 2% fee) and also getting the ability for "auto-switching". If you've been mining for a while, you'll know the concept of "auto-switching" because it's the same as a multipool basically, except you keep all the coins you mine. ...

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.

Shift Payments Mobile App - Android

As you know, I just got a Bitcoin credit card from Shift Payments which i reviewed a few days ago here . Overview I love the card, and a mobile app for a product like this, in my opinion, is a must. The application is pretty handy and basically takes the place of any kind of website account / web-app. The app is for both iOS and Android devices, I'll be using the Android app. Boot screen Something that a lot of apps seem to forget, that Shift  hasn't, is above all keep it simple. The app has a clean simple design that makes it very easy to navigate and consume the functionality within. Wallets & Accounts Accounts screen With the ability to add and remove accounts on the fly, and choose your active account (The account you withdraw bitcoin from) quickly and easily is done very well. It drops that average "slide in" menu from the left or right as most mobile apps use, which is great because that's just one less tap you need to...