php-mpos/public/include/classes
Sebastian Grewe 64d8d8abf3 Adding support for PPS payout method
This commit changed a few things in the backend and classes code:

* Any <type>_PPS transaction does NOT need to be confirmed
* Queries updated for added <type>_PPS transactions
* Template updated to properly display these transactions

Cronjob

* Added pps_payput cron to run payouts based on worker submitted shares
* **IMPORTANT**: Can NOT be run with proportional_payout!

Addresses #70
2013-06-06 23:04:34 +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 Ensure no old blocks shares are counter for new ones 2013-06-06 22:27:34 +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 Adding support for PPS payout method 2013-06-06 23:04:34 +02:00
statistics.class.php use default cashing times 2013-06-06 12:01:06 +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 support for PPS payout method 2013-06-06 23:04:34 +02:00
user.class.php Adding min/max threshold configuration 2013-06-05 09:11:25 +02:00
worker.class.php Renamed workers table to pool_worker 2013-06-03 10:59:12 +02:00