posthuman - nodes
Namada

Namada

type:
testnet
chain id:
shielded-expedition.88f17d1d14
rpc:
https://rpc.namada.posthuman.digital:443
seed-node:
d630c49e04eb60a2c9e179a1a3001313fbaff061@seed.namada.posthuman.digital:26656
snapshots:
https://snapshots.namada.posthuman.digital/
  • instalation guide
  • genesis file
  • addr book
  • snapshot service
  • contributions

Snapshot Service

Updates every 4 hours, size: ~14GB

cd $HOME wget -O data.tar.gz https://snapshots.namada.posthuman.digital/data.tar.gz

Stop the node

sudo systemctl stop namadad

Backup and prepare for the new snapshot

cp $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/data/priv_validator_state.json $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/priv_validator_state.json.backup rm -rf $HOME/.local/share/namada/shielded-expedition.88f17d1d14/db $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/data

Decompress the data downloaded and move all to your directory

tar -xvf $HOME/data.tar.gz -C $HOME/.local/share/namada/shielded-expedition.88f17d1d14/ mv $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/priv_validator_state.json.backup $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/data/priv_validator_state.json

Restart the node and check the logs

sudo systemctl restart namadad && sudo journalctl -u namadad -f

Please tidy up after yourself

rm -rf $HOME/data.tar.gz

Enjoy it

POSTHUMAN © Copyright 2024. All Rights Reserved.