fix(sol): bind validator and RPC to same address

This commit is contained in:
u1
2026-02-07 00:36:30 +01:00
parent b829a462bc
commit 06dd244035
3 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,9 @@ solana_ledger_dir: /var/lib/solana/ledger
solana_accounts_dir: /var/lib/solana/accounts
solana_log_dir: /var/log/solana
solana_rpc_bind_address: 127.0.0.1
# Note: agave-validator expects all sockets to be bound to the same IP.
# For now we bind validator + RPC to 0.0.0.0 and rely on network hardening in a later etap.
solana_bind_address: 0.0.0.0
solana_rpc_port: 8899
solana_rpc_pubsub_port: 8900
solana_dynamic_port_range: "8000-8020"