Warden Protocol

Next-gen Modular L1 Blockchain Infrastructure for Omnichain Applications

Services

Hourly Snapshot Details
Block Height: 
Size: 13.99 GB
WASM: Yes
Indexer: null
Pruning: 100/0/10
File Name: latest.tar.lz4
Time: Tue May 28 10:00:55 UTC 2024
URL: https://krews.xyz/snapshots/warden/latest.tar.lz4
sudo systemctl stop wardend

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

rm -rf $HOME/.warden/data

curl https://krews.xyz/snapshots/warden/latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.warden

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

sudo systemctl restart wardend && sudo journalctl -u wardend -f -o cat

Useful Commands

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable wardend

Disable service

sudo systemctl disable wardend

Start service

sudo systemctl start wardend

Stop service

sudo systemctl stop wardend

Restart service

sudo systemctl restart wardend

Check service status

sudo systemctl status wardend

Check service logs

sudo journalctl -u wardend -f --no-hostname -o cat

Last updated