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

multiple --url on command line fails to connect. #299

Closed
bittaurus opened this issue Feb 7, 2019 · 1 comment
Closed

multiple --url on command line fails to connect. #299

bittaurus opened this issue Feb 7, 2019 · 1 comment
Labels

Comments

@bittaurus
Copy link

bittaurus commented Feb 7, 2019

I believe it used to work to have multiple pool url's on the command line. If I only have 1 --url on the command line it connects fine. With more than one, it will enumerate them, but not connect, giving this error:

  • ABOUT xmrig-proxy/2.10.0 gcc/4.8.5
  • LIBS libuv/1.24.1 OpenSSL/1.0.2k microhttpd/0.9.33
  • MODE nicehash
  • ALGO cryptonight
  • POOL Instructions  #1 stratum+tcp://sg.minexmr.com:7777 variant auto
  • POOL What is that #2 stratum+tcp://ca.minexmr.com:7777 variant auto
  • POOL lower share recived #3 stratum+tcp://de.minexmr.com:7777 variant auto
  • POOL Questions about proxy #4 stratum+tcp://fr.minexmr.com:7777 variant auto
  • BIND Instructions  #1 0.0.0.0:3335
  • COMMANDS hashrate, connections, verbose, workers
    [2019-02-07 14:31:41] [stratum+tcp://sg.minexmr.com:7777] error: "invalid address used for login", code: -1

I'm compiled on centos 7. Any ideas? Did someone fix fallover and break something else?

@xmrig
Copy link
Owner

xmrig commented Feb 7, 2019

You need duplicate all pool related options, example: --url pool1 --user wallet1 --url pool2 --user wallet1, try https://config.xmrig.com/proxy to generate proper command line.
Thank you.

@xmrig xmrig added the question label Feb 7, 2019
@xmrig xmrig closed this as completed Mar 23, 2019
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

2 participants