Alpha call option
Below is the original Alpha version with open codebase in links below.
Links:
- 1.
- 2.
- 3.NOTE: when opening the app for the first time, right click the icon of the app and then click open. You will then receive a notification along the lines of "Zen can't be opened because it is from an unidentified developer." - click the "Open" button.
To run the miner:
cd /Applications/Zen.app/Contents/Resources/
mono zen.exe -m
- 1.
- 2.
- 3.Install libsodium-dev
sudo apt install libsodium-dev
- 4.Install GTK
sudo apt install gtk2.0
- 5.Run
sudo apt-get update
- 6.
- 7.Open shell and navigate to your extracted zen folder
- 8.Run
mono zen.exe
If you would like to run the wallet with an active miner do the following:
mono zen.exe -m
- When your miner finds a block you will receive 1,000 kalapas (the smallest unit of the ZEN token). Check your Balance tab to find them.