Snipa22 / nodejs-pool

Other
479 stars 422 forks source link

Automatically Directing Miners to Correct Pool #302

Open TimeTravelersHackedMe opened 6 years ago

TimeTravelersHackedMe commented 6 years ago

Hey I'm interested in adding a feature where we can automatically connect miners to the appropriate pool. Can I set cookies on a miner connection? If so, I can label miners based on their hash rate and direct them to the right pool without having them have to fiddle with ports.

All traffic could be routed through 443, bypassing firewalls.

Snipa22 commented 6 years ago

No. Miners are not implementing full HTTP connections.

TimeTravelersHackedMe commented 6 years ago

so they don't support cookies?

shigutso commented 6 years ago

so you want something like nicehash?

I'm afraid nodejs-pool doesn't have this kind of feature