Skip to content
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

Unable to rejoin the network after powerdown #514

Closed
ptrnull opened this issue Feb 25, 2021 · 1 comment
Closed

Unable to rejoin the network after powerdown #514

ptrnull opened this issue Feb 25, 2021 · 1 comment

Comments

@ptrnull
Copy link

ptrnull commented Feb 25, 2021

After an electricity powerdown the node was unable to rejoin the network, initialy the error that the node was giving was:

 2021-02-25T15:48:44.137 INFO  nym_mixnode::node > Starting nym mixnode
 2021-02-25T15:48:44.526 WARN  nym_mixnode::node > We seem to have not unregistered after going offline - there's a node with identical identity and announce-host as us registered.
 2021-02-25T15:48:44.657 ERROR nym_mixnode::node > failed to register with the validator - ValidatorError("mixnet is already at capacity")

I have unregister the node with:
nym-mixnode unregister --id <mynodeid>

And afterwords I got the error:

 2021-02-25T15:44:49.508 INFO  nym_mixnode::node > Starting nym mixnode
 2021-02-25T15:44:49.948 ERROR nym_mixnode::node > failed to register with the validator - ValidatorError("mixnet is already at capacity")

How am I suppose to rejoin the network with a node that was already registered? there no rejoin parameter, this use case is missing or am I doing something wrong?

@jstuczyn
Copy link
Contributor

Hi, after you left the network somebody else must have taken your spot. Your best bet would be to watch the network and wait for somebody else to drop out so that a spot opens up. Alternatively you might want to wait for the next release when the limit should get changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants