This commit is contained in:
squidbear
2025-03-28 04:40:47 +01:00
parent 972d31f892
commit bf21b8d301
27 changed files with 54 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -29,6 +29,7 @@ services:
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
@@ -42,6 +43,7 @@ services:
- --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

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59144 - --networkid=59144
- --prune.mode=archive - --prune.mode=archive
- --port=10060 - --port=10060
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://ca2f06aa93728e2883ff02b0c2076329e475fe667a48035b4f77711ea41a73cf6cb2ff232804c49538ad77794185d83295b57ddd2be79eefc50a9dd5c48bbb2e@3.128.49.168:30303,enode://eef91d714494a1ceb6e06e5ce96fe5d7d25d3701b2d2e68c042b33d5fa0e4bf134116e06947b3f40b0f22db08f104504dd2e5c790d8bcbb6bfb1b7f4f85313ec@3.130.182.201:30303,enode://cfd472842582c422c7c98b0f2d04c6bf21d1afb2c767f72b032f7ea89c03a7abdaf4855b7cb2dc9ae7509836064ba8d817572cf7421ba106ac87857836fa1d1b@3.136.114.192:30303

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59144 - --networkid=59144
- --prune.mode=minimal - --prune.mode=minimal
- --port=10000 - --port=10000
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://ca2f06aa93728e2883ff02b0c2076329e475fe667a48035b4f77711ea41a73cf6cb2ff232804c49538ad77794185d83295b57ddd2be79eefc50a9dd5c48bbb2e@3.128.49.168:30303,enode://eef91d714494a1ceb6e06e5ce96fe5d7d25d3701b2d2e68c042b33d5fa0e4bf134116e06947b3f40b0f22db08f104504dd2e5c790d8bcbb6bfb1b7f4f85313ec@3.130.182.201:30303,enode://cfd472842582c422c7c98b0f2d04c6bf21d1afb2c767f72b032f7ea89c03a7abdaf4855b7cb2dc9ae7509836064ba8d817572cf7421ba106ac87857836fa1d1b@3.136.114.192:30303

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59144 - --networkid=59144
- --prune.mode=full - --prune.mode=full
- --port=10622 - --port=10622
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://ca2f06aa93728e2883ff02b0c2076329e475fe667a48035b4f77711ea41a73cf6cb2ff232804c49538ad77794185d83295b57ddd2be79eefc50a9dd5c48bbb2e@3.128.49.168:30303,enode://eef91d714494a1ceb6e06e5ce96fe5d7d25d3701b2d2e68c042b33d5fa0e4bf134116e06947b3f40b0f22db08f104504dd2e5c790d8bcbb6bfb1b7f4f85313ec@3.130.182.201:30303,enode://cfd472842582c422c7c98b0f2d04c6bf21d1afb2c767f72b032f7ea89c03a7abdaf4855b7cb2dc9ae7509836064ba8d817572cf7421ba106ac87857836fa1d1b@3.136.114.192:30303

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59141 - --networkid=59141
- --prune.mode=archive - --prune.mode=archive
- --port=10235 - --port=10235
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59141 - --networkid=59141
- --prune.mode=minimal - --prune.mode=minimal
- --port=10410 - --port=10410
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001

View File

@@ -24,6 +24,7 @@ services:
- 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:
- --network=goerli
- --networkid=59141 - --networkid=59141
- --prune.mode=full - --prune.mode=full
- --port=10620 - --port=10620
@@ -38,6 +39,7 @@ services:
- --rpc.gascap=5000000000 - --rpc.gascap=5000000000
- --ws.port=8545 - --ws.port=8545
- --ws - --ws
- --bootnodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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

View File

@@ -26,6 +26,7 @@ services:
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
@@ -39,6 +40,7 @@ services:
- --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