From 06f39c3f4c0d8f71b7f8399e2a8454b09a71ab0f Mon Sep 17 00:00:00 2001 From: SChernykh Date: Mon, 6 Sep 2021 20:35:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d5c89..e87c9b7 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The purpose of this test is to bring as much hashrate as possible and check if s - Create a new mainnet wallet - You have to use the primary wallet address for mining. Subaddresses and integrated addresses are not supported, just like with monerod solo mining - Run `./monerod --zmq-pub tcp://127.0.0.1:18083` **don't forget --zmq-pub parameter in the command line** -- Double check that it shows **Monero 'Oxygen Orion' (v0.17.2.3-1c9c3b770)** on startup. Wait until it's synchronized. +- Double check that it shows **Monero 'Oxygen Orion' (v0.17.2.3-9c82593b5)** on startup. Wait until it's synchronized. - Run `./p2pool --host 127.0.0.1 --rpc-port 18081 --zmq-port 18083 --wallet YOUR_WALLET_ADDRESS --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37889 --addpeers 65.21.227.114:37889` - Keep both monerod and p2pool running for the whole duration of your test - p2pool has _very_ verbose logging by default, it will spam a lot, no I mean A LOT in both console and in p2pool.log. Logs help testing immensely!