Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/users/getting_started/hardware-reqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Hardware Requirements
sidebar_position: 1
---

Forest is designed to be lightweight enough to run on consumer hardware. Below are recommendations for the minium and recommended hardware requirements for running a Forest node, depending on the use case. All requirements assume running the latest version of Forest on mainnet. The requirements on test networks are significantly lower (yes, solar-powered Raspberry Pi 5 is totally fine, check the bottom of the page).
Forest is designed to be lightweight enough to run on consumer hardware. Below are recommendations for the minimum and recommended hardware requirements for running a Forest node, depending on the use case. All requirements assume running the latest version of Forest on mainnet. The requirements on test networks are significantly lower (yes, solar-powered Raspberry Pi 5 is totally fine, check the bottom of the page).

As a rule of thumb, an RPC node would require `200 GiB + 5 GiB per day of retention` of disk space. For example, if you want to retain 60 days of historical state, you would need `200 GiB + (5 GiB * 60) = 500 GiB` of disk space.

Expand Down
Loading