diff --git a/clients/erigon/erigon.sh b/clients/erigon/erigon.sh index 63fb3e0dc1..4877802b67 100644 --- a/clients/erigon/erigon.sh +++ b/clients/erigon/erigon.sh @@ -139,6 +139,9 @@ if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then FLAGS="$FLAGS --authrpc.addr=0.0.0.0 --authrpc.jwtsecret=/jwt.secret" fi +# Configure snapshots. +FLAGS="$FLAGS --snapshots=false" + # Launch the main client. FLAGS="$FLAGS --nat=none" echo "Running erigon with flags $FLAGS"