โ›“๏ธStateSync/Snapshot

๐Ÿ”ฅStride๐Ÿ”ฅ

MAINNET

StateSync Stride Mainnet ๐Ÿ›‘(Temporarily suspended)๐Ÿ›‘

SNAP_RPC=https://stride.rpc.m.stavr.tech:443
peers="a7b4cf6f65138ba61518c2c45402da32dc8e28b7@stride.peer.stavr.tech:21016"
sed -i.bak -e  "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.stride/config/config.toml
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 300)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)

echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.stride/config/config.toml
strided tendermint unsafe-reset-all --home /root/.stride
wget -O $HOME/.stride/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Stride/addrbook.json"
sudo systemctl restart strided && journalctl -fu strided -o cat

SnapShot Mainnet updated every 5 hours ๐Ÿ›‘(Temporarily suspended)๐Ÿ›‘

Useful Tools

๐Ÿ”ฅEXPLORER-M๐Ÿ”ฅ: https://explorer.stavr.tech/Stride Indexer "ON" ๐Ÿ”ฅAPI-M๐Ÿ”ฅ: http://stride.api.m.stavr.tech ๐Ÿ”ฅRPC-M๐Ÿ”ฅ: http://stride.rpc.m.stavr.tech Snapshot-interval = 1000 ๐Ÿ”ฅgRPC-M๐Ÿ”ฅ: stride.grpc.m.stavr.tech:9986

  • Seed-M

  • Addrbook-M

  • Genesis-M

  • Auto_install_script-M

๐Ÿ”ฅDecentralization Info๐Ÿ”ฅ

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.

Last updated

Was this helpful?