Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.24 KB

community-peers.md

File metadata and controls

22 lines (18 loc) · 1.24 KB

List of community seed nodes

To be used as "seeds" inside config.toml

List of community peer nodes

To be used as "persistent_peers" inside config.toml

List of StateSync RPC-Servers (1000 blocks - 10 snapshoots configured at app.toml)

To query the trust height for state sync (see statesync.sh for full use case):

curl -s http://45.79.207.112:26657/block | jq -r '.result.block.header.height + "\n" + .result.block_id.hash'