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

No Suitable Validator found for this operation #104

Closed
rahilmansuri1 opened this issue Jun 12, 2023 · 1 comment
Closed

No Suitable Validator found for this operation #104

rahilmansuri1 opened this issue Jun 12, 2023 · 1 comment

Comments

@rahilmansuri1
Copy link

I am performing voluntary exit using ethdo tool with validator mnemonic and index, but getting an error "no suitable validator found, no operation generated"
Could anyone help me find a solution for this?
And also I verified the mnemonic by regenerating the same Keystore

This is the command for the exit
./ethdo validator exit --mnemonic="mnemonic" --validator=00000 --allow-insecure-connections --connection beacon-node-url --timeout=5m

@mcdee
Copy link
Collaborator

mcdee commented Oct 19, 2023

You are supplying the on-chain validator index in --validator, which is why it isn't working (unless you own validator 0 on-chain).

You can change this to your own validator index, or not supply it and ethdo will exit all validators foud with that mnemonic.

@mcdee mcdee closed this as completed Oct 19, 2023
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