From b44b6bba351beb97354cc3a614aba34b46bfaac3 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 7 Mar 2014 00:43:01 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e967da6..2136404 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ Alternatively, this software also has an [MPOS](https://github.com/MPOS/php-mpos function as a drop-in-replacement for [python-stratum-mining](https://github.com/Crypto-Expert/stratum-mining). This mode can be enabled in the configuration and will insert shares into a MySQL database in the format which MPOS expects. -This software was built from the ground up with the ability to running with multiple coins that can have different -properties and hashing algorithms. It can be used to create a pool for a single coin or for multiple coins at once. -The pools use clustering to load balance across multiple CPU cores. +This software was built from the ground up to run with multiple coins simultaneously (which can have different +properties and hashing algorithms). It can be used to create a pool for a single coin or for multiple coins at once. The pools use clustering to load balance across multiple CPU cores. For reward/payment processing, shares are inserted into a fast NoSQL key/value database (Redis). Each coin has a processor that monitors for confirmed submitted blocks then send out payments according to shares accumulated in the @@ -278,4 +277,4 @@ License ------- Released under the GNU General Public License v2 -http://www.gnu.org/licenses/gpl-2.0.html \ No newline at end of file +http://www.gnu.org/licenses/gpl-2.0.html