Snapshot

Network: Testnet | Chain ID: artela_11822-1 | Version: v0.0.4.7-rc4
Install lz4
sudo apt install lz4 -y
Stop the service and reset the data
sudo systemctl stop artelad
Download latest snapshot
sudo 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/.artelad
Restart the service and check the log
sudo systemctl restart artelad
journalctl -fu artelad -o cat
Last updated