File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -103,21 +103,24 @@ requirements.
103
103
- $T_ {\text{month}}$ = Number of seconds in a month (2,628,000)
104
104
- $\text{Size}_ {\text{IB}}$ = Size of each IB in bytes (98,608)
105
105
106
- 2 . ** EB Storage** : $$ S_{\text{EB}} = N_{\text{EB\_stage}} \times N_{\text{stages}} \times (\text{Size}_{\text{EB\_header}} + \text{Size}_{\text{EB\_body}} \times N_{\text{IB\_refs}}) $$
106
+ 2 . ** EB Storage** :
107
+
108
+ $$ S_{\text{EB}} = N_{\text{EB\_stage}} \times N_{\text{stages}} \times (\text{Size}_{\text{EB\_header}} + \text{Size}_{\text{EB\_body}} \times N_{\text{IB\_refs}}) $$
109
+
107
110
where:
108
111
- $N_ {\text{EB\_ stage}}$ = Number of EBs per stage (1.5)
109
112
- $N_ {\text{stages}}$ = Number of stages per month (131,400)
110
113
- $\text{Size}_ {\text{EB\_ header}}$ = EB header size (240 bytes)
111
114
- $\text{Size}_ {\text{EB\_ body}}$ = EB body size per reference (32 bytes)
112
115
- $N_ {\text{IB\_ refs}}$ = Number of IB references per EB (varies by IB rate)
113
116
114
- 1 . ** RB Storage** : $$ S_{\text{RB}} = N_{\text{RB\_stage}} \times N_{\text{stages}} \times \text{Size}_{\text{RB}} $$
117
+ 3 . ** RB Storage** : $$ S_{\text{RB}} = N_{\text{RB\_stage}} \times N_{\text{stages}} \times \text{Size}_{\text{RB}} $$
115
118
where:
116
119
- $N_ {\text{RB\_ stage}}$ = Number of RBs per stage (1)
117
120
- $N_ {\text{stages}}$ = Number of stages per month (131,400)
118
121
- $\text{Size}_ {\text{RB}}$ = Size of each RB (8,192 bytes = header + certificate)
119
122
120
- 2 . ** Total Chain State Storage** : $$ S_{\text{total}} = S_{\text{IB}} + S_{\text{EB}} + S_{\text{RB}} $$
123
+ 4 . ** Total Chain State Storage** : $$ S_{\text{total}} = S_{\text{IB}} + S_{\text{EB}} + S_{\text{RB}} $$
121
124
122
125
### Storage Calculation (0.05 IB/s)
123
126
You can’t perform that action at this time.
0 commit comments