βοΈSync
π₯XRPLπ₯
TESTNET
StateSync XRPL Testnet
systemctl stop exrpd
SNAP_RPC=https://xrpl.rpc.t.stavr.tech:443
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/.exrpd/config/config.toml
exrpd tendermint unsafe-reset-all --home /root/.exrpd
wget -O $HOME/.exrpd/config/addrbook.json "https://server-1.stavr.tech/Testnet/Xrpl/addrbook.json"
sudo systemctl restart exrpd && journalctl -fu exrpd -n1000 -ocatSnapShot Testnet updated every 5 hours (Pruned)
SnapShot Testnet updated every 3d (Archive)
Useful Tools
π₯EXPLORER-Tπ₯: https://explorer.stavr.tech/Xrpl-Testnet Indexer "ON"
π₯API-Tπ₯: https://xrpl.api.t.stavr.tech
π₯RPC-Tπ₯: https://xrpl.rpc.t.stavr.tech Snapshot-interval = 1000
π₯gRPC-Tπ₯: https://xrpl.grpc.t.stavr.tech
π₯EVM RPCπ₯: https://xrpl.evm.t.stavr.tech
π₯EVM WSSπ₯: wss://xrpl.wss.t.stavr.tech:443
ARCHIVE
API(archive): https://xrpl.api.t.stavr.tech
RPC(archive): https://xrpl.rpc.t.stavr.tech
gRPC(archve): https://xrpl.grpc.t.stavr.tech
Evm rpc(archve): https://xrpl.evm.t.stavr.tech
EVM WSS(archve): wss://xrpl.wss.t.stavr.tech:443
Peer-T
Addrbook-T (every 2h)
Genesis-T
Auto_install_script-T
π₯Decentralization Infoπ₯
π₯RPC Scannerπ₯
Last updated
Was this helpful?