Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env.sample.holesky
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
#RETH_VERSION=

# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
#NETHERMIND_ANCIENT_BODIES_BARRIER=
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=

######### Consensus Layer Config #########

# CL beacon node host exposed ports.
Expand Down
4 changes: 0 additions & 4 deletions .env.sample.hoodi
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
#RETH_VERSION=

# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
#NETHERMIND_ANCIENT_BODIES_BARRIER=
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=

######### Consensus Layer Config #########

# CL beacon node host exposed ports.
Expand Down
4 changes: 0 additions & 4 deletions .env.sample.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
#RETH_VERSION=

# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
#NETHERMIND_ANCIENT_BODIES_BARRIER=
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=

######### Consensus Layer Config #########

# CL beacon node host exposed ports.
Expand Down
4 changes: 2 additions & 2 deletions compose-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ services:
--Metrics.Enabled=true
--Metrics.ExposePort=8008
--Sync.SnapSync=true
--Sync.AncientBodiesBarrier=4367322
--Sync.AncientReceiptsBarrier=4367322
--History.Pruning=Rolling
networks: [dvnode]
volumes:
- ./data/nethermind:/nethermind/data
Expand All @@ -59,6 +58,7 @@ services:
- "promtail-monitored=${EL_RETH_PROMTAIL_MONITORED:-true}"
command: |
node
--full
--chain=${NETWORK}
--datadir=/reth/data
--authrpc.jwtsecret="/root/jwt/jwt.hex"
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ services:
--JsonRpc.Port=8545
--Metrics.Enabled=true
--Metrics.ExposePort=8008
--Sync.AncientBodiesBarrier=${NETHERMIND_ANCIENT_BODIES_BARRIER:-0}
--Sync.AncientReceiptsBarrier=${NETHERMIND_ANCIENT_RECEIPTS_BARRIER:-0}
--Sync.SnapSync=true
--History.Pruning=Rolling
networks: [dvnode]
volumes:
- ./data/nethermind:/nethermind/data
Expand Down