RPC Endpoint
URL: https://rpc.kusama.stakeup.tech
Description: This RPC endpoint allows remote procedure calls to interact with the Kusama blockchain network.
WSS Endpoint
URL: wss://rpc.kusama.stakeup.tech
Description: This WebSocket (WSS) endpoint provides a real-time connection for continuous updates and interaction with the Kusama 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/kusama/.local/share/kusama/chains/ksmcc3
Remove downloaded snapshot
rm -v {{dirName}}_latest.tar.lz4