this tutorial how mining zcash by linux ubuntu in virtualBox
how mining zcash
1-download ubuntu
2- download virtualBox
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
=====
1-
git clone https://github.com/zcash/zcash.git
2
cd zcash
3
git checkout v1.0.0-beta2
4
./zcutil/fetch-params.sh
rm -rf ~/.zcash/testnet3
5
./zcutil/build.sh -j$(nproc)
6- create folder in home
.zcash
7-create file zcash.conf
testnet=1
addnode=betatestnet.z.cash
rpcuser=username
rpcpassword=password
8-run mining
./src/zcashd -daemon
9- stop mining
./src/zcash-cli stop
10-
add to file zcash.conf
gen=1
11
./src/zcashd -daemon
12
./src/zcash-cli getinfo
=======================
./src/zcash-cli listtransactions
./src/zcash-cli z_gettotalbalance
./src/zcash-cli z_listaddresses
./src/zcash-cli listunspent
Congratulations @takenbtc! You have received a personal award!
Happy Birthday - 1 Year on Steemit Happy Birthday - 1 Year on Steemit
Click on the badge to view your own Board of Honor on SteemitBoard.
For more information about this award, click here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @takenbtc! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit