Skip to content

Commit

Permalink
Fix white/grey peer documentation
Browse files Browse the repository at this point in the history
Ref:
https: //github.com/monerodocs/pull/59
https: //github.com/monerodocs/issues/52
Co-Authored-By: HardenedSteel <[email protected]>
  • Loading branch information
Justin Ehrenhofer and HardenedSteel committed Feb 19, 2024
1 parent da7cf88 commit 53cd192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interacting/monerod-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,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 nodes that your node hasn't tried to connect to yet.
| `print_cn` | Show connected peers with connection initiative (incoming/outgoing) and other stats.
| `ban <IP> [<seconds>]` | Ban a given `<IP>` for a given amount of `<seconds>`. By default the ban is for 24h. Example:<br />`./monerod ban 187.63.135.161`.
| `unban <IP>` | Unban a given `<IP>`.
Expand Down

0 comments on commit 53cd192

Please sign in to comment.