Time till payout

Currently working on a new feature which displays the time until a payout is triggered. Basically it uses this calculation:

TimeTillPayout = (confirmedReward / averageBlockReward) * averageBlockDuration

TimeTillPayout

 

 

 

 

 

 

 

 

 

 

I hope my Block Erupter won’t die 🙁

First Post – SlushLuck is back online

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: