SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 123 forks source link

Correction in instructions #307

Closed ghost closed 1 month ago

ghost commented 1 month ago

The options in the readme instructions should be corrected.

From: --add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080

To: --add-priority-node=p2pmd.xmrvsbeast.com:18081 --add-priority-node=nodes.hashvault.pro:18081

ghost commented 1 month ago

And Windows batch file instructions should be corrected.

From: %~dp0\xmrig.exe -o 127.0.0.1 To: %~dp0\xmrig.exe -o 127.0.0.1:3333

SChernykh commented 1 month ago

1) No, 18080 is the correct port number for monerod to connect to 2) No need, XMRig will use port 3333 by default.