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: volumes:
- ethereum-holesky-erigon3-archive-trace:/root/.local/share/erigon - ethereum-holesky-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=holesky - --chain=holesky
--prune.mode=archive - --prune.mode=archive
--port=10947 - --port=10947
--p2p.allowed-ports=25947 - --p2p.allowed-ports=25947
--p2p.allowed-ports=30947 - --p2p.allowed-ports=30947
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20947 - --torrent.port=20947
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15947 - --caplin.discovery.port=15947
--caplin.discovery.tcpport=15947 - --caplin.discovery.tcpport=15947
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-holesky-erigon3-minimal-trace:/root/.local/share/erigon - ethereum-holesky-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=holesky - --chain=holesky
--prune.mode=minimal - --prune.mode=minimal
--port=10582 - --port=10582
--p2p.allowed-ports=25582 - --p2p.allowed-ports=25582
--p2p.allowed-ports=30582 - --p2p.allowed-ports=30582
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20582 - --torrent.port=20582
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15582 - --caplin.discovery.port=15582
--caplin.discovery.tcpport=15582 - --caplin.discovery.tcpport=15582
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-holesky-erigon3-pruned-trace:/root/.local/share/erigon - ethereum-holesky-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=holesky - --chain=holesky
--prune.mode=full - --prune.mode=full
--port=10685 - --port=10685
--p2p.allowed-ports=25685 - --p2p.allowed-ports=25685
--p2p.allowed-ports=30685 - --p2p.allowed-ports=30685
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20685 - --torrent.port=20685
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15685 - --caplin.discovery.port=15685
--caplin.discovery.tcpport=15685 - --caplin.discovery.tcpport=15685
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-mainnet-erigon3-archive-trace:/root/.local/share/erigon - ethereum-mainnet-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=archive - --prune.mode=archive
--port=10675 - --port=10675
--p2p.allowed-ports=25675 - --p2p.allowed-ports=25675
--p2p.allowed-ports=30675 - --p2p.allowed-ports=30675
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20675 - --torrent.port=20675
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15675 - --caplin.discovery.port=15675
--caplin.discovery.tcpport=15675 - --caplin.discovery.tcpport=15675
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-mainnet-erigon3-minimal-trace:/root/.local/share/erigon - ethereum-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=minimal - --prune.mode=minimal
--port=10614 - --port=10614
--p2p.allowed-ports=25614 - --p2p.allowed-ports=25614
--p2p.allowed-ports=30614 - --p2p.allowed-ports=30614
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20614 - --torrent.port=20614
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15614 - --caplin.discovery.port=15614
--caplin.discovery.tcpport=15614 - --caplin.discovery.tcpport=15614
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-mainnet-erigon3-pruned-trace:/root/.local/share/erigon - ethereum-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=full - --prune.mode=full
--port=10616 - --port=10616
--p2p.allowed-ports=25616 - --p2p.allowed-ports=25616
--p2p.allowed-ports=30616 - --p2p.allowed-ports=30616
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20616 - --torrent.port=20616
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15616 - --caplin.discovery.port=15616
--caplin.discovery.tcpport=15616 - --caplin.discovery.tcpport=15616
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-sepolia-erigon3-archive-trace:/root/.local/share/erigon - ethereum-sepolia-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=sepolia - --chain=sepolia
--prune.mode=archive - --prune.mode=archive
--port=10317 - --port=10317
--p2p.allowed-ports=25317 - --p2p.allowed-ports=25317
--p2p.allowed-ports=30317 - --p2p.allowed-ports=30317
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20317 - --torrent.port=20317
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15317 - --caplin.discovery.port=15317
--caplin.discovery.tcpport=15317 - --caplin.discovery.tcpport=15317
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-sepolia-erigon3-minimal-trace:/root/.local/share/erigon - ethereum-sepolia-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=sepolia - --chain=sepolia
--prune.mode=minimal - --prune.mode=minimal
--port=10087 - --port=10087
--p2p.allowed-ports=25087 - --p2p.allowed-ports=25087
--p2p.allowed-ports=30087 - --p2p.allowed-ports=30087
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20087 - --torrent.port=20087
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15087 - --caplin.discovery.port=15087
--caplin.discovery.tcpport=15087 - --caplin.discovery.tcpport=15087
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- ethereum-sepolia-erigon3-pruned-trace:/root/.local/share/erigon - ethereum-sepolia-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=sepolia - --chain=sepolia
--prune.mode=full - --prune.mode=full
--port=10930 - --port=10930
--p2p.allowed-ports=25930 - --p2p.allowed-ports=25930
--p2p.allowed-ports=30930 - --p2p.allowed-ports=30930
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20930 - --torrent.port=20930
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15930 - --caplin.discovery.port=15930
--caplin.discovery.tcpport=15930 - --caplin.discovery.tcpport=15930
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-chiado-erigon3-archive-trace:/root/.local/share/erigon - gnosis-chiado-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=chiado - --chain=chiado
--prune.mode=archive - --prune.mode=archive
--port=10986 - --port=10986
--p2p.allowed-ports=25986 - --p2p.allowed-ports=25986
--p2p.allowed-ports=30986 - --p2p.allowed-ports=30986
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20986 - --torrent.port=20986
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15986 - --caplin.discovery.port=15986
--caplin.discovery.tcpport=15986 - --caplin.discovery.tcpport=15986
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-chiado-erigon3-minimal-trace:/root/.local/share/erigon - gnosis-chiado-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=chiado - --chain=chiado
--prune.mode=minimal - --prune.mode=minimal
--port=10010 - --port=10010
--p2p.allowed-ports=25010 - --p2p.allowed-ports=25010
--p2p.allowed-ports=30010 - --p2p.allowed-ports=30010
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20010 - --torrent.port=20010
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15010 - --caplin.discovery.port=15010
--caplin.discovery.tcpport=15010 - --caplin.discovery.tcpport=15010
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-chiado-erigon3-pruned-trace:/root/.local/share/erigon - gnosis-chiado-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=chiado - --chain=chiado
--prune.mode=full - --prune.mode=full
--port=10886 - --port=10886
--p2p.allowed-ports=25886 - --p2p.allowed-ports=25886
--p2p.allowed-ports=30886 - --p2p.allowed-ports=30886
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20886 - --torrent.port=20886
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15886 - --caplin.discovery.port=15886
--caplin.discovery.tcpport=15886 - --caplin.discovery.tcpport=15886
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-mainnet-erigon3-archive-trace:/root/.local/share/erigon - gnosis-mainnet-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=archive - --prune.mode=archive
--port=10974 - --port=10974
--p2p.allowed-ports=25974 - --p2p.allowed-ports=25974
--p2p.allowed-ports=30974 - --p2p.allowed-ports=30974
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20974 - --torrent.port=20974
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15974 - --caplin.discovery.port=15974
--caplin.discovery.tcpport=15974 - --caplin.discovery.tcpport=15974
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-mainnet-erigon3-minimal-trace:/root/.local/share/erigon - gnosis-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=minimal - --prune.mode=minimal
--port=10429 - --port=10429
--p2p.allowed-ports=25429 - --p2p.allowed-ports=25429
--p2p.allowed-ports=30429 - --p2p.allowed-ports=30429
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20429 - --torrent.port=20429
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15429 - --caplin.discovery.port=15429
--caplin.discovery.tcpport=15429 - --caplin.discovery.tcpport=15429
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

@@ -23,41 +23,42 @@ services:
volumes: volumes:
- gnosis-mainnet-erigon3-pruned-trace:/root/.local/share/erigon - gnosis-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=mainnet - --chain=mainnet
--prune.mode=full - --prune.mode=full
--port=10147 - --port=10147
--p2p.allowed-ports=25147 - --p2p.allowed-ports=25147
--p2p.allowed-ports=30147 - --p2p.allowed-ports=30147
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20147 - --torrent.port=20147
--beacon.api.port=5555 - --beacon.api.port=5555
--beacon.api.addr=0.0.0.0 - --beacon.api.addr=0.0.0.0
--beacon.api.cors.allow-origins=* - --beacon.api.cors.allow-origins=*
--caplin.discovery.addr=0.0.0.0 - --caplin.discovery.addr=0.0.0.0
--caplin.discovery.port=15147 - --caplin.discovery.port=15147
--caplin.discovery.tcpport=15147 - --caplin.discovery.tcpport=15147
--beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-amoy-erigon3-archive-trace:/root/.local/share/erigon - polygon-amoy-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=amoy - --chain=amoy
--prune.mode=archive - --prune.mode=archive
--port=10377 - --port=10377
--p2p.allowed-ports=25377 - --p2p.allowed-ports=25377
--p2p.allowed-ports=30377 - --p2p.allowed-ports=30377
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20377 - --torrent.port=20377
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-amoy-erigon3-minimal-trace:/root/.local/share/erigon - polygon-amoy-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=amoy - --chain=amoy
--prune.mode=minimal - --prune.mode=minimal
--port=10307 - --port=10307
--p2p.allowed-ports=25307 - --p2p.allowed-ports=25307
--p2p.allowed-ports=30307 - --p2p.allowed-ports=30307
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20307 - --torrent.port=20307
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-amoy-erigon3-pruned-trace:/root/.local/share/erigon - polygon-amoy-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=amoy - --chain=amoy
--prune.mode=full - --prune.mode=full
--port=10583 - --port=10583
--p2p.allowed-ports=25583 - --p2p.allowed-ports=25583
--p2p.allowed-ports=30583 - --p2p.allowed-ports=30583
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20583 - --torrent.port=20583
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-mainnet-erigon3-archive-trace:/root/.local/share/erigon - polygon-mainnet-erigon3-archive-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=bor-mainnet - --chain=bor-mainnet
--prune.mode=archive - --prune.mode=archive
--port=10400 - --port=10400
--p2p.allowed-ports=25400 - --p2p.allowed-ports=25400
--p2p.allowed-ports=30400 - --p2p.allowed-ports=30400
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20400 - --torrent.port=20400
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-mainnet-erigon3-minimal-trace:/root/.local/share/erigon - polygon-mainnet-erigon3-minimal-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=bor-mainnet - --chain=bor-mainnet
--prune.mode=minimal - --prune.mode=minimal
--port=10036 - --port=10036
--p2p.allowed-ports=25036 - --p2p.allowed-ports=25036
--p2p.allowed-ports=30036 - --p2p.allowed-ports=30036
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20036 - --torrent.port=20036
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped

View File

@@ -20,34 +20,35 @@ services:
volumes: volumes:
- polygon-mainnet-erigon3-pruned-trace:/root/.local/share/erigon - polygon-mainnet-erigon3-pruned-trace:/root/.local/share/erigon
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
networks: networks:
- chains - chains
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""] entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command: > command:
--chain=bor-mainnet - --chain=bor-mainnet
--prune.mode=full - --prune.mode=full
--port=10320 - --port=10320
--p2p.allowed-ports=25320 - --p2p.allowed-ports=25320
--p2p.allowed-ports=30320 - --p2p.allowed-ports=30320
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 - --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 - --private.api.addr=0.0.0.0:9090
--nat=extip:${IP} - --nat=extip:${IP}
--pprof - --pprof
--pprof.addr=0.0.0.0 - --pprof.addr=0.0.0.0
--pprof.port=6061 - --pprof.port=6061
--http.addr=0.0.0.0 - --http.addr=0.0.0.0
--http.vhosts=* - --http.vhosts=*
--http.corsdomain=* - --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool - --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1100000 - --rpc.returndata.limit=1100000
--rpc.gascap=5000000000 - --rpc.gascap=5000000000
--ws.port=8545 - --ws.port=8545
--ws - --ws
--torrent.upload.rate="1250mb" - --torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb" - --torrent.download.rate="1250mb"
--torrent.port=20320 - --torrent.port=20320
--bor.heimdall=${POLYGON_HEIMDALL_REST:-None} - --bor.heimdall=${POLYGON_HEIMDALL_REST:-None}
restart: unless-stopped restart: unless-stopped