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

Snapshots are taken automatically every 6 hours starting at 00:45 UTC
pruning: 100/0/19 | indexer: null | version tag: v1.1.2-hotfix
BLOCK
AGE
DOWNLOAD
Instructions
Stop the service and reset the data
sudo systemctl stop provenanced
cp $HOME/.provenance/data/priv_validator_state.json $HOME/.provenance/priv_validator_state.json.backup
rm -rf $HOME/.provenance/data
Download latest snapshot
curl -L https://snapshots.takeshi.team/provenance/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.provenance
mv $HOME/.provenance/priv_validator_state.json.backup $HOME/.provenance/data/priv_validator_state.json
Restart the service and check the log
sudo systemctl start provenanced && sudo journalctl -u provenanced -f --no-hostname -o cat
Last updated