Open urtho opened 2 months ago
REST endpoint implemented in d5c0053b5b6d06df74723fdfcc5e0cc5d28a59aa. Needs
goal node connected-peers
Testing P2P peers on current mainnet requires a catchup node and:
"DNSBootstrapID": "<network>.algonode.network",
"EnableP2P": true
this will switch a mainnet participation node to P2P only mode.
a hybrid (P2P and WS) mode can be tested with EnableP2PHybridMode: true
instead of EnableP2P: true
Status
Neither goal utility nor algod API have the ability to expose connected peers.
Expected