-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Test Connecting Multiple Host Implementation #10
Comments
@adam-hanna |
@araskachoi yup! The easiest way to do this is via the subnet command: The default will connect 10 hosts together using the whiteblocks peering topology. Make any necessary changes to See the readme for how to manually connect hosts. |
@adam-hanna so the issue with using I was more interested in the command that is required to connect two clients that have been spun up. I believe we are using unique node identifiers using the multiaddr format provided by lilbp2p. is there a way to simplify this to just the IP address? |
yeah, I was building subnet for myself. You can connect a host to another by passing it the cli flag I'll add a command to the rpc channel (and implement it on the client) to be able to tell it to connect to another host. In this way, we'll be able to connect, after spinning up. |
Will need to verify that two host clients will be able to communicate with one another
The text was updated successfully, but these errors were encountered: