Full Node NPM Package
Run the Zen Node in headless mode
Please note that the usage of the software is only permitted to anyone who purchased a license during the license sale period. Sale Terms
Install/Update Wallet
OSX
Install mono-devel. If you choose to install via a package manager, add Mono's own repository first.
Install brew
Open the Terminal (can be found from search bar)
Install lmdb. Enter the command (in terminal)
brew install lmdb
.Recommended to install using NVM
Recommended to install Node LTS
nvm install 8.9.4
Windows
Install .NET Framework 4.7.
Install Nodejs (LTS version recommended)
Open the Command Prompt
Linux
Install mono-devel. If you choose to install via a package manager, add Mono's own repository first.
Install lmdb. The package name is liblmdb0 on Ubuntu and lmdb on Fedora.
sudo apt install liblmdb0
Install Nodejs (Version >= 6)
Recommended to install using NVM
Recommended to install Node LTS (8.9.4)
nvm install --lts
Point your npm directory to our repository
Run the following commands in the Terminal / Command Prompt:
Installing / Updating
Run the following commands in the Terminal / Command Prompt:
Running the node
Run zen-node
from anywhere in your command line (terminal) to start up the node
Full Wipe (Clear Data)
To completely wipe the blockchain + the wallet from your node run: zen-node --wipe full
Running with a miner (CPU Only)
Run the node with a miner. You can also choose the amount of threads you want to utilize.
zen-node --miner 4
Running with options / arguments
Last updated