Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MrCook1es opened this issue Apr 23, 2018 · 2 comments
Open

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

MrCook1es opened this issue Apr 23, 2018 · 2 comments

Comments

@MrCook1es
Copy link

MrCook1es commented Apr 23, 2018

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?

@bobbieltd
Copy link

Not mandatory. Wallet address can be empty or whatever.

@MrCook1es
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants