mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Update run-rippled-as-a-validator.md
This commit is contained in:
@@ -169,16 +169,16 @@ _**To connect your validator to the XRP Ledger network using proxies:**_
|
|||||||
|
|
||||||
### Connect using public hubs
|
### Connect using public hubs
|
||||||
|
|
||||||
This configuration connects your validator to the network using two [public hubs](rippled-server-modes.html#public-hubs). This configuration is similar to [connecting using proxies you run yourself](#connect-using-proxies), but instead you connect through public hubs.
|
This configuration connects your validator to the network using three [public hubs](rippled-server-modes.html#public-hubs). This configuration is similar to [connecting using proxies you run yourself](#connect-using-proxies), but instead you connect through public hubs.
|
||||||
|
|
||||||
_**To connect your validator to the network using public hubs:**_
|
_**To connect your validator to the network using public hubs:**_
|
||||||
|
|
||||||
1. In your validator's `rippled.cfg` file, include the following `[ips_fixed]` stanza. The three values, `r.ripple.com 51235`, `zaphod.alloy.ee 51235` and `sahayadri.isrdc.in 51235`, are default public hubs. This stanza tells `rippled` to always attempt to maintain peer connections with these public hubs.
|
1. In your validator's `rippled.cfg` file, include the following `[ips_fixed]` stanza. The three values, `r.ripple.com 51235`, `zaphod.alloy.ee 51235` and `sahyadri.isrdc.in 51235`, are default public hubs. This stanza tells `rippled` to always attempt to maintain peer connections with these public hubs.
|
||||||
|
|
||||||
[ips_fixed]
|
[ips_fixed]
|
||||||
r.ripple.com 51235
|
r.ripple.com 51235
|
||||||
zaphod.alloy.ee 51235
|
zaphod.alloy.ee 51235
|
||||||
sahayadri.isrdc.in 51235
|
sahyadri.isrdc.in 51235
|
||||||
|
|
||||||
**Caution:** This configuration connects your validator to the network using default public hubs. Because these are the _default_ public hubs, they may sometimes be too busy to provide your validator with a connection to the network. To help avoid this issue, connect to more public hubs and, even better, connect to non-default public hubs.
|
**Caution:** This configuration connects your validator to the network using default public hubs. Because these are the _default_ public hubs, they may sometimes be too busy to provide your validator with a connection to the network. To help avoid this issue, connect to more public hubs and, even better, connect to non-default public hubs.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user