UpstreamData

Results 22 comments of UpstreamData

There have been many many updates to the project since I posted this, it is now published to PyPI under `pyasic`, and actually has some documentation. I have a list...

I realize I probably should have linked to the files I'm talking about, so here's the backend implementations folder - https://github.com/UpstreamData/pyasic/tree/master/pyasic/miners/_backends And here's the BTMiner implementation - https://github.com/UpstreamData/pyasic/blob/master/pyasic/API/btminer.py

I haven't been able to test at quite that scale, but I would be concerned about the select.select loop on windows since it tends to crash if you put too...

That would be awesome. I know some people that may have access to that many miners who are testing pyasic, and may be able to test them at scale soon,...

Just waiting on one of the other contributors to review as a sanity check, this is a fairly large change so just want to make sure it's all correct.

Having the same issue. Looking at that file, is it possible to just add `SSLError` to the errors being handled on this line? https://github.com/pgjones/hypercorn/blob/d7990fb4b07a9b87390f60dcb1647789f99cdcc6/src/hypercorn/asyncio/tcp_server.py#L118 I'm not exceptionally experienced with SSL,...

Would love to see this implemented as well, trying to replicate a device for testing that uses digest, and it's been quite the headache. That being said, I tried getting...

Just getting back around to this now, it's working great with the new changes, but I have a suggestion to improve something I find confusing. Entirely up to you if...

#1170 was quite the ride, lots of different issues in there for sure, no wonder I didn't find it. The only thing I could find directly relating to this in...