mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
## Proposed Changes * Add documentation about slashing protection, including how to troubleshoot issues and move between clients. * Add an error message if the validator client is started with 0 validators. Previously it would hit an error relating to the slashing protection database not existing, which wrongly pushed people towards using the unsafe `--init-slashing-protection` flag.
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Summary
|
|
|
|
* [Introduction](./intro.md)
|
|
* [Become a Testnet Validator](./testnet-validator.md)
|
|
* [Installation](./installation.md)
|
|
* [Pre-Built Binaries](./installation-binaries.md)
|
|
* [Docker](./docker.md)
|
|
* [Build from Source](./installation-source.md)
|
|
* [Raspberry Pi 4](./pi.md)
|
|
* [Cross-Compiling](./cross-compiling.md)
|
|
* [Key Management](./key-management.md)
|
|
* [Create a wallet](./wallet-create.md)
|
|
* [Create a validator](./validator-create.md)
|
|
* [Key recovery](./key-recovery.md)
|
|
* [Validator Management](./validator-management.md)
|
|
* [Importing from the Eth2 Launchpad](./validator-import-launchpad.md)
|
|
* [Slashing Protection](./slashing-protection.md)
|
|
* [APIs](./api.md)
|
|
* [Beacon Node API](./api-bn.md)
|
|
* [/lighthouse](./api-lighthouse.md)
|
|
* [Validator Inclusion APIs](./validator-inclusion.md)
|
|
* [Validator Client API](./api-vc.md)
|
|
* [Endpoints](./api-vc-endpoints.md)
|
|
* [Authorization Header](./api-vc-auth-header.md)
|
|
* [Signature Header](./api-vc-sig-header.md)
|
|
* [Prometheus Metrics](./advanced_metrics.md)
|
|
* [Advanced Usage](./advanced.md)
|
|
* [Database Configuration](./advanced_database.md)
|
|
* [Local Testnets](./local-testnets.md)
|
|
* [Advanced Networking](./advanced_networking.md)
|
|
* [Contributing](./contributing.md)
|
|
* [Development Environment](./setup.md)
|
|
* [FAQs](./faq.md)
|