Parallelize key generation with lighthouse vm create
#6390
Labels
optimization
Something to make Lighthouse run more efficiently.
lighthouse vm create
#6390
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
The text was updated successfully, but these errors were encountered: