This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Testnet
πŸ”₯ Snapshot

Snapshot

Jump faster to the latest block with our fresh snapshot.

Snapshot Information

πŸ“’

Every 12 hours, snapshots are taken automatically!


Reset blockchain data

Make sure backup your priv_validator_state.json before reset
sudo systemctl stop self
cp $HOME/.selfchain/data/priv_validator_state.json $HOME/.selfchain/priv_validator_state.json.backup
rm -rf $HOME/.selfchain/data

Download snapshot

Download the latest snapshot
curl -L https://snap.nodex.one/self-testnet/self-latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.selfchain

Backup state data

Return state file to the previous location
mv $HOME/.selfchain/priv_validator_state.json.backup $HOME/.selfchain/data/priv_validator_state.json

Restart node

Restart your nodes after download a snapshot
sudo systemctl restart self