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.
Last updated
solana balance identity.jsonsolana create-vote-account vote.json identity.json <WITHDRAWER_PUBKEY> --commission 10solana vote-account <vote pubkey>solana create-stake-account stake.json 10solana account stake.jsonsolana delegate-stake stake.json vote.jsonsolana stake-account stake.jsonsolana validatorstachyon-validator --ledger ledger/ monitorsolana block-productionsolana leader-scheduletail -f nohup.out | grep -i "My next leader slot"solana block-productionsolana epoch-infotop htopps aux | grep validator tachyon-validator exit -f