This commit is contained in:
squidbear
2025-03-28 04:29:19 +01:00
parent 526879337f
commit 3b51820e95
27 changed files with 741 additions and 714 deletions

View File

@@ -20,29 +20,30 @@ services:
volumes:
- linea-sepolia-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
- ./linea/sepolia/shared:/config
networks:
- chains
entrypoint: ["/bin/sh", "-c", "[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon \"$@\""]
command: >
--networkid=59141
--prune.mode=full
--port=10620
--p2p.allowed-ports=25620
--p2p.allowed-ports=30620
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090
--nat=extip:${IP}
--pprof
--pprof.addr=0.0.0.0
--pprof.port=6061
--http.addr=0.0.0.0
--http.vhosts=*
--http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000
--rpc.gascap=5000000000
--ws.port=8545
--ws
command:
- --networkid=59141
- --prune.mode=full
- --port=10620
- --p2p.allowed-ports=25620
- --p2p.allowed-ports=30620
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
- --private.api.addr=0.0.0.0:9090
- --nat=extip:${IP}
- --pprof
- --pprof.addr=0.0.0.0
- --pprof.port=6061
- --http.addr=0.0.0.0
- --http.vhosts=*
- --http.corsdomain=*
- --http.api=eth,erigon,web3,net,debug,trace,txpool
- --rpc.returndata.limit=1100000
- --rpc.gascap=5000000000
- --ws.port=8545
- --ws