⛓️Snapshot

🔥Polkadot🔥

MAINNET

SnapShot Mainnet | RocksDB (pruned) - updated every 24 hours

You can check the size and time of snapshot creation with this command curl -sI https://polkadot.snapshot.stavr.tech/polkadot-snap.tar.lz4 | grep "last" && curl -sI https://polkadot.snapshot.stavr.tech/polkadot-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'

cd $HOME
apt install lz4
docker stop polkadot_node
rm -rf $HOME/.polkadot/chains/polkadot/db
curl -o - -L https://polkadot.snapshot.stavr.tech/polkadot-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.polkadot/chains/polkadot/
docker restart polkadot_node && docker logs polkadot_node -fn 100

SnapShot Mainnet | RocksDB (Archive) - updated every 7 days

You can check the size and time of snapshot creation with this command curl -sI https://polkadot-archive.snapshot.stavr.tech/polkadot-archive-snap.tar.lz4 | grep "last" && curl -sI https://polkadot-archive.snapshot.stavr.tech/polkadot-archive-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'

cd $HOME
apt install lz4
docker stop polkadot_node
rm -rf $HOME/.polkadot/chains/polkadot/db
curl -o - -L https://polkadot-archive.snapshot.stavr.tech/polkadot-archive-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.polkadot/chains/polkadot/
docker restart polkadot_node && docker logs polkadot_node -fn 100

Useful Tools

🔥RPC🔥 - https://polkadot.rpc.m.stavr.tech/ 🔥Explorer🔥 - https://polkadot.js.org/apps/?rpc=wss://polkadot.rpc.m.stavr.tech#/explorer

RPC Scanning

We scan nodes in real time every 4 hours. And we provide the final result of RPC endpoints. We cannot influence the operation of these nodes in any way.

If Voting Power is higher than 0 --> then the Node is a validator of the network and may be subject to attack and be a potential threat to the chain.
We marked such validators with a red symbol

Last updated