Skip to content

Node Installation

Before going into the installation, select the package you want to use from the available packages for your system:

Terminal window
$ humanode-distribution list

Use the selected chain name (in this case we have Humanode Mainnet) as the --package-display-name.

Terminal window
$ humanode-distribution install \
--dir humanode-mainnet \
--package-display-name "Humanode Mainnet"

This command will download and verify the Humanode Mainnet package in the directory humanode-mainnet.

You can proceed to Running the node at this point.