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
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
when -b option is to be used, the format of peer address shall be like : 0.0.0.0:5483
-b option is actually more like asking the new node to "connect" to peer, so a full IPv4 or IPv6 address is expected.
This has been shown in the usage part in the code : Line 58 - Line 67
When trying to bootstrap to an existing "server" crust node by doing
I get the following output:
This implies that the server is returning a port as an endpoint.
The text was updated successfully, but these errors were encountered: