Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel committed Mar 20, 2024
1 parent 88dd71e commit 4742ef1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,6 @@ Files:
- `keyshares.json` - this file contains the keyshares necessary to register the validator on the ssv.network
- `proof.json` - crucial for resharing your validator to a different set of operators in the future.


Using `ssv-dkg` tool, it is also possible to change the operators managing a validator generated through a DKG ceremony.

For example, if an initial DKG ceremony created a cluster composed of operator with IDs [1,2,3,4], the resharing ceremony can create a new cluster, with a completely different set of operators (e.g. with IDs [5,6,7,8]) or a set with partial overlap (e.g. with IDs [1,2,5,6]). The new threshold will be computed based on a new set of operators, using 3f+1 tolerance.

> ⚠️ All operators (**old set and new set**) must be online to complete the resharing ceremony.

Similarly to the initiation of a new DKG ceremony, key resharing can be accomplished by launching a Docker command, or building from source and running the resulting executable.

### Troubleshooting

#### dial tcp timeout
Expand Down

0 comments on commit 4742ef1

Please sign in to comment.