php-mpos/public/include/classes
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
..
bitcoin.class.php Adding more actions for API page 2013-05-28 10:50:16 +02:00
bitcoinwrapper.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
block.class.php Changed backend logics for block finding and payout 2013-05-31 14:23:29 +02:00
debug.class.php allow caching to be more transparent and configurable 2013-05-17 16:25:45 +02:00
setting.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
share.class.php Changing upstream share finding function 2013-05-31 12:11:56 +02:00
statistics.class.php Moved setCache method into StatsCacheClass 2013-05-28 10:09:57 +02:00
statscache.class.php Moved setCache method into StatsCacheClass 2013-05-28 10:09:57 +02:00
tools.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
transaction.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
user.class.php Adding more in-line documentation and some cleanup 2013-05-30 09:55:21 +02:00
worker.class.php added some more debug output for profiling 2013-05-23 10:02:11 +02:00