Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Fix TTD value
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicar committed Jul 20, 2022
1 parent c0467b7 commit 854888e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM ethereum/client-go:${UPSTREAM_VERSION}

COPY jwtsecret /jwtsecret

#The TTD is that because of https://github.com/ethereum/go-ethereum/releases/tag/v1.10.18 it was changed

ENTRYPOINT geth --ropsten \
--http --http.addr 0.0.0.0 \
--http.corsdomain "*" \
Expand All @@ -16,5 +18,5 @@ ENTRYPOINT geth --ropsten \
--authrpc.port 8551 \
--authrpc.vhosts "*" \
--authrpc.jwtsecret "/jwtsecret" \
--override.terminaltotaldifficulty 100000000000000000000000 \
--override.terminaltotaldifficulty 50000000000000000 \
$EXTRA_OPTIONS

0 comments on commit 854888e

Please sign in to comment.