JuicyPasta / Claymore-No-Fee-Proxy

Removes Claymore's 1-2% mining fee
138 stars 67 forks source link

Authorization failed #4

Closed HavaneFr closed 7 years ago

HavaneFr commented 7 years ago

Hello. I've got this :

DevFee: ETH: Stratum - connecting to 'eu1.ethermine.org' <127.0.0.1> port 4444 DevFee: ETH: Stratum - Connected (eu1.ethermine.org:4444) ETH: Authorization failed : {"id":2,"result":false,"error":null} Stratum - reading socket failed 10038, disconnect DevFee: ETH: Job timeout, disconnect, retry in 20 sec...

drdada commented 7 years ago

Hello, Which pool did you set ? Did you set a password for auth to the pool ?

HavaneFr commented 7 years ago

Hi

I use alpereum pool, no password

Le sam. 8 juil. 2017 21:33, M4T notifications@github.com a écrit :

Hello, Which pool did you set ? Did you set a password for auth to the pool ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuicyPasta/Claymore-No-Fee-Proxy/issues/4#issuecomment-313876521, or mute the thread https://github.com/notifications/unsubscribe-auth/AMAuRcOR_KQYOe53l3pue5iRKzA4mSoOks5sL9l_gaJpZM4ORr8Z .

drdada commented 7 years ago

I understood what the problem is. With alpereum, the worker name is separated with a dot "." not a slash "/".

Spot the line json_data['params'][0] = worker_name + '/rekt' and replace the / with a . Like this: json_data['params'][0] = worker_name + '.rekt'

I wil try to handle this situation in futur version

HavaneFr commented 7 years ago

It works with a '.' Can you enhance the script with the ability to have a worker name after the adress ?

drdada commented 7 years ago

Good. Yes, I will add this in futur releases.

drdada commented 7 years ago

I updated the script to handle the workername https://github.com/JuicyPasta/Claymore-No-Fee-Proxy/commit/81567de5a5bbade8b689effcf8b177c7717bf339