WSS Endpoint
URL: wss://rpc.polkadot.stakeup.tech
Description: This WebSocket (WSS) endpoint provides a real-time connection for continuous updates and interaction with the Polkadot network.
Block |
Size |
Snapshot Time |
Database |
Download |
Install lz4 if needed
sudo apt install lz4
Download snapshot
wget https://snapshots.stakeup.tech/{{dirName}}/{{dirName}}_latest.tar.lz4
Extract the snapshot to your database location
lz4 -d -c {{dirName}}_latest.tar.lz4 | tar -x -C $HOME/polkadot/.local/share/polkadot/chains/polkadot
Remove downloaded snapshot
rm -v {{dirName}}_latest.tar.lz4