SChernykh / p2pool

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

For XMRig Config.json #64

Closed SparrowNAN closed 2 years ago

SparrowNAN commented 2 years ago

Now, We must change the config.json.

question: \xmrig.exe -u -o 127.0.0.1 cannot run well

We need to set pools.url as '127.0.0.1:333' in config.json (I use xrmig 6.15.2)

I think we need to tell everyone in README

SChernykh commented 2 years ago

README says ./xmrig -o 127.0.0.1:3333 and it works well if p2pool is listening on port 3333 which it does by default.