From 30ec09475cafd6ffca4fecb565fc89a01f1616cb Mon Sep 17 00:00:00 2001 From: HardenedSteel Date: Mon, 19 Jun 2023 19:58:06 +0300 Subject: [PATCH] fix incorrect information about white and gray peers --- docs/interacting/monerod-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting/monerod-reference.md b/docs/interacting/monerod-reference.md index a746f42e..cf6c832a 100644 --- a/docs/interacting/monerod-reference.md +++ b/docs/interacting/monerod-reference.md @@ -291,7 +291,7 @@ You can also type commands directly in the console of the running `monerod` (if | Option | Description |------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------- | `print_pl` | Show the full peer list. -| `print_pl_stats` | Show the full peer list statistics (white vs gray peers). White peers are online and reachable. Grey peers are offline but your `monerod` remembers them from past sessions. +| `print_pl_stats` | Show the full peer list statistics (white vs gray peers). White peers are any peers your node has completed a handshake with. Grey nodes are your node hasn't tried to connect to yet. | `print_cn` | Show connected peers with connection initiative (incoming/outgoing) and other stats. | `ban []` | Ban a given `` for a given amount of ``. By default the ban is for 24h. Example:
`./monerod ban 187.63.135.161`. | `unban ` | Unban a given ``.