From e07d1035ab419ec20e513aeee5db3d190b370480 Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Thu, 12 Mar 2026 13:45:29 -0500 Subject: [PATCH] docs: clarify evonode CPU requirements (x86-64-v3) Update the evonode hardware requirements note to explicitly reference the x86-64-v3 microarchitecture level instead of the vague 'Haswell or newer' language. Notes that some older Haswell-era processors (e.g. Xeon E5 v3 with TSX disabled) may not be compatible, and that ARM64 is supported. Closes dashpay/platform#2442 --- docs/user/masternodes/understanding.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user/masternodes/understanding.rst b/docs/user/masternodes/understanding.rst index 8a9f10313..f0901eda7 100644 --- a/docs/user/masternodes/understanding.rst +++ b/docs/user/masternodes/understanding.rst @@ -421,7 +421,11 @@ Core. To support the network effectively, the following requirements are recomme .. note:: - Intel CPUs should be `Haswell architecture `_ or newer + Platform release builds target the `x86-64-v3 `_ + microarchitecture level. Most Intel `Haswell `_ + (2013) and newer CPUs, as well as AMD Excavator (2015) and newer CPUs, support this level. + However, some older Haswell-era processors (e.g. certain Xeon E5 v3 steppings with TSX disabled) + may not be compatible. ARM64 hosts are also supported. +---------+------------------+ | | Recommended |