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

Kusama Archive Snapshot

Chain Kusama
Block Height 0
Creation Date 2025-09-16
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 1.6.0
Download Link kusama_0_2025-09-15.tar.lz4
Size 3.0T
sha256 Checksum 7b1fa0e0ea9a256c6d0547a6b893dabc9dfa50511573cfd93cb783b54820241b

How to deploy Snapshot

Issue the following commands:

wget https://ksm-archive.radiumblock.com/kusama_0_2025-09-15.tar.lz4
lz4 -c -d kusama_0_2025-09-15.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/ksmcc3
rm -v kusama_0_2025-09-15.tar.lz4

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