mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
## Proposed Changes Document some minimal and recommended system specs for running Lighthouse on mainnet with a modest number of validators.
26 lines
745 B
Markdown
26 lines
745 B
Markdown
# 📦 Installation
|
|
|
|
Lighthouse runs on Linux, macOS, and Windows (via [WSL][] only).
|
|
|
|
There are three core methods to obtain the Lighthouse application:
|
|
|
|
- [Pre-built binaries](./installation-binaries.md).
|
|
- [Docker images](./docker.md).
|
|
- [Building from source](./installation-source.md).
|
|
|
|
Additionally, there are two extra guides for specific uses:
|
|
|
|
- [Rapsberry Pi 4 guide](./pi.md).
|
|
- [Cross-compiling guide for developers](./cross-compiling.md).
|
|
|
|
## Minimum System Requirements
|
|
|
|
* Dual-core CPU, 2015 or newer
|
|
* 8 GB RAM
|
|
* 128 GB solid state storage
|
|
* 10 Mb/s download, 5 Mb/s upload broadband connection
|
|
|
|
For more information see [System Requirements](./system-requirements.md).
|
|
|
|
[WSL]: https://docs.microsoft.com/en-us/windows/wsl/about
|