Skip to content

Commit

Permalink
GitBook: [#11] add hardware requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Adán Sánchez de Pedro Crespo authored and gitbook-bot committed Dec 17, 2021
1 parent 58979b1 commit ee23dce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* [Requirements](node-operators/requirements.md)
* [What to Expect](node-operators/what-to-expect.md)
* [Docker Quick Start Guide](node-operators/docker-quick-start-guide.md)
* [Nest steps](node-operators/nest-steps.md)
* [Next steps](node-operators/next-steps.md)
* [CLI Reference](node-operators/cli-reference.md)
* [Advanced Setups](node-operators/advanced-setups/README.md)
* [Run Witnet as a systemd service](node-operators/advanced-setups/run-witnet-as-a-systemd-service.md)
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions node-operators/requirements.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Requirements

Witnet mining uses a probabilistic BFT-alike consensus algorithm, so no Proof-of-Work is necessary. In addition, `witnet-rust` is written in Rust, one of the most performance-focussed and secure programming languages available. When compiled, the resulting binary is tailored to each specific platform, which guarantees near-zero overhead.

The hardware requirements for running a full node are therefore incredibly low. Obviously, the more resources you spare when provisioning your machine, the better it will perform and the less likely it will be to run into issues.

This is a quick checklist on what to look for:

* **At least 4GB of RAM** to ensure your node does not crash during heavy network activity.
* **A good amount of disk space** (somewhere in the 100s of GBs) is better for long term storage of the blockchain. The chain is expected not to grow more than 75GB per year.
* **Any modern laptop or desktop** will run it flawlessly.
* Virtual private servers (VPS) should work too. [Here is a tutorial to set up a Witnet node on the popular VPS service, Digital Ocean](https://www.youtube.com/watch?v=qlo0D\_2F7qw). Take into account however that **some cloud providers may restrict the use of blockchain protocols**. Also, your node may get [poor connectivity with the rest of the network because of bucketing](https://medium.com/witnet/the-p2p-bucketing-system-in-witnet-d893dce4b8c5), especially if you are running the node from a popular IP range (for example, from cheap VPS services such as Contabo or Digital Ocean).
* **Raspberry Pis**, especially the _Pi 4 Model B_, are also supported and, in our experience, are a great, inexpensive way of running a Witnet node. [Here is a tutorial on how to set up a Witnet node on a Raspberry Pi](https://www.youtube.com/watch?v=He2vuLtFyns).

0 comments on commit ee23dce

Please sign in to comment.