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

Support for Lighthouse v0.3.0+ #60

Closed
MysticRyuujin opened this issue Oct 9, 2020 · 2 comments · Fixed by #61
Closed

Support for Lighthouse v0.3.0+ #60

MysticRyuujin opened this issue Oct 9, 2020 · 2 comments · Fixed by #61

Comments

@MysticRyuujin
Copy link

Looks like Lighthouse changed their HTTP API
sigp/lighthouse#1434

I think that it now breaks the eth2stats-client

WARN Error processing HTTP API request method: GET, path: /beacon/head, status: 405 Method Not Allowed, elapsed: 271.068µs

@protolambda
Copy link
Collaborator

Planning to fix this shortly. Was hoping the existing v1 (standard api) beacon type option would work, but there I also experienced some incompatibility. Have a v0.3 lighthouse node up to test against, fix shouldn't take too long. Thanks for opening this issue 👍

@protolambda
Copy link
Collaborator

run  --eth2stats.node-name="test123"   --eth2stats.addr="grpc.zinken.eth2.wtf:8080" --eth2stats.tls=false      --beacon.type="v1" --beacon.addr="http://127.0.0.1:5052"  --beacon.metrics-addr="http://127.0.0.1:5054/metrics"

Try this

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

Successfully merging a pull request may close this issue.

2 participants