php-mpos/cronjobs
Sebastian Grewe 6f1f56abb6 [ADDED] getrealbalance wrapper for payouts
During payouts, we must ensure our wallets main accounts has the funds
to payout users. Hence we implement a wrapper method:

* If account count == 1 we only have main account, return getbalance
* Else return our main accounts balance - calculated unconfirmed

This should keep getbalance untouched when used on other places but
gives our payout processing a proper main account balance.

It's mostly a wrapper for those wallets running multiple accounts in one
wallet. They are warned on the front-end already but this ensure payouts
process properly.

Fixes #1755 once merged.
2014-02-14 17:21:52 +01:00
..
etc Adding sample logrotation config and cron 2013-07-24 11:13:28 +02:00
logs Improved cron logging via logfiles 2013-07-07 22:04:43 +02:00
archive_cleanup.php [FIX] Do not mark cron disabled, just notify 2014-01-01 08:56:46 +01:00
blockupdate.php [UPDATE] Logfile cleanup 2014-01-25 21:35:02 +01:00
cron_end.inc.php [IMPROVED] Re-factored monitoring criticals/errors 2013-11-05 07:28:07 +01:00
findblock.php [FIX] Correcting user ID for new block emails 2014-02-13 13:26:48 -06:00
logrotate.sh Adding sample logrotation config and cron 2013-07-24 11:13:28 +02:00
notification_cleanup.php [FIX] Added missing file, gitignore :/ 2014-02-14 09:42:03 +01:00
notifications.php [UPDATE] Logfile cleanup 2014-01-25 21:35:02 +01:00
payouts.php [ADDED] getrealbalance wrapper for payouts 2014-02-14 17:21:52 +01:00
pplns_payout.php [FIX] Prop/PPLNS Double Payout log 2014-01-30 14:33:49 +01:00
pps_payout.php [FIX] PPS Payout processing 2014-02-14 10:55:17 +01:00
proportional_payout.php [FIX] Prop/PPLNS Double Payout log 2014-01-30 14:33:49 +01:00
run-crons.sh [ADDED] Notification cleanup script 2014-02-12 10:47:42 +01:00
run-maintenance.sh [ADDED] Notification cleanup script 2014-02-12 10:47:42 +01:00
run-payout.sh Update run-payout.sh 2014-01-24 13:09:17 +11:00
run-statistics.sh [FIX] Disable verbose mode, use cmdline switch instead 2013-12-17 11:38:43 +01:00
shared.inc.php Merge pull request #1705 from MPOS/cron-check-active 2014-02-10 21:57:28 +01:00
statistics.php [REMOVED] Unused stats update 2014-01-19 17:22:40 +01:00
tickerupdate.php [FIX] API Key sample format 2014-02-06 11:20:57 +01:00
token_cleanup.php [FIX] Removed debug test 2013-12-31 22:38:52 +01:00