Snapshot

Install lz4
Stop the service and reset the data
Download latest snapshot
Restart the service and check the log
Last updated

Last updated
sudo apt install lz4 -ysudo systemctl stop arteladsudo systemctl stop artelad
artelad tendermint unsafe-reset-all --home $HOME/.artelad --keep-addr-book
curl -L https://snap.vinjan.xyz/artela/artela-snapshot-20240110.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.arteladsudo systemctl restart artelad
journalctl -fu artelad -o cat