php-mpos/cronjobs
Sebastian Grewe a7bc6fc342 Changed backend logics for block finding and payout
* Findblocks cronjob changes
 * Find & Store upstream share
  * Use last found `share_id` as starting ID or `0`
 * Find & Store upstream finder
  * Use last found `share_id` as starting ID or `0`
* Use stored information when running propotional payout
 * Fetch current checked blocks upstream share from block table
 * Fetch previous upstream share of previous block from block table
 * Calculated payouts in that range of IDs
* Updated `block.class.php` to store share_id in block and fetch highest `share_id`
2013-05-31 14:23:29 +02:00
..
auto_payout.php lets try to get around some rounding issue for balance and transactions 2013-05-20 20:01:49 +02:00
blockupdate.php change tx detection to check for orphaned blocks 2013-05-29 12:14:30 +02:00
findblock.php Changed backend logics for block finding and payout 2013-05-31 14:23:29 +02:00
propotional_payout.php Changed backend logics for block finding and payout 2013-05-31 14:23:29 +02:00
shared.inc.php cleaned up crons, changed timestamp range to properly find shares, added verbose parameter 2013-05-11 18:51:10 +02:00
tickerupdate.php fixing/removing typo in tickerupdate cron 2013-05-31 12:15:16 +02:00