Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

snapshots.md

File metadata and controls

24 lines (17 loc) · 1.01 KB

Snapshots

Her 24 saatte bir Snapshot Alır ve yayınlar.

Stop the service and reset the data

sudo systemctl stop allora.service
cp $HOME/.allorad/data/priv_validator_state.json $HOME/.allorad/priv_validator_state.json.backup
rm -rf $HOME/.allorad/data $HOME/.allorad/wasm

Download latest snapshot

curl https://snapshots.coinhunterstr.com/allora/snapshot_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.allorad
mv $HOME/.allorad/priv_validator_state.json.backup $HOME/.allorad/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart allora.service && sudo journalctl -u allora.service -f