You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/op-stack-rollup-boost.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,11 @@ The command above starts op-reth as an external block builder with the following
45
45
-`--trusted-peers`: Connects to our Op Stack's EL node using the deterministic enode address
46
46
47
47
Once op-reth is running, it will connect to the Op Stack and begin participating in block building. You can verify it's working by checking the logs of both the sequencer and op-reth for successful block proposals.
48
+
49
+
## Internal block builder
50
+
51
+
To use an internal `op-reth` as a block builder, run:
52
+
53
+
```
54
+
$ go run main.go cook opstack --external-builder op-reth
0 commit comments