How to move from MetaMask to MyEtherWallet

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@sandwich·
0.000 HBD
How to move from MetaMask to MyEtherWallet
**An Ethereum wallet is nothing more than a private key. An Ethereum wallet is nothing more than a private key. An Ethereum wallet is nothing more than a private key. An Ethereum wallet is nothing more than a private key. An Ethereum wallet is nothing more than a private key.**

While this seems obvious, some fail to grasp it. You can use this private key to import your _Ethereum Wallet_ into most _Ethereum Wallet Clients_. _Always do plenty of research on a wallet before you drop a private key into it and make sure it's secure and is void of vulnerabilities. Crypto is about [Personal Responsibility](https://myetherwallet.groovehq.com/knowledge_base/topics/protecting-yourself-and-your-funds), and nothing myself or anyone says should ever supplement it. This is **NOT** a claim that MEW is free of vulnerabilities, that is for you to decide_. 

The process is usually relatively easy, because after all, **_an Ethereum wallet is nothing more than a private key_.** As the title implies, this guide is focused on importing into MyEtherWallet (These steps can be extrapolated to Parity/GETH CLI, Ethereum-Wallet, MIST and Ethereum Web Wallet as well, but I have not found any guides... _hint hint_)

**Your best bet** is probably to never expose your private key, ever, choose a wallet and stick with it or even better, use cold storage or offline tx signing. However, these are not always feasible for more advanced operations like interacting with a contract on Ethereum Mainnet. And sometimes, this might be your only option.

The problems with MetaMask have been observed while aiding people with [EOS Crowdsale](http://eos.io). Whether it was a DDoS, or slow nodes, it quickly became obvious that interacting with the contract directly through Ethereum-Wallet or MyEtherWallet may be more accessible for **advanced users.**

# Protect yourself
It's probably not a great idea to use the online version of MyEtherWallet for high value wallets. If you are dealing with a high value wallet, you should educate yourself about Offline Signatures with MEW. The "most secure" way, is to have an offline computer that is never connected to the internet where you handle your private keys. You can then sign a transaction from that computer, and with the generated QR code broadcast the transaction from an internet enabled device. This is referred to as "Air Gapping." It's recommended that you research these principles to protect yourself against the unthinkable. Otherwise, consider a less convenient and user friendly route, like Parity. You can never be too safe. 

# Understand the risks
**An Ethereum wallet is nothing more than a private key.** It's dangerous to move private keys, so dangerous, that most wallets go through great lengths to encrypt them and make them inaccessible to reduce their attack vector. Here's only a few of the ways these unencrypted keys to your wallet could be compromised:
- Accidentally paste them somewhere public, like a chat
- Compromised system or wallet client software.
- Accidentally pasting and appending to a URL in an address bar and then hitting the server consequently creating the possibility that they are in a server log
- Falling for a phishing site, like [this one](https://steemit.com/mew/@sandwich/alert-myetherwallet-phishing-site)
- Compromised server hosting MyEtherWallet. If the server hosting MyEtherWallet were compromised, you could subsequently compromise your key. 
- Social hack on MyEtherWallet's hosting company could result in DNS resolution to an attackers server, like with what happened to **Classic Ethereum Wallet**
- _A handful of other ways..._

_BTW... If any of these ever happens to you, your wallet is burned, and it's time to move all assets from your burned wallet to a newly generated or another existing Ethereum wallet quickly._

# Disclaimer
**THIS IS FOR EDUCATIONAL PURPOSES ONLY. I AM NOT RESPONSIBLE FOR TOKEN LOSS. USE AT YOUR OWN RISK. THERE ARE NO GUARANTEES THAT MYETHERWALLET IS FREE OF VULNERABILITIES, WHICH IS TRUE WITH ALL SOFTWARE. MEW HAS NOT BEEN FORMALLY AUDITED. ALWAYS EXERCISE CAUTION WHEN TRANSACTING VALUE ON A BLOCKCHAIN. DO YOUR OWN RESEARCH. THIS IS NOT AN ENDORSEMENT FOR THE SECURITY OF MYETHERWALLET**

_So if you're the kind of person who isn't good with words (you know who you are): While I have personally checked source code for foul-play this is not an endorsement that it is free of defects or foul play. You should do this yourself. I have never exhaustively audited MEW for vulnerabilities, nor am I aware of any formal audit of MEW. I am not claiming that MEW is secure._ To provide some balance to this statement, it does have 2 years of battle-testing, is open-source with a [number of contributors.](https://github.com/MyEtherWallet/MyEtherWallet/graphs/contributors) and is a widely used wallet in the Ethereum community. 

[Read more about MyEtherWallet risks](https://steemit.com/mew/@sandwich/inherent-security-risks-of-myetherwallet)

So now that it's out of of the way...

# Export Private key from MetaMask
1. Click the key in MetaMask, seen below
![Screen Shot 2017-07-04 at 4.00.06 AM.png](https://steemitimages.com/DQmeGv8HHhBPh45yBBqo29Bdi62cXo5qPfFKFuLVJ8hhQFn/Screen%20Shot%202017-07-04%20at%204.00.06%20AM.png)
2. Enter MetaMask password
3. Copy the private key

# Import Private key into MEW

When sending a transaction or executing a payable/writeable function in a contract from MEW, you'll be asked to load your wallet, like below. 

1. Select `Private Key` 
2. Enter your private key from last step
3. click `unlock`
![Screen Shot 2017-07-04 at 4.00.55 AM.png](https://steemitimages.com/DQmQCaUqKsowEA6JYxCjioDaUfMXVMEvHBFLzs3CYUQNtfX/Screen%20Shot%202017-07-04%20at%204.00.55%20AM.png)

If using the online version of MEW, you will need to enter this every time. This is to protect you. If you're using the Chrome version, you can actually save wallets for later use. 

# Sandwich's Paranoiac Rituals
- _Take a deep breath and **move slowly**_
- **Select random string of text somewhere and copy it to clear private keys from your clipboard.** This will help mitigate accidents. If you want some 1337 points, research how to clear your clipboard on your OS from CLI for some added coverage. 
- Run MyEtherWallet locally
- Use Offline Signing (more advanced)
- Run a local parity node

# More MEW Guides
- **[ALERT: MyEtherWallet Phishing Site](https://steemit.com/mew/@sandwich/alert-myetherwallet-phishing-site)**
- [How to contribute to a future window on EOSCrowdsale using MyEtherWallet (MEW)](https://steemit.com/eos/@sandwich/how-to-contribute-to-a-future-window-on-eoscrowdsale-using-myetherwallet-mew)
- [How to Transfer EOS ERC20 Tokens with MyEtherWallet](https://steemit.com/eos/@sandwich/how-to-transfer-eos-erc20-tokens-using-myetherwallet)
- [How to Check Which EOS Public Key is mapped to your Ethereum Address](https://steemit.com/eos/@sandwich/how-to-check-which-eos-public-key-is-mapped-to-your-eth-address-with-myetherwallet-mew)
- [How to update the EOS public key mapped/registered to your Ethereum Wallet with MyEtherWallet (MEW)](https://steemit.com/eos/@sandwich/how-to-update-the-eos-public-key-mapped-registered-to-your-ethereum-wallet-with-myetherwallet-mew)
- [EOS Sale Tracker Fork with Usability Improvements, Suitable For Novices](https://steemit.com/eos/@sandwich/eos-sale-tracker-fork-with-usability-improvements-suitable-for-novices)
- [Has MyEtherWallet's EOS Contribution instructions left you with more questions than answers?](https://steemit.com/eos/@sandwich/has-myetherwallet-s-eos-distribution-instructions-left-you-with-more-questions-than-answers)
- [Dissecting the EOS ICO Distribution App, how does it interface with the EOSCrowdsale Contract?](https://steemit.com/eos/@sandwich/dissecting-the-eos-ico-distribution-app-how-does-it-interface-with-the-eoscrowdsale-contract)
👍 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,