Installing Zcash Params

When running KMD or an ecosystem smartchain in native mode, you will need to make sure the [Zcash params] are installed. The simplest way to do this is via the fetch-params scripts in the komodo github repository

For Windows: fetch-params.bat
For Linux/Mac: fetch-params.sh
Alternative For Windows: fetch-params-alt.bat
Alternative For Linux/Mac: fetch-params-alt.sh

Some Zcash params are also needed to enable Z coins in AtomicDEX. If you run the above scripts, they will be installed, along with some non-essential Zcash params. Alternatively you can download only the two required files:

Make sure they are placed in the correct folder for your operating system:

  • Windows: %APPDATA%\ZcashParams
  • Linux: $HOME/.zcash-params
  • OSX: $HOME/Library/Application Support/ZcashParams
1 Like