Post
Topic
Board Mining (Altcoins)
Topic OP
[ANN] stratum proxy new generation
by
p4u
on 07/08/2014, 12:48:33 UTC
It is a pleasure for me to announce the new stratum-mining-proxy (based on Slush work) I have been working on the last months.

Code here https://github.com/p4u/stratum-proxy-ng

Hope you like it. It is still in development and would be nice to have some contributions.

List of changes and new features:

  • Remove all GetWork related code (not needed anymore)
  • Heavy redesign of the code
  • Define a backup pool which is used if there is some problem with the current pool.
  • Control thread: new interface to control the proxy via TCP socket and JSON (i.e origin pool can be changed without restarting proxy).
  • Watcher thread: informs about current details of the proxy every 10 seconds
  • Share notify snippets support added (allows execute custom python code when a share is found)
  • Support for new set extranonce stratum method (partial)
  • Some other small features and bugfixes
  • Add a class diagram to better understand how it works