wizkid057 / wizstats

Optimized Bitcoin Mining Pool Web Stats
GNU Affero General Public License v3.0
80 stars 56 forks source link

Payment time states it's EPOCH #19

Closed Prothon closed 11 years ago

Prothon commented 11 years ago

Recently after the last block matured I noticed that the latest payment was stated for 1970-01-01.

It seems that the date scheduled for payment has forced it's self to epoch.

wizkid057 commented 11 years ago

I noticed this. It is an issue where the reward system does not record a "roundend" time for manual payouts (since the round didn't end...) and the stats are using that data from the JSON pool API to get the date.

I'll have to use an alternate method to get the time for manual payouts.

wizkid057 commented 11 years ago

Issue fixed in commit 8936fb5039a8b96dc8e9cde91a453f9db3e96599 . Thanks for the report! :)