@@ -7,23 +7,41 @@ If you are a validator who is already connected to DoubleZero you may continue t
77
88#### Jito-Agave (version 3.1.9 or higher)
99
10- 1 . In your validator start script, add:
11- ` --shred-receiver-address 233.84.178.1:7733 `
12- 2 . Connect to the DoubleZero multicast group ` bebop ` as a publisher:
10+ 1 . In your validator start script, add: ` --shred-receiver-address 233.84.178.1:7733 `
11+
12+ You are able to send to Jito, and the ` bebop ` group at the same time.
13+
14+ example:
15+
16+ ``` json
17+ #!/bin/bash
18+ export PATH="/home/sol/.local/share/solana/install/releases/v3.1.9-jito/bin:$PATH"
19+ BLOCK_ENGINE_URL=https://ny.mainnet.block-engine.jito.wtf
20+ RELAYER_URL=http://ny.mainnet.relayer.jito.wtf:8100
21+ SHRED_RECEIVER_ADDR=<JitoBlockEngineAddress>
22+ <...The rest of your config...>
23+ --shred-receiver-address 233.84.178.1:7733.xyz:1002
24+ ```
25+
26+ 2 . Restart your validator.
27+
28+ 3 . Connect to the DoubleZero multicast group `bebop` as a publisher:
1329 `doublezero connect multicast --publish bebop`
14- 3 . Restart your validator.
30+
31+
1532
1633#### Frankendancer
1734
18- 1 .
19- In ` config.toml ` , add:
35+ 1 . In `config.toml`, add:
2036 ```toml
2137 [tiles.shred ]
2238 additional_shred_destinations_leader = [ "233.84.178.1:7733", ]
2339 ```
24- 2 . Connect to the DoubleZero multicast group ` bebop ` as a publisher:
40+ 2 . Restart your validator.s
41+
42+ 3 . Connect to the DoubleZero multicast group ` bebop ` as a publisher:
2543 ` doublezero connect multicast --publish bebop `
26- 3 . Restart your validator.
44+
2745
2846
2947!!! note inline end
0 commit comments