Panthea EU Docs
Search
K

Lum Network (LUM)

A Cosmos SDK-based blockchain designed for on-chain user reviews and rewards.

Snapshot (Max. 4 hours old)

Pruning: custom/100/0/10 - Indexer: null
sudo systemctl stop lumd
cp $HOME/.lumd/data/priv_validator_state.json $HOME/.lumd/priv_validator_state.json.backup
rm -rf $HOME/.lumd/data
curl -o - -L https://valhalla.panthea.eu/snapshots/lum-snapshot.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.lumd
mv $HOME/.lumd/priv_validator_state.json.backup $HOME/.lumd/data/priv_validator_state.json
sudo systemctl start lumd

Addrbook (Updated every hour)

curl -Ls https://valhalla.panthea.eu/addrbooks/lum/addrbook.json > $HOME/.lumd/config/addrbook.json

Genesis file

curl -Ls https://valhalla.panthea.eu/genesis/lum/genesis.json > $HOME/.lumd/config/genesis.json

Persistent Peer

Seed Node

RPC Endpoint

REST/API Endpoint

Last modified 1mo ago