I finally published a new version of BTCDroid and added the “time till payout” feature.
Thank you Ingo E. for the input on this feature
Just another dev-blog
I finally published a new version of BTCDroid and added the “time till payout” feature.
Thank you Ingo E. for the input on this feature
Currently working on a new feature which displays the time until a payout is triggered. Basically it uses this calculation:
TimeTillPayout = (confirmedReward / averageBlockReward) * averageBlockDuration
I hope my Block Erupter won’t die 🙁
Slush’s Pool (was/is) lacking the feature to show the average luck over a long period of time, so i created SlushLuck.
It calls the slush API every hour per cron job and saves the current luck into a MongoDB.
The graph is powered by the highcharts library
If someone wants to reuse the data, i added a very simple API to get all datapoints and the average luck: