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

You can now bulk load SECP keys for eth1 #205

Closed
bgravenorst opened this issue Sep 5, 2023 · 0 comments · Fixed by #207
Closed

You can now bulk load SECP keys for eth1 #205

bgravenorst opened this issue Sep 5, 2023 · 0 comments · Fixed by #207
Assignees

Comments

@bgravenorst
Copy link
Contributor

See: Consensys/web3signer#892

SECP wallet files bulk loading in eth1 mode. Introduced following cli options:

--keystores-path The path to a directory storing v3 wallet files. Wallet files must use a .json file extension.
--keystores-passwords-path The path to a directory with the corresponding password files for the wallet files. Filename must match the corresponding wallet filename but with a .txt extension. This cannot be set if --keystores-password-file is also specified.
--keystores-password-file The path to a file that contains the password that all wallets use. This cannot be set if --keystores-passwords-path is also specified.

@bgravenorst bgravenorst self-assigned this Sep 6, 2023
@bgravenorst bgravenorst changed the title You can now load bilk load SECP keys for eth1 You can now bulk load SECP keys for eth1 Sep 6, 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

Successfully merging a pull request may close this issue.

1 participant