Lumera Protocol
Validators (Mainnet)

Validator Overview

Run a validator on lumera protocol mainnet and help secure the network.

What is a Lumera Validator?

Lumera is a Cosmos SDK Layer-1 blockchain secured by CometBFT (formerly known as Tendermint) consensus. Validators produce blocks, vote on governance proposals, and maintain the integrity of the network. In return they earn staking rewards and commission from their delegators.

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

Network Information

ItemValue
Chain IDlumera-mainnet-1
Denomulume (6 decimals - 1 LUME = 1,000,000 ulume)
Min gas price0.025ulume
Seed nodef64b9efc5747cc3556bdc281dab930a716dd63af@seeds.lumera.io:26656
Genesis filemainnet/genesis.json
Public RPChttps://rpc.lumera.io
Public API (LCD)https://lcd.lumera.io
Public gRPChttps://grpc.lumera.io
SN-APIhttps://snapi.lumera.io
SnapshotPolkachu snapshots (~11 GB, daily)
Explorerportal.lumera.io

Binary Version

Run the version mainnet is currently on.

curl -fsSL https://lumera-rpc.polkachu.com/abci_info | jq -r .result.response.version
# 1.12.0

Releases ship a prebuilt linux/amd64 binary together with the CosmWasm shared library and an installer. ARM (including Apple Silicon) is not supported for production nodes.

Hardware Requirements

These are the specifications published in the lumera-networks repository for mainnet.

ComponentMinimumRecommended
CPU8 cores (x86_64)16 cores
RAM32 GB64 GB
Storage2 TB NVMe SSD4 TB NVMe SSD
Network1 Gbps dedicated5 Gbps+
OSUbuntu 22.04 LTS or laterUbuntu 24.04 LTS or later

Use NVMe SSDs. Mechanical drives cannot sustain a live CometBFT node, and SATA SSDs stall under load.

What You Need

  • A VPS or bare-metal server running Ubuntu 22.04 LTS or later (x86_64)
  • At least 1 LUME (1,000,000 ulume) for minimum self-delegation and fees. You will need significant amount of LUME to enter the active set, which is capped at 50 validators.

How This Guide Is Organised

  1. Node Setup install lumerad, sync the node, run it under systemd.
  2. Create Validator create a secured wallet, fund it, submit the validator transaction.
  3. Operations day-to-day commands, chain upgrades, monitoring, troubleshooting.

Next Steps

Edit this page

On this page