⛓️StateSync/Snapshot
🔥Hypersign🔥
TESTNET
StateSync Hypersign Testnet
SNAP_RPC=https://hid.rpc.t.stavr.tech:443
peers="3845ba311cee9c82469ec2f7b1e5cf8afbd9a434@hid.peer.stavr.tech:11056"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.hid-node/config/config.toml
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 100)); \
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/.hid-node/config/config.toml
hid-noded tendermint unsafe-reset-all --home $HOME/.hid-node
wget -O $HOME/.hid-node/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Hypersign/addrbook.json"
systemctl restart hid-noded && journalctl -fu hid-noded -o catSnapShot Testnet - updated every 5 hours
You can check the size and time of snapshot creation with this command
curl -sI https://hid.snapshot.stavr.tech/hid-snap.tar.lz4 | grep "last" && curl -sI https://hid.snapshot.stavr.tech/hid-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'
Useful Tools
🔥EXPLORER-T🔥: https://explorer.stavr.tech/HyperSign Indexer "ON"
🔥API-T🔥: https://hid.api.t.stavr.tech
🔥RPC-T🔥: https://hid.rpc.t.stavr.tech Snapshot-interval = 1000
🔥gRPC-T🔥: hid.grpc.t.stavr.tech:8022
Seed-T
Addrbook-T
Genesis-T
Auto_install_script-T
Last updated
Was this helpful?