slush0 / stratum

Stratum server implementation using Python Twisted
Other
89 stars 131 forks source link

Develop a stratum client library #2

Closed ripper234 closed 11 years ago

ripper234 commented 11 years ago

Is there an independent stratum client library in whatever programming language?

I mean of course a library I can use for arbitrary purposes, not a full-fledged client like Electrum that simply uses Stratum server.

If Electrum uses Stratum can a separate client library be extracted from it?

slush0 commented 11 years ago

Um, this is that library. See client.py for an example usage.

ripper234 commented 11 years ago

Am, sorry, I read "This is server implementation of Stratum protocol" in README and assumed that this repo doesn't include a cilent implementation.

slush0 commented 11 years ago

Fixed