Robonomics Freemium SNAPSHOTS

Database backups for fast node synchronization.

Latest Parachain Snapshot

robonomics-db-9091623.tar.gz

Block Height

9091623

File Size

113 GB

Updated

2025-12-20 6:00 UTC

Compression

Gzip (tar.gz)

SHA256 Checksum

c3a14e5bc53cbf8ce162bc3b0cb905f8603a4bfecb58465fa459c053ab83ca4c
Download Snapshot

Direct link. Use wget or curl for server downloads.

Quick Usage Guide

# Terminal Command

# 1. Stop your node
sudo systemctl stop your-node-service

# 2. Download and extract (replace URL with the one above)
wget -O - https://snapshots.robonomics.network/robonomics-db-9091623.tar.gz | tar -xzf - -C /path/to/your/parachain/database

# 3. Fix permissions if necessary
# chown -R user:group /path/to/parachain/database

# 4. Restart your node
sudo systemctl start your-node-service