bnb-chain / opbnb-node-docker

36 stars 25 forks source link

Not able to sync block more modern than 12h43s ago #4

Closed alfaori1977 closed 11 months ago

alfaori1977 commented 1 year ago

My node is always 12h43s behind the current block.. No matter if I start, restart it, the node always adquire new blocks very quickly until it's 12h42s close to the curent block.. From that moment it continues syncing blocks but it's not able to break the 12h43s "frontier"

Could anyone help me?

image image
deepcrazy commented 1 year ago

You can actually build your own docker image by running the opbnb testnet node by following this guide: https://docs.bnbchain.org/opbnb-docs/docs/tutorials/running-a-testnet-node.

P.S: This repo is just for reference only and will be made private down the road. Please try building your own docker image if required or run the opBNB node as per the doc mentioned above.

alfaori1977 commented 1 year ago

Wow!! There's a very big Leap to go from this guide to generate a working docker image!!! Definitely beyond my knowledge. A quick guide or tutorial will be pretty much appreciated.

Regarding to the issue itself, do you (or anyone) have any clue about the 12h43s limit?

owen-reorg commented 11 months ago

Regarding to the issue itself, do you (or anyone) have any clue about the 12h43s limit?

It is possible that your chain has forked from the canonical chain, resulting in it producing empty blocks according to the protocol. To confirm this, you can compare the block at the same height with the public endpoint.

I am closing this issue for now. Please feel free to reopen it if you have any further questions.