Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonastheis committed Oct 28, 2024
1 parent b55d7fd commit 99fa112
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ Strictly speaking only one of the blob providers is necessary, but during testin
--verbosity 3
```

A full sync will take about 2 weeks depending on the speed of the RPC node, beacon node and the local machine. Progess is reported as follows for every 1000 blocks applied:

```bash
INFO [08-01|16:44:42.173] L1 sync progress blockhain height=87000 block hash=608eec..880ebd root=218215..9a58a2
```

### Sepolia
```bash
Expand All @@ -186,18 +181,19 @@ INFO [08-01|16:44:42.173] L1 sync progress blockhain hei
--verbosity 3
```

A full sync will take about 2-3 days depending on the speed of the RPC node, beacon node and the local machine. Progess is reported as follows for every 1000 blocks applied:
A full sync will take about 2 weeks for Mainnet and 2-3 days for Sepolia depending on the speed of the RPC node, beacon node and the local machine. Progess is reported as follows for every 1000 blocks applied:

```bash
INFO [08-01|16:44:42.173] L1 sync progress blockhain height=87000 block hash=608eec..880ebd root=218215..9a58a2
```


### Troubleshooting
You should see something like this shortly after starting:
- the node (APIs, geth console, etc) will not be responsive until all the L1 messages have been synced
- but it is already starting the derivation pipeline which can be seen through `L1 sync progress [...]`.
- for Sepolia it might take a little longer (10-20mins) for the first `L1 sync progress [...]` to appear as the L1 blocks are more sparse at the beginning

You should see something like this shortly after starting:
```bash
INFO [09-18|13:41:34.039] Starting L1 message sync service latestProcessedBlock=20,633,529
WARN [09-18|13:41:34.551] Running initial sync of L1 messages before starting l2geth, this might take a while...
Expand Down

0 comments on commit 99fa112

Please sign in to comment.