Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. mkdir -p ~/.zcash
  2. echo "gen=1" >~/.zcash/zcash.conf
  3. echo "gen=1" >>~/.zcash/zcash.conf
  4. echo "rpcuser=username" >>~/.zcash/zcash.conf
  5. echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >>~/.zcash/zcash.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement