Create a validator node

First create a read-only node and then continue with below steps. To turn the read-only node into a validator node you need to fund your identity account and create vote and stake accounts.

Fund identity account

solana transfer identity.json 10 --allow-unfunded-recipient

Check balance:

Create vote account

Creates a vote account with vote.json keypair + identity.json as identity + the withdrawer address and commission.

--commission: If you get a delegation then anything they make you get 10%.

Check vote account:

Create and fund stake account

Check stake account:

Stake

Do delegate stake operation:

Check condition of a stake:

Check validator

See validators. Your identity pubkey should show up there:

Monitor ledger, is continuous monitoring:

Block production, see skipped slots:

Check leader schedule:

or:

Check block production:

Check epoch information:

Check CPU and memory:

Type (shift+h). CPU should be lower than 100% with margin.

Check validator process:

Kill validator process:

Last updated