diff --git a/clients/erigon/erigon.sh b/clients/erigon/erigon.sh index 313f4b0699..d45f93241b 100644 --- a/clients/erigon/erigon.sh +++ b/clients/erigon/erigon.sh @@ -125,7 +125,7 @@ if [ "$HIVE_CLIQUE_PRIVATEKEY" != "" ]; then fi # Launch the main client. -FLAGS="$FLAGS --nat=none" +FLAGS="$FLAGS --nat=none --experimental.overlay" if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then JWT_SECRET="0x7365637265747365637265747365637265747365637265747365637265747365" echo -n $JWT_SECRET > /jwt.secret