diff --git a/nodes/operations/bera-geth-to-reth.mdx b/nodes/operations/bera-geth-to-reth.mdx index 03d66bd..0ab3e17 100644 --- a/nodes/operations/bera-geth-to-reth.mdx +++ b/nodes/operations/bera-geth-to-reth.mdx @@ -52,10 +52,16 @@ Bera-Reth inherits Reth's CLI. The full upstream option list for the node comman | `--nat extip:IP` | same; this option is highly recommended | | `--port` (execution P2P) | `--port` and `--discovery.port` | | `--static-peers ` | `--trusted-peers ` | +| `--txpool.pricebump ` | same | +| `--txpool.accountslots ` | `--txpool.max-account-slots ` | +| `--txpool.lifetime ` | same (seconds; e.g. `10800`) | +| `--miner.gasprice ` / `--txpool.pricelimit ` | `--txpool.minimum-priority-fee ` | | Full node vs archive | Pruned-style: pass `--full`. Full archive: omit `--full` | Pass `--chain` with your EL genesis JSON path on every `bera-reth node` start, not only after `init`. +**Enforcing a minimum priority fee.** If you set a floor on tips under Bera-Geth (typically via `--miner.gasprice` or `--txpool.pricelimit`), use `--txpool.minimum-priority-fee ` on Bera-Reth. Transactions with a priority fee below this value are rejected from the pool. Omit the flag to accept any priority fee (Reth's default). + **Bootnodes** — Use the current [mainnet](https://github.com/berachain/beacon-kit/blob/main/testing/networks/80094/el-bootnodes.txt) or [Bepolia](https://github.com/berachain/beacon-kit/blob/main/testing/networks/80069/el-bootnodes.txt) `el-bootnodes.txt` with `--bootnodes` (comma-separated `enode://` lines). Typical Reth startup structure: