Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/Validator Multicast Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ For each epoch where validators publish leader shreds, they will be proportionat

### Not Publishing Leader Shreds:

The most common culprits in not transmitting shreds are:
The most common culprit in not transmitting shreds is client version:

1. Client version: you must be running Jito-Agave 3.1.9+, JitoBam 3.1.9+, Frankendancer, or Harmonic 3.1.11+. Other client versions will not work.

2. Running vanilla agave in xdp mode. Multicast is currently not supported on vanilla agave in xdp mode.

3. Setting `--bind-address` in your startup script. This will prevent traffic flowing over the `doublezero1` interface.
You must be running Jito-Agave 3.1.9+, JitoBam 3.1.9+, Frankendancer, or Harmonic 3.1.11+. Other client versions will not work.

### Retransmitting:

Expand Down