Skip to content

Commit

Permalink
lighthouse validator import was missing datadir (#242)
Browse files Browse the repository at this point in the history
I wasn't able to get the lighthouse VC running without the datadir here.
  • Loading branch information
mrosack authored Jan 16, 2024
1 parent e9f6296 commit 3a343b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lighthouse/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ for f in /opt/charon/validator_keys/keystore-*.json; do
lighthouse --network "${NETWORK}" account validator import \
--reuse-password \
--keystore "${f}" \
--datadir="/opt/data" \
--password-file "${f//json/txt}"
done

Expand Down

0 comments on commit 3a343b6

Please sign in to comment.