-
Notifications
You must be signed in to change notification settings - Fork 27
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
Registering a new Peer to an Iroha Network #447
Comments
seems that atm, whatever you used as the |
@mversic It seems to work that way. But for instance, after I register the new peer, If I query the peer count using http://localhost:8081/status/peers I get odd results: http://localhost:8080/status/peers returns 4 They should return 5 right? the initial 4, plus the one I'm registering. |
they should all return |
there is a bug, I'm working on it |
the fix will be merged today. The changes include:
|
@mversic Thanks Marin. This is on the |
The fix hasn't been merged yet |
the fix was merged. Yes you can use |
The documentation to register a new peer states:
After your peer is running, you should submit the register peer instruction. The peer will go through the handshake process and start chatting with the network.
So:
1- Start new peer
2- Issue register command to register peer in the network
But, for the new peer to run, It needs to be provided with a genesis configuration. ¿Do I need to start the new peer with the genesis configuration of my already running Iroha network?
¿Does this mean that for each new peer I want to register, I need to provide a list of all the current members of the network?
The text was updated successfully, but these errors were encountered: