sigp/lighthouse-docker

Add --auto-register on next Lighthouse update

Closed this issue · 1 comments

The validator client should be run with --auto-register, once sigp/lighthouse#1116 is merged and lighthouse-docker is updated.

It should be as simple as adding it here:

exec lighthouse \
--debug-level $DEBUG_LEVEL \
validator \
--server http://beacon_node:5052

Thank you for updating the docs and thinking of this repo <3