Document pubsub port

This commit is contained in:
Leo 2020-12-07 17:32:12 +01:00
parent 3a75d971ba
commit 3223a84219
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ node on the network is live.
/usr/local/bin/guardiand-solana-agent \
--bridge <TBD> \
--rpc http://solana-host:8899 \ # <-- URL of your Solana validator RPC server
--ws ws://solana-devnet:8900 \ # <-- Websocket path to your Solana validator PubSub port
--ws ws://solana-devnet:8900 \ # <-- Websocket path to your Solana validator PubSub port (RPC port +1)
--keypair /path/to/feepayer.key \ # <-- Keypair of a Solana fee payer account with ~10 SOL in it
--socket /run/guardiand/agent.socket
```