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

Simplify session keys setup #103

Open
ales-tsurko opened this issue May 31, 2024 · 0 comments · May be fixed by #154
Open

Simplify session keys setup #103

ales-tsurko opened this issue May 31, 2024 · 0 comments · May be fixed by #154
Assignees
Labels
enhancement New feature or request

Comments

@ales-tsurko
Copy link
Member

Running a validator expects a lot of manual work or scripting. And while there is documentation here and there about the onchain actions you need to proceed (i.e. bond, validate). The process of session keys setup requires dealing with the node itself to generate the keys and write them into the keystore locally. Moreover you have to call session.set_keys and restart the node.

I think we could simplify this process by adding some wizard to the node itself. I mean some CLI, which would generate the keys, tell the user (or provide a link) how to set them on chain and stop the node at the end (so the user started it again, which would cause the reboot we need).

It could be an additional command, like ./atleta-node set_keys or something. Or we could even simpify the whole process of becoming a validator by ./atleta-node validate. This way we wouldn't need to distribute scripts additionaly to the node binary itself.

@ales-tsurko ales-tsurko added the enhancement New feature or request label May 31, 2024
@ales-tsurko ales-tsurko self-assigned this Aug 7, 2024
@ales-tsurko ales-tsurko linked a pull request Aug 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant