You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, have anyone used the --ethstats for private net? I am trying to use it but I see below in the geth logs
Stats server unreachable err="websocket.Dial ws://host:port/api: unexpected EOF"
I have started the app eth-netstats app with below command
PORT= WS_SECRET= npm start
I see the app does not receive any data
Can someone help me on this
The text was updated successfully, but these errors were encountered:
It does not receive data by connecting itself to the node directly. Instead, you need to run another service to supply data of geth server to eth-netstats site. The other servie which I am talking about is https://github.com/cubedro/eth-net-intelligence-api
In case you need more, theres a blog on setting this up:
Hi, have anyone used the --ethstats for private net? I am trying to use it but I see below in the geth logs
Stats server unreachable err="websocket.Dial ws://host:port/api: unexpected EOF"
I have started the app eth-netstats app with below command
PORT= WS_SECRET= npm start
I see the app does not receive any data
Can someone help me on this
The text was updated successfully, but these errors were encountered: