sigp/lighthouse-docker

net API required

yorickdowne opened this issue · 1 comments

This will fail when a local geth node is run, as the local geth does not expose the "net" API, and the lighthouse beacon requires it to query the net version.

Change start-geth.sh to include --http.api "eth,net" to resolve this.

Resolved in #30