From 82edb263f8dc0e5fb19cf802d57321deecef1792 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:19:44 +0200 Subject: [PATCH] Update COMMAND_LINE.MD --- docs/COMMAND_LINE.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMMAND_LINE.MD b/docs/COMMAND_LINE.MD index b1d68b5..e7662ed 100644 --- a/docs/COMMAND_LINE.MD +++ b/docs/COMMAND_LINE.MD @@ -10,7 +10,7 @@ --addpeers Comma-separated list of IP:port of other p2pool nodes to connect to --light-mode Don't allocate RandomX dataset, saves 2GB of RAM --loglevel Verbosity of the log, integer number between 0 and 6 ---config Name of the p2pool config file +--config Name of p2pool sidechain's config file (don't use it unless you want to mine to a different p2pool chain) --data-api Path to the p2pool JSON data (use it in tandem with an external web-server) --local-api Enable /local/ path in api path for Stratum Server and built-in miner statistics --stratum-api An alias for --local-api @@ -49,7 +49,7 @@ In this example, you have local Monero host running on ports 18081/18083 (RPC/zm ``` -p2pool.exe --host 127.0.0.1 --host xmr1.rs.me --rpc-port 18089 --zmq-port 18084 --host xmr2.rs.me --host xmr3.rs.me --wallet YOUR_WALLET_ADDRESS +p2pool.exe --host 127.0.0.1 --host node.monerodevs.org --rpc-port 18089 --zmq-port 18084 --host node2.monerodevs.org --host node.richfowler.net --wallet YOUR_WALLET_ADDRESS ``` ### Merge mining