Humanode Docs
Search
K

Node Installation

Choosing a suitable node

Before going into the installation, select the package you want to use from the available packages for your system:
$ humanode-distribution list
In versions 0.0.4 and earlier specifying the repo URL was required. In that case, use the -r option.

Installing the node

Use the selected chain name (in this case we have Humanode Mainnet) as the --package-display-name.
$ 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.