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