Running a pool here -
Seeing quite a bit of activity in the Mysql database
Seeing 1 Mon in the wallet
The python payout script is saying that no one has a balance to pay - I am still getting paid VTC pretty regularly though...
Sample from
mysql> select * from stats_shares;
| 3404 | 2014-05-02 13:02:10 | Vnrv2wrKabnuz1DMHC3ZbZHLMNmUgpmLKC | MQudPTCochGUcd6zkRUGJvVKVwpHC6RJkm | 0.002 | 0.001 | 0.000409597448 | 244.14214616 | 2 | 0 | 0 | 1 |
+------+---------------------+------------------------------------+------------------------------------+------------+------------+----------------+--------------+---------+---------+---------+-------+
3404 rows in set (0.03 sec)
errors from the payout script:
Payable shares: 1
2014-05-02 12:55:51.511093 No user with a high enough balance or not enough coins to payout.
2014-05-02 12:55:51.511615 All transactions failed.
2014-05-02 12:55:51.511705 Retrying in 5 minutes.
2014-05-02 13:00:51.613265 Fetching shares from database...
2014-05-02 13:00:51.643596 Available balance 0.00000000 MON, 0.00000000 VTC
2014-05-02 13:00:51.643676 Shares backlog 3360
2014-05-02 13:00:51.643719 Payable shares: 1
2014-05-02 13:00:51.643748 No user with a high enough balance or not enough coins to payout.
2014-05-02 13:00:51.644300 All transactions failed.2014-05-02 13:00:51.644395 Retrying in 5 minutes.