eth-netstats icon indicating copy to clipboard operation
eth-netstats copied to clipboard

SECURITY ALERT

Open skydogch opened this issue 9 years ago • 11 comments

Hi,

when I execute "PORT=3015 WS_SECRET=big-secret npm start", the following log is show:

[email protected] start /home/cloudhorse/eth-netstats node ./bin/www

The problem is, when I open http://localhost:3015/, then the following message appears in the webbrowser

ATTENTION!This page does not represent the entire state of the ethereum network - listing a node on this page is a voluntary process. SECURITY ALERTRead the blog post

"Read the blog post" contains a link to "https://blog.ethereum.org/2015/09/10/security-alert-previous-security-patch-can-lead-to-invalid-state-root-on-go-clients-with-a-specific-transaction-sequence-fixed-please-update/"

Why is that happening? No network status is displayed

skydogch avatar Sep 14 '15 06:09 skydogch

Hi, any update about this issue?

skydogch avatar Sep 29 '15 20:09 skydogch

I have the same problem :-(

mminisha avatar Jan 18 '16 11:01 mminisha

sudo npm install -g grunt-cli

DavidBelinchon avatar Mar 17 '16 16:03 DavidBelinchon

Same issue... like this...

screen shot 2016-04-25 at 11 56 09 am

jackhuang89 avatar Apr 25 '16 03:04 jackhuang89

screenshot from 2016-09-07 11 53 11

Getting this error, kindly help with the issue

PlamJ avatar Sep 07 '16 06:09 PlamJ

any update?

sorokinvld avatar Oct 12 '16 13:10 sorokinvld

It means add some nodes to your service. This is not an application issue, more of an end user issue. By default your stats node will have no users, get people added.

mikeyb avatar Oct 12 '16 14:10 mikeyb

This is resolved by building the site. README.md says that the site requires to be built: To build the full version run

grunt

To build the lite version run

grunt lite

If you want to build both versions run

grunt all

Either of the above will resolve this issue.

AyushyaChitransh avatar Jun 13 '18 06:06 AyushyaChitransh

Fixed all vulnerable deps in https://github.com/goerli/netstats-server/pull/5

5chdn avatar Dec 01 '18 19:12 5chdn

ATTENTION!This page does not represent the entire state of the ethereum network - listing a node on this page is a voluntary process.

I am also getting this error. How to resolve this?

iamhammadaali avatar Mar 08 '20 04:03 iamhammadaali

I had made some progress with this blog post

It seems that you need to run frontend eth-netstats first and then launch backend api eth-net-intelligence-api with all same WS_SECRET.

Make sure to check you had set the env parameter correctly and both apps can read the same secret.

However the difficulty in frontend is still remain empty.

For the blank problem mention previous comments, simply run grunt all command but not grunt lite may fix the problem.

brianchul avatar Jul 11 '21 22:07 brianchul