-
Notifications
You must be signed in to change notification settings - Fork 547
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
I cant see running nodes #328
Comments
You are required to run https://github.com/cubedro/eth-net-intelligence-api This API will collect information of your RPC and send that information to eth-netstats site. Remember to update the |
and be sure to prepend
|
I always got the error: "[eth] =✘= Web3 connection attempt #0 failed" this my app.json :
|
it cant connect to run web3 commands. Check your ports and make sure services are running. This is end user problem, not eth-netstats |
I run geth using this command line: |
okay 👍 |
Did you happen to notice the part where you dont start the WS service? Probably gonne need that running to use websockets to geth |
yeah isn't it enabled. but I am not sure "WS_SECRET" where to mention it in geth |
It is not enabled. No where in your geth command do you enable WS. |
sorry I made a typing mistake, I meant isn't enabled |
There is another issue with your app.json It should have an instance name, or else, pm2 won't start properly. The errors about web3 indicate that pm2 service is unable to communicate with RPC. WS_SECRET is a password which is set when eth-netstat is started and same password is supplied when pm2 is started. |
How to make eth-netstats detect running nodes?
The text was updated successfully, but these errors were encountered: