From bdb8ce57d0ec10135a9a696d78c4defc634345ff Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 31 Aug 2021 17:25:48 +0200 Subject: [PATCH] Changed port to 37889 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b12af7..4414c13 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,13 @@ Mainnet test has started! **PPLNS window = 2160 blocks, block time = 10 seconds* - Prepare enough huge pages (each of monerod/p2pool/xmrig needs them): `sudo sysctl vm.nr_hugepages=3072` - Create a separate restricted user account for testing. p2pool is untested and can have serious bugs/vulnerabilities! - Get xmrig (linux-static-x64) binary from https://github.com/xmrig/xmrig/releases/latest -- Check that ports 18080 (Monero p2p port) and 37890 (p2pool p2p port) are open in your firewall to ensure better connectivity +- Check that ports 18080 (Monero p2p port) and 37889 (p2pool p2p port) are open in your firewall to ensure better connectivity - 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 - Open this wallet in CLI: run `./monero-wallet-cli`, enter the wallet file name there and then enter the command `set refresh-type full`. **This step is important!** If you don't do it, you won't see p2pool payouts! - 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. -- 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:37890 --addpeers 65.21.227.114:37890` +- 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! - I haven't tested it, but it should work properly with `logrotate`