Install Komodo Ocean wallet on Mac

Download the archive from Releases · DeckerSU/KomodoOcean · GitHub

Extract the archive, then open a terminal window, and use the script to download the z-cash parameters by typing

cd Downloads/komodo-qt-mac
./fetch-params.sh

The command will download the Zcash parameters necessary for using the wallet.

If they are already installed, the script will exit automatically, otherwise wait for them to download.

Once the download is complete, open the file named “komodo.conf” from the directory “Downloads/komodo-qt-mac” in a text editor and change the values for “rpcuser” and “rpcpassword” to some other values, save the file and close it. There is no need to remember these values.

Example:

rpcuser=user2560886965
rpcpassword=passd4eeee81858b3fcc9a6e780b8e3615e311e359cb98d8e14f974d31b99b5a6ee9d8

Now, run the following command in the Terminal to create a directory named “Komodo” in your “Application Support” directory and move the file “komodo.conf” to it.

mkdir -p ~/Library/Application\ Support/Komodo && cp komodo.conf ~/Library/Application\ Support/Komodo

After that, open the file named komodo-qt-mac in the directory “Downloads/komodo-qt-mac”

To find out your new address, go to the Receive tab

You can find out your address by clicking the Request payment button.