base fullnode

This commit is contained in:
Sebastian
2024-01-26 15:48:24 +01:00
parent 1a02518fd4
commit f6fa297fcf
2 changed files with 86 additions and 1 deletions

View File

@@ -67,7 +67,9 @@ exec ./geth \
--metrics.addr=0.0.0.0 \
--metrics.port="$METRICS_PORT" \
--syncmode=full \
--gcmode=archive \
--gcmode=${OP_GETH_GCMODE:-archive} \
--state.scheme=${OP_GETH_STATE_SCHEME:-hash}
--db.engine=${GETH_DB_ENGINE:-leveldb}
--nodiscover \
--maxpeers=100 \
--nat=extip:$HOST_IP \