Add docs about redundancy (#2142)

## Issue Addressed

- Resolves #2140

## Proposed Changes

Adds some documentation on the topic of "redundancy".

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-01-12 00:26:22 +00:00
parent 423dea169c
commit 1d535659d6
3 changed files with 123 additions and 0 deletions

View File

@@ -174,3 +174,11 @@ or after being off for more than several minutes.
If this log continues appearing sporadically during operation, there may be an
issue with your eth1 endpoint.
### Can I use redundancy in my staking setup?
You should **never** use duplicate/redundant validator keypairs or validator clients (i.e., don't
duplicate your JSON keystores and don't run `lighthouse vc` twice). This will lead to slashing.
However, there are some components which can be configured with redundancy. See the
[Redundancy](./redundancy.md) guide for more information.