Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 60af7a0

Browse files
authored
Add validation node instructions (#48)
* Add validation node instructions * add blocklist
1 parent 8caba1f commit 60af7a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ Environment variables:
104104
BUILDER_TX_SIGNING_KEY - private key of the builder used to sign payment transaction, must be the same as the coinbase address
105105
```
106106

107+
## Block Validation
108+
109+
The block validation api is exposed via the `flashbots` namespace. To enable block validation in the builder, enable the `flashbots` namespace in the http api `--http.api="engine,eth,builder,flashbots"`
110+
111+
### Blacklisting
112+
113+
By default the node will load blacklisted addresses from `ofac_blacklist.json` from working directory. You can specify the path to the file via `--builder.validation_blacklist`.
114+
115+
The default OFAC blacklist is provided with this repository in [ofac_blacklist.json](ofac_blacklist.json).
116+
107117
## Metrics
108118

109119
To enable metrics on the builder you will need to enable metrics with the flags `--metrics --metrics.addr 127.0.0.1 --metrics.builder` which will run

0 commit comments

Comments
 (0)