Humanode Docs
  • Quick Start
  • Overview
  • Concepts
    • Bioauth
    • Smart Contracts
    • Node
    • Validator
  • Chains
  • Help & Support
    • Troubleshooting
    • FAQ
    • Discord
  • Node
    • About
    • System Requirements
    • Setup
    • CLI
      • Dev Mode
    • JSON-RPC
    • Tools & Services
  • Humanode Launcher
    • About
    • Launcher Installation
    • Workspace Creation
      • Remote
      • Local
        • Linux / macOS
        • Windows
    • Node Installation
    • Node Configuration
    • Running the node
    • Stopping the node
  • Humanode Distribution
    • About
    • Preparation
    • Node Installation
      • Manual Installation
    • Running the node
  • Validators
    • About
    • Becoming a validator
    • Checking validator status
  • Tools & Services
    • Polkadot.js apps
    • Polkadot.js extension
      • Wallet Setup
    • EVM Playground
    • Subscan
    • Exchanges
    • Oracles
    • Testnet Faucets
    • Substrate API Sidecar
    • Humanode Truffle Box
    • Humanode Token Claim
  • Bioauth
    • About Bioauth
    • Enrolling
    • Authenticating
    • Robonode
  • EVM & Solidity Smart Contracts
    • EVM Compatibility
    • Precompiles
    • Architecture
    • HMND/eHMND swap
    • EVM Dev Mode & Keys
    • Sample contract: ERC20 token
    • EVM Playground
    • Humanode Truffle Box
Powered by GitBook
On this page
  • Choosing a suitable node
  • Installing the node
  1. Humanode Distribution

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.

PreviousPreparationNextManual Installation

Last updated 2 years ago