kusama snapshot
Chain | kusama |
Block height | 16451829 |
Block hash | 0x295cc29043aeed36bb20b2bbd5f7c26d1d8c80bda1d... |
Creation date | 2023-02-01T23:52:47UTC |
Database format | RocksDb - What is this? |
Pruning mode | Pruned - What is this? |
Compression format | lz4 |
Version used for snapshotting | 0.9.36-dc25abc712e |
Download link | kusama-16451829.RocksDb.tar.lz4 |
Size | 217996433746 |
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-rocksdb.polkashots.io/kusama-16451829.RocksDb.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-rocksdb.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=RocksDb --pruning=1000