-
Notifications
You must be signed in to change notification settings - Fork 0
Install and Configure RPC
Andrei Montchik edited this page Apr 15, 2026
·
1 revision
- Follow the Install and Configure Validator instructions until the
Create Validator Keysstep. - Create RPC kepair in the
~/.keysdirectory:solana-keygen grind --starts-with mr1:1 - Update the Solana CLI config to use the RPC key:
solana config set -k ~/.keys/rpc1.json. This command should also create the~/.config/sol/cli/config.ymlfile, if it was not created before. - Confirm that the Solana CLI config was updated:
solana config get. - Create the RPC startup script. Example: rpc.sh
tbd