Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Getting Variables in PHP via UserID #145

Description

@sahaab

currently, I am mining on MoneroOcean, and using their API to figure out the hashes mined by users. But for this, I have to specify a different 'password' for every user. Which technically means a new connection for every user to MoneroOceans server. So far I have around 100+ connections to MoneroOceans server and they have started to join some of my miners.
I was hoping, I would be able to use the server to differentiate users via the UserID, while keeping the same password so on MoneroOcean it shows as 1 connection.

My questions regarding this are:

  1. Is this possible? E.g can I use the server, with same loginId and different userID to calculate the amount of hashes mined by the user.
  2. Is there some way for my backend to communicate with the mining server to get the total number of hashes mined by the specific user? (And reward them accordingly) Backend is in PHP
  3. Is there a way I can connect an xmrig app to the mining server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions