Import Wallet to Metamask with ‘Private Key String’

How can I import an account into Metamask using the Chrome extension? It asks for a “private key string”, but all I have is the secret recovery phrase.

You’re right – MetaMask wants the private key when importing an account, but you only have the seed phrase. Here’s how to get the private key from the seed phrase:

  1. Go to https://iancoleman.io/bip39/ and select “ETH” as the coin.
  2. Enter your 12 or 24 word seed phrase into the “BIP39 Mnemonic” field.
  3. Scroll down and under “Derived Addresses“, click on the “Private Key” button for the address you want to import.
  4. This will reveal the private key associated with that address and seed phrase.
  5. Copy the private key (starts with 0x).
  6. Go back to MetaMask, click “Import Account”, paste the private key into the box, and click Import.
  7. The account associated with that private key will now show up in your MetaMask extension.

The Ian Coleman site securely generates private keys locally in your browser from seed phrases. So now you can get the private key needed to import your wallet into MetaMask.

 

About Anthony

Leave a Reply