From a534834cb10ffb3456f86a27994c841868f4aeec Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 18 Feb 2014 14:42:33 -0700 Subject: [PATCH 1/2] Updated readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae45500..97b6714 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Features (need additional testing) * Optimized generation transaction building * Process share submissions * Supports algos: scrypt, scrypt-jane, quark -* Proof-of-stake support +* POW (proof-of-work) & POS (proof-of-stake) support * Vardiff #### To do @@ -172,12 +172,13 @@ pool.start(); Credits ------- -* [vekexasia](https://github.com/vekexasia) - co-developer -* pronooob from https://dogehouse.org - being super knowledgeable & helpful +* [vekexasia](https://github.com/vekexasia) - co-developer & great tester +* [TheSeven](https://github.com/TheSeven) - being super knowledgeable & helpful with many bugs; he found the block 1-16 problem +* [pronooob](https://dogehouse.org) - being knowledgeable & helpful * [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 + Donations From 3c7a7d098fc2514a6cd1ee49005ff0d337c2c99d Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 18 Feb 2014 15:15:07 -0700 Subject: [PATCH 2/2] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97b6714..79d8a2f 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Compared to the spaghetti state of the latest stratum-mining python server, this Features (need additional testing) ---------------------------------- -* Daemon interface +* Daemon RPC interface * Stratum TCP socket server * Block template / job manager * Optimized generation transaction building * Process share submissions -* Supports algos: scrypt, scrypt-jane, quark +* Supports algorithms: scrypt, scrypt-jane, quark * POW (proof-of-work) & POS (proof-of-stake) support -* Vardiff +* Vardiff (variable difficulty / share limiter) #### To do * Statistics module