Lumera Protocol
Validators (Testnet)

Validator Overview

Run a validator on lumera protocol testnet 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-testnet-2
Denomulume (6 decimals - 1 LUME = 1,000,000 ulume)
Min gas price0.025ulume
Seed nodefaff7c1350468c53121a669ac40e317a4a70c425@seeds.testnet.lumera.io:26656
Genesis filetestnet-2/genesis.json
Public RPChttps://lumera-testnet-rpc.polkachu.com
Public API (LCD)https://lumera-testnet-api.polkachu.com
Public gRPCpolkachu.com/testnet_public_grpc
SN-APIhttps://snapi.testnet.lumera.io
SnapshotPolkachu testnet snapshots (~55 GB)
Explorerportal.testnet.lumera.io
Faucetfaucet.astrostake.xyz/lumera

Binary Version

Run the version testnet is currently on.

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

Releases ship a prebuilt linux/amd64 binary together with the CosmWasm shared library and an installer, so you do not need Go or a compiler. ARM (including Apple Silicon) is not supported for production nodes.

Hardware Requirements

Testnet runs on lighter hardware than mainnet.

ComponentMinimumRecommended
CPU4 vCPU (x86_64)8+ cores
RAM8 GB (+ 4 GB swap)16-32 GB
Storage250 GB NVMe/SSD500 GB+ NVMe
Network1 Gbps5 Gbps
OSUbuntu 22.04 LTS or laterUbuntu 24.04 LTS or later

Testnet chain data is already about 55 GB and grows continuously. Start at 250 GB and enable pruning. HDDs are not viable. SATA SSDs may stall under load.

What You Need

  • A VPS or bare-metal server running Ubuntu 22.04 LTS or later (x86_64)
  • Testnet LUME from the faucet or the Lumera Discord

How This Guide Is Organised

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

Next Steps

Edit this page

On this page