Create a vote account
Last updated
Last updated
Open a bash CLI on your local computer (this example assumes using a Linux machine).
Install Solana CLI:
See the Solana documentation for details.
Create a directory to store your validator keys locally and change to it. For example:
Generate three key pairs:
Optional: enter a BIP39 passphrase for each key pair for improved recovery phrase security.
Transfer at least 0.03 SOL to your newly created validator account to enable the on-chain transaction in the next step.
It is advisable to transfer enough SOL to make sure your validator doesn't run dry when voting.
Create a vote account:
After your vote account has been created, you will see this:
Connect to your Linux server via SSH.
Create a directory to which you want to copy your validator keys. For example:
Copy the vote-account-keypair.json
and validator-keypair.json
files to the newly created directory on your server.
Go back to SVT and select Configuration in the navigation menu.
Click New Validator.
Copy the public key of your vote account to the Vote key field.