You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,10 @@ You can use `new-mnemonic --help` to see all arguments. Note that if there are m
118
118
| Argument | Type | Description |
119
119
| -------- | -------- | -------- |
120
120
|`--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. |
121
-
|`--mnemonic_language`| String. Options: `czech`, `chinese_traditional`, `chinese_simplified`, `english`, `spanish`, `italian`, `korean`. Default to `english`| The mnemonic language |
121
+
|`--mnemonic_language`| String. Options: `chinese_simplified`, `chinese_traditional`, `czech`, `english`, `italian`, `korean`, `portuguese`, `spanish`. Default to `english`| The mnemonic language |
122
122
|`--folder`| String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) |
123
123
|`--chain`| String. `mainnet` by default | The chain setting for the signing domain. |
124
+
|`--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). |
124
125
125
126
###### `existing-mnemonic` Arguments
126
127
@@ -132,6 +133,7 @@ You can use `existing-mnemonic --help` to see all arguments. Note that if there
132
133
|`--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. |
133
134
|`--folder`| String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) |
134
135
|`--chain`| String. `mainnet` by default | The chain setting for the signing domain. |
136
+
|`--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). |
0 commit comments