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 +```