From 5d40525d3170f902836c78c2fbe154804bac47cc 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 1/2] 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 +``` From 6dc794318031103b8aa0dcab01ca5e324506a2fa Mon Sep 17 00:00:00 2001 From: dkijania Date: Tue, 14 Jul 2026 11:03:17 +0200 Subject: [PATCH 2/2] docs: regenerate llms-full.txt for CPU requirements update Co-Authored-By: Claude Opus 4.8 (1M context) --- static/llms-full.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/llms-full.txt b/static/llms-full.txt index d78597c9d..fda4a4b6d 100644 --- a/static/llms-full.txt +++ b/static/llms-full.txt @@ -13970,9 +13970,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 |