-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitBook: [#11] add hardware requirements
- Loading branch information
1 parent
58979b1
commit ee23dce
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |