Snapshot
Catch the latest block faster by using our daily snapshots.
Snapshot

Chain ID: core-1 | Latest Version Tag: v11.15.0
Snapshots are taken automatically every 24 hours
https://snapshots.stakeandrelax.net/snapshots/persistence/snapshot/snapshot_latest.tar.lz4
Instructions
Stop the service and reset the data
sudo systemctl stop persistence
cp $HOME/.persistenceCore/data/priv_validator_state.json $HOME/.persistenceCore/priv_validator_state.json.backup
rm -rf $HOME/.persistenceCore/data
Download latest snapshot
curl -L https://snapshots.stakeandrelax.net/snapshots/persistence/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.persistenceCore
mv $HOME/.persistenceCore/priv_validator_state.json.backup $HOME/.persistenceCore/data/priv_validator_state.json
Add seeds
sed -i -e "s|^seeds *=.*|seeds = \"[email protected]:15456\"|" $HOME/.persistenceCore/config/config.toml
Restart the service and check the log
sudo systemctl start persistence && sudo journalctl -u persistence -f --no-hostname -o cat
Last updated