kusama snapshot

Chain kusama
Block height 17226285
Block hash 0xd2eca87fb8efd77f0d2cf8db1b6b2f2a7ad01f2db8c...
Creation date 2023-03-27T21:49:48UTC
Database format paritydb - What is this?
Pruning mode Pruned - What is this?
Compression format lz4
Version used for snapshotting 0.9.37-645723987cf
Download link kusama-17226285.paritydb.tar.lz4
Size 236840933565

Verify on Polkastats - Verify on Polkascan

How to use

Issue the following command to download and unpack the archive in one step:

curl -o - -L https://ksm.polkashots.io/kusama-17226285.paritydb.tar.lz4 | lz4 -c -d - | tar -x -C /home/polkadot/.local/share/polkadot/chains/ksmcc3

Or simply use the permalink:

curl -o - -L https://ksm.polkashots.io/snapshot | lz4 -c -d - | tar -x -C /home/polkadot/.local/share/polkadot/chains/ksmcc3

Note: if applicable, replace /home/polkadot with the actual storage location.

Then run the kusama node:

polkadot --chain=kusama --database=paritydb --pruning=1000

More details

About polkashots.io.

Polkadot documentation.