-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathvalidator_compute.yml
38 lines (30 loc) · 1.49 KB
/
validator_compute.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Validator Compute Requirements Specification
# This document outlines the compute requirements for validators.
# It serves as a guide to recommend suitable hardware for your subnet.
# Note: Specifications for miners may differ from those for validators.
version: '1.0' # Update this version key as needed to match your release version.
compute_spec:
cpu:
min_cores: 32 # Minimum number of CPU cores
min_speed: 2.5 # Minimum speed per core (GHz)
recommended_cores: 32 # Recommended number of CPU cores
recommended_speed: 3.5 # Recommended speed per core (GHz)
architecture: "x86_64" # Architecture type (e.g., x86_64, arm64)
memory:
min_ram: 120 # Minimum RAM (GB)
min_swap: 4 # Minimum swap space (GB)
recommended_swap: 8 # Recommended swap space (GB)
ram_type: "DDR4" # RAM type (e.g., DDR4, DDR3, etc.)
storage:
min_space: 500 # Minimum free storage space (GB)
recommended_space: 1000 # Recommended free storage space (GB)
type: "SSD" # Preferred storage type (e.g., SSD, HDD)
min_iops: 1000 # Minimum I/O operations per second (if applicable)
recommended_iops: 5000 # Recommended I/O operations per second
os:
name: "Ubuntu" # Preferred operating system
version: 20.04 # Preferred operating system version
network_spec:
bandwidth:
download: 100 # Minimum download bandwidth (Mbps)
upload: 20 # Minimum upload bandwidth (Mbps)