Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: robmob on June 02, 2014, 05:07:56 AM



Title: Help with DogeCoin Pool Settings
Post by: robmob on June 02, 2014, 05:07:56 AM
hello can some one tell me what the proper settings will be for doge coin for the info below thanks

/**
 * Difficulty
 *  Difficulty setting for stratum/pushpool
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-pool-target-difficulty
 */
$config['difficulty'] = 20;

/**
 * Block Reward
 *  Block reward configuration details
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-reward-settings
 **/
$config['reward_type'] = 'block';
$config['reward'] = 50;

/**
 * Confirmations
 *  Credit and Network confirmation settings
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-confirmations
 */
$config['confirmations'] = 120;
$config['network_confirmations'] = 120;

/**
 * PPS
 *  Pay Per Share configuration details
 *   https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-pps-settings
 **/
$config['pps']['reward']['default'] = 50;
$config['pps']['reward']['type'] = 'blockavg';
$config['pps']['blockavg']['blockcount'] = 10;



thanks


Title: Re: Help with DogeCoin Pool Settings
Post by: robmob on June 03, 2014, 08:39:41 PM
anyone know any of them?