polkadot snapshot
Chain | polkadot |
Block height | 14116014 |
Block hash | 0x0ad1d3aa6745a57dd10aa5ce6db7355c70614a4334f... |
Creation date | 2023-02-05T14:49:38UTC |
Database format | paritydb - What is this? |
Pruning mode | Pruned - What is this? |
Compression format | lz4 |
Version used for snapshotting | 0.9.36-dc25abc712e |
Download link | polkadot-14116014.paritydb.tar.lz4 |
Size | 154897999299 |
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-14116014.paritydb.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 --pruning=1000