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/operators/setup/hardware.md
+17
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,27 @@ The following hardware specifications are recommended for the Casper [Mainnet](h
26
26
27
27
Attempting to run a Casper node on older hardware can result in unexpected crashes. This is due to the CPU not supporting instructions used by our official binaries, including AVX2 and Intel SHA extensions.
28
28
29
+
These are the list of CPU flags on x86_64 architecture, for reference;
30
+
31
+
- AVX2
32
+
- AVX
33
+
- BMI
34
+
- CMOV
35
+
- MODE64
36
+
- NOVLX
37
+
- SHA
38
+
- SSE1
39
+
- SSE2
40
+
- SSE3
41
+
- SSE41
42
+
- SSSE3
43
+
29
44
To avoid these issues, we recommend a CPU running AMD Zen, Intel Ice Lake or newer architecture.
30
45
31
46
:::note
32
47
33
48
This only applies to official binaries released by Casper. If you are compiling your node from scratch, you may choose to disable the extensions in question.
34
49
50
+
If you are using a non standard OS, you should compile from source instead of using released binaries.
Copy file name to clipboardExpand all lines: versioned_docs/version-2.0.0/operators/setup/hardware.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,29 @@ The following hardware specifications are recommended for the Casper [Mainnet](h
24
24
25
25
### CPU Requirements {#cpu-requirements}
26
26
27
-
Attempting to run a Casper node on older hardware can result in unexpected crashes. This is due to the CPU not supporting instructions used by our official binaries, including AVX2 and Intel SHA extensions.
27
+
Attempting to run a Casper node on older hardware can result in unexpected crashes. This is due to the CPU not supporting instructions used by our official binaries, including AVX2 and Intel SHA extensions.
28
+
29
+
These are the list of CPU flags on x86_64 architecture, for reference;
30
+
31
+
- AVX2
32
+
- AVX
33
+
- BMI
34
+
- CMOV
35
+
- MODE64
36
+
- NOVLX
37
+
- SHA
38
+
- SSE1
39
+
- SSE2
40
+
- SSE3
41
+
- SSE41
42
+
- SSSE3
28
43
29
44
To avoid these issues, we recommend a CPU running AMD Zen, Intel Ice Lake or newer architecture.
30
45
31
46
:::note
32
47
33
48
This only applies to official binaries released by Casper. If you are compiling your node from scratch, you may choose to disable the extensions in question.
34
49
50
+
If you are using a non standard OS, you should compile from source instead of using released binaries.
0 commit comments