Snapshot
Catch the latest block faster by using our daily snapshots.
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/dataDownload 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.jsonRestart the service and check the log
Last updated