From 7197a318b7b48612c773c47fbc360378149a2c9b Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 17 May 2013 16:41:28 +0200 Subject: [PATCH] adding more documentation --- README.md | 3 ++- public/include/config/global.inc.dist.php | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6f60726..71daca7e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Memcache Please install and start a default memcache instance. Not only would you need one for `pushpoold` but the statistics page is storing data in -`memcache` as well to improve performance. +`memcache` as well to improve performance. Your memcache can be +configured in the global configuration file (see below). Configuration ------------- diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 4da05f0f..2e311300 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -25,9 +25,9 @@ $config = array( 'name' => 'The Pool', 'slogan' => 'Resistance is futile', ), - 'difficulty' => '31', // Target difficulty for this pool - 'reward' => '50', // Reward for finding blocks - 'confirmations' => '120', // Confirmations per block found to credit transactions + 'difficulty' => '31', // Target difficulty for this pool as set in pushpoold json + 'reward' => '50', // Reward for finding blocks, fixed value but changes someday + 'confirmations' => '120', // Confirmations per block needed to credit transactions 'memcache' => array( 'enabled' => true, 'host' => 'localhost', // Memcache Host