28 lines
521 B
Markdown
28 lines
521 B
Markdown
node-stratum
|
|
============
|
|
|
|
Under development
|
|
|
|
High performance Stratum poolserver in Node.js
|
|
|
|
### Features (mostly untested)
|
|
|
|
* Daemon interface
|
|
* Stratum TCP socket server
|
|
* Block template / job manager
|
|
|
|
### To do
|
|
|
|
* Integrate with PostgreSQL database
|
|
* Handle share submissions
|
|
* Payment processing module
|
|
* Support more algos (scrypt, scrypt-jane, quark)
|
|
* Statistics module
|
|
* Web frontend
|
|
|
|
License
|
|
-------
|
|
|
|
node-stratum is released under the GNU General Public License v2
|
|
http://www.gnu.org/licenses/gpl-2.0.html
|