Snapshot
Catch the latest block faster by using our daily snapshots.
Snapshot

Chain ID: elys-1 | Latest Version Tag: v1.0.0
Snapshots are taken automatically every 24 hours
https://snapshots.stakeandrelax.net/snapshots/elys/snapshot/snapshot_latest.tar.lz4
Instructions
Stop the service and reset the data
sudo systemctl stop elys
cp $HOME/.elys/data/priv_validator_state.json $HOME/.elys/priv_validator_state.json.backup
rm -rf $HOME/.elys/data
Download latest snapshot
curl -L https://snapshots.stakeandrelax.net/snapshots/elys/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.elys
mv $HOME/.elys/priv_validator_state.json.backup $HOME/.elys/data/priv_validator_state.json
Add seeds
sed -i -e "s|^seeds *=.*|seeds = \"[email protected]:22056\"|" $HOME/.elys/config/config.toml
Restart the service and check the log
sudo systemctl start elys && sudo journalctl -u elys -f --no-hostname -o cat
Last updated