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-mainnet-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
- ./linea/mainnet/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=59144
--prune.mode=archive
--port=10060
--p2p.allowed-ports=25060
--p2p.allowed-ports=30060
--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=59144
- --prune.mode=archive
- --port=10060
- --p2p.allowed-ports=25060
- --p2p.allowed-ports=30060
- --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

View File

@@ -20,29 +20,30 @@ services:
volumes:
- linea-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
- ./linea/mainnet/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=59144
--prune.mode=minimal
--port=10000
--p2p.allowed-ports=25000
--p2p.allowed-ports=30000
--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=59144
- --prune.mode=minimal
- --port=10000
- --p2p.allowed-ports=25000
- --p2p.allowed-ports=30000
- --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

View File

@@ -20,29 +20,30 @@ services:
volumes:
- linea-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
- ./linea/mainnet/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=59144
--prune.mode=full
--port=10622
--p2p.allowed-ports=25622
--p2p.allowed-ports=30622
--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=59144
- --prune.mode=full
- --port=10622
- --p2p.allowed-ports=25622
- --p2p.allowed-ports=30622
- --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

View File

@@ -20,29 +20,30 @@ services:
volumes:
- linea-sepolia-erigon3-archive-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=archive
--port=10235
--p2p.allowed-ports=25235
--p2p.allowed-ports=30235
--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=archive
- --port=10235
- --p2p.allowed-ports=25235
- --p2p.allowed-ports=30235
- --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

View File

@@ -20,29 +20,30 @@ services:
volumes:
- linea-sepolia-erigon3-minimal-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=minimal
--port=10410
--p2p.allowed-ports=25410
--p2p.allowed-ports=30410
--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=minimal
- --port=10410
- --p2p.allowed-ports=25410
- --p2p.allowed-ports=30410
- --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

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