kusama snapshot
Chain | kusama |
Block height | 14022760 |
Block hash | 0xbf9537a2bfb65d803e9bcfc98b19d77a8b34de82a88... |
Creation date | 2022-08-15T21:50:17UTC |
Database format | paritydb-experimental - What is this? |
Pruning mode | Pruned - What is this? |
Compression format | lz4 |
Version used for snapshotting | 0.9.24-22836e55d41 |
Download link | kusama-14022760.paritydb-experimental.tar.lz4 |
Size | 131.57 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-14022760.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