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

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