I'm no validator
This commit is contained in:
@@ -8,4 +8,4 @@ RUN apt update && apt install curl jq -y
|
|||||||
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
||||||
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
|
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
|
||||||
|
|
||||||
ENTRYPOINT [ "entrypoint.sh" ]
|
ENTRYPOINT [ "/usr/bin/entrypoint.sh" ]
|
||||||
2
nimbus/entrypoint.sh
Normal file → Executable file
2
nimbus/entrypoint.sh
Normal file → Executable file
@@ -36,8 +36,6 @@ exec -c /home/user/nimbus_beacon_node \
|
|||||||
--keymanager-port=${VALIDATOR_PORT} \
|
--keymanager-port=${VALIDATOR_PORT} \
|
||||||
--keymanager-address=0.0.0.0 \
|
--keymanager-address=0.0.0.0 \
|
||||||
--keymanager-token-file=${TOKEN_FILE} \
|
--keymanager-token-file=${TOKEN_FILE} \
|
||||||
--graffiti="${graffitiString}" \
|
|
||||||
--jwt-secret=/jwt.hex \
|
--jwt-secret=/jwt.hex \
|
||||||
--web3-url=$HTTP_ENGINE \
|
--web3-url=$HTTP_ENGINE \
|
||||||
--suggested-fee-recipient="${FEE_RECIPIENT_ADDRESS}" \
|
|
||||||
$EXTRA_OPTS
|
$EXTRA_OPTS
|
||||||
|
|||||||
Reference in New Issue
Block a user