xmr-node-proxy icon indicating copy to clipboard operation
xmr-node-proxy copied to clipboard

Custom donation settings

Open therealseeku opened this issue 7 years ago • 4 comments

Hi,

i have connected alot xmrig nodes to the proxy. I have configured the xmrig.exe with donation 1. I dont like the fact that my nodes do the donation directly. Is it possible to do the define a donation over the proxy?

therealseeku avatar Sep 14 '17 20:09 therealseeku

You could add the donation pool to your config.json with a share of 1.

mattcode55 avatar Sep 17 '17 15:09 mattcode55

If you donate "over" the proxy it will be "donated" to your account... it doesn't make sense

pulketo avatar Oct 13 '17 16:10 pulketo

it will be "donated" to your account

It will go to wherever you define. fee.xmrig.com is a different proxy instance where all of the shares are credited to xmrig's developer.

"pools": [
    {
      "hostname": "pool.supportxmr.com",
      "port": 7777,
      "ssl": false,
      "allowSelfSignedSSL": false,
      "share": 99,
      "username": "46XWBqE1iwsVxSDP1qDrxhE1XvsZV6eALG5LwnoMdjbT4GPdy2bZTb99kagzxp2MMjUamTYZ4WgvZdFadvMimTjvR6Gv8hL",
      "password": "proxy:[email protected]",
      "keepAlive": true,
      "coin": "xmr",
      "default": true
    },
    {
      "hostname": "fee.xmrig.com",
      "port": 443,
      "ssl": false,
      "allowSelfSignedSSL": false,
      "share": 1,
      "username": "x",
      "password": "x",
      "keepAlive": true,
      "coin": "xmr",
      "default": false
    }
]

mattcode55 avatar Oct 13 '17 16:10 mattcode55

Change the xmrig donation value to 0 and recompile. Send the a guy a one time donation to cover not sending him hashes.

fogoat avatar Oct 31 '17 01:10 fogoat