This commit is contained in:
Matthew Little 2014-01-10 17:33:25 -05:00
parent d4f867b279
commit 807074ed27

View File

@ -5,6 +5,9 @@ node-stratum
High performance Stratum poolserver in Node.js. One instance of this software can startup and manage multiple coin pools, each with their own daemon and stratum port :)
#### Why
This server was built to be more efficient and easier to setup, maintain and scale than existing stratum poolservers which are written in python.
Features (mostly untested)
--------------------------
@ -40,6 +43,11 @@ Requirements
* [async](https://github.com/caolan/async)
Installation
------------
* ....
Credits
-------
* [Slush0](https://github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code