adding more documentation
This commit is contained in:
parent
6a2173d504
commit
7197a318b7
@ -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
|
||||
-------------
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user