create account

How to easily mine Zcash!(Step by Step tutorial) by meysam

View this thread on: hive.blogpeakd.comecency.com
· @meysam ·
$17.37
How to easily mine Zcash!(Step by Step tutorial)
Almost everyone who is familiar with the digital currency and crypto currency has heard about mining coins and probably tried it out of curiosity, zcash is another coin that can be easily mined(technically the process is not that hard comparing to other crypto currencies)
<center>https://z.cash/theme/images/zcash-logo-gold.png</center>
<center>[Source]( https://z.cash/)</center>
## What is Zcash?
Zcash is another crypto currency which was launched on 28 of October 2016 that is very similar to Bitcoin, the number of ZEC is 21 million(same as Bitcoin) and it is supposed to be mined in 131 years, as you know Bitcoin has a 10 minutes block (the time that one block gets resolved) whereas Zcash block time is 2.5 minutes (4 times bigger block rewards), I am going to make a tutorial about mining Zcash, you can find more details about Zcash [here](https://www.cryptocompare.com/coins/guides/what-is-zcash/). At the time of writing this post the price of ZEC is [31.03 $](https://coinmarketcap.com/currencies/zcash/)
## Mining
First install the Zcash source from [here](https://z.cash/download.html)(use the latest version), note that your server should have at least 4GB of free RAM. And about the OS I chose Ubuntu server 16.04(basically Debian based ones are easier to work with in this case).

#### Prerequisite packages
Execute following commands to transport keys, etc.. Securely 
```
sudo apt-get install apt-transport-https 
wget –qO – https://z.cash/gpg-pubkeys/zcash.asc | sudo apt-key add –
sudo echo “deb https://apt.z.cash Jessie main” sudo tee /etc/apt/sources.list.d/zcash.list
sudo apt-get update
```
Execute following commands to install Zcash and grab the parameters required by the zero knowledge proof system in Zcash 
```
sudo apt-install zcash
zcash-fetch-params
```
 Now we need to create a conf file in home directory
First create a hidden directory (. Represents hidden directories in Linux)
```
mkdir ~/.zcash
cd ~/.zcash
```
Now you need to properly configure your .conf file and its CPU mining variable, note that user name is not important but it is better to generate a long and complex password, following commands will do that for you
```
echo “rpcuser=meysam” > zcash.conf
echo “rpcpassword=`head –c 32 /dev/urandom | base64’” >> zcash.conf
echo “gen=1” >> zcash.conf
```
Cat the zcash.conf to make sure your configuration has taken place correctly
```
cat zcash.conf
```
Now is the time to start your zcash node by the command ‘zcashd’
After running zcash you are going to see something like this:
<center>https://i.imgsafe.org/17ee77d6f6.jpg</center>
To run in background add the --deamoin option and -genproclimit= 3 for running with 3 threads
```
zcashd -genproclimit=3 --daemon
```
You can add genproclimit to the config file
echo “genproclimit=3” >> zcash.conf
By running ‘zcashd ?’ you will see the list of option that you can run with zcashd
To connect to your wallet and see your balance run following command when you are in zcash directory
sudo ./src/zcash-cli getinfo
This command will give you the details about your wallet like the blocks that you solved , hashrate,balance,difficulty, etc
<center>https://i.imgsafe.org/182bb5a597.jpg</center>

By using option ‘help’ you will be able to see the list of options
<center>https://i.imgsafe.org/18324e5586.jpg</center>
### Lets go through some options to see how it is done
Getting t-addr anz z-addr
```
./src/zcash-cli getnewaddress
./src/zcash-cli z_getnewaddress

```
The address that you need to send to sender for getting the zcash
https://i.imgsafe.org/1881678e3e.jpg

You are all set with your basic command, to see more details click [here]( https://github.com/zcash/zcash/wiki/1.0-User-Guide). the steps are pretty easy  I promise you, run a server and try it.
this video is official tutorial about zcash
https://www.youtube.com/watch?v=5ahQZZYcntQ&feature=youtu.be
### <center>I hope you find it simple enough to give it a try</center>
## <center>This post is powered up 100%</center>
<center>https://i.imgsafe.org/18af4e6379.gif</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 283 others
properties (23)
authormeysam
permlinkhow-to-easily-mine-zcash-step-by-step-tutorial
categorytutorial
json_metadata{"tags":["tutorial","linux","mining","zcash","crypto"],"image":["https://z.cash/theme/images/zcash-logo-gold.png","https://i.imgsafe.org/17ee77d6f6.jpg","https://i.imgsafe.org/182bb5a597.jpg","https://i.imgsafe.org/18324e5586.jpg","https://i.imgsafe.org/1881678e3e.jpg","https://img.youtube.com/vi/5ahQZZYcntQ/0.jpg","https://i.imgsafe.org/18af4e6379.gif"],"links":["https://z.cash/","https://www.cryptocompare.com/coins/guides/what-is-zcash/","https://coinmarketcap.com/currencies/zcash/","https://z.cash/download.html","https://github.com/zcash/zcash/wiki/1.0-User-Guide","https://www.youtube.com/watch?v=5ahQZZYcntQ&feature=youtu.be"],"app":"steemit/0.1","format":"markdown"}
created2017-02-13 10:34:12
last_update2017-02-13 10:34:12
depth0
children5
last_payout2017-03-16 17:41:18
cashout_time1969-12-31 23:59:59
total_payout_value13.829 HBD
curator_payout_value3.540 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,044
author_reputation24,504,907,990,035
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id2,495,093
net_rshares49,604,734,981,994
author_curate_reward""
vote details (347)
@markush ·
This is another level for me.  When I have time I'm gonna read it thanks for sharing. Follow you know Peace
👍  
properties (23)
authormarkush
permlinkre-meysam-how-to-easily-mine-zcash-step-by-step-tutorial-20170213t114127179z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-02-13 11:41:27
last_update2017-02-13 11:41:27
depth1
children1
last_payout2017-03-16 17:41:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation13,440,209,801,477
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,495,553
net_rshares9,945,799,544
author_curate_reward""
vote details (1)
@meysam ·
thank you for the feedback :)
followd you back
👍  
properties (23)
authormeysam
permlinkre-markush-re-meysam-how-to-easily-mine-zcash-step-by-step-tutorial-20170213t114500544z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-02-13 11:45:00
last_update2017-02-13 11:45:00
depth2
children0
last_payout2017-03-16 17:41:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation24,504,907,990,035
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,495,578
net_rshares1,432,316,549
author_curate_reward""
vote details (1)
@salinapate011714 ·
Very good post. Thanks for bringing this to my attention. I strongly advice people to only buy in to cryptos that have a solid background: A solid team, product, advisors, preferably VC investors, etc. Sell all cryptos that don't have this solid background. It's a waiste of money.  Do you know this interesting site? https://www.coincheckup.com. I'm really enthusiastic about this site, they let you analyze every single coin out there. See:  https://www.coincheckup.com/coins/Zcash#analysis For the Zcash Indepth analysis
properties (22)
authorsalinapate011714
permlinkre-meysam-how-to-easily-mine-zcash-step-by-step-tutorial-20170925t112932049z
categorytutorial
json_metadata{"tags":["tutorial"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-25 11:29:33
last_update2017-09-25 11:29:33
depth1
children0
last_payout2017-10-02 11:29:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length523
author_reputation-58,558,914,751
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,877,509
net_rshares0
@surpassinggoogle ·
how about windows. this is pretty hard. is it mined with cpu, gpu or hardware?
properties (22)
authorsurpassinggoogle
permlinkre-meysam-how-to-easily-mine-zcash-step-by-step-tutorial-20170213t195724737z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-02-13 19:57:24
last_update2017-02-13 19:57:24
depth1
children1
last_payout2017-03-16 17:41:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation527,661,560,108,742
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,499,062
net_rshares0
@meysam ·
This tutorial is for CPU mining
to do it on Windows try [this link](https://www.cryptocompare.com/mining/guides/how-to-mine-zcash/), I have not tried it , but by the look at it I guess you wouldn't have that much problem
good luck :)
properties (22)
authormeysam
permlinkre-surpassinggoogle-re-meysam-how-to-easily-mine-zcash-step-by-step-tutorial-20170213t200702254z
categorytutorial
json_metadata{"tags":["tutorial"],"links":["https://www.cryptocompare.com/mining/guides/how-to-mine-zcash/"],"app":"steemit/0.1"}
created2017-02-13 20:07:03
last_update2017-02-13 20:07:03
depth2
children0
last_payout2017-03-16 17:41:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation24,504,907,990,035
root_title"How to easily mine Zcash!(Step by Step tutorial)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,499,114
net_rshares0