[OP Stack Deployment] Running a Full Node for a deployed OP Stack Chain #402
Replies: 1 comment 5 replies
-
|
Followed the steps mentioned here: #17 (comment) This is what This will take many days to sync it seems since its too many blocks behind the safe L1 block in this case which is an Base Sepolia (2s block time). We really do need L3 configs from the OP team, or some insights on how to make it run better/best practices! @sbvegan |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
After successfully running a sequencer node with p2p enabled. Adding a full node to the network seems to be failing. The
opp2p_peersshows that both nodes have connected with each other after adding--p2p.staticflag with the archival nodes p2p id to the full node.Running only
op-nodeandop-gethfor the full node. The full node attempts connections with random p2p addresses that show in the op-node logs.Logs
op-gethcommand:logs:

op-nodecommand:logs:

Additional Information
Ran this set up for 3 days but the results were the same, the full node never synced and always returns block number as 0 for the
eth_getBlockByNumberRPC call. All appropriate ports are enabled (tcp/udp) so this could not be a firewall issue causing this.Feedback
The default port for P2P is
9222and not9003as mentioned in the docs.Beta Was this translation helpful? Give feedback.
All reactions