rodneymo / rig-monitor

monitoring solution for mining rigs
https://randomcryptostuff.blogspot.nl/2017/08/monitoring-ethereum-mining-farm-using.html
GNU General Public License v3.0
30 stars 12 forks source link

POOL MODULE - no longer capturing confirmed or not? #36

Open wishbone1138 opened 7 years ago

wishbone1138 commented 7 years ago

I noticed you are not longer capturing if something was confirmed or not for payments?

rodneymo commented 7 years ago

which pool type?

wishbone1138 commented 7 years ago

Sorry, nanopool. I'm going to try to fix a couple of things in nanopool today, so I might throw that in as well. (We have another thread open on the share counts.)

wishbone1138 commented 7 years ago

My fix isn't working properly. It appears that some payments may not change the date and some will (or they happen too fast?). What this means is that some payments never show a confirmed date even though they have been confirmed. Perhaps since the default cronjob is 10 minutes it's not realistic to catch when payments go from unconfirmed to confirmed in all cases. So I see two options? Go back to ignoring the confirmed flag or check every entry to see if the flag has been updated. Thoughts?

rodneymo commented 7 years ago

I haven't had the time to look into this one. Let me finish the profitability 1st and then I'll take a look

wishbone1138 commented 7 years ago

From what I've seen the only issue I'm having appears to be with SC (ETH AND ZEC both work fine in nanopool). It never gets a separate date for confirmed and just always shows "false" in the table. Perhaps we leave for now?