Skip to content

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

Description

@xmrig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions