Snapshot
Update Everyday ( 00 UTC )
sudo apt install lz4 -y
sudo systemctl stop achillesd
cp $HOME/.achilles/data/priv_validator_state.json $HOME/.achilles/priv_validator_state.json.backup
achillesd tendermint unsafe-reset-all --home $HOME/.achilles --keep-addr-book
curl -L https://snapshot-t.vinjan.xyz/odiseo/latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.achilles
mv $HOME/.achilles/priv_validator_state.json.backup $HOME/.achilles/data/priv_validator_state.json
sudo systemctl restart achillesd
sudo journalctl -u achillesd -f -o cat