Create a vote account
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"mkdir /root/.secrets && cd /root/.secretssolana-keygen new --outfile ./vote-account-keypair.json
solana-keygen new --outfile ./validator-keypair.json
solana-keygen new --outfile ./authorized-withdrawer-keypair.json



Last updated