From 106e5699bda3e00db2a189b8975d6fdf1efa9fb3 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Mon, 6 Jan 2014 16:07:09 -0500 Subject: [PATCH] updated --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6a2406..1af6c1c 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ node-stratum High performance Stratum poolserver in Node.js -### Features (mostly untested) +### Features (mostly untested) * Daemon interface * Stratum TCP socket server * Block template / job manager -### To do +### To do * Integrate with PostgreSQL database * Handle share submissions * Payment processing module @@ -20,8 +20,26 @@ High performance Stratum poolserver in Node.js * Statistics module * Web frontend + +Requirements +------------ +* node v0.10+ +* coin daemon +* PostgreSQL +* npm dependencies +..* [binpack](https://github.com/russellmcc/node-binpack) +..* [bignum](https://github.com/justmoon/node-bignum) +..* [base58-native](https://github.com/gasteve/node-base58) + + +Credits +------- +* [Slush0](https://github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code +* [viperaus](https://github.com/viperaus/stratum-mining) - scrypt adaptions to python code +* [ahmedbodi](https://github.com/ahmedbodi/stratum-mining) - more algo adaptions to python code +* [TheSeven](https://github.com/TheSeven) - being super knowledgeable & helpful on irc + License ------- - node-stratum is released under the GNU General Public License v2 http://www.gnu.org/licenses/gpl-2.0.html