made prop default payout system in config
This commit is contained in:
parent
786926a328
commit
8c937cf0b1
@ -35,7 +35,7 @@ $config = array(
|
|||||||
'email' => 'test@example.com', // Mail address used for notifications
|
'email' => 'test@example.com', // Mail address used for notifications
|
||||||
),
|
),
|
||||||
'block_bonus' => 0,
|
'block_bonus' => 0,
|
||||||
'payout_system' => 'pps', // Set your payout here so template changes are activated
|
'payout_system' => 'prop', // Set your payout here so template changes are activated
|
||||||
'archive_shares' => true, // Store accounted shares in archive table?
|
'archive_shares' => true, // Store accounted shares in archive table?
|
||||||
'blockexplorer' => 'http://explorer.litecoin.net/search?q=', // URL for block searches, prefixed to each block number
|
'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
|
'chaininfo' => 'http://allchains.info', // Link to Allchains for Difficulty information
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user