To delete existing wallet
Video Guide:
Open your terminal/powershell and navigate to the folder that has your Key.pem file.
Note: "Key.pem" is your ec2 instance key that was generated during validator creation. To navigate into the folder, type in the following command:
cd </Path/to/Key.pem>
#Example: cd /Users/DownloadsLogin to your AWS console, and search for EC2.
Open the EC2 dashboard and click on Instances.
Select the validator instance and click on Connect (top right).
Under SSH Client, you will find a command. For example,
ssh -i "Key.pem" ec2-user@ec2-xx-xxx-xxx-xx.compute-1.amazonaws.comCopy the command and paste it into your terminal/powershell and click enter.
Give the following commands to delete the existing setup
sudo rm -r Eth2 Eth2Validators __MACOSX password validator_keys validator_keys.zipLast updated