Skip to content

Commit

Permalink
Merge pull request #205 from ethereum/en_lang_clarification
Browse files Browse the repository at this point in the history
Ephasises number of *new* keys
  • Loading branch information
hwwhww authored Jun 25, 2021
2 parents 1d7648c + 908d48d commit 5d58c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ You can use `existing-mnemonic --help` to see all arguments. Note that if there
| Argument | Type | Description |
| -------- | -------- | -------- |
| `--validator_start_index` | Non-negative integer | The index of the first validator's keys you wish to generate. If this is your first time generating keys with this mnemonic, use 0. If you have generated keys using this mnemonic before, use the next index from which you want to start generating keys from (eg, if you've generated 4 keys before (keys #0, #1, #2, #3), then enter 4 here.|
| `--num_validators` | Non-negative integer | The number of signing keys you want to generate. Note that the child key(s) are generated via the same master key. |
| `--num_validators` | Non-negative integer | The number new of signing keys you want to generate. Note that the child key(s) are generated via the same master key. |
| `--folder` | String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) |
| `--chain` | String. `mainnet` by default | The chain setting for the signing domain. |
| `--eth1_withdrawal_address` | String. Eth1 address in hexadecimal encoded form | If this field is set and valid, the given Eth1 address will be used to create the withdrawal credentials. Otherwise, it will generate withdrawal credentials with the mnemonic-derived withdrawal public key in [EIP-2334 format](https://eips.ethereum.org/EIPS/eip-2334#eth2-specific-parameters). |
Expand Down
4 changes: 2 additions & 2 deletions eth2deposit/intl/en/cli/generate_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"generate_keys_arguments_decorator": {
"num_validators": {
"help": "The number of validators keys you want to generate (you can always generate more later)",
"prompt": "Please choose how many validators you wish to run"
"help": "The number of new validator keys you want to generate (you can always generate more later)",
"prompt": "Please choose how many new validators you wish to run"
},
"folder": {
"help": "The folder path for the keystore(s) and deposit(s). Pointing to `./validator_keys` by default."
Expand Down

0 comments on commit 5d58c5e

Please sign in to comment.