From 44bbf54137ea1d8a33d0cb089bf1da5763db2fc9 Mon Sep 17 00:00:00 2001 From: conan <12594210+0x0conan@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:59:56 +0800 Subject: [PATCH] fix: import validator keys to lighthouse (#34) here should be 'import validator keys to lighthouse' not 'import the validators' Co-authored-by: conan <12594210+conan-xyz@users.noreply.github.com> --- docs/registration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registration.md b/docs/registration.md index 4735f0d..73d065a 100644 --- a/docs/registration.md +++ b/docs/registration.md @@ -83,7 +83,7 @@ You can find your generated keystore files in the `coral/etc/keys/bls_keys/` dir - [Import your validator keys to Nimbus ↗](https://nimbus.guide/run-a-validator.html#2-import-your-validator-keys) - [Import your validator keys to Teku ↗](https://docs.teku.consensys.io/how-to/load-validators-without-restarting) - [Import your validator keys to Lodestar ↗](https://chainsafe.github.io/lodestar/validator-management/vc-configuration/#import-a-validator-keystore-to-lodestar) -- [Import your validator keys to Lighthouse ↗](https://lighthouse-book.sigmaprime.io/validator-manager-create.html?highlight=import#2-import-the-validators) +- [Import your validator keys to Lighthouse ↗](https://lighthouse-book.sigmaprime.io/mainnet-validator.html#step-3-import-validator-keys-to-lighthouse) - [Import your validator keys to Prysm ↗](https://docs.prylabs.network/docs/wallet/nondeterministic#import-validator-accounts) **Using Secure-Signer** @@ -180,4 +180,4 @@ This command created a keystore file named `puffer-test` in the `ls ~/.foundry/k > forge script script/GenerateBLSKeysAndRegisterValidators.s.sol:GenerateBLSKeysAndRegisterValidators --rpc-url=https://eth.llamarpc.com --account puffer-test -vvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d --ffi --slow --broadcast > ``` -11. Your validator keys will be generated locally in the folder: `PufferPool/etc/keys/bls_keys/` and can be added to your validator client as described [here](./registration#step-6-prepare-your-validator). \ No newline at end of file +11. Your validator keys will be generated locally in the folder: `PufferPool/etc/keys/bls_keys/` and can be added to your validator client as described [here](./registration#step-6-prepare-your-validator).