From 9a9726cd1df4547b9201692aac530e67fd83d582 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 20 Feb 2014 00:36:06 -0700 Subject: [PATCH] Updated readme description --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c14df..b8c0c69 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ site, you will have to use this code as module for another project that handles #### 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. Compared to the spaghetti state of the latest stratum-mining python server, this software -should also have a lower barrier to entry for other developers to fork and add features or fix bugs. +which are written in python. Compared to the spaghetti state of the latest +[stratum-mining python server](https://github.com/Crypto-Expert/stratum-mining/), this software should also have a +lower barrier to entry for other developers to fork and add features or fix bugs. Features (need additional testing) @@ -28,6 +29,7 @@ Features (need additional testing) * Optimized generation transaction building * Process share submissions * __POW__ (proof-of-work) & __POS__ (proof-of-stake) support +* Transaction messages support * Vardiff (variable difficulty / share limiter) * Supports algorithms: * __SHA256__ (Bitcoin, Freicoin, Peercoin/PPCoin, Terracoin, etc..)