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 listInstalling 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.
Last updated