Comment on page
Node Installation
To run a node manually without using the Humanode launcher app, you'll have to first install the node. Follow this procedure below to setup the node.
Before going into the installation, select the package you want to use from the available packages for your system:
$ humanode-distribution list \
-r "https://manifests.launcher.humanode.io/main.yml"
Use the selected chain name (in this case, we have
Humanode Mainnet
) as the --package-display-name.
$ humanode-distribution install \
-r "https://manifests.launcher.humanode.io/main.yml" \
--dir humanode-mainnet \
--package-display-name "Humanode Mainnet"
This command will download and verify the
Humanode Mainnet
package in the directory humanode-mainnet
.