Snapshot
Catch the latest block faster by using our daily snapshots.
Snapshots are taken automatically every 6 hours starting at 07:00 UTC
pruning: 100/0/19 | indexer: null | version tag: galileo-3-v1.1.0-beta1
BLOCK
AGE
DOWNLOAD
Instructions
Stop the service and reset the data
sudo systemctl stop andromedad
cp $HOME/.andromedad/data/priv_validator_state.json $HOME/.andromedad/priv_validator_state.json.backup
rm -rf $HOME/.andromedad/data
Download latest snapshot
curl -L https://snapshots.kjnodes.com/andromeda-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.andromedad
mv $HOME/.andromedad/priv_validator_state.json.backup $HOME/.andromedad/data/priv_validator_state.json
Restart the service and check the log
Last updated