You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Validator Multicast Connection.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ If you are not already connected to DoubleZero please complete [Setup](https://d
8
8
9
9
If you are a validator who is already connected to DoubleZero you may continue this guide.
10
10
11
+
## 1. Client Configuration
11
12
12
-
### **Jito-Agave (v3.1.9+)**
13
+
### Jito-Agave (v3.1.9+)
13
14
14
15
1. In your validator start script, add: `--shred-receiver-address 233.84.178.1:7733`
15
16
@@ -30,7 +31,7 @@ If you are a validator who is already connected to DoubleZero you may continue t
30
31
2. Restart your validator.
31
32
3. Connect to the DoubleZero multicast group `bebop` as a publisher: `doublezero connect ibrl && doublezero connect multicast --publish bebop`
32
33
33
-
### **Frankendancer**
34
+
### Frankendancer
34
35
35
36
1. In `config.toml`, add:
36
37
@@ -42,11 +43,11 @@ If you are a validator who is already connected to DoubleZero you may continue t
42
43
2. Restart your validator.
43
44
3. Connect to the DoubleZero multicast group `bebop` as a publisher: `doublezero connect ibrl && doublezero connect multicast --publish bebop`
44
45
45
-
### Confirm you're publishing leader shreds
46
+
## 2. Confirm you're publishing leader shreds
46
47
47
48
Once you are connected you may check [this dashboard](https://data.malbeclabs.com/dz/publisher-check) to confirm you are publishing shreds. You will not see confirmation until after you have published leader shreds for at least one slot.
48
49
49
-
### Set up an Associated Token Account (ATA) for 2Z Token
50
+
## 3. Set up an Associated Token Account (ATA) for 2Z Token
50
51
51
52
Ensure there is a DoubleZero "2Z" token ATA linked to your validator identity.
52
53
@@ -61,6 +62,6 @@ You may replace `--fee-payer <path/to/payer.json>` with the default keypair whic
61
62
62
63
This command may be run on your validator, or another machine.
63
64
64
-
###Validator Rewards
65
+
##4. Validator Rewards
65
66
66
67
For each epoch where validators publish leader shreds, they will be proportionately rewarded for their contribution based on subscriptions. Rewards are automatically distributed to the ATA roughly 10 epochs later.
0 commit comments