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
We have specific requirements for features that should be supported by CPUs that neard runs on: https://near-nodes.io/validator/hardware
We tried to make these features required to run neard (#11711), but that was met with heavy pushback from the community who wants to run their nodes on unsupported hardware, even if it might turn out to be too slow. The change was eventually rolled back in #11973.
Let's check the CPU features on startup and print an error message if the required features are not there. This will let node operators know that they should upgrade the hardware without crashing the node in a weird way.
/cc @nagisa
The text was updated successfully, but these errors were encountered:
We have specific requirements for features that should be supported by CPUs that
neard
runs on: https://near-nodes.io/validator/hardwareWe tried to make these features required to run
neard
(#11711), but that was met with heavy pushback from the community who wants to run their nodes on unsupported hardware, even if it might turn out to be too slow. The change was eventually rolled back in #11973.Let's check the CPU features on startup and print an error message if the required features are not there. This will let node operators know that they should upgrade the hardware without crashing the node in a weird way.
/cc @nagisa
The text was updated successfully, but these errors were encountered: