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

config.json #90

Closed
boymafia opened this issue Sep 5, 2017 · 5 comments
Closed

config.json #90

boymafia opened this issue Sep 5, 2017 · 5 comments
Labels

Comments

@boymafia
Copy link

boymafia commented Sep 5, 2017

Hi,

I'd like to know how to configure more mine URL in config.json file.

Thanks!

@xmrig
Copy link
Owner

xmrig commented Sep 6, 2017

Like that:

    "pools": [
        {
            "url": "pool.minemonero.pro:5555",
            "user": "",
            "pass": "x",
            "keepalive": true,
            "nicehash": false
        },
       {
            "url": "failover.pool",
            "user": "",
            "pass": "x",
            "keepalive": true,
            "nicehash": false
        }
    ]

Syntax standard JSON array, first element will be primary pool, any others are backup pools.
Thank you.

@xmrig xmrig added the question label Sep 6, 2017
@xmrig xmrig mentioned this issue Oct 2, 2017
@Jh0nW1cK
Copy link

Jh0nW1cK commented Oct 2, 2017

Adding another pool in config.json gives me this error: [pool.xxxxxx.com:5555] "No login / password especified", code -1
Never connect to the primary pool, connect to the backup pool.

@Jh0nW1cK
Copy link

Jh0nW1cK commented Oct 3, 2017

It was my fault, I solved it

@davidenoto
Copy link

hi!
I want change URL pool with MoneroOcean, but "config.json:1260: Invalid escape character in string.
No pool URL supplied. Exiting."
the URL is gulf.moneroocean.stream:80
Help me

@xmrig
Copy link
Owner

xmrig commented Nov 27, 2017

Please show your config.

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

No branches or pull requests

4 participants