Upgrade proposal detected

Jackal Jackal

Jackal Protocol is the purpose-built blockchain for the everyday user. No more choosing between security or user-experience. With Jackal, protecting your valuable data has never been easier.

Snapshot

Latest snapshot

TypeHeightAgeSizeDownload
 
 

Stop the service and reset the data

sudo systemctl stop canined
cp $HOME/.canine/data/priv_validator_state.json $HOME/.canine/priv_validator_state.json.backup
rm -rf $HOME/.canine/data

Download the latest snapshot

SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/jackal/lupulella-2.json | jq -r .file)
curl -L https://snapshots.brocha.in/jackal/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.canine
mv $HOME/.canine/priv_validator_state.json.backup $HOME/.canine/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart canined
sudo journalctl -u canined -f --no-hostname -o cat