Database backups for fast node synchronization.
robonomics-kusama-db-9737109.tar.gz
Block Height
9737109
File Size
129 GB
Updated
2026-03-05 22:08:24 UTC
Compression
Gzip (tar.gz)
SHA256 Checksum
fd584986d43d7c6512f5359fab52e47cf67e88a573b69e29c25bea81322a9a4e
Direct link. Use
wget
or
curl
for server downloads.
# Terminal Commands (tar.gz)
# 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-kusama-db-9737109.tar.gz | tar -xzf - -C /path/to/your/directory/chains/robonomics/
# 3. Fix permissions if necessary
chown -R user:group /path/to/parachain/database
# 4. Restart your node
sudo systemctl start your-node-service
Database backups for fast node synchronization.
ipci-7693608.rocksdb.tar.lz4
Block Height
7693608
File Size
103 GB
Updated
2026-05-07 13:47:30 UTC
Compression
LZ4 (tar.lz4)
DB Engine
RocksDB
Decoded Size
~161 GB
SHA256 Checksum
36c100e8199e9dd104bcc6cecb933e0c657820030bee57086a008a96aafe2f4b
Requires
lz4
. Install with
apt install lz4
.
# Terminal Commands (tar.lz4 — install lz4 first: apt install lz4)
# 1. Stop your node
sudo systemctl stop your-node-service
# 2. Download and decompress with lz4, then extract
wget -O - https://snapshots.robonomics.network/ipci-7693608.rocksdb.tar.lz4 | lz4 -dc | tar -xf - -C /path/to/your/directory/chains/ipci/
# 3. Fix permissions
chown -R user:group /path/to/ipci/database
# 4. Restart your node
sudo systemctl start your-node-service