fix
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
alephzero-mainnet-nitro-archive-leveldb-hash:
|
alephzero-mainnet-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: alephzero
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: alephzero
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -99,6 +102,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
alephzero-mainnet-nitro-pruned-pebble-path:
|
alephzero-mainnet-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: alephzero
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: alephzero
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -100,7 +103,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -94,7 +94,10 @@ volumes:
|
|||||||
alephzero-sepolia-nitro-archive-leveldb-hash:
|
alephzero-sepolia-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: alephzero-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: alephzero-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -103,6 +106,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -92,7 +92,10 @@ volumes:
|
|||||||
alephzero-sepolia-nitro-pruned-pebble-path:
|
alephzero-sepolia-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: alephzero-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: alephzero-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -102,7 +105,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -87,7 +87,10 @@ volumes:
|
|||||||
arbitrum-nova-nitro-archive-leveldb-hash:
|
arbitrum-nova-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -96,6 +99,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -86,7 +86,10 @@ volumes:
|
|||||||
arbitrum-nova-nitro-pruned-pebble-hash:
|
arbitrum-nova-nitro-pruned-pebble-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -95,6 +98,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -87,7 +87,10 @@ volumes:
|
|||||||
arbitrum-one-nitro-archive-leveldb-hash:
|
arbitrum-one-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -96,6 +99,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -86,7 +86,10 @@ volumes:
|
|||||||
arbitrum-one-nitro-pruned-pebble-hash:
|
arbitrum-one-nitro-pruned-pebble-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -95,6 +98,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -87,7 +87,10 @@ volumes:
|
|||||||
arbitrum-sepolia-nitro-archive-pebble-hash:
|
arbitrum-sepolia-nitro-archive-pebble-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -96,6 +99,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -94,7 +94,10 @@ volumes:
|
|||||||
connext-sepolia-nitro-archive-leveldb-hash:
|
connext-sepolia-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: everclear-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: everclear-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -103,6 +106,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -92,7 +92,10 @@ volumes:
|
|||||||
connext-sepolia-nitro-pruned-pebble-path:
|
connext-sepolia-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: everclear-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: everclear-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -102,7 +105,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
everclear-mainnet-nitro-archive-leveldb-hash:
|
everclear-mainnet-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: everclear
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: everclear
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -99,6 +102,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
everclear-mainnet-nitro-pruned-pebble-path:
|
everclear-mainnet-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: everclear
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: everclear
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -100,7 +103,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
- ./tmp/opencampuscodex-sepolia-archive:/tmp
|
- .//sepolia:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
@@ -58,8 +58,6 @@ services:
|
|||||||
- --persistent.db-engine=leveldb
|
- --persistent.db-engine=leveldb
|
||||||
- --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive
|
- --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive
|
||||||
|
|
||||||
- --init.latest=archive
|
|
||||||
|
|
||||||
- --conf.file=/config/baseConfig.json
|
- --conf.file=/config/baseConfig.json
|
||||||
|
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
@@ -93,7 +91,10 @@ volumes:
|
|||||||
opencampuscodex-sepolia-nitro-archive-leveldb-hash:
|
opencampuscodex-sepolia-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: open-campus-codex-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: open-campus-codex-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -102,6 +103,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-opencampuscodex-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-opencampuscodex-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
- ./tmp/opencampuscodex-sepolia:/tmp
|
- .//sepolia:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
@@ -91,7 +91,10 @@ volumes:
|
|||||||
opencampuscodex-sepolia-nitro-pruned-pebble-path:
|
opencampuscodex-sepolia-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: open-campus-codex-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: open-campus-codex-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -101,7 +104,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
playblock-mainnet-nitro-archive-leveldb-hash:
|
playblock-mainnet-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: playnance
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: playnance
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -99,6 +102,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
playblock-mainnet-nitro-pruned-pebble-path:
|
playblock-mainnet-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: playnance
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: playnance
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -100,7 +103,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
real-mainnet-nitro-archive-leveldb-hash:
|
real-mainnet-nitro-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: real
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: real
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -99,6 +102,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -90,7 +90,10 @@ volumes:
|
|||||||
real-mainnet-nitro-pruned-pebble-path:
|
real-mainnet-nitro-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: real
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: real
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -100,7 +103,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -29,6 +29,8 @@ services:
|
|||||||
- ${AVALANCHE_FUJI_GO_ARCHIVE_LEVELDB_DATA:-avalanche-fuji-go-archive-leveldb}:/root/.avalanchego
|
- ${AVALANCHE_FUJI_GO_ARCHIVE_LEVELDB_DATA:-avalanche-fuji-go-archive-leveldb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//fuji:/config
|
||||||
|
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/archive
|
- --chain-config-dir /config/archive
|
||||||
@@ -70,7 +72,10 @@ volumes:
|
|||||||
avalanche-fuji-go-archive-leveldb:
|
avalanche-fuji-go-archive-leveldb:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: avalanche
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: avalanche
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -78,4 +83,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -29,6 +29,8 @@ services:
|
|||||||
- ${AVALANCHE_FUJI_GO_PRUNED_PEBBLEDB_DATA:-avalanche-fuji-go-pruned-pebbledb}:/root/.avalanchego
|
- ${AVALANCHE_FUJI_GO_PRUNED_PEBBLEDB_DATA:-avalanche-fuji-go-pruned-pebbledb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//fuji:/config
|
||||||
|
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/pruned
|
- --chain-config-dir /config/pruned
|
||||||
@@ -70,7 +72,10 @@ volumes:
|
|||||||
avalanche-fuji-go-pruned-pebbledb:
|
avalanche-fuji-go-pruned-pebbledb:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: avalanche
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: avalanche
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -78,4 +83,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -29,6 +29,8 @@ services:
|
|||||||
- ${AVALANCHE_MAINNET_GO_ARCHIVE_LEVELDB_DATA:-avalanche-mainnet-go-archive-leveldb}:/root/.avalanchego
|
- ${AVALANCHE_MAINNET_GO_ARCHIVE_LEVELDB_DATA:-avalanche-mainnet-go-archive-leveldb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/archive
|
- --chain-config-dir /config/archive
|
||||||
@@ -70,7 +72,10 @@ volumes:
|
|||||||
avalanche-mainnet-go-archive-leveldb:
|
avalanche-mainnet-go-archive-leveldb:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: avalanche
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: avalanche
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -78,4 +83,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -29,6 +29,8 @@ services:
|
|||||||
- ${AVALANCHE_MAINNET_GO_PRUNED_PEBBLEDB_DATA:-avalanche-mainnet-go-pruned-pebbledb}:/root/.avalanchego
|
- ${AVALANCHE_MAINNET_GO_PRUNED_PEBBLEDB_DATA:-avalanche-mainnet-go-pruned-pebbledb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/pruned
|
- --chain-config-dir /config/pruned
|
||||||
@@ -70,7 +72,10 @@ volumes:
|
|||||||
avalanche-mainnet-go-pruned-pebbledb:
|
avalanche-mainnet-go-pruned-pebbledb:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: avalanche
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: avalanche
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -78,4 +83,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -93,7 +93,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./berachain/scripts/init.sh:/init.sh
|
- ./berachain/scripts/init.sh:/init.sh
|
||||||
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
||||||
- ./berachain/bepolia/config:/root/.beacond/config
|
- ./berachain/bepolia:/root/.beacond/config
|
||||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -101,7 +101,10 @@ volumes:
|
|||||||
berachain-bepolia-reth-archive-trace_node:
|
berachain-bepolia-reth-archive-trace_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: berachain-bepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: berachain-bepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,4 +112,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -93,7 +93,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./berachain/scripts/init.sh:/init.sh
|
- ./berachain/scripts/init.sh:/init.sh
|
||||||
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
||||||
- ./berachain/mainnet/config:/root/.beacond/config
|
- ./berachain/mainnet:/root/.beacond/config
|
||||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -101,7 +101,10 @@ volumes:
|
|||||||
berachain-mainnet-reth-archive-trace_node:
|
berachain-mainnet-reth-archive-trace_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: berachain
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: berachain
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,4 +112,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${BSC_CHAPEL_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-chapel-bsc-pruned-pebble-path}:/bsc/.ethereum
|
- ${BSC_CHAPEL_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-chapel-bsc-pruned-pebble-path}:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//chapel:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/bsc/.ethereum
|
- --datadir=/bsc/.ethereum
|
||||||
- --port=10759
|
- --port=10759
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
bsc-chapel-bsc-pruned-pebble-path:
|
bsc-chapel-bsc-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -84,7 +89,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum
|
- ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/bsc/.ethereum
|
- --datadir=/bsc/.ethereum
|
||||||
- --port=10037
|
- --port=10037
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
bsc-mainnet-bsc-pruned-pebble-path:
|
bsc-mainnet-bsc-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -84,7 +89,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
celo/op-geth/celo-mainnet-op-geth-archive-leveldb-hash.yml
|
op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml
|
||||||
@@ -1 +1 @@
|
|||||||
celo/op-geth/celo-mainnet-op-geth-pruned-pebble-path.yml
|
op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -73,7 +73,10 @@ volumes:
|
|||||||
celo-alfajores-geth-archive-leveldb-hash_prysm:
|
celo-alfajores-geth-archive-leveldb-hash_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: celo-alfajores
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: celo-alfajores
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,6 +85,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -73,7 +73,10 @@ volumes:
|
|||||||
celo-mainnet-geth-archive-leveldb-hash_prysm:
|
celo-mainnet-geth-archive-leveldb-hash_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: celo
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: celo
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,6 +85,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//buffalo:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10384
|
- --port=10384
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
core-buffalo-core-pruned-pebble-path:
|
core-buffalo-core-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: core-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: core-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,4 +87,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10169
|
- --port=10169
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
core-mainnet-core-archive-leveldb-hash:
|
core-mainnet-core-archive-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: core
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: core
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,4 +87,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10169
|
- --port=10169
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
core-mainnet-core-pruned-leveldb-hash:
|
core-mainnet-core-pruned-leveldb-hash:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: core
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: core
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,4 +87,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//pigeon:/config
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10478
|
- --port=10478
|
||||||
@@ -74,7 +76,10 @@ volumes:
|
|||||||
core-pigeon-core-pruned-pebble-path:
|
core-pigeon-core-pruned-pebble-path:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: core-pigeon
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: core-pigeon
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -82,4 +87,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-holesky-erigon3-archive-trace:
|
ethereum-holesky-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: holesky
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: holesky
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-holesky-erigon3-minimal-trace:
|
ethereum-holesky-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: holesky
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: holesky
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-holesky-erigon3-pruned-trace:
|
ethereum-holesky-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: holesky
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: holesky
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-mainnet-erigon3-archive-trace:
|
ethereum-mainnet-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ethereum
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ethereum
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-mainnet-erigon3-minimal-trace:
|
ethereum-mainnet-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ethereum
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ethereum
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-mainnet-erigon3-pruned-trace:
|
ethereum-mainnet-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ethereum
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ethereum
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-sepolia-erigon3-archive-trace:
|
ethereum-sepolia-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-sepolia-erigon3-minimal-trace:
|
ethereum-sepolia-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
ethereum-sepolia-erigon3-pruned-trace:
|
ethereum-sepolia-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -108,7 +108,10 @@ volumes:
|
|||||||
ethereum-holesky-geth-pruned-pebble-path_prysm:
|
ethereum-holesky-geth-pruned-pebble-path_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: holesky
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: holesky
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -118,7 +121,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -108,7 +108,10 @@ volumes:
|
|||||||
ethereum-mainnet-geth-pruned-pebble-path_prysm:
|
ethereum-mainnet-geth-pruned-pebble-path_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ethereum
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ethereum
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -118,7 +121,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -108,7 +108,10 @@ volumes:
|
|||||||
ethereum-sepolia-geth-pruned-pebble-path_prysm:
|
ethereum-sepolia-geth-pruned-pebble-path_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -118,7 +121,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -106,7 +106,10 @@ volumes:
|
|||||||
ethereum-holesky-reth-archive-trace_prysm:
|
ethereum-holesky-reth-archive-trace_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: holesky
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: holesky
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -114,4 +117,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -106,7 +106,10 @@ volumes:
|
|||||||
ethereum-mainnet-reth-archive-trace_prysm:
|
ethereum-mainnet-reth-archive-trace_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ethereum
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ethereum
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -114,4 +117,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -106,7 +106,10 @@ volumes:
|
|||||||
ethereum-sepolia-reth-archive-trace_prysm:
|
ethereum-sepolia-reth-archive-trace_prysm:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -114,4 +117,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-mainnet-opera-archive-trace:
|
fantom-mainnet-opera-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -79,7 +79,10 @@ volumes:
|
|||||||
fantom-mainnet-opera-archive:
|
fantom-mainnet-opera-archive:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -87,4 +90,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-mainnet-opera-pruned-trace:
|
fantom-mainnet-opera-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -79,7 +79,10 @@ volumes:
|
|||||||
fantom-mainnet-opera-pruned:
|
fantom-mainnet-opera-pruned:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -87,4 +90,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-testnet-opera-archive-trace:
|
fantom-testnet-opera-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -79,7 +79,10 @@ volumes:
|
|||||||
fantom-testnet-opera-archive:
|
fantom-testnet-opera-archive:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -87,4 +90,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-testnet-opera-pruned-trace:
|
fantom-testnet-opera-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
- trace
|
- trace
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -79,7 +79,10 @@ volumes:
|
|||||||
fantom-testnet-opera-pruned:
|
fantom-testnet-opera-pruned:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -87,4 +90,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-mainnet-sonic-archive:
|
fantom-mainnet-sonic-archive:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -80,7 +80,10 @@ volumes:
|
|||||||
fantom-testnet-sonic-archive:
|
fantom-testnet-sonic-archive:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: fantom-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: fantom-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -88,4 +91,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -1 +1 @@
|
|||||||
fraxtal/op-geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml
|
op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml
|
||||||
@@ -1 +1 @@
|
|||||||
fraxtal/op-geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml
|
op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-chiado-erigon3-archive-trace:
|
gnosis-chiado-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis-chiado
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis-chiado
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-chiado-erigon3-minimal-trace:
|
gnosis-chiado-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis-chiado
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis-chiado
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-chiado-erigon3-pruned-trace:
|
gnosis-chiado-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis-chiado
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis-chiado
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-mainnet-erigon3-archive-trace:
|
gnosis-mainnet-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-mainnet-erigon3-minimal-trace:
|
gnosis-mainnet-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -100,7 +100,10 @@ volumes:
|
|||||||
gnosis-mainnet-erigon3-pruned-trace:
|
gnosis-mainnet-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: gnosis
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: gnosis
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -109,6 +112,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum
|
- ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
command: --goat=mainnet
|
command: --goat=mainnet
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -48,7 +50,10 @@ volumes:
|
|||||||
goat-mainnet-geth-archive-leveldb-hash_node:
|
goat-mainnet-geth-archive-leveldb-hash_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: goat-mainnet-alpha
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: goat-mainnet-alpha
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -57,6 +62,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
- ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//mainnet:/config
|
||||||
|
|
||||||
command: --goat=mainnet
|
command: --goat=mainnet
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -48,7 +50,10 @@ volumes:
|
|||||||
goat-mainnet-geth-pruned-pebble-path_node:
|
goat-mainnet-geth-pruned-pebble-path_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: goat-mainnet-alpha
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: goat-mainnet-alpha
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -58,7 +63,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum
|
- ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//testnet3:/config
|
||||||
|
|
||||||
command: --goat=testnet3
|
command: --goat=testnet3
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -48,7 +50,10 @@ volumes:
|
|||||||
goat-testnet3-geth-archive-leveldb-hash_node:
|
goat-testnet3-geth-archive-leveldb-hash_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: goat-testnet3
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: goat-testnet3
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -57,6 +62,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -28,6 +28,8 @@ services:
|
|||||||
- ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum
|
- ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
|
- .//testnet3:/config
|
||||||
|
|
||||||
command: --goat=testnet3
|
command: --goat=testnet3
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -48,7 +50,10 @@ volumes:
|
|||||||
goat-testnet3-geth-pruned-pebble-path_node:
|
goat-testnet3-geth-pruned-pebble-path_node:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: goat-testnet3
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: goat-testnet3
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -58,7 +63,9 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
# not compatible with path state scheme
|
# not compatible with path state scheme
|
||||||
- name: debug_traceBlockByHash
|
- name: debug_traceBlockByHash
|
||||||
|
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth only
|
# standard geth only
|
||||||
- name: debug_getRawBlock
|
- name: debug_getRawBlock
|
||||||
- name: debug_getRawTransaction
|
- name: debug_getRawTransaction
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -47,7 +47,10 @@ volumes:
|
|||||||
haqq-mainnet-haqq-pruned:
|
haqq-mainnet-haqq-pruned:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: haqq
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: haqq
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -55,4 +58,5 @@ x-upstreams:
|
|||||||
|
|
||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-linea-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-linea-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//mainnet:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
- --port=10060
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30060
|
- --p2p.allowed-ports=30060
|
||||||
- --p2p.allowed-ports=35060
|
- --p2p.allowed-ports=35060
|
||||||
- --chain=mainnet
|
- --network=goerli
|
||||||
|
- --networkid=59144
|
||||||
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-mainnet-erigon3-archive-trace:
|
linea-mainnet-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-linea-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-linea-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//mainnet:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
- --port=10060
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30060
|
- --p2p.allowed-ports=30060
|
||||||
- --p2p.allowed-ports=35060
|
- --p2p.allowed-ports=35060
|
||||||
- --chain=mainnet
|
- --network=goerli
|
||||||
|
- --networkid=59144
|
||||||
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-mainnet-erigon3-minimal-trace:
|
linea-mainnet-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-linea-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-linea-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//mainnet:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
- --port=10060
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30060
|
- --p2p.allowed-ports=30060
|
||||||
- --p2p.allowed-ports=35060
|
- --p2p.allowed-ports=35060
|
||||||
- --chain=mainnet
|
- --network=goerli
|
||||||
|
- --networkid=59144
|
||||||
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
- --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-mainnet-erigon3-pruned-trace:
|
linea-mainnet-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-linea-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-linea-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//sepolia:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
- --port=10235
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30235
|
- --p2p.allowed-ports=30235
|
||||||
- --p2p.allowed-ports=35235
|
- --p2p.allowed-ports=35235
|
||||||
- --chain=sepolia
|
- --network=goerli
|
||||||
|
- --networkid=59141
|
||||||
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-sepolia-erigon3-archive-trace:
|
linea-sepolia-erigon3-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-linea-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-linea-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//sepolia:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
- --port=10235
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30235
|
- --p2p.allowed-ports=30235
|
||||||
- --p2p.allowed-ports=35235
|
- --p2p.allowed-ports=35235
|
||||||
- --chain=sepolia
|
- --network=goerli
|
||||||
|
- --networkid=59141
|
||||||
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-sepolia-erigon3-minimal-trace:
|
linea-sepolia-erigon3-minimal-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -33,7 +33,9 @@ services:
|
|||||||
- ${LINEA_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-linea-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-linea-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
- .//sepolia:/config
|
||||||
|
|
||||||
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
- --port=10235
|
||||||
@@ -58,8 +60,8 @@ services:
|
|||||||
|
|
||||||
- --p2p.allowed-ports=30235
|
- --p2p.allowed-ports=30235
|
||||||
- --p2p.allowed-ports=35235
|
- --p2p.allowed-ports=35235
|
||||||
- --chain=sepolia
|
- --network=goerli
|
||||||
|
- --networkid=59141
|
||||||
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
- --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -80,7 +82,10 @@ volumes:
|
|||||||
linea-sepolia-erigon3-pruned-trace:
|
linea-sepolia-erigon3-pruned-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -89,6 +94,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
base-mainnet-op-erigon-archive-trace:
|
base-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: base
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: base
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
base-sepolia-op-erigon-archive-trace:
|
base-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: base-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: base-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
bob-mainnet-op-erigon-archive-trace:
|
bob-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
boba-mainnet-op-erigon-archive-trace:
|
boba-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
boba-sepolia-op-erigon-archive-trace:
|
boba-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
hashkeychain-mainnet-op-erigon-archive-trace:
|
hashkeychain-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: hashkey
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: hashkey
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
ink-mainnet-op-erigon-archive-trace:
|
ink-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ink
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ink
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
ink-sepolia-op-erigon-archive-trace:
|
ink-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: ink-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: ink-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
lisk-mainnet-op-erigon-archive-trace:
|
lisk-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
metal-mainnet-op-erigon-archive-trace:
|
metal-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
mode-mainnet-op-erigon-archive-trace:
|
mode-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
mode-sepolia-op-erigon-archive-trace:
|
mode-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: mode-testnet
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: mode-testnet
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
op-mainnet-op-erigon-archive-trace:
|
op-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: optimism
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: optimism
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
op-sepolia-op-erigon-archive-trace:
|
op-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: optimism-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: optimism-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
snax-mainnet-op-erigon-archive-trace:
|
snax-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain:
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain:
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
soneium-minato-op-erigon-archive-trace:
|
soneium-minato-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: soneium-minato
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: soneium-minato
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
swell-mainnet-op-erigon-archive-trace:
|
swell-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: swell
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: swell
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
unichain-mainnet-op-erigon-archive-trace:
|
unichain-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: unichain
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: unichain
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
unichain-sepolia-op-erigon-archive-trace:
|
unichain-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: unichain-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: unichain-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -118,7 +118,10 @@ volumes:
|
|||||||
worldchain-mainnet-op-erigon-archive-trace:
|
worldchain-mainnet-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: worldchain
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: worldchain
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -127,6 +130,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||||
net.core.somaxconn: 32768 # Higher connection queue
|
net.core.somaxconn: 32768 # Higher connection queue
|
||||||
# Memory/Connection Management
|
# Memory/Connection Management
|
||||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||||
expose:
|
expose:
|
||||||
@@ -119,7 +119,10 @@ volumes:
|
|||||||
worldchain-sepolia-op-erigon-archive-trace:
|
worldchain-sepolia-op-erigon-archive-trace:
|
||||||
|
|
||||||
x-upstreams:
|
x-upstreams:
|
||||||
- chain: worldchain-sepolia
|
- id: $${ID}
|
||||||
|
labels:
|
||||||
|
provider: $${PROVIDER}
|
||||||
|
chain: worldchain-sepolia
|
||||||
method-groups:
|
method-groups:
|
||||||
enabled:
|
enabled:
|
||||||
- debug
|
- debug
|
||||||
@@ -128,6 +131,7 @@ x-upstreams:
|
|||||||
methods:
|
methods:
|
||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
# standard geth and erigon
|
# standard geth and erigon
|
||||||
- name: debug_accountRange
|
- name: debug_accountRange
|
||||||
- name: debug_getModifiedAccountsByNumber
|
- name: debug_getModifiedAccountsByNumber
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user