L0vd services
WebsiteTwitter
  • Chain services
  • MAINNETS
    • Archway
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Axelar
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Berachain
      • Snapshot
    • Bitcanna
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Composable
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Cosmos Hub
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Gitopia
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • HAQQ
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Iris
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Juno
      • State sync
    • Namada
      • Installation
      • Staking
      • Snapshot
      • Useful commands
    • Nois
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Osmosis
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Stride
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Umee
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
  • TESTNETS
    • Andromeda
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Archway
      • Installation
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Arkeo
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Artela
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Babylon
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Berachain v2
      • Snapshot
      • Archive snapshot
    • Bitcanna
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • BonusBlock
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Composable
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Defund
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Empower
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Entangle
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • HAQQ
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Humans
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Lava
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Mantra
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Namada
      • Installation
      • Snapshot
      • State sync
      • Useful commands
    • Namada-se
      • Installation
      • Staking
      • Snapshot
      • State sync
      • Useful commands
    • Nois
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Noria
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Ojo
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Ollo
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
      • Wallet bot
    • Pryzm
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Selfchain
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
    • Umee
      • Installation
      • State sync
      • Useful commands
      • Monitoring
    • Union
      • Installation
      • Snapshot
      • State sync
      • Useful commands
      • Monitoring
Powered by GitBook
On this page
  • Updates every 4 hours
  • Install dependencies, if needed
  • Sync from Snapshot
  1. MAINNETS
  2. Namada

Snapshot

Updates every 4 hours

Install dependencies, if needed

sudo apt update
sudo apt install lz4 -y

Sync from Snapshot

Height
Size
Creation Time (UTC+3)

2007561

93.7 GB

2025-05-14_06:15:08

sudo systemctl stop namadad

cp $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/cometbft/data/priv_validator_state.json $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/priv_validator_state_backup.json

rm -rf $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/db
rm -rf $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/tx_wasm_cache
rm -rf $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/vp_wasm_cache
rm -rf $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/cometbft/data

SNAP_NAME=$(curl -s https://snapshots.l0vd.com/mainnets/namada/namada.5f5de2dd1b88cba30586420/ | egrep -o ">namada.5f5de2dd1b88cba30586420.*\.tar.lz4" | tr -d ">")
curl https://snapshots.l0vd.com/mainnets/namada/namada.5f5de2dd1b88cba30586420/${SNAP_NAME} | lz4 -dc - | tar -xf - -C $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420

mv $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/priv_validator_state_backup.json $HOME/.local/share/namada/namada.5f5de2dd1b88cba30586420/cometbft/priv_validator_state.json

sudo systemctl restart namadad
sudo journalctl -u namadad -f --no-hostname -o cat
PreviousStakingNextUseful commands

Last updated 2 days ago