'31', // Target difficulty for this pool 'reward' => '50', // Reward for finding blocks 'confirmations' => '120', // Confirmations per block found to credit transactions 'wallet' => array( 'type' => 'http', // http or https are supported 'host' => 'localhost:9332', 'username' => 'litecoinrpc', 'password' => 'somepass' ), 'cashout' => array( 'min_balance' => 0.0 // Minimal balance to cash out ), 'cookie' => array( 'path' => '/', 'name' => 'POOLERCOOKIE', 'domain' => '' ), 'cache' => 0, // 1 to enable smarty cache in templates/cache 'db' => array( 'host' => 'localhost', 'user' => 'someuser', 'pass' => 'somepass', 'port' => '3306', 'name' => 'litecoin', ), ); ?>