You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
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:
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.
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
Is there a way I can connect an xmrig app to the mining server?
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: