Generating CSM keystores
Pre-flight checks for existing solo stakers
# on your node machine
sudo rm -r ~/validator_keysGenerate CSM keystores
Validator key generationLast updated
Make sure that you have the mnemonic (24-word seed phrase) of your existing validator keys in case you overwrite them by mistake while going through this process
Make sure you have removed duplicates of your existing solo staking validator keys on the $HOME directory of your node machine. Otherwise, remove them now.
# on your node machine
sudo rm -r ~/validator_keysThis is to reduce the risk of importing your existing solo staking keystores by mistake into your CSM validator client, which can lead to slashing.
Visit the Validator key generation page and follow the steps accordingly to generate CSM-valid validator keystores.
Validator key generationRecall that the steps for both native solo staking and CSM are the same except for the requirement to use a specificwithdrawal_address of the Lido Withdrawal Vault.
Last updated