[Ethereum] how to remove unused test accounts from Metamask

metamask

i use metamask chrome extension with testRPC to do my testing

now metamask have over 20 dead accounts just sitting there in the list

my question how to you clear loose unused test accounts from Metamask

Best Answer

To clear all extra addresses:

  1. Take note of your 12 word seedphrase if you intent to use the same addresses again
  2. Make sure your account is locked (Click "Lock" in top right menu)
  3. In the unlock screen, click "Forgot password"
  4. Enter your 12 word seed phrase
  5. Set a new password (or use the same you used before)

Now only the first account is visible.

Related Topic