From eef099ef47a28ac83ee4bce8c23e5d94532789fa Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 15 Apr 2025 03:09:06 +0700 Subject: [PATCH] fix --- op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml | 4 +--- op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml | 4 +--- op/geth/manta-pacific-mainnet-op-geth-archive-pebble-hash.yml | 4 +--- op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml | 4 +--- op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml | 4 +--- op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml | 4 +--- op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml | 4 +--- op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml | 4 +--- op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml | 4 +--- op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml | 3 --- op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml | 3 --- op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml | 3 --- op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml | 3 --- op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml | 3 --- op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml | 3 --- 15 files changed, 9 insertions(+), 45 deletions(-) diff --git a/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml index a751639f..2988ef1b 100644 --- a/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 11370:11370 - - 11370:11370/udp expose: - 8545 - 8551 @@ -41,6 +38,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=2522 + - --nodiscover - --port=11370 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml b/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml index 142b7da8..e803987a 100644 --- a/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 11370:11370 - - 11370:11370/udp expose: - 8545 - 8551 @@ -41,6 +38,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=2522 + - --nodiscover - --port=11370 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/manta-pacific-mainnet-op-geth-archive-pebble-hash.yml b/op/geth/manta-pacific-mainnet-op-geth-archive-pebble-hash.yml index 1c05c20c..f82548fa 100644 --- a/op/geth/manta-pacific-mainnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/manta-pacific-mainnet-op-geth-archive-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 11437:11437 - - 11437:11437/udp expose: - 8545 - 8551 @@ -34,6 +31,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=169 + - --nodiscover - --port=11437 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml index 432c4da2..d3c50d6a 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 12067:12067 - - 12067:12067/udp expose: - 8545 - 8551 @@ -36,6 +33,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=5000 + - --nodiscover - --port=12067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml index a69efc1c..d7a34b7e 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 12067:12067 - - 12067:12067/udp expose: - 8545 - 8551 @@ -36,6 +33,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=5000 + - --nodiscover - --port=12067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml index db2632f8..d52e22bd 100644 --- a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13358:13358 - - 13358:13358/udp expose: - 8545 - 8551 @@ -34,6 +31,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=5001 + - --nodiscover - --port=13358 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml index 966d0d76..3a921c02 100644 --- a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13358:13358 - - 13358:13358/udp expose: - 8545 - 8551 @@ -34,6 +31,7 @@ services: - --maxpeers=50 - --nat=extip:${IP} - --networkid=5001 + - --nodiscover - --port=13358 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml index 8176e74f..39b7e0e9 100644 --- a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 14701:14701 - - 14701:14701/udp expose: - 8545 - 8551 @@ -33,6 +30,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=14701 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml index 95ad83d3..cdcb57bb 100644 --- a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 14701:14701 - - 14701:14701/udp expose: - 8545 - 8551 @@ -33,6 +30,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --nodiscover - --port=14701 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml index 1c6e2a84..63c43fff 100644 --- a/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-archive-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 12397:12397 - - 12397:12397/udp expose: - 8545 - 8551 diff --git a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml index 6a255a30..ccd14722 100644 --- a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 12397:12397 - - 12397:12397/udp expose: - 8545 - 8551 diff --git a/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml index c64f519c..5c6d25d8 100644 --- a/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-archive-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13688:13688 - - 13688:13688/udp expose: - 8545 - 8551 diff --git a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml index 6c2c6220..2b031e1d 100644 --- a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13688:13688 - - 13688:13688/udp expose: - 8545 - 8551 diff --git a/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml index 910d8cdf..371cc91f 100644 --- a/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-archive-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 11357:11357 - - 11357:11357/udp expose: - 8545 - 8551 diff --git a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml index 55c589b1..8c70ffd5 100644 --- a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml @@ -17,9 +17,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 11357:11357 - - 11357:11357/udp expose: - 8545 - 8551