mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(op): docs sync to tip (#8584)
This commit is contained in:
@ -51,4 +51,12 @@ Import of >4 million OP mainnet accounts at Bedrock, completes in 10 minutes.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
./op-reth init-state --chain optimism <state-dump>
|
./op-reth init-state --chain optimism <state-dump>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Sync from Bedrock to tip
|
||||||
|
|
||||||
|
Running the node with `--debug.tip <block-hash>`syncs the node without help from CL until a fixed tip. The
|
||||||
|
block hash can be taken from the latest block on <https://optimistic.etherscan.io>.
|
||||||
|
|
||||||
|
Use `op-node` to track the tip. Start `op-node` with `--syncmode=execution-layer`. If `op-node`'s RPC
|
||||||
|
connection to L1 is over localhost, `--l1.trustrpc` can be set to improve performance.
|
||||||
Reference in New Issue
Block a user