Author

Topic: PyPoolD (Read 745 times)

member
Activity: 65
Merit: 10
July 27, 2011, 06:04:50 AM
#1
A python pool server implementation, at the moment it's nothing more than a basic single-threaded HTTP server but it will get added on as time goes by, I will probably be working on this for the next couple of days/weeks trying to get it up to par with what I think a pool server should be able to handle.

Goals:
- Serve up to two-thousand getwork/s on a four-core system.
- Support everything pushpool supports (aside from the binary protocol)
- Allow event listeners for things like solved blocks, so you can write plugins with extra functionality, like automatic payout
- Only have one thread processing HTTP requests, it then off-loads the work to hash working processes to evade the GIL.

The source is on github at: https://github.com/bool-/pypoold

If you want to contribute to the project, feel free to fork it and create a pull request.
Jump to: