Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed May 24, 2022
1 parent e50726a commit db5cb44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testutil/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Creating a cluster splitting existing keys for a public testnet:
```
# Prep the keys to split
# Each keystore-{foo}.json requires a keystore-{foo}.txt file containing the password.
mkdir split-keys
cp path/to/existing/keys/keystore-*.json split_keys/
cp path/to/passwords/keystore-*.txt split_keys/
mkdir mykeys
cp path/to/existing/keys/keystore-*.json mykeys/
cp path/to/passwords/keystore-*.txt mykeys/
compose new --split-keys-dir=split-keys --beacon-node=$BEACON_URL
compose new --split-keys-dir=mykeys --beacon-node=$BEACON_URL
compose auto
```

0 comments on commit db5cb44

Please sign in to comment.