Demion / nodevfee

NoDevFee Ethereum Miner Stratum Protocol DevFee Remover (Redirector)
170 stars 45 forks source link

auth_method injection #17

Closed tradada closed 6 years ago

tradada commented 6 years ago

Hi Demion,

I'd like to ask you about option for pool redirection from a file to my own. It works fine only if it has the same auth method as the "picked" devfee pool later in the miners process, from which it redirects (ESM 0 / ethSubmit_login in general): devfee_auth_method ). As you see it timeouts until the "right" pool is picked from the list (with the same method used as pool we redirect to). Apparently it means nodevfee auth method is based on "picked" pool, but it is correct when you start the script, however it seems later it's ignored: devfee_auth_method2

I can't describe it more, because I don't understand technical part.

Is it possible to always inject only auth method based on my preference / on pool I want to redirect"? Like a new config file? Or any ideas how to fix this please?

Thanks.

Demion commented 6 years ago

As far as I understand, devfee use different pools and different protocols (-esm 0 / -esm 1) according to each pool. Only thing you can do is use pool which accept both protocols (like ethermine for instance) or you can try forcefuly set -esm 0 / -esm 1 in your bat file, but that might not help, no other solution so far.

Demion commented 6 years ago

Further discussion here - https://github.com/Demion/nodevfee/issues/19