kusama snapshot
Chain | kusama |
Block height | 12714675 |
Block hash | 0xbbb5a085d03ff3caefc673740093fb85c9733761cf9... |
Creation date | 2022-05-16T21:48:24UTC |
Database format | paritydb-experimental - 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-12714675.paritydb-experimental.tar.lz4 |
Size | 102.42 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.polkashots.io/kusama-12714675.paritydb-experimental.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-experimental --unsafe-pruning --pruning=1000