Merge pull request #862 from mDuo13/health_check_method

Health Check method
This commit is contained in:
Rome Reginelli
2020-07-13 10:57:59 -07:00
committed by GitHub
11 changed files with 322 additions and 17 deletions

View File

@@ -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

View File

@@ -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