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

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