adding more documentation

This commit is contained in:
Sebastian Grewe 2013-05-17 16:41:28 +02:00
parent 6a2173d504
commit 7197a318b7
2 changed files with 5 additions and 4 deletions

View File

@ -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
-------------

View File

@ -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