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