active
last updated:

public_rpc_addr

RPC address for the validator to advertise publicly in gossip. Useful for validators running behind a load balancer or proxy [default: use --rpc-bind-address --rpc-port]"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "public_rpc_addr",
  "properties": {
    "long": "public-rpc-address",
    "value_name": "HOST:PORT",
    "takes_value": "true",
    "conflicts_with": "private_rpc",
    "validator": "solana_net_utils::is_host_port",
    "help": "\n                    \"RPC address for the validator to advertise publicly in gossip. Useful for \\\n                     validators running behind a load balancer or proxy [default: use \\\n                     --rpc-bind-address / --rpc-port]\",\n                "
  },
  "isDeprecated": false
}