Skip to content

Commit

Permalink
chore(docs) : Add validator requirements tab snippet. (#4230)
Browse files Browse the repository at this point in the history
* Add validator requirements tab snippet
  • Loading branch information
vivekjain23 authored Dec 5, 2024
1 parent b4b2dc5 commit 9f50d1c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 40 deletions.
23 changes: 23 additions & 0 deletions docs/content/_snippets/validator-requirements-tab.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<Tabs groupId="networks">

<TabItem label="Mainnet" value="mainnet">

- **RAM:** 128 GB
- **CPU:** 24-core processor
- **Storage:** 4 TB
- **Network Uplink:** 1 Gbps
- **Minimum Stake:** 2 million IOTAs (can be achieved through delegation)

</TabItem>

<TabItem label="Testnet" value="testnet">

- **RAM:** 64 GB
- **CPU:** 8-core processor
- **Storage:** 2 TB
- **Network Uplink:** 1 Gbps
- **Minimum Stake:** 2 million IOTAs (can be achieved through delegation)

</TabItem>

</Tabs>
26 changes: 3 additions & 23 deletions docs/content/about-iota/FAQ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import ValidatorRequirementsTab from '../_snippets/validator-requirements-tab.mdx'

---
description: Frequently asked question about IOTA Rebased, Move and the IOTA Rebased Proposal.
---
Expand All @@ -24,29 +26,7 @@ To participate:

[Validators](https://docs.iota.org/operator/validator-operation/validator-tasks) are expected to have:

<Tabs groupId="networks">

<TabItem label="Mainnet" value="mainnet">

- **RAM:** 128 GB
- **CPU:** 24-core processor
- **Storage:** 4 TB
- **Network Uplink:** 1 Gbps
- **Minimum Stake:** 2 million IOTAs (can be achieved through delegation)

</TabItem>

<TabItem label="Testnet" value="testnet">

- **RAM:** 64 GB
- **CPU:** 8-core processor
- **Storage:** 2 TB
- **Network Uplink:** 1 Gbps
- **Minimum Stake:** 2 million IOTAs (can be achieved through delegation)

</TabItem>

</Tabs>
<ValidatorRequirementsTab/>

## 4. What happens to the existing IOTA EVM?

Expand Down
19 changes: 2 additions & 17 deletions docs/content/operator/validator-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Learn how to set up, configure, and manage an IOTA Validator node,
import StakingPoolReqs from "../_snippets/staking-pool-reqs.mdx";
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/validator-config.json';
import ValidatorRequirements from "../_snippets/validator-requirements-tab.mdx"

Validators on the IOTA network run special nodes and have additional tasks and responsibilities beyond those of Full node operators.

Expand All @@ -28,23 +29,7 @@ Specific steps you must take include:

<StakingPoolReqs />

## Hardware requirements to run a Validator node on Mainnet

Suggested minimum hardware specifications to run an IOTA Validator node on Mainnet:

- CPU: 24 physical cores (or 48 virtual cores)
- Memory: 128 GB
- Storage: 4 TB NVME
- Network: 1 Gbps

## Hardware requirements to run a Validator node on Testnet

Suggested minimum hardware specifications to run an IOTA Validator node on Testnet:

- CPU: 8 cores
- Memory: 64 GB
- Storage: 2 TB NVME
- Network: 1 Gbps
<ValidatorRequirements />

## Validator consensus and voting power

Expand Down

0 comments on commit 9f50d1c

Please sign in to comment.