dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 611 forks source link

New website frontend dashboard displays stats twice #566

Closed RoggyDog closed 4 years ago

RoggyDog commented 4 years ago

Just tried new website, looks nice. The dashboard panels initially are displayed correctly initially.... (FYI, these screenshots were taken from different browsers at different times, stats won't be consistent)

initialfrontend

but after stats update it shows this...

newfrontendPNG

Now, after a few minutes it appears the second row of panels doesn't update.

newfrontendafterminutes

and on further observation it looks like only the 3rd row updates regularly. On top row only Pool Hash Rate updates. Not sure on 4th row.

muscleman commented 4 years ago

check config.js for the website. ensure ParentCoin is the same as Coin in config.json for the backend.

also whats the F12 console output. are there errors

RoggyDog commented 4 years ago

Thanks, that seemed to fix it. I had xeq in for ParentCoin. So much to learn. These darn cn-gpu coins seem to be the only ones that give me headaches. Thanks again for quick reply.