cubedro / eth-netstats

Ethereum Network Stats
https://ethstats.net/
GNU General Public License v3.0
854 stars 539 forks source link

eth-netstats statistics is not correct #345

Closed northeusunshine closed 5 years ago

northeusunshine commented 5 years ago

I set up two nodes clique POA network which works well. then I got the softwares as below: git clone https://github.com/cubedro/eth-net-intelligence-api.git git clone https://github.com/cubedro/eth-netstats.git

after installation and launching eth-netstats, the statistics should be incorrect,for example: 1 Some information is missing or incorrect, for instance "Last block miner", which is all zeros. 2 The block time doesn't update timely as the mining period set to 5 seconds 3 ... Please help point out how to fix it.

The figure looks like below: image

thanks!