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:
- ethereum-holesky-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=holesky
--prune.mode=archive
--port=10947
--p2p.allowed-ports=25947
--p2p.allowed-ports=30947
--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=20947
command:
- --chain=holesky
- --prune.mode=archive
- --port=10947
- --p2p.allowed-ports=25947
- --p2p.allowed-ports=30947
- --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=20947
--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=15947
--caplin.discovery.tcpport=15947
--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=15947
- --caplin.discovery.tcpport=15947
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-holesky-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=holesky
--prune.mode=minimal
--port=10582
--p2p.allowed-ports=25582
--p2p.allowed-ports=30582
--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=20582
command:
- --chain=holesky
- --prune.mode=minimal
- --port=10582
- --p2p.allowed-ports=25582
- --p2p.allowed-ports=30582
- --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=20582
--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=15582
--caplin.discovery.tcpport=15582
--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=15582
- --caplin.discovery.tcpport=15582
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-holesky-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=holesky
--prune.mode=full
--port=10685
--p2p.allowed-ports=25685
--p2p.allowed-ports=30685
--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=20685
command:
- --chain=holesky
- --prune.mode=full
- --port=10685
- --p2p.allowed-ports=25685
- --p2p.allowed-ports=30685
- --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=20685
--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=15685
--caplin.discovery.tcpport=15685
--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=15685
- --caplin.discovery.tcpport=15685
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-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=10675
--p2p.allowed-ports=25675
--p2p.allowed-ports=30675
--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=20675
command:
- --chain=mainnet
- --prune.mode=archive
- --port=10675
- --p2p.allowed-ports=25675
- --p2p.allowed-ports=30675
- --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=20675
--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=15675
--caplin.discovery.tcpport=15675
--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=15675
- --caplin.discovery.tcpport=15675
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-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=10614
--p2p.allowed-ports=25614
--p2p.allowed-ports=30614
--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=20614
command:
- --chain=mainnet
- --prune.mode=minimal
- --port=10614
- --p2p.allowed-ports=25614
- --p2p.allowed-ports=30614
- --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=20614
--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=15614
--caplin.discovery.tcpport=15614
--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=15614
- --caplin.discovery.tcpport=15614
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-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=10616
--p2p.allowed-ports=25616
--p2p.allowed-ports=30616
--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=20616
command:
- --chain=mainnet
- --prune.mode=full
- --port=10616
- --p2p.allowed-ports=25616
- --p2p.allowed-ports=30616
- --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=20616
--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=15616
--caplin.discovery.tcpport=15616
--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=15616
- --caplin.discovery.tcpport=15616
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-sepolia-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=sepolia
--prune.mode=archive
--port=10317
--p2p.allowed-ports=25317
--p2p.allowed-ports=30317
--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=20317
command:
- --chain=sepolia
- --prune.mode=archive
- --port=10317
- --p2p.allowed-ports=25317
- --p2p.allowed-ports=30317
- --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=20317
--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=15317
--caplin.discovery.tcpport=15317
--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=15317
- --caplin.discovery.tcpport=15317
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-sepolia-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=sepolia
--prune.mode=minimal
--port=10087
--p2p.allowed-ports=25087
--p2p.allowed-ports=30087
--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=20087
command:
- --chain=sepolia
- --prune.mode=minimal
- --port=10087
- --p2p.allowed-ports=25087
- --p2p.allowed-ports=30087
- --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=20087
--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=15087
--caplin.discovery.tcpport=15087
--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=15087
- --caplin.discovery.tcpport=15087
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes:
- ethereum-sepolia-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk
networks:
- chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: >
--chain=sepolia
--prune.mode=full
--port=10930
--p2p.allowed-ports=25930
--p2p.allowed-ports=30930
--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=20930
command:
- --chain=sepolia
- --prune.mode=full
- --port=10930
- --p2p.allowed-ports=25930
- --p2p.allowed-ports=30930
- --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=20930
--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=15930
--caplin.discovery.tcpport=15930
--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=15930
- --caplin.discovery.tcpport=15930
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped
stop_grace_period: 1m