Skip to content

Instantly share code, notes, and snippets.

@timxor
Last active June 11, 2018 21:43
Show Gist options
  • Save timxor/aa80435a7599a15fc9e84debfbc9feea to your computer and use it in GitHub Desktop.
Save timxor/aa80435a7599a15fc9e84debfbc9feea to your computer and use it in GitHub Desktop.
~/Library/Application\ Support/Zcash/zcash.conf config file not detected/updating on mac
# on macos in directory:
# ~/Library/Application\ Support/Zcash/zcash.conf
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
### connect to main network
# mainnet=1
# addnode=mainnet.z.cash
### connect to test network
testnet=0
addnode=testnet.z.cash
### mining
# gen=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment