mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +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.
1.8 KiB
1.8 KiB
Advanced Usage
Want to get into the nitty-gritty of Lighthouse configuration? Looking for something not covered elsewhere?
This section provides detailed information about configuring Lighthouse for specific use cases, and tips about how things work under the hood.
- Checkpoint Sync: quickly sync the beacon chain to perform validator duties.
- Custom Data Directories: modify the data directory to your preferred location.
- Proposer Only Beacon Nodes: beacon node only for proposer duty for increased anonymity.
- Remote Signing with Web3Signer: don't want to store your keystore in local node? Use web3signer.
- Database Configuration: understanding space-time trade-offs in the database.
- Database Migrations: have a look at all previous Lighthouse database scheme versions.
- Key Recovery: explore how to recover wallet and validator with Lighthouse.
- Advanced Networking: open your ports to have a diverse and healthy set of peers.
- Running a Slasher: contribute to the health of the network by running a slasher.
- Redundancy: want to have more than one beacon node as backup? This is for you.
- Release Candidates: latest release of Lighthouse to get feedback from users.
- Maximal Extractable Value: use external builders for a potential higher rewards during block proposals
- Late Block Re-orgs: read information about Lighthouse late block re-orgs.
- Blobs: information about blobs in Deneb upgrade