Skip to content

Commit

Permalink
add hardware requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfsn committed May 28, 2024
1 parent 57cc7fc commit e10ff1f
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 38 deletions.
2 changes: 0 additions & 2 deletions docs/2.community-tutorials.md → docs/community-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ sidebar_position: 10
This is a tutorial from the community:

- [Endurance Validator - Server Preparation](https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-1-b27329fb0a9b) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/)

- [Node Setup and Staking](https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-2-173f62e3a9b7) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/how-to-run-endurance-staking-node-2-173f62e3a9b7)

- [Withdrawal with Lighthouse command](https://medium.com/@fusionist.id/endurance-validator-withdrawal-process-d37163b2cd38) (by @Syam) - [Archive](https://web.archive.org/web/20240513031109/https://medium.com/@fusionist.id/endurance-validator-withdrawal-process-d37163b2cd38)
7 changes: 0 additions & 7 deletions docs/generate-key/_category_.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Running a Node",
"label": "Get Started",
"position": 20,
"link": {
"type": "generated-index",
Expand Down
39 changes: 39 additions & 0 deletions docs/get-started/hardware-requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
sidebar_position: 1
---

# Hardware Requirements

## Select a Service

Staking requires you to run a server online 24/7, so you should select a method to run your node:

1. Buy a cloud server service such as AWS, Google Cloud, or Oracle Cloud
2. Buy a VPS
3. Run your node on your local computer
4. Buy a mini server and set it up in your home
5. ...

## Hardware Parameters

### Memory requirement

The requirement of machine memory is decided by the Execution Layer client type.

| Client | Least Memory |
| --- | --- |
| Geth | 32 GB |
| Nethermind | 32 GB |
| Besu | 32 GB |
| Erigon | 32 GB |
| Reth | 8 GB |

### Disk space requirement

The requirement for disk space is related to the mode of storing data by the execution layer client.

| Client | Least Memory |
| --- | --- |
| Full node | 250 GB |
| Archive node | 500 GB |

6 changes: 6 additions & 0 deletions docs/get-started/reth-lighthouse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 10
---

# Reth + Lighthouse

15 changes: 0 additions & 15 deletions docs/running-a-node/1.select-a-machine.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/running-a-node/2.node-setup.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/send-deposit/_category_.json

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/OpenFusionist/staking-docs',
'https://github.com/OpenFusionist/staking-docs/edit/main/',
},
blog: false,
theme: {
Expand Down

0 comments on commit e10ff1f

Please sign in to comment.