Skip to content

Commit

Permalink
Add note on LH flags for block building
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Sep 27, 2023
1 parent 27bad6d commit 10e4ff2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@ Eleel does not build valid execution blocks, but will build _invalid_ dummy exec
payloads. This is designed for use with [blockdreamer][blockdreamer] only and
**will cause you to propose invalid blocks** if used by a validator client.

If running Lighthouse as the controller, you should ensure it is configured to send payload
attributes every slot using these flags:

```
lighthouse bn \
--always-prepare-payload \
--prepare-payload-lookahead 8000 \
--suggested-fee-recipient 0xffffffffffffffffffffffffffffffffffffffff
```

Some other consensus clients provide similar flags.

## License

Copyright Sigma Prime 2023 and contributors.
Expand Down

0 comments on commit 10e4ff2

Please sign in to comment.