fix(sol): bind validator and RPC to same address
This commit is contained in:
@@ -17,7 +17,8 @@ ExecStart={{ solana_validator_bin }} \
|
||||
--identity {{ solana_identity_path }} \
|
||||
--ledger {{ solana_ledger_dir }} \
|
||||
--accounts {{ solana_accounts_dir }} \
|
||||
--rpc-bind-address {{ solana_rpc_bind_address }} \
|
||||
--bind-address {{ solana_bind_address }} \
|
||||
--rpc-bind-address {{ solana_bind_address }} \
|
||||
--rpc-port {{ solana_rpc_port }} \
|
||||
--dynamic-port-range {{ solana_dynamic_port_range }}{% for ep in solana_entrypoints %} \
|
||||
--entrypoint {{ ep }}{% endfor %}{% for kv in solana_known_validators %} \
|
||||
|
||||
Reference in New Issue
Block a user