Snapshot
Catch the latest block faster by using our daily snapshots.
Instructions
Stop the service and reset the data
sudo systemctl stop neard
rm -rf ~/.neard/data
Download latest snapshot
aws s3 --no-sign-request cp s3://near-protocol-public/backups/mainnet/rpc/latest .
LATEST=$(cat latest)
aws s3 --no-sign-request cp --no-sign-request --recursive s3://near-protocol-public/backups/mainnet/rpc/$LATEST ~/.near/data
Restart the service and check the log
sudo systemctl restart neard && sudo journalctl -u neard -f --no-hostname -o cat
Last updated
Was this helpful?