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 Termsarrow-up-right

Install/Update Wallet

OSX

  1. Install mono-develarrow-up-right. If you choose to install via a package manager, add Mono's own repository first.

  2. Open the Terminal (can be found from search bar)

  3. Install lmdb. Enter the command (in terminal) brew install lmdb.

  4. Install Nodejsarrow-up-right

    1. Recommended to install using NVMarrow-up-right

    2. Recommended to install Node LTS nvm install 8.9.4

Windows

  1. Install Nodejsarrow-up-right (LTS version recommended)

Linux

  1. Install mono-develarrow-up-right. If you choose to install via a package manager, add Mono's own repository first.

  2. Install lmdb. The package name is liblmdb0 on Ubuntu and lmdb on Fedora. sudo apt install liblmdb0

  3. Install Nodejs (Version >= 6)

    1. Recommended to install using NVMarrow-up-right

    2. 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