From 164adae9282cbd059dba2a92dfc173f9a72985f8 Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Tue, 30 May 2023 17:58:49 -0700 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d8d96e..41cf699 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ A lightweight gRPC service for streaming account and slot updates to subscribers. ## Setup -1. Compile artifact or [download release](https://github.com/jito-foundation/geyser-grpc-plugin/releases) for your specific validator version +1. [Compile](#helper-scripts) or [download a release](https://github.com/jito-foundation/geyser-grpc-plugin/releases) for your specific validator version - **NOTE**: Be sure to use the branch matching the major & minor versions of your RPC node. This includes using Solana Foundation or Jito validator -2. Copy the [config json file](./server/example-config.json) -3. Add arg to solana validator +2. Copy and edit the [config json file](./server/example-config.json) to suit your validator +3. Add startup arg to solana validator - Example: `--geyser-plugin-config geyser.json` 4. Restart validator 5. Check logs for `Starting GeyserPluginService from config files` or `geyser_grpc_plugin_server::server`