docs/hardware: update
- Update pruning info - Add Raspberry Pi 4 Mentioned here: https://github.com/fort-nix/nix-bitcoin/issues/39#issuecomment-917418830
This commit is contained in:
parent
1b597f92a6
commit
e57ab83a51
@ -94,10 +94,10 @@ Note that if the machine you're deploying *from* is insecure, there is nothing n
|
|||||||
|
|
||||||
Docs
|
Docs
|
||||||
---
|
---
|
||||||
* [FAQ](docs/faq.md)
|
|
||||||
* [Hardware Requirements](docs/hardware.md)
|
* [Hardware Requirements](docs/hardware.md)
|
||||||
* [Install instructions](docs/install.md)
|
* [Install instructions](docs/install.md)
|
||||||
* [Usage instructions](docs/usage.md)
|
* [Usage instructions](docs/usage.md)
|
||||||
|
* [FAQ](docs/faq.md)
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
---
|
---
|
||||||
|
@ -1,14 +1,18 @@
|
|||||||
Hardware requirements
|
Hardware requirements
|
||||||
---
|
---
|
||||||
* Disk space: 500 GB (400GB for Bitcoin blockchain + some room)
|
* RAM: 2GB. ECC memory is better. Additionally, it's recommended to use DDR4 memory with
|
||||||
* 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. ECC memory is better. Additionally, it's recommended to use DDR4 memory with
|
|
||||||
targeted row refresh (TRR) enabled (https://rambleed.com/).
|
targeted row refresh (TRR) enabled (https://rambleed.com/).
|
||||||
|
* Disk space: 500 GB (400GB for Bitcoin blockchain + some room) for an unpruned
|
||||||
|
instance of Bitcoin Core.
|
||||||
|
* This can be significantly lowered by enabling pruning.
|
||||||
|
Note: Pruning is not supported by `electrs`.
|
||||||
|
|
||||||
Tested hardware includes [pcengine's apu2c4](https://pcengines.ch/apu2c4.htm),
|
Tested low-end hardware includes:
|
||||||
[GB-BACE-3150](https://www.gigabyte.com/Mini-PcBarebone/GB-BACE-3150-rev-10),
|
- [Raspberry Pi 4](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/)
|
||||||
[GB-BACE-3160](https://www.gigabyte.com/de/Mini-PcBarebone/GB-BACE-3160-rev-10#ov).\
|
- [PC Engines apu2c4](https://pcengines.ch/apu2c4.htm)
|
||||||
Some hardware (including Intel NUCs) may not be compatible with the hardened kernel
|
- [Gigabyte GB-BACE-3150](https://www.gigabyte.com/Mini-PcBarebone/GB-BACE-3150-rev-10)
|
||||||
turned on by default (see https://github.com/fort-nix/nix-bitcoin/issues/39#issuecomment-517366093
|
- [Gigabyte GB-BACE-3160](https://www.gigabyte.com/de/Mini-PcBarebone/GB-BACE-3160-rev-10#ov)
|
||||||
|
|
||||||
|
Some hardware (including Intel NUCs) may not be compatible with the [hardened kernel preset](../modules/presets/hardened.nix)
|
||||||
|
(See https://github.com/fort-nix/nix-bitcoin/issues/39#issuecomment-517366093
|
||||||
for a workaround).
|
for a workaround).
|
||||||
|
Loading…
Reference in New Issue
Block a user