staking-deposit-cli/eth2deposit/intl/en/cli/generate_keys.json

32 lines
1.7 KiB
JSON
Raw Normal View History

{
2021-02-12 16:55:39 +00:00
"validate_password": {
2021-04-08 14:39:49 +00:00
"msg_password_prompt": "Create a password that secures your validator keystore(s)",
2021-02-12 16:55:39 +00:00
"msg_password_confirm": "Repeat for confirmation",
"err_password_mismatch": "Error: the two entered values do not match. Please type again."
},
"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"
},
"folder": {
"help": "The number of validators keys you want to generate (you can always generate more later)"
},
"chain": {
"help": "The version of eth2 you are targeting. Use \"mainnet\" if you are depositing ETH",
"prompt": "Please choose the (mainnet or testnet) network/chain name"
},
"keystore_password": {
"help": "The password that will secure your keystores. You will need to re-enter this to decrypt them when you setup your eth2 validators. (It is recommended not to use this argument, and wait for the CLI to ask you for your mnemonic as otherwise it will appear in your shell history.)",
"prompt": "The password that will secure your keystores. You will need to re-enter this to decrypt them when you setup your eth2 validators."
}
2021-02-12 16:55:39 +00:00
},
"generate_keys": {
"msg_key_creation": "Creating your keys.",
"msg_creation_success": "\nSuccess!\nYour keys can be found at: ",
"msg_pause": "\n\nPress any key.",
"err_verify_keystores": "Failed to verify the keystores.",
"err_verify_deposit": "Failed to verify the deposit data JSON files."
}
}