Stratehm / stratum-proxy

Java implementation of a stratum->stratum/HTTPGetwork proxy with a Web GUI and some pool switching strategies (PriorityFailover, WeightedRoundRobin). Simple to install and configure.
GNU General Public License v3.0
200 stars 117 forks source link

Possible to proxy more than one user? #112

Open SecretRecipe opened 5 years ago

SecretRecipe commented 5 years ago

So far, when I specify the -u, the miner that connects is stuck with that, not the -u from their bat. I can't figure out a way to make it work for multiple people to use it. To be clear, I want to use this with multiple users. Different wallet addresses per user. Like if they have the -u walletaddress specified in their bat, I want it to connect as that.

Anyone able to help me accomplish this?

chainworksindustries commented 5 years ago

It requires a rewrite to do this.

We have requested this a couple of years ago, and PFool himself stated that being a proxy, not an actual stratum, it will only handle one user at a time.

crysx