CHAIN IDVERSIONPRUNINGSIZETIMESTAMP
Loading...vLoading...100/0/19UnknownUnknown

Stop the Jackal service

sudo systemctl stop canined.service

Backup validator state

cp $HOME/.canine/data/priv_validator_state.json $HOME/.canine/priv_validator_state.json.backup

Reset the node data

rm -rf $HOME/.canine/data/* $HOME/.canine/wasm/*

Download and extract the latest snapshot

curl -L https://snapshot.huginn.tech/mainnet/jackal/ | tar -Ilz4 -xf - -C $HOME/.canine

Restore validator state

mv $HOME/.canine/priv_validator_state.json.backup $HOME/.canine/data/priv_validator_state.json

Restart the Jackal service

sudo systemctl start canined.service

Check the node status

sudo journalctl -u canined.service -f