fix(systemd): remove unsupported rpc-pubsub-port flag

This commit is contained in:
u1
2026-02-07 00:29:16 +01:00
parent cf496cf340
commit 7f1d1022aa
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ ExecStart={{ solana_validator_bin }} \
--accounts {{ solana_accounts_dir }} \
--rpc-bind-address {{ solana_rpc_bind_address }} \
--rpc-port {{ solana_rpc_port }} \
--rpc-pubsub-port {{ solana_rpc_pubsub_port }} \
--dynamic-port-range {{ solana_dynamic_port_range }}{% for ep in solana_entrypoints %} \
--entrypoint {{ ep }}{% endfor %}{% for kv in solana_known_validators %} \
--known-validator {{ kv }}{% endfor %}{% if solana_geyser_enabled | bool %} \

View File

@@ -26,3 +26,4 @@ Cel etapu: domknąć bootstrap uruchomienia `solana-rpc` jako `solana` przez:
- `identity` istnieje pod `/var/lib/solana/identity.json` (owner `solana`).
- `systemctl is-active solana-rpc` zwraca `active`.
- Endpoint `http://127.0.0.1:8899` odpowiada na JSON-RPC.
- Websocket (pubsub) jest na porcie `solana_rpc_port + 1` (czyli domyślnie `8900` przy `8899`).