We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neither goal utility nor algod API have the ability to expose connected peers.
The text was updated successfully, but these errors were encountered:
REST endpoint implemented in d5c0053. Needs
goal node connected-peers
Sorry, something went wrong.
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
EnableP2PHybridMode: true
EnableP2P: true
No branches or pull requests
Status
Neither goal utility nor algod API have the ability to expose connected peers.
Expected
The text was updated successfully, but these errors were encountered: