Republic Validator Testnet Snapshot
ℹ️ Snapshot Info
Snapshots are maintained by LinkNode, our infrastructure division supporting blockchain networks with snapshots, RPC, API, and gRPC endpoints.
If the data above does not load, please check manually at linknode.org/snapshots
Prerequisites
Before you begin, ensure you have the following:
- The
republicdbinary is installed. lz4is installed. If not, run:sudo apt-get install lz4 -y.
⏳Loading snapshot data...
bash
sudo systemctl stop republicd
cp $HOME/.republic/data/priv_validator_state.json $HOME/.republic/priv_validator_state.json.backup
rm -rf $HOME/.republic/data
curl -L https://snapshots.linknode.org/republic-testnet/snapshot | lz4 -d | tar -xf - -C $HOME/.republic
mv $HOME/.republic/priv_validator_state.json.backup $HOME/.republic/data/priv_validator_state.json
sudo systemctl restart republicd && sudo journalctl -u republicd -f