Althea

System Requirements

Component
Minimum
Recommended

CPU

4 cores

8 cores

RAM

8 GB

16 GB

Storage

200 GB SSD

500 GB SSD

Internet

10 Mbps

100 Mbps

Preparation

First, set up your validator name:

MONIKER="YOUR_MONIKER_GOES_HERE"

Replace "YOUR_MONIKER_GOES_HERE" with your desired validator name.

Installation

Download and Build Binaries

  1. Clone the project repository:

cd $HOME
rm -rf althea
git clone https://github.com/althea-net/althea-L1 althea
cd althea
git checkout v1.2.0
  1. Build the binaries:

  1. Prepare binaries for Cosmovisor:

Install Cosmovisor

Install Cosmovisor with the following command:

Configuration

  1. Set node configuration:

  1. Initialize the node:

  1. Download genesis and addrbook:

Create Service

Create a service file for your Althea node:

Last updated