Configuration
Beyond the source, filters, and sink, a daemon.toml can carry a handful of optional
configuration blocks that tune how a pipeline behaves. Add only the ones you need — every
one of them has a sensible default.
| Block / feature | Configures | Page |
|---|---|---|
[intersect] | where on the chain a pipeline starts reading | Intersect options |
WorkStats filter | where a pipeline stops (finalization) | Finalize options |
[cursor] | persisting progress so restarts resume where they left off | Stateful cursor |
[retries] | how failures are retried and backed off | Retry policy |
[chain] | connecting to a non-standard network | Custom networks |
[metrics] | exposing a Prometheus metrics endpoint | Pipeline metrics |