⛓️StateSync/Snapshot

🔥Union Protocol🔥

TESTNET

StateSync Union Testnet

SNAP_RPC=https://union.rpc.t.stavr.tech:443
peers="59d554ab6bee4d814afb3e15af4031df19b2084c@union-t.seed.stavr.tech:4256"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.union/config/config.toml
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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/.union/config/config.toml
uniond tendermint unsafe-reset-all --home /root/.union
wget -O $HOME/.union/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Union/addrbook.json"
systemctl restart uniond && journalctl -u uniond -f -o cat

SnapShot Testnet - updated every 5 hours

circle-info

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

Useful Tools

🔥EXPLORER-T🔥: https://explorer.stavr.tech/Union-Testnetarrow-up-right Indexer "ON" 🔥API-T🔥: https://union.api.t.stavr.tech arrow-up-right 🔥RPC-T🔥: https://union.rpc.t.stavr.techarrow-up-right Snapshot-interval = 100 🔥gRPC-T🔥: union.grpc.t.stavr.tech:1901arrow-up-right

  • Seed-T

  • Addrbook-T

  • Genesis-T

  • Auto_install_script-T

chevron-rightRPC Scanninghashtag

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?