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

API ID collision when run multiple proxies on same machine #245

Closed
xmrig opened this issue Aug 5, 2018 · 1 comment
Closed

API ID collision when run multiple proxies on same machine #245

xmrig opened this issue Aug 5, 2018 · 1 comment
Labels

Comments

@xmrig
Copy link
Owner

xmrig commented Aug 5, 2018

API summary response has field id to unique identify proxy instances, it use mac address + application kind (proxy or cpu/amd/nvidia) + hashing on top, not perfect solution but good enough.

Bug is

  • All proxy instances running on same machine will get same id.

Solution is:

  • Also use API port when generate ID.
  • Optionally allow user specify manually this ID, via options --api-id or id for config file.
@xmrig xmrig added the bug label Aug 5, 2018
xmrig added a commit that referenced this issue Aug 5, 2018
@xmrig
Copy link
Owner Author

xmrig commented Aug 6, 2018

Fixed in v2.6.5

@xmrig xmrig mentioned this issue Aug 6, 2018
10 tasks
@xmrig xmrig closed this as completed Aug 12, 2018
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

1 participant