Welcome to Crypto

How to generate paper wallet on myetherwallet.com? - Ethereum Stack Exchange

2025.01.09 10:49


Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company, and our products

current community

Ethereum help chat Ethereum Meta

your communities

Sign up or log in to customize your list.

more stack exchange communities

company blog Log in Sign up Home Questions Tags Users Jobs Companies Unanswered Teams

Ask questions, find answers and collaborate at work with Stack Overflow for Teams.

Try Teams for free Explore Teams Teams

Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

How to generate paper wallet on myetherwallet.com?

Ask Question Asked 7 years, 8 months ago Modified 6 years, 11 months ago Viewed 13k times 9

I need your help! I would like to generate a paper wallet (cold storage) for my Ether. I followed instructions in order to do so:

went on myetherwallet.com Input password Clicked on Generate wallet This shows: When I click on download : It's just a bunch of numbers and text !! [

Can anyone help? Thanks a lot in advance! :o)

myetherwallet Share Improve this question Follow edited May 4, 2017 at 5:30 eth 86.5k 54 54 gold badges 287 287 silver badges 411 411 bronze badges asked May 3, 2017 at 21:16 Tedmeisterflex Tedmeisterflex 91 1 1 gold badge 1 1 silver badge 2 2 bronze badges Add a comment |

3 Answers 3

Sorted by: Reset to default Highest score (default) Date modified (newest first) Date created (oldest first) 5

you are on the right way just continue, after downloading the json file press the button 'i understand, continue' then choose print.

Share Improve this answer Follow answered May 3, 2017 at 21:46 Badr Bellaj Badr Bellaj 18.8k 4 4 gold badges 59 59 silver badges 75 75 bronze badges Add a comment | 1

While @Badr Bellaj's answer is correct, here is an alternative way that will also work after you generate your account and restart your browser.

Download that UTC- file which is your private key encrypted with your password (you've already done this). Then go back to MEW and select View Wallet Info > Keystore file (UTC/JSON) > enter your password. That page will show you all the information which you can print out any time you want.

Share Improve this answer Follow answered May 4, 2017 at 10:33 jeff jeff 2,580 2 2 gold badges 20 20 silver badges 41 41 bronze badges Add a comment | 1

Generate New Paper Wallet

Here are the steps to create a new paper wallet that contains your public address and your unencrypted private key (to be kept secret) using https://www.myetherwallet.com/ :

Go to https://www.myetherwallet.com/ .

Ensure that "MYETHERWALLET LLC" is displayed next to the green lock icon. This ensures that you are not being attacked via phishing or man-in-the-middle attack.

Enter a password.

Click the Create New Wallet button. Click the Download Keystore File (UTC / JSON) button.

A file with a name of the format UTC-- date -- address is now saved on your filesystem. An example filename is UTC--2017-12-05T16-48-22.864Z--dd7d0aff035936edde52e7481aebbc527a3bd944 . Here is an example content of this file.

{ "version": 3, "id": "144a3fbb-166a-4812-8994-7fbb67453288", "address": "dd7d0aff035936edde52e7481aebbc527a3bd944", "Crypto": { "ciphertext": "fb0396c0b6629232236bc66ffc87ed2390725902f3cbd9cbece3a67a36b27b0f", "cipherparams": { "iv": "545695ada7f16fbb5b0c0be4d9c57306" }, "cipher": "aes-128-ctr", "kdf": "scrypt", "kdfparams": { "dklen": 32, "salt": "25e69b30c724629e5abcd68486f20e45fb13e58fb088d06dd9f2caeec9b1d6b9", "n": 1024, "r": 8, "p": 1 }, "mac": "d299ae9a17717611c89101039a64a39e1b701efface8e2025eb3c6634129cdef" } }

Caution: Never share this keystore file with anyone!

Now click the "I understand. Continue." button

The private key is now displayed. You may save this private key. Caution: Never share this private key with anyone! If you choose to save this, save it securely such that it cannot fall in the wrong hands.

Now click either the Print Paper Wallet button. This gives you a paper wallet that you can print on paper and save it in a secure physical location.

Alternatively, you can just copy your address and your private key and save it wherever you wish. Note that the private key should be saved in a secure manner such that it does not fall into the hands of the wrong person.

What Must Be Saved

Note that you need to have at least one of the following to recover your wallet in future:

The keystore password entered in step 3 along with the (UTC / JSON) file downloaded in steps 5 and 6. The private key (displayed in step 8 or step 9).

The above requirement is clarified further in the following points:

If you forget the keystore password, you cannot recover your wallet with the keystore file. If you do not have the keystore file, you cannot recover your wallet with the keystore password. The keystore file must be used with the keystore password to recover your wallet. If you only have the private key alone, you can recover your wallet, i.e., if you have the private key, you don't need anything else to recover your wallet. The private key alone is sufficient to recover your wallet.

Get Paper Wallet from Keystore (UTC/JSON) File

Here are the steps to recover your wallet detais (public address and private key) or print a paper wallet from your keystore password and the keystore file:

Go to https://www.myetherwallet.com/ > View Wallet Info and select Keystore / JSON File . Click the *SELECT WALLET FILE ` button, browse to your keystore file and select it.

Then enter the keystore password and click Unlock .

Your public address is now displayed. Click on the eye icon next to the private key to view the unencrypted private key.

Click on Print Paper Wallet to print, view, or copy your paper wallet.

Get Paper Wallet from Private Key

Here are the steps to retrieve your wallet information from the private key alone.

Go to https://www.myetherwallet.com/ > View Wallet Info and select Private Key .

Enter the private key and click Unlock .

Your public address is now displayed. Click on the eye icon next to the private key to view the unencrypted private key.

Click on Print Paper Wallet to print, view, or copy your paper wallet.

Share Improve this answer Follow edited Dec 7, 2017 at 13:59 answered Dec 5, 2017 at 17:41 Susam Pal Susam Pal 111 3 3 bronze badges Add a comment |

Not the answer you're looking for? Browse other questions tagged myetherwallet or ask your own question .

The Overflow Blog WBIT #2: Memories of persistence and the state of state Failing fast at scale: Rapid prototyping at Intuit Featured on Meta The December 2024 Community Asks Sprint has been moved to March 2025 (and

Linked

2 What would be the steps required to entirely derive an address with pen and paper?

Related

4 How to move DAO tokens in myetherwallet.com to Ethereum Wallet? 8 Lost Ethers in Google ad phishing scam 3 Transactions from myetherwallet.com not going through 3 Accessing the wallet with the keystore generated using myetherwallet.com 0 Use ENS with MyEtherWallet.com 1 Get parameters for myetherwallet.com/#contracts 0 Help me Obi Wan Kenobi . I need some assistance with understanding etherscan and where my erc20 tokens went

Hot Network Questions

Why does Join not throw an error message when attempting to concatenate a List with an Integer, using infix notation? White ran out of time. Result? After Joseph was accused of seducing Potiphar's wife, why was he sentenced to jail (for over 2 years) rather than executed? Project Hail Mary - Why does a return trip to another star require 10x the fuel compared to a one-way trip? How do I get the drain plug out of the sink? Are there finitely many or infinitely non-trivial numbers that have this property that 2025 famously has? What to do about potential employers requesting academic documents that would reveal my age? How is a camera/observer vector calculated in PGFPlots How will capacitors C1 and C2 charge in this circuit? Why is a specific polygon being rejected by SQL Server as invalid? Mark geometry nodes AND material as single asset What does a forming black hole look like? Why do most SAS troops keep wearing their new red berets even after being given permission to use their old beige ones? How are companies paid for offering the 'Deutschlandticket'? How do you calculate time dilation if there's two gravitational pulls acting at once? What to do when one gets a decimal value as degrees of freedom? Prices across regions with different tax Methods to reduce the tax burden on dividends? How to Modify 7447 IC Output to Improve 6 and 9 Display on a 7-Segment What have you been doing? Why is pattern recognition not racism? Is there any easy existential proof of transcendental numbers without choice? In the Gospel Of Luke, is there punctuation in the oldest manuscripts? How many ways to distribute 100 points among 6 people increasing with alphabetical order? more hot questions Question feed

Subscribe to RSS

Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Ethereum
Tour Help Chat Contact Feedback
Company
Stack Overflow Teams Advertising Talent About Press Legal Privacy Policy Terms of Service Cookie Settings Cookie Policy
Stack Exchange Network
Technology Culture & recreation Life & arts Science Professional Business API Data Blog Facebook Twitter LinkedIn Instagram

Site design / logo © 2025 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2025.1.7.20880



Vivamus fermentum nibh