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

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