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
|
Please install and start a default memcache instance. Not only would you
|
||||||
need one for `pushpoold` but the statistics page is storing data in
|
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
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
@ -25,9 +25,9 @@ $config = array(
|
|||||||
'name' => 'The Pool',
|
'name' => 'The Pool',
|
||||||
'slogan' => 'Resistance is futile',
|
'slogan' => 'Resistance is futile',
|
||||||
),
|
),
|
||||||
'difficulty' => '31', // Target difficulty for this pool
|
'difficulty' => '31', // Target difficulty for this pool as set in pushpoold json
|
||||||
'reward' => '50', // Reward for finding blocks
|
'reward' => '50', // Reward for finding blocks, fixed value but changes someday
|
||||||
'confirmations' => '120', // Confirmations per block found to credit transactions
|
'confirmations' => '120', // Confirmations per block needed to credit transactions
|
||||||
'memcache' => array(
|
'memcache' => array(
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'host' => 'localhost', // Memcache Host
|
'host' => 'localhost', // Memcache Host
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user