Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add(docs): Add minimal hardware requirements #8822

Merged
merged 5 commits into from
Sep 3, 2024
Merged
Changes from 2 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
21 changes: 12 additions & 9 deletions book/src/user/requirements.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# System Requirements

We recommend the following requirements for compiling and running `zebrad`:
Zebra has the following hardware requirements.

## Recommended Requirements
arya2 marked this conversation as resolved.
Show resolved Hide resolved

- 4 CPU cores
- 16 GB RAM
- 300 GB available disk space for building binaries and storing cached chain
state
- 300 GB available disk space
- 100 Mbps network connection, with 300 GB of uploads and downloads per month

Zebra's tests can take over an hour, depending on your machine. Note that you
might be able to build and run Zebra on slower systems — we haven't tested its
exact limits yet.
## Minimal Requirements
upbqdn marked this conversation as resolved.
Show resolved Hide resolved

- 2 CPU cores
- 4 GB RAM
arya2 marked this conversation as resolved.
Show resolved Hide resolved
- 300 GB available disk space

You can run Zebra fine on a computer such as Orange Pi Zero 2W with a 512 GB
microSD card.
upbqdn marked this conversation as resolved.
Show resolved Hide resolved

## Disk Requirements

Expand Down Expand Up @@ -48,9 +54,6 @@ networks.
- Ongoing updates: 10 MB - 10 GB upload and download per day, depending on
user-created transaction size and peer requests.

Zebra performs an initial sync every time its internal database version changes,
so some version upgrades might require a full download of the whole chain.

arya2 marked this conversation as resolved.
Show resolved Hide resolved
Zebra needs some peers which have a round-trip latency of 2 seconds or less. If
this is a problem for you, please [open a
ticket.](https://github.com/ZcashFoundation/zebra/issues/new/choose)