Full Node NPM Package
Run the Zen Node in headless mode
Last updated
Run the Zen Node in headless mode
Last updated
Please note that the usage of the software is only permitted to anyone who purchased a license during the license sale period.
Install . If you choose to install via a package manager, add Mono's own repository first.
Install
Open the Terminal (can be found from search bar)
Install lmdb. Enter the command (in terminal) brew install lmdb
.
Recommended to install using
Recommended to install Node LTS nvm install 8.9.4
Install .
(LTS version recommended)
Open the
Install lmdb. The package name is liblmdb0 on Ubuntu and lmdb on Fedora. sudo apt install liblmdb0
Install Nodejs (Version >= 6)
Recommended to install Node LTS (8.9.4) nvm install --lts
Run the following commands in the Terminal / Command Prompt:
Run the following commands in the Terminal / Command Prompt:
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
Install . If you choose to install via a package manager, add Mono's own repository first.
Recommended to install using