Sebastian Grewe
2204b6d9f3
Adding support to pay out full block amount
...
* Configuration setting added: `reward_type`
* Default behaviour: `fixed` payout by `reward` setting
* Optional: `block` to payout full block amount to users
Fixes #76
2013-06-25 08:52:30 +02:00
Sebastian Grewe
d2c6422f3d
Payout Systems should check for activation
...
* Check if configuration is setup to run a specific payout system
* Added all payout systems to cron script
Fixes #210
2013-06-18 10:41:11 +02:00
Sebastian Grewe
596b0eac93
Moving shares per block into findblock cron
...
To better support more payout systems I have moved the share calculation
for a block into the findblock cron. This way these statistics are
always available and not depending on the actual payout method.
2013-06-06 21:31:05 +02:00
Sebastian Grewe
4277fb26cc
Removed PHP Notice warning when running cron
...
This fixes #102 , we don't need to see this warning since it doesn't
affect the job at all.
2013-06-04 15:10:07 +02:00
Sebastian Grewe
8c4bfa2992
fixed name for payout job
2013-05-31 14:46:24 +02:00