node icon indicating copy to clipboard operation
node copied to clipboard

no peers ready to handle block requests for more P2P requests for L2 block history

Open 0byteme opened this issue 1 year ago • 0 comments

I tried running the Ink Node following the tutorial, but I found that the static peers are often unstable, and the op-node is unable to find enough peers to sync the blocks.

  • op-node: v1.10.2
  • op-geth: v1.101411.4
  • here is my op-node configuration:
      - op-node
      - --l1=<eth-address>
      - --l1.beacon=<beacon-address>
      - --l2=<op-get-address>
      - --l2.jwt-secret=/var/data/geth/jwtsecret
      - --rollup.config=/rollup.json
      - --rpc.addr=0.0.0.0
      - --rpc.port=7878
      - --p2p.static=/ip4/34.32.193.134/tcp/9003/p2p/16Uiu2HAmECGb1vmBKhgxVHzX2aYkPcmV8CZjpPxrNkRiFA1wa3CN
      - --p2p.bootnodes=enr:-Iu4QCqTQZVBnbPWXcdUxcakGoCCzCFr5vVzDfNTOr-Pi3KaOJZMXlnqTR9r9p4EemXS8fS59EdQaX8qrkyE01nvsNcBgmlkgnY0gmlwhCIgwYaJc2VjcDI1NmsxoQMW3w0F1AibYelKqJUKaie5RuKc7S9sPfWvH4lSJw4Fo4N0Y3CCIyuDdWRwgiMs
  • logs:
lvl=info msg="no peers ready to handle block requests for more P2P requests for L2 block history"

0byteme avatar Dec 26 '24 08:12 0byteme