Ethereum Validator Signature Generator

1
2
3

Step 1: Create Keystore Signature

Follow these steps to generate your keystore signature using ethstaker-deposit-cli

a. Download ethstaker-deposit-cli

Download the latest version (at least v0.1.3) from the official repository

download-icon Download ethstaker-deposit-cli share

b. Run the CLI Command

Open a terminal and run the generate-bls-to-execution-change-keystore command

./deposit generate-bls-to-execution-change-keystore --keystore=PATH_TO_FILE

c. Locate the Generated File

The command will generate a bls_to_execution_change_keystore_transaction-*-*.json file in the bls_to_execution_changes_keystore directory. You'll need this file for Step 2.

Need help? Check out the detailed documentation for more information.