File tree Expand file tree Collapse file tree 5 files changed +3
-16
lines changed
Expand file tree Collapse file tree 5 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353#RETH_VERSION=
5454
55- # Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56- #NETHERMIND_ANCIENT_BODIES_BARRIER=
57- #NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955######### Consensus Layer Config #########
6056
6157# CL beacon node host exposed ports.
Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353#RETH_VERSION=
5454
55- # Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56- #NETHERMIND_ANCIENT_BODIES_BARRIER=
57- #NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955######### Consensus Layer Config #########
6056
6157# CL beacon node host exposed ports.
Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353#RETH_VERSION=
5454
55- # Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56- #NETHERMIND_ANCIENT_BODIES_BARRIER=
57- #NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955######### Consensus Layer Config #########
6056
6157# CL beacon node host exposed ports.
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ services:
3333 --Metrics.Enabled=true
3434 --Metrics.ExposePort=8008
3535 --Sync.SnapSync=true
36- --Sync.AncientBodiesBarrier=4367322
37- --Sync.AncientReceiptsBarrier=4367322
36+ --History.Pruning=Rolling
3837 networks : [dvnode]
3938 volumes :
4039 - ./data/nethermind:/nethermind/data
@@ -59,6 +58,7 @@ services:
5958 - " promtail-monitored=${EL_RETH_PROMTAIL_MONITORED:-true}"
6059 command : |
6160 node
61+ --full
6262 --chain=${NETWORK}
6363 --datadir=/reth/data
6464 --authrpc.jwtsecret="/root/jwt/jwt.hex"
Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ services:
3232 --JsonRpc.Port=8545
3333 --Metrics.Enabled=true
3434 --Metrics.ExposePort=8008
35- --Sync.AncientBodiesBarrier=${NETHERMIND_ANCIENT_BODIES_BARRIER:-0}
36- --Sync.AncientReceiptsBarrier=${NETHERMIND_ANCIENT_RECEIPTS_BARRIER:-0}
3735 --Sync.SnapSync=true
36+ --History.Pruning=Rolling
3837 networks : [dvnode]
3938 volumes :
4039 - ./data/nethermind:/nethermind/data
You can’t perform that action at this time.
0 commit comments