You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
A lightweight gRPC service for streaming account and slot updates to subscribers.
4
4
5
5
## Setup
6
-
1. Compile artifact or [download release](https://github.com/jito-foundation/geyser-grpc-plugin/releases) for your specific validator version
6
+
1.[Compile](#helper-scripts)or [download a release](https://github.com/jito-foundation/geyser-grpc-plugin/releases) for your specific validator version
7
7
-**NOTE**: Be sure to use the branch matching the major & minor versions of your RPC node. This includes using Solana Foundation or Jito validator
8
-
2. Copy the [config json file](./server/example-config.json)
9
-
3. Add arg to solana validator
8
+
2. Copy and edit the [config json file](./server/example-config.json) to suit your validator
9
+
3. Add startup arg to solana validator
10
10
- Example: `--geyser-plugin-config geyser.json`
11
11
4. Restart validator
12
12
5. Check logs for `Starting GeyserPluginService from config files` or `geyser_grpc_plugin_server::server`
0 commit comments