Allow secure keypair input for solana-validator cli (#7080)
* Allow secure keypair input for solana-validator cli * feedback * Add --skip-mnemonic-validation * Update --identity to --identity-keypair * Use struct instead of tuple * Fix dependencies * cargo fmt * Add basic tests * Use `seed phrase` instead of `mnemonic` * Update passphrase prompt
This commit is contained in:
2
run.sh
2
run.sh
@ -99,7 +99,7 @@ solana-drone --keypair "$dataDir"/faucet-keypair.json &
|
||||
drone=$!
|
||||
|
||||
args=(
|
||||
--identity "$dataDir"/leader-keypair.json
|
||||
--identity-keypair "$dataDir"/leader-keypair.json
|
||||
--storage-keypair "$dataDir"/leader-storage-account-keypair.json
|
||||
--voting-keypair "$dataDir"/leader-vote-account-keypair.json
|
||||
--ledger "$ledgerDir"
|
||||
|
Reference in New Issue
Block a user