Snapshot
Snapshots are created automatically every 12 hours starting from 00:00 UTC
Section titled “Snapshots are created automatically every 12 hours starting from 00:00 UTC”Pruning: 100/0/10 Indexer: null Version Tag: v1.2.0
Section titled “Pruning: Indexer: Version Tag: ”Install tools
Section titled “Install tools”sudo apt update && sudo apt install lz4 -y
Stop the service and reset the data
Section titled “Stop the service and reset the data”sudo systemctl stop realio-networkdcp $HOME/.realio-network/data/priv_validator_state.json $HOME/.realio-network/priv_validator_state.json.backuprealio-networkd tendermint unsafe-reset-all --home $HOME/.realio-network --keep-addr-book
Download latest snapshot
Section titled “Download latest snapshot”curl -o - -L https://snapshots.moonbridge.org/mainnet/realio/snapshot_latest.tar.lz4 | lz4 -dc - | tar -x -C $HOME/.realio-networkmv $HOME/.realio-network/priv_validator_state.json.backup $HOME/.realio-network/data/priv_validator_state.json
Start the service and check the logs
Section titled “Start the service and check the logs”sudo systemctl start realio-networkd && sudo journalctl -u realio-networkd -f --no-hostname -o cat