/DAppNodePackage-zcash

Zcash is a privacy-protecting, digital currency built on strong science.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

ZCASH DAppNode package

DAppNodeStore Available

Website dappnode.io Documentation Wiki GIVETH Campaign RIOT DAppNode Twitter Follow

Website zcash

Zcash is a privacy-protecting, digital currency built on strong science.

DAppNode package responsible for providing the zcashd.

Aragon Package Manager Repo at zcash.public.dappnode.eth

Connect using Zepio

Customising zcash.conf

The location of zcash.conf varies by system. It is located in the following location on each platform:

  • Windows: %HOMEPATH%\AppData\Roaming\Zcash\zcash.conf
  • macOS: ~/Library/Application Support/Zcash/zcash.conf
  • Linux: ~/.zcash/zcash.conf

You should edit the zcash.conf with this parameters (rpcuser, rpcpassword and rpcport depend on your dappnode configuration):

server=0
rpcconnect=zcash.public.dappnode
rpcuser=dappnode
rpcpassword=dappnode
rpcport=8232

Connect using zecwallet

You should move zcash.conf to zcash.conf.bck file or remove if you prefer it.

Windows: %HOMEPATH%\AppData\Roaming\Zcash\zcash.conf

macOS: ~/Library/Application Support/Zcash/zcash.conf

Linux: ~/.zcash/zcash.conf

After this you should run zecwallet with --no-embedded option:

i.e. MacOS:

/Applications/ZecWallet.app/Contents/MacOS/zecwallet --no-embedded 

And edit the parameters on the preferences view:

host: zcash.public.dappnode
rpcuser: dappnode
rpcpasswrod: dappnode
rpcport: 8232

(rpcuser, rpcpassword and rpcport depend on your dappnode configuration)

If you have any problem to configure join our riot channel and do not hesitate to ask us.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details