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