From 435a80d4c3379077de3754f30c6cf38d46c75b5c Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 1 Dec 2020 12:34:04 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f9aca5d3..e6340c422 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ With the daemon running, `lbrynet commands` will show you a list of commands. The full API is documented [here](https://lbry.tech/api/sdk). +## Recommended hardware + +The minimum hardware for a full node is 16cpus, 92gb of RAM, and 160gb of NVMe storage. The recommended hardware is 32cpus, 128gb of RAM, and 160gb of NVMe storage. + ## Running from source Installing from source is also relatively painless. Full instructions are in [INSTALL.md](INSTALL.md)