mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 12:22:51 +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.
23 lines
1.8 KiB
Markdown
23 lines
1.8 KiB
Markdown
# 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](./advanced_checkpoint_sync.md): quickly sync the beacon chain to perform validator duties.
|
|
* [Custom Data Directories](./advanced_datadir.md): modify the data directory to your preferred location.
|
|
* [Proposer Only Beacon Nodes](./advanced_proposer_only.md): beacon node only for proposer duty for increased anonymity.
|
|
* [Remote Signing with Web3Signer](./advanced_web3signer.md): don't want to store your keystore in local node? Use web3signer.
|
|
* [Database Configuration](./advanced_database.md): understanding space-time trade-offs in the database.
|
|
* [Database Migrations](./advanced_database_migrations.md): have a look at all previous Lighthouse database scheme versions.
|
|
* [Key Recovery](./advanced_key_recovery.md): explore how to recover wallet and validator with Lighthouse.
|
|
* [Advanced Networking](./advanced_networking.md): open your ports to have a diverse and healthy set of peers.
|
|
* [Running a Slasher](./advanced_slasher.md): contribute to the health of the network by running a slasher.
|
|
* [Redundancy](./advanced_redundancy.md): want to have more than one beacon node as backup? This is for you.
|
|
* [Release Candidates](./advanced_release_candidates.md): latest release of Lighthouse to get feedback from users.
|
|
* [Maximal Extractable Value](./advanced_builders.md): use external builders for a potential higher rewards during block proposals
|
|
* [Late Block Re-orgs](./advanced_re-orgs.md): read information about Lighthouse late block re-orgs.
|
|
* [Blobs](./advanced_blobs.md): information about blobs in Deneb upgrade
|