c00w / bitHopper

A python based poolhopper for bitcoin
MIT License
93 stars 53 forks source link

Auth broken with bleeding edge version #209

Closed Endeavour79 closed 13 years ago

Endeavour79 commented 13 years ago

Auth is broken again. Miners can't get work from BH. Error 401

sdogi commented 13 years ago

Miners require --auth user,password too now

If you check my fork then I added multi-user support so you can add all your workers and your web interface credentials like:

--auth user1:pass1,user2:pass2

Endeavour79 commented 13 years ago

thx

c00w commented 13 years ago

Fixed