c00w / bitHopper

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

Stratum Mining Support #701

Open WKNiGHT- opened 11 years ago

WKNiGHT- commented 11 years ago

Old Issue When trying to connect to mine hashpower

05:34:38|connectionpool|_new_conn: Starting new HTTP connection (1): HashPower.com

: Invalid HTTP method: '{"id": 517, "method": "mining.subscribe", "params": []}\n' 05:35:40|connectionpool|_get_conn: Resetting dropped connection: HashPower.com : Invalid HTTP method: '{"id": 614, "method": "mining.subscribe", "params": []}\n'
c00w commented 11 years ago

Both this and #702 are caused by a leaking stratum header. I think.

c00w commented 11 years ago

Actually no, It's the fact that they completely switched over to stratum. Got it.

WKNiGHT- commented 11 years ago

Looks like it. Need to remove Hashpower as BH only supports getwork

c00w commented 11 years ago

Yes.

c00w commented 11 years ago

I'm going to modify this. It should be possible to add mining support.

WKNiGHT- commented 11 years ago

Would be a great thing. Not only BH can be used for hopping but also as a proxy software.

lkthomas commented 11 years ago

Slush also require Stratum support. Please change that if you could as well. Thanks.

lkthomas commented 11 years ago

any update on this?

lkthomas commented 11 years ago

this project is semi-dead.

c00w commented 11 years ago

So its possible. And I talked to slush about the license on his stratum mining proxy. Its GPL so we can't just transpose it. I just don't have the motivation to finish it myself as I'm migrating onto other projects. What is likely to happen is I will write the proxy for another project and backport it when I have time.