Skip to content

Install and Configure RPC

Andrei Montchik edited this page Apr 15, 2026 · 1 revision

Docs

Instructions

  1. Follow the Install and Configure Validator instructions until the Create Validator Keys step.
  2. Create RPC kepair in the ~/.keys directory: solana-keygen grind --starts-with mr1:1
  3. 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.yml file, if it was not created before.
  4. Confirm that the Solana CLI config was updated: solana config get.
  5. Create the RPC startup script. Example: rpc.sh

Configure RPC to run as Service

tbd

Clone this wiki locally