RadiumBlock is now officially on board as Polkadex's DevOps Infrastructure Partner!

Kusama Snapshot

Chain Kusama
Block Height 30374235
Creation Date 2025-10-04
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link kusama_30374235_2025-10-04.tar.lz4
Size 173G
sha256 Checksum 93df97b3523761b93adcfe60d3b31a82667f6ec982e63cc8fc4e6f111ae288e7

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/kusama_30374235_2025-10-04.tar.lz4
lz4 -c -d kusama_30374235_2025-10-04.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/ksmcc3
rm -v kusama_30374235_2025-10-04.tar.lz4

If applicable, replace /home/polkadot with the actual storage location.