Cascade
Validators

Validator Overview

Run a validator on Lumera Protocol and help secure the network.

What is a Lumera Validator?

Lumera is a Cosmos SDK Layer-1 blockchain secured by CometBFT (Tendermint) consensus. Validators produce blocks, vote on governance proposals, and maintain the integrity of the network.

Validators who additionally register as Supernodes can also provide Cascade storage services and earn additional fees from file storage operations. This guide covers the base validator setup, see the Supernode Overview for upgrading to a Supernode.

Network Information

ItemTestnetMainnet
Chain IDlumera-testnet-2lumera-mainnet-1
Binarylumerad v1.11.1lumerad (latest release)
Min gas price0.025ulume0.025ulume
Seed nodefaff7c1350468c53121a669ac40e317a4a70c425@seeds.testnet.lumera.io:26656See lumera-networks
Genesistestnet-2/genesis.jsonmainnet/genesis.json
SnapshotPolkachu
Explorerportal.testnet.lumera.ioportal.lumera.io

Hardware Requirements

ComponentMinimumRecommended
CPU4 vCPU (x86_64)8+ cores
RAM8 GB (+ 4 GB swap)32 GB
Storage80 GB NVMe/SSD250 GB+
Network1 Gbps5 Gbps
OSUbuntu 22.04+Ubuntu 24.04

Testnet runs fine on 4 vCPU / 8 GB RAM with swap enabled. Storage grows over time, it is recommended to enable pruning or plan for expansion.

What You Need

  • A VPS or bare-metal server with Ubuntu 22.04 or 24.04
  • Testnet LUME tokens from the faucet or Discord

Automated Setup

If you prefer a one-command setup, use the tested setup script that handles all steps automatically:

wget -O setup.sh https://raw.githubusercontent.com/kaleababayneh/lumera-validator/main/setup-testnet-validator.sh
chmod +x setup.sh
./setup.sh

The script is interactive ,ver it pauses for wallet creation and validator submission. See the source and full guide for details.

For a manual step-by-step walkthrough, continue with the pages below.

Next Steps

Edit this page

On this page