Mention disabling Hyper-Threading and mention ECC

This commit is contained in:
Jonas Nick 2019-05-18 19:18:00 +00:00
parent 4ecb77250f
commit 1797ae7d19
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 8 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Hardware requirements
---
* Disk space: 300 GB (235GB for Bitcoin blockchain + some room)
* Bitcoin Core pruning is not supported at the moment because it's not supported by c-lightning. It's possible to use pruning but you need to know what you're doing.
* RAM: 2GB of memory
* RAM: 2GB of memory. ECC memory is better.
Tested hardware includes [pcengine's apu2c4](https://pcengines.ch/apu2c4.htm)

View File

@ -125,6 +125,13 @@ See [usage.md](usage.md) for usage instructions, such as how to update.
Tutorial: install and configure NixOS for nix-bitcoin on your own hardware
---
## 0. Preparation
1. Optional: Disable Simultaneous Multi-Threading (SMT) in the BIOS
Researchers recommend disabling (SMT), also known as Hyper-Threading Technology in the Intel® world to significantly reduce the impact of speculative exacution-based attacks (https://mdsattacks.com/).
## 1. NixOS installation
This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.html#ch-installation). Look there for more information.