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

question about miner's config using xmr-node-proxy

Open MrCook1es opened this issue 6 years ago • 2 comments

I'm using XMRIG with xmr-node-proxy and everything works properly. But one thing is not clear to me, which of the 2 miner's config is correct? (both apparently seem to work properly)

XMRIG config1.json

"pools": [
        {
            "url": "xmr-node-proxy-IP:3333",
            "user": "4xxx.....WALLET-ADDRESS",
            "pass": "MINER-NAME",
            "use-tls": false,
            "keepalive": true,
            "nicehash": true

XMRIG config2.json

"pools": [
        {
            "url": "xmr-node-proxy-IP:3333",
            "user": "MINER-NAME",
            "pass": "x",
            "use-tls": false,
            "keepalive": true,
            "nicehash": true

. For the correct management of shares with xmr-node-proxy, it is mandatory to insert the wallet address in the config.json of the miner?

MrCook1es avatar Apr 23 '18 15:04 MrCook1es

Not mandatory. Wallet address can be empty or whatever.

bobbieltd avatar Apr 24 '18 08:04 bobbieltd

I had read a message from Snipa that indicated the wallet address of the miner as a sort of authentication for the shares, but maybe I misunderstood.

@Snipa22 Snipa what do you think? Could you confirm too?

Thanks!

MrCook1es avatar Apr 24 '18 09:04 MrCook1es