MoneroOcean / meta-miner

Allows to add algo switching support to *any* stratum miner. Zero fees.
GNU General Public License v3.0
124 stars 61 forks source link

Feature Request to have entry in mm.json for ip address to listen on (defaults to 127.0.0.1) #2

Closed tinsami1 closed 6 years ago

tinsami1 commented 6 years ago

Claymore XMR miner throttles down its hashrate when pool address is 127.0.0.1.

While I could manually edit mm.js to change the ip address, it would mean that any update will overwrite this change. So an entry in mm.json would be a better place to manage this.

MoneroOcean commented 6 years ago

Interesting. Will add this feature.

MoneroOcean commented 6 years ago

Fixed in v0.7. Please check if it helps.

tinsami1 commented 6 years ago

Tested. It works. Claymore is not complaining anymore about local pool/proxy. Closing ticket.