You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance user experience by providing a command-line option (--peers) to fetch peer nodes directly from a bootstrap server, eliminating the need for manual peer configuration.
Implementation
Integrate or develop a command into snarkOS to retrieve a peer node list from a designated bootstrap node via an HTTP endpoint (e.g., curl http://bootstrap-node-ip:port/peers/all).
This means we want to add a feature to the snarkOS software that can automatically find a list of these computers (peer nodes) by asking the guide (bootstrap node) for their information. This information is obtained by sending a simple internet request to the guide's address.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Motivation
Enhance user experience by providing a command-line option (--peers) to fetch peer nodes directly from a bootstrap server, eliminating the need for manual peer configuration.
Implementation
Integrate or develop a command into snarkOS to retrieve a peer node list from a designated bootstrap node via an HTTP endpoint (e.g., curl http://bootstrap-node-ip:port/peers/all).
This means we want to add a feature to the snarkOS software that can automatically find a list of these computers (peer nodes) by asking the guide (bootstrap node) for their information. This information is obtained by sending a simple internet request to the guide's address.
The text was updated successfully, but these errors were encountered: