From c16e12886ac85011b968dfa6bb1b163ac0c2f4e9 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 3 Jun 2013 12:07:06 +0300 Subject: [PATCH] Update global.inc.dist.php * Adjusted default difficulty in `config.inc.dist.php` to `20` which seems to be stratum default. --- public/include/config/global.inc.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index f97946f9..2bb6069f 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -34,7 +34,7 @@ $config = array( 'blockexplorer' => 'http://explorer.litecoin.net/search?q=', // URL for block searches, prefixed to each block number 'chaininfo' => 'http://allchains.info', // Link to Allchains for Difficulty information 'fees' => 0, - 'difficulty' => '31', // Target difficulty for this pool as set in pushpoold json + 'difficulty' => '20', // 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(