Correction in instructions
48-mq opened this issue · 2 comments
48-mq commented
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
Deleted user commented
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
- No, 18080 is the correct port number for monerod to connect to
- No need, XMRig will use port 3333 by default.