Closed HavaneFr closed 7 years ago
Hello, Which pool did you set ? Did you set a password for auth to the pool ?
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 .
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
It works with a '.' Can you enhance the script with the ability to have a worker name after the adress ?
Good. Yes, I will add this in futur releases.
I updated the script to handle the workername https://github.com/JuicyPasta/Claymore-No-Fee-Proxy/commit/81567de5a5bbade8b689effcf8b177c7717bf339
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...