polkadot snapshot
Chain | polkadot |
Block height | 10380866 |
Block hash | 0x7625db8527fdd393a43de7739d8969edc49244d457c... |
Creation date | 2022-05-20T02:48:11UTC |
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 | polkadot-10380866.paritydb-experimental.tar.lz4 |
Size | 59.97 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://dot.polkashots.io/polkadot-10380866.paritydb-experimental.tar.lz4 | lz4 -c -d - | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
Or simply use the permalink:
curl -o - -L https://dot.polkashots.io/snapshot | lz4 -c -d - | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
Note: if applicable, replace /home/polkadot
with the actual storage location.
Then run the polkadot node:
polkadot --chain=polkadot --database=paritydb-experimental --unsafe-pruning --pruning=1000