Install

Run the node using systemd

Chain ID (test): seda-1-dryrun | seda-1-testnet

Chain ID (main): seda-1

SPEC
Minimum

CPU

NA Cores

RAM

32 GB

Storage

1TB SSD or Nvme

SPEC
Recommend

CPU

NA Cores

RAM

NA GB

Storage

NA GB SSD or Nvme

Update and install packages for compiling

Install required packages

sudo apt update && sudo apt upgrade -y
sudo apt install make curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

Install Go

Build binary

OR:

Initialize the Node with the Moniker

Replace with your own moniker

Download Genesis

dev

testnet

Configure

dev

testnet

Set Pruning, Enable Prometheus, Gas Price, and Indexer

Create service

start service:

System reload

Start service

Start Node

Check logs

Check Node status

Do not proceed with further steps until this process is finished. 'catching_up' field MUST return 'false'

Create new wallet

This command will generate your wallet's mnemonic and address. It's crucial to write these down and store them securely.

Create new validator

The output will be something like this:

Create validator file

Input data to validator.json file. Replace at "pubkey": {....} from show-validator output

Ctrl+o > Enter > Ctrl+x to save file & exit

Check wallet balances:

Create VALIDATOR:

COMMAND

Check validator status:

Delegate to Yourself

Last updated