Snapshot
Snapshots are created automatically every 12 hours starting from 00:00 UTC
Section titled “Snapshots are created automatically every 12 hours starting from 00:00 UTC”Pruning: 100/0/19 Indexer: null Version Tag: v28
Section titled “Pruning: Indexer: Version Tag: ”Install tools
Section titled “Install tools”sudo apt update && sudo apt install lz4 -y
Stop the service and reset the data
Section titled “Stop the service and reset the data”sudo systemctl stop osmosisdcp $HOME/.osmosisd/data/priv_validator_state.json $HOME/.osmosisd/priv_validator_state.json.backuposmosisd tendermint unsafe-reset-all --home $HOME/.osmosisd --keep-addr-book
Download latest snapshot
Section titled “Download latest snapshot”curl -o - -L https://snapshots.moonbridge.org/mainnet/osmosis/snapshot_latest.tar.lz4 | lz4 -dc - | tar -x -C $HOME/.osmosisdmv $HOME/.osmosisd/priv_validator_state.json.backup $HOME/.osmosisd/data/priv_validator_state.json
Start the service and check the logs
Section titled “Start the service and check the logs”sudo systemctl start osmosisd && sudo journalctl -u osmosisd -f --no-hostname -o cat