⚙️ Installation

Chain ID: agoric-3 | Node Version: v0.35.0-u20.2 | Custom Port: 166

Recommended Hardware:

Node Type
CPU
RAM
Storage

Mainnet

8

16GB

250GB

Install dependencies

# Update system and install build tools
sudo apt -q update 
sudo apt -qy install curl git jq lz4 build-essential 
sudo apt -qy upgrade

Automatic Installation

source <(curl -s https://raw.githubusercontent.com/validexisinfra/Agoric/main/installmain.sh)

Manual Installation

# Install Node.js 20 LTS with Corepack support
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt update
sudo apt install -y nodejs

Setup config

For Agoric nodes, make sure you set iavl-disable-fastnode = true in app.toml.

Set custom ports

You can change value CUSTOM_PORT=166 To any other ports

Wallets

The wallet has been created. In the last line there will be a phrase that must be written down

Validator

Do not forget to create a profile on https://keybase.io/ and set a profile photo there that will be imported by key and used for your validators.

!!! Save priv_validator_key.json which is located in /root/.agoric/config

Last updated