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

Parallelize key generation with lighthouse vm create #6390

Open
ralexstokes opened this issue Sep 12, 2024 · 0 comments
Open

Parallelize key generation with lighthouse vm create #6390

ralexstokes opened this issue Sep 12, 2024 · 0 comments
Labels
optimization Something to make Lighthouse run more efficiently.

Comments

@ralexstokes
Copy link
Contributor

Description

It looks like the validator manager command only uses 1 core during the create command, when it could make as many threads as are available to parallelize key gen across many validators.

Version

v5.3.0

Present Behaviour

Single threaded computation

Expected Behaviour

Parallelize, with bonus option to control the thread count

@chong-he chong-he added enhancement New feature or request optimization Something to make Lighthouse run more efficiently. and removed enhancement New feature or request labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Something to make Lighthouse run more efficiently.
Projects
None yet
Development

No branches or pull requests

2 participants