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
currently we provide a default and optionally configurable set of bootstrap nodes.
for networks without a consensus this model is less viable. due to the trust agile nature of a stakeless open net the bootstrap nodes being trust agile isn't just a nice to have, it's integral to the threat model. the original threat model mandated that bootstrap nodes also act as pinned edge nodes. you would ONLY ever talk to those nodes. all of this is designed to be out of band and having a method to guide the user through this is required to facilitate this. currently there is no user accessible (let alone documented) procedure for ANY of this.
we need cli tool to act as a setup wizard utility which walks a user through selecting their bootstrap node from a list set by the package maintainer, fetching more bootstrap nodes from a remote provider, adding additional bootstrap nodes and remote providers at the user's discretion and updating bootstrap nodes from any remote providers.
this cli tool should support both interactive and non interactive modes.
The text was updated successfully, but these errors were encountered:
currently we provide a default and optionally configurable set of bootstrap nodes.
for networks without a consensus this model is less viable. due to the trust agile nature of a stakeless open net the bootstrap nodes being trust agile isn't just a nice to have, it's integral to the threat model. the original threat model mandated that bootstrap nodes also act as pinned edge nodes. you would ONLY ever talk to those nodes. all of this is designed to be out of band and having a method to guide the user through this is required to facilitate this. currently there is no user accessible (let alone documented) procedure for ANY of this.
we need cli tool to act as a setup wizard utility which walks a user through selecting their bootstrap node from a list set by the package maintainer, fetching more bootstrap nodes from a remote provider, adding additional bootstrap nodes and remote providers at the user's discretion and updating bootstrap nodes from any remote providers.
this cli tool should support both interactive and non interactive modes.
The text was updated successfully, but these errors were encountered: