Node Installation
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.
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
.Last modified 6mo ago