mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 02:12:33 +00:00
* linter * Add markdown linter * add env * only check markdown * Add token * Update .github/workflows/test-suite.yml * Markdown linter * Exit code * Update script * rename * mdlint * Add an empty line after end of file * Testing disable * add text * update mdlint.sh * ori validator inclusion * Add config yml file * Remove MD041 and fix advanced-datadir file * FIx validator inclusion file conflict * Merge branch 'unstable' into markdown-linter * change files * Merge branch 'markdown-linter' of https://github.com/chong-he/lighthouse into markdown-linter * mdlint * Remove MD025 * Remove MD036 * Remove MD045 * Removr MD001 * Set MD028 to false * Remove MD024 * Remove MD055 * Remove MD029 * Remove MD040 * Set MD040 to false * Set MD033 to false * Set MD013 to false * Rearrange yml file * Update mdlint.sh and test * Test remove fix * Test with fix * Test with space * Fix summary indentation * Test mdlint.sh * Update mdlint.sh * Test * Update * Test fix * Test again * Fix * merge into check-code * Update scripts/mdlint.sh Co-authored-by: Mac L <mjladson@pm.me> * Update scripts/mdlint.sh Co-authored-by: Mac L <mjladson@pm.me> * Remove set -e * Add comment * Merge pull request #7 from chong-he/unstable Merge unstable to markdown branch * mdlint * Merge branch 'unstable' into markdown-linter * mdlint
1.9 KiB
1.9 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 Management: explore how to generate wallet with Lighthouse.
- 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
- Merge Migration: look at what you need to do during a significant network upgrade: The Merge
- Late Block Re-orgs: read information about Lighthouse late block re-orgs.
- Blobs: information about blobs in Deneb upgrade