-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve installation telemetry language + add system requirements (#23)
* Improve installation telemetry language + add system requirements
- Loading branch information
1 parent
6fe5ae9
commit f4315a7
Showing
5 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# System requirements | ||
|
||
## Supported Operating Systems and Compute Platforms | ||
|
||
| Operating Systems | Compute Platforms | | ||
|-------------------|-------------------| | ||
| Debian | arm64/amd64 | | ||
| Ubuntu | arm64/amd64 | | ||
|
||
## Compute Requirements and Recommendations | ||
|
||
| Minimum Requirements | Recommended Requirements | | ||
|----------------------|--------------------------| | ||
| 4 CPU cores | 8 CPU cores | | ||
| 8 GB RAM | 16 GB RAM | | ||
| 100 GB storage | 200 GB storage | | ||
| 100 Mbps network | 1 Gbps network | | ||
|
||
!!! note | ||
The above requirements are based on the assumption that the node will be running on a dedicated machine. | ||
If you are running other services on the same machine, you may need to adjust the requirements accordingly. | ||
|
||
## Why These Requirements? | ||
|
||
The consensus algorithm used by the network is based on a protocol | ||
that benefits from fast response times and high availability. | ||
The requirements are set to ensure that the node can keep up with the network and provide good node health which | ||
benefits the network as a whole, including the node runner. | ||
If you are unable to meet these requirements, you may still be able to run a node. | ||
However, it may not be as beneficial to the network or to you, | ||
as your node won't be able to earn rewards effectively. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters