Skip to content

Commit 9092281

Browse files
committed
added some troubleshooting steps
1 parent ee86574 commit 9092281

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cli/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This module contains the CLI for creating distributed validator clusters of SSV nodes for users who wish to stake ETH to create a validator, but don't want to run their own hardware (or do want to run their hardware, but want multiple nodes running for higher resilience!).
44

5-
65
## Steps
76
- list all the operators
87
- select the ones you wish to use for your validator (and health check them)
@@ -79,3 +78,9 @@ $ ssv-dkg reshare --state ~/.ssv/deadbeefcafebabe.json \
7978
✅ distributed key reshared successfully!
8079
```
8180
Note: you will have to maintain a majority of operators from one cluster to the next.
81+
82+
83+
## Troubleshooting
84+
85+
- "Error fetching operator public key"
86+
You probably omitted or passed the wrong `--network` flag, and the operator ID doesn't exist on that network

0 commit comments

Comments
 (0)