Mention disabling Hyper-Threading and mention ECC
This commit is contained in:
parent
4ecb77250f
commit
1797ae7d19
@ -67,7 +67,7 @@ Hardware requirements
|
|||||||
---
|
---
|
||||||
* Disk space: 300 GB (235GB for Bitcoin blockchain + some room)
|
* 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.
|
* 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)
|
Tested hardware includes [pcengine's apu2c4](https://pcengines.ch/apu2c4.htm)
|
||||||
|
|
||||||
|
@ -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
|
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
|
## 1. NixOS installation
|
||||||
|
|
||||||
This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.html#ch-installation). Look there for more information.
|
This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.html#ch-installation). Look there for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user