> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/zhi-neng-he-yue-de-shi-jie/yi-tai-fang-bao/jian-bao/myetherwallet.md).

# MyEtherWallet

> **最後更新：2026 年 1 月**

**MyEtherWallet 是最多人使用也最古老的以太坊線上錢包服務之一。**

2017 年數位資產發行正火熱時，許多發行方都會要求贊助者擁有自己的以太坊錢包地址，待資產發行後將幣（99.9% 是以太坊 ERC20 幣）發送到贊助者的錢包當中。因為這個原因，當年許多人進幣圈所創建的第一個錢包，多半是在 MyEtherWallet 這個網站完成的，簡稱 MEW。因為它是當時幾乎為一個只需要 Chrome 瀏覽器就能完成錢包創建，並取得錢包地址的地方，所以很多人都知道它，幾乎變成錢包的同義詞。所以你有時會聽到有人問「你的 MEW 地址是什麼？」其實就是在問錢包地址的意思。

首先，登入 [https://MyEtherWallet.com](https://myetherwallet.com) 你會發現它有著許多的警告。因為創建錢包的過程中，會有許多的風險，瀏覽器中毒、電腦被駭，都會讓你的私鑰有曝光的危險。所以所有能幫你創建錢包的服務，都會不斷強調「私鑰自己保管好，別弄丟」 「出事不關我的事」。

![](/files/-LKqzQEPog0GR_Kh9dQS)

點選警告視窗的右上角小叉叉關閉後，創建錢包第一步，先輸入一個九位數以上的密碼。

![](/files/-LKqzQEOle3pc0qCjp07)

接著網站會產生私鑰綁定密碼的 [Keystore](/bao-guan-ni-de-jia-mi-zi-chan/si/keystore.md) 給你。

![](/files/-LKqzQEN7RqwUq-72dOe)

產生出來的 Keystore 長這個樣子，是個 .JSON 檔名的檔案。用文字工具打開來看，裡面是一些字串碼，用 JSON 這種格式定義儲存起來。

![Keystore 通常檔名前面會是日期時間，然後後面接著一個長字串](/files/-LKqzQEGRGYYucFZ-ggb)

![打開來裡面是需多符號包夾的數字和英文](/files/-LKqzQEDmCNfNrIn6fVP)

接著會將私鑰顯示出來讓你複製保存：

![](/files/-LKqzQEM6saOoUHsBEeJ)

如果點選「Print Paper Wallet」就是列印「[紙錢包](/qian-bao-lei-xing/bao-1.md)」，這麼一來只要把那張紙收好就可以隨時還原你的電子錢包在任何設備上。但萬一印表機裡有病毒呢？ ;)

一切手續完成後，你就隨時可以點上方目錄裡的「Send Ether & Tokens」活頁，選擇左邊的「Private Key」，並在右邊欄位貼上你剛剛創建錢包時得到的私鑰字串，或是選左邊「Keystore / JSON File」

![](/files/-LKr0Qo5M3l45wg3yzrf)

![](/files/-LKr0Qo39WxcFQOnZxUc)

請注意，這兩種開啟錢包的方法，網站都用了紅色的叉叉，寫著：

{% hint style="danger" %}
**This is not a recommended way to access your wallet.**\
**不推薦使用此種方法進入錢包！**
{% endhint %}

原因剛剛說過，每次都把私鑰找出來，並且複製貼至到欄位上，或者把 Keystore 隨時放在電腦上傳到網站上去檢視錢包內容，過程中如果電腦有毒或是網站被駭，你的錢包所有權就隨時會被入侵，資產可能隨時被轉移。

怎麼辦呢？

看起來目前這些網站一致推薦的都是使用 [MetaMask](/qian-bao-lei-xing/untitled/metamask.md) 或是 [冷錢包](/qian-bao-lei-xing/cold-wallet.md)如 [Ledger Wallet](/qian-bao-lei-xing/cold-wallet/ledger-nano.md)。

\\

***

#### 相關條目

* [MyCrypto](/zhi-neng-he-yue-de-shi-jie/yi-tai-fang-bao/jian-bao/mycrypto.md)

#### 參考資料


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.0x1.academy/zhi-neng-he-yue-de-shi-jie/yi-tai-fang-bao/jian-bao/myetherwallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
