From b7bea572fa0c3b9299dfca8ab0b3482b7e815cf8 Mon Sep 17 00:00:00 2001 From: Alan <72793054+amc-ie@users.noreply.github.com> Date: Wed, 27 May 2026 11:49:14 +0100 Subject: [PATCH] Update CPU requirements for Block Producer and SNARK Worker Adding ADX requirement for BP & SW CPUs --- docs/node-operators/validator-node/requirements.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/node-operators/validator-node/requirements.mdx b/docs/node-operators/validator-node/requirements.mdx index d39f6c211..59717de7d 100644 --- a/docs/node-operators/validator-node/requirements.mdx +++ b/docs/node-operators/validator-node/requirements.mdx @@ -17,9 +17,9 @@ Please note the following are the hardware requirements for each node type after | Node Type | Memory | CPU | Storage | Network | |--|--|--|--|--| -| Block Producer | 32 GB RAM | 8 core processor with BMI2 and AVX CPU instruction set are required | 64 GB | 1 Mbps Internet Connection | +| Block Producer | 32 GB RAM | 8 core processor with BMI2, ADX and AVX CPU instruction set are required | 64 GB | 1 Mbps Internet Connection | | SNARK Coordinator | 32 GB RAM | 8 core processor | 64 GB | 1 Mbps Internet Connection | -| SNARK Worker | 32 GB RAM | 4 core/8 threads per worker with BMI2 and AVX CPU instruction set are required | 64 GB | 1 Mbps Internet Connection | +| SNARK Worker | 32 GB RAM | 4 core/8 threads per worker with BMI2. ADX and AVX CPU instruction set are required | 64 GB | 1 Mbps Internet Connection | | Archive Node | 32 GB RAM | 8 core processor | 64 GB | 1 Mbps Internet Connection | | Rosetta API standalone Docker image | 32 GB RAM | 8 core processor | 64 GB | 1 Mbps Internet Connection | | Mina Seed Node | 64 GB RAM | 8 core processor | 64 GB | 1 Mbps Internet Connection | @@ -59,4 +59,4 @@ sudo ufw enable sudo ufw allow 22 sudo ufw allow 8302 sudo ufw allow 3085 -``` \ No newline at end of file +```