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

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-chiado-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=chiado
--prune.mode=archive
--port=10986
--p2p.allowed-ports=25986
--p2p.allowed-ports=30986
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20986
command:
- --chain=chiado
- --prune.mode=archive
- --port=10986
- --p2p.allowed-ports=25986
- --p2p.allowed-ports=30986
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20986
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15986
--caplin.discovery.tcpport=15986
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15986
- --caplin.discovery.tcpport=15986
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-chiado-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=chiado
--prune.mode=minimal
--port=10010
--p2p.allowed-ports=25010
--p2p.allowed-ports=30010
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20010
command:
- --chain=chiado
- --prune.mode=minimal
- --port=10010
- --p2p.allowed-ports=25010
- --p2p.allowed-ports=30010
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20010
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15010
--caplin.discovery.tcpport=15010
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15010
- --caplin.discovery.tcpport=15010
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-chiado-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=chiado
--prune.mode=full
--port=10886
--p2p.allowed-ports=25886
--p2p.allowed-ports=30886
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20886
command:
- --chain=chiado
- --prune.mode=full
- --port=10886
- --p2p.allowed-ports=25886
- --p2p.allowed-ports=30886
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20886
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15886
--caplin.discovery.tcpport=15886
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15886
- --caplin.discovery.tcpport=15886
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-mainnet-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=mainnet
--prune.mode=archive
--port=10974
--p2p.allowed-ports=25974
--p2p.allowed-ports=30974
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20974
command:
- --chain=mainnet
- --prune.mode=archive
- --port=10974
- --p2p.allowed-ports=25974
- --p2p.allowed-ports=30974
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20974
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15974
--caplin.discovery.tcpport=15974
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15974
- --caplin.discovery.tcpport=15974
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=mainnet
--prune.mode=minimal
--port=10429
--p2p.allowed-ports=25429
--p2p.allowed-ports=30429
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20429
command:
- --chain=mainnet
- --prune.mode=minimal
- --port=10429
- --p2p.allowed-ports=25429
- --p2p.allowed-ports=30429
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20429
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15429
--caplin.discovery.tcpport=15429
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15429
- --caplin.discovery.tcpport=15429
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- gnosis-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=mainnet
--prune.mode=full
--port=10147
--p2p.allowed-ports=25147
--p2p.allowed-ports=30147
--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
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--torrent.port=20147
command:
- --chain=mainnet
- --prune.mode=full
- --port=10147
- --p2p.allowed-ports=25147
- --p2p.allowed-ports=30147
- --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
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20147
--beacon.api.port=5555
--beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15147
--caplin.discovery.tcpport=15147
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15147
- --caplin.discovery.tcpport=15147
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m