mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user