Skip to content

Commit ee23dce

Browse files
Adán Sánchez de Pedro Crespogitbook-bot
authored andcommitted
GitBook: [#11] add hardware requirements
1 parent 58979b1 commit ee23dce

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [Requirements](node-operators/requirements.md)
4747
* [What to Expect](node-operators/what-to-expect.md)
4848
* [Docker Quick Start Guide](node-operators/docker-quick-start-guide.md)
49-
* [Nest steps](node-operators/nest-steps.md)
49+
* [Next steps](node-operators/next-steps.md)
5050
* [CLI Reference](node-operators/cli-reference.md)
5151
* [Advanced Setups](node-operators/advanced-setups/README.md)
5252
* [Run Witnet as a systemd service](node-operators/advanced-setups/run-witnet-as-a-systemd-service.md)
File renamed without changes.

node-operators/requirements.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Requirements
22

3+
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.
4+
5+
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.
6+
7+
This is a quick checklist on what to look for:
8+
9+
* **At least 4GB of RAM** to ensure your node does not crash during heavy network activity.
10+
* **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.
11+
* **Any modern laptop or desktop** will run it flawlessly.
12+
* 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).
13+
* **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 commit comments

Comments
 (0)