notgiven688 / webminerpool

Complete sources for a monero webminer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to specify password without specifying wallet address

MexHigh opened this issue · comments

Hey, first of all thanks for the project.

I'm using moneroocean.stream. There, you need to specify the miner ID via the password field. The userid parameter for startMiningWithId is completely ignored by the pool. I want to distinguish between the users accessing the webpage, so I need to use the startMining function to specify the password. But then I'm also forced to specify the wallet address in the frontend.

Is there an option to only specify the password (e.g. by using the third parameter of startMiningWithId as the password)?

Thanks in advance.