From 229d7b052a27f444049dece159340b82749f938f Mon Sep 17 00:00:00 2001 From: SChernykh Date: Mon, 14 Aug 2023 13:09:53 +0200 Subject: [PATCH] Create CONSOLE_COMMANDS.MD --- docs/CONSOLE_COMMANDS.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/CONSOLE_COMMANDS.MD diff --git a/docs/CONSOLE_COMMANDS.MD b/docs/CONSOLE_COMMANDS.MD new file mode 100644 index 0000000..25b2850 --- /dev/null +++ b/docs/CONSOLE_COMMANDS.MD @@ -0,0 +1,20 @@ +### P2Pool console commands + +Command|Description +-|- +help|display list of commands +status|display p2pool status +loglevel **N**|set log level (**N** can be between 0 and 6) +addpeers **L**|**L** is a comma-separated list of IP:port of other p2pool nodes to connect to +droppeers|disconnect all currently connected peers +peers|show all currently connected peers (p2p) +workers|show all currently connected workers (stratum) +bans|show all banned IPs +hosts|show Monero hosts which were configured in the command line +next_host|switch to the next Monero host configured in the command line +outpeers **N**|set maximum number of outgoing connections (values above 50 are not recommended) +inpeers **N**|set maximum number of incoming connections (values above 50 are not recommended) +start_mining **T**|start mining (**T** is the number of threads to use, must be between 1 and 64) +stop_mining|stop mining +exit|terminate p2pool +version|show p2pool version