kusama snapshot
Chain | kusama |
Block height | 12751677 |
Block hash | 0x5c8047c5050941795b7fa97bcca991a0ace1c18de5f... |
Creation date | 2022-05-19T11:48:46UTC |
Database format | RocksDb - What is this? |
Pruning mode | Pruned - What is this? |
Compression format | lz4 |
Version used for snapshotting | 0.9.19-f00a2772497-x86_64-linux-gnu |
Download link | kusama-12751677.RocksDb.tar.lz4 |
Size | 107.79 GiB |
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-12751677.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 --unsafe-pruning --pruning=1000