zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

All Worker Stats not updating stuck on 0 #246

Open GlobalDenomination opened 10 years ago

GlobalDenomination commented 10 years ago

Hi, I have an issue where our worker stats page is showing that all workers Shares and Invalid Shares are both stuck at 0

The Graph stats and the Pool Stats are working correctly and show the correct values.

Its a single pool site for GDN which is using X11 Algo

Thank you

pflux commented 10 years ago

X11 miners submit shares that are miniscule compared to regular miners. Change this line in workers.html like this:

{{=parseFloat(workerstat.shares.toFixed(2))}}
sigwo commented 10 years ago

which line? {{=Math.floor(workerstat.shares)}} to {{=parseFloat(workerstat.shares.toFixed(2))}} ?

Locky7 commented 9 years ago

"X11 miners submit shares that are miniscule compared to regular miners. Change this line in workers.html like this: {{=parseFloat(workerstat.shares.toFixed(2))}} "

This is not the right solution. The data displayed makes no sense