Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to use eth-netstats along with --ethstats in geth #342

Open
MANOJKUMARCH opened this issue Feb 19, 2019 · 2 comments
Open

unable to use eth-netstats along with --ethstats in geth #342

MANOJKUMARCH opened this issue Feb 19, 2019 · 2 comments

Comments

@MANOJKUMARCH
Copy link

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

@AyushyaChitransh
Copy link

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:

https://ayushyachitransh.wordpress.com/2018/04/21/setting-up-monitoring-for-ethereum-network/

@AyushyaChitransh
Copy link

Linking a similar issue here #306 It might be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants