mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Merge pull request #862 from mDuo13/health_check_method
Health Check method
This commit is contained in:
@@ -92,6 +92,8 @@ The amendments that a `rippled` server is configured to vote for or against have
|
||||
|
||||
If your server is amendment blocked, you must [upgrade to a new version](install-rippled.html) to sync with the network.
|
||||
|
||||
It is also possible to be amendment blocked because you connected your server to a [parallel network](parallel-networks.html) that has different amendments enabled. For example, the XRP Ledger Devnet typically has upcoming and experimental amendments enabled. If you are using the latest production release, your server is likely to be amendment blocked when connecting to Devnet. You could resolve this issue by upgrading to an unstable pre-release or nightly build, or you could [connect to a different network such as Testnet](connect-your-rippled-to-the-xrp-test-net.html) instead.
|
||||
|
||||
|
||||
#### How to Tell If Your `rippled` Server Is Amendment Blocked
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ ip = 0.0.0.0
|
||||
protocol = peer
|
||||
```
|
||||
|
||||
The peer protocol port also serves the [special Peer Crawler API method](peer-crawler.html).
|
||||
The peer protocol port also serves [special peer port methods](peer-port-methods.html).
|
||||
|
||||
## Node Key Pair
|
||||
|
||||
|
||||
Reference in New Issue
Block a user