php-mpos/cronjobs
Sebastian Grewe fa7f61c436 Adding transaction fees to transaction class
This will add back the transaction fees. Prior to this commit the pool
had to cover the transaction fees. Now for each transaction the full
balance is transferred (RPC Daemon will remove the TX Fee) but two
transactions are added. One for the Debig and one TXFee.

Fixes #203.

**Requires database upgrade with supplied SQL file**
2013-06-17 11:17:15 +02:00
..
auto_payout.php Adding transaction fees to transaction class 2013-06-17 11:17:15 +02:00
blockupdate.php change tx detection to check for orphaned blocks 2013-05-29 12:14:30 +02:00
findblock.php removing left over debug in findblock 2013-06-10 10:27:39 +02:00
notifications.php fixed worker name in mail body 2013-06-14 09:58:54 +02:00
pps_payout.php updated PPS payout to support block share stats for users 2013-06-14 16:17:34 +02:00
proportional_payout.php Moving shares per block into findblock cron 2013-06-06 21:31:05 +02:00
run-crons.sh Added cronjob to pre-cache statistics 2013-06-17 10:07:40 +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
statistics.php Added cronjob to pre-cache statistics 2013-06-17 10:07:40 +02:00
tickerupdate.php fixing/removing typo in tickerupdate cron 2013-05-31 12:15:16 +02:00