Lighthouse
This guide ensures that users can easily follow the steps to withdraw their validator using Lighthouse on PulseChain, both for testnet and mainnet.
Prerequisites
Ensure you have the following files in your /validator_keys
directory:
keystore.json file
validator_password.txt (You will need to create this)
Step 1: Create the Password File
The password is what you used when creating the keystore file during the setup of your validator. You can also find this password in the validators/validator_definitions.yml
file.
Testnet
Define the password file path:
Create the new file, then save your password into the file (your password should be the actual password that you used for your validator keystore file):
Set the correct permissions for the file:
Mainnet
Step 2: Run the Lighthouse Exit Command for PulseChain
This will initiate the exit process for your validator.
Testnet
Mainnet
Step 3: Exit Your Validator
Type the following: Exit my validator
, then press Enter.
Step 4: Exit Your Validator
You can verify the exit status using the following links:
Use your pubkey to check your status.
Note: it takes about 24 hours to withdraw from the validator.
Last updated