mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
* #6447 - Move some deprecated pages to a new section under `Archived` - Remove fallback log in mev as the log will not be present after VC using `/eth/v3/validator/blocks` endpoint by default - Add warning against using Btrfs file system (thank you @ChosunOne for the report) - Add data shared by @mcdee on tree states API queries time - Rename partial withdrawals to validator sweep to differentiate it from the upcoming execution layer partial withdrawals - Update NAT API response - Update docs on IPv6 - Rename .md files to follow a standard prefix section name, e.g., installation_*.md, advanced_*.md - Standardise .md files using underscore `_` instead of hyphen `-` to be consistent with other files naming conventions.
920 B
920 B
Homebrew package
Lighthouse is available on Linux and macOS via the Homebrew package manager.
Please note that this installation method is maintained by the Homebrew community. It is not officially supported by the Lighthouse team.
Installation
Install the latest version of the lighthouse formula with:
brew install lighthouse
Usage
If Homebrew is installed to your PATH (default), simply run:
lighthouse --help
Alternatively, you can find the lighthouse binary at:
"$(brew --prefix)/bin/lighthouse" --help
Maintenance
The formula is kept up-to-date by the Homebrew community and a bot that lists for new releases.
The package source can be found in the homebrew-core repository.