555 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			555 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html lang="en" ng-app="mewApp">
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								  <meta charset="utf-8">
							 | 
						||
| 
								 | 
							
								  <title>MyEtherWallet.com</title>
							 | 
						||
| 
								 | 
							
								  <link rel="canonical" href="https://www.myetherwallet.com" />
							 | 
						||
| 
								 | 
							
								  <meta name="description" content="MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.">
							 | 
						||
| 
								 | 
							
								  <meta name="author" content="">
							 | 
						||
| 
								 | 
							
								  <meta name="viewport" content="width=device-width, initial-scale=1">
							 | 
						||
| 
								 | 
							
								  <link rel="stylesheet" href="css/etherwallet-master.min.css">
							 | 
						||
| 
								 | 
							
								  <script type="text/javascript" src="js/etherwallet-static.min.js"></script>
							 | 
						||
| 
								 | 
							
								  <script type="text/javascript" src="js/etherwallet-master.js"></script>
							 | 
						||
| 
								 | 
							
								  <link rel="apple-touch-icon" sizes="60x60" href="images/fav/apple-touch-icon-60x60.png">
							 | 
						||
| 
								 | 
							
								  <link rel="apple-touch-icon" sizes="76x76" href="images/fav/apple-touch-icon-76x76.png">
							 | 
						||
| 
								 | 
							
								  <link rel="apple-touch-icon" sizes="120x120" href="images/fav/apple-touch-icon-120x120.png">
							 | 
						||
| 
								 | 
							
								  <link rel="apple-touch-icon" sizes="152x152" href="images/fav/apple-touch-icon-152x152.png">
							 | 
						||
| 
								 | 
							
								  <link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-touch-icon-180x180.png">
							 | 
						||
| 
								 | 
							
								  <link rel="icon" type="image/png" href="images/fav/favicon-32x32.png" sizes="32x32">
							 | 
						||
| 
								 | 
							
								  <link rel="icon" type="image/png" href="images/fav/favicon-194x194.png" sizes="194x194">
							 | 
						||
| 
								 | 
							
								  <link rel="icon" type="image/png" href="images/fav/favicon-96x96.png" sizes="96x96">
							 | 
						||
| 
								 | 
							
								  <link rel="icon" type="image/png" href="images/fav/android-chrome-192x192.png" sizes="192x192">
							 | 
						||
| 
								 | 
							
								  <link rel="icon" type="image/png" href="images/fav/favicon-16x16.png" sizes="16x16">
							 | 
						||
| 
								 | 
							
								  <link rel="manifest" href="images/fav/manifest.json">
							 | 
						||
| 
								 | 
							
								  <link rel="shortcut icon" href="images/favicon.ico">
							 | 
						||
| 
								 | 
							
								  <meta name="msapplication-TileColor" content="#2e4868">
							 | 
						||
| 
								 | 
							
								  <meta name="msapplication-TileImage" content="images/fav/mstile-144x144.png">
							 | 
						||
| 
								 | 
							
								  <meta name="msapplication-config" content="images/fav/browserconfig.xml">
							 | 
						||
| 
								 | 
							
								  <meta name="theme-color" content="#2e4868">
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<header class="bg-gradient text-white">
							 | 
						||
| 
								 | 
							
								<section class="container text-center">
							 | 
						||
| 
								 | 
							
								  <a href="https://www.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="50px" width="auto" alt="Ether Wallet" class="embedded-logo" /></a>
							 | 
						||
| 
								 | 
							
								</section>
							 | 
						||
| 
								 | 
							
								</header>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <section class="container" style="min-height: 50%" ng-controller='viewCtrl'>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <!-- tab panes -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="tab-content" >
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <main class="tab-pane block--container active"
							 | 
						||
| 
								 | 
							
								      ng-if="globalService.currentTab==globalService.tabs.generateWallet.id"
							 | 
						||
| 
								 | 
							
								      ng-controller='walletGenCtrl'
							 | 
						||
| 
								 | 
							
								      role="main"
							 | 
						||
| 
								 | 
							
								      ng-cloak>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <article class="block__wrap gen__1" ng-show="!wallet && !showGetAddress">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__main gen__1--inner">
							 | 
						||
| 
								 | 
							
								      <br />
							 | 
						||
| 
								 | 
							
								      <h1 translate="NAV_GenerateWallet" aria-live="polite">
							 | 
						||
| 
								 | 
							
								        Create New Wallet
							 | 
						||
| 
								 | 
							
								      </h1>
							 | 
						||
| 
								 | 
							
								      <h4 translate="GEN_Label_1">
							 | 
						||
| 
								 | 
							
								        Enter password
							 | 
						||
| 
								 | 
							
								      </h4>
							 | 
						||
| 
								 | 
							
								      <div class="input-group">
							 | 
						||
| 
								 | 
							
								        <input name="password"
							 | 
						||
| 
								 | 
							
								             class="form-control"
							 | 
						||
| 
								 | 
							
								             type="{{showPass && 'password' || 'text'}}"
							 | 
						||
| 
								 | 
							
								             placeholder="{{'GEN_Placeholder_1' | translate }}"
							 | 
						||
| 
								 | 
							
								             ng-model="password"
							 | 
						||
| 
								 | 
							
								             ng-class="isStrongPass() ? 'is-valid' : 'is-invalid'"
							 | 
						||
| 
								 | 
							
								             aria-label="{{'GEN_Label_1' | translate}}"/>
							 | 
						||
| 
								 | 
							
								        <span tabindex="0"
							 | 
						||
| 
								 | 
							
								              aria-label="make password visible"
							 | 
						||
| 
								 | 
							
								              role="button"
							 | 
						||
| 
								 | 
							
								              class="input-group-addon eye"
							 | 
						||
| 
								 | 
							
								              ng-click="showPass=!showPass">
							 | 
						||
| 
								 | 
							
								        </span>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <a tabindex="0"
							 | 
						||
| 
								 | 
							
								         role="button"
							 | 
						||
| 
								 | 
							
								         class="btn btn-primary"
							 | 
						||
| 
								 | 
							
								         ng-click="genNewWallet()"
							 | 
						||
| 
								 | 
							
								         translate="NAV_GenerateWallet">
							 | 
						||
| 
								 | 
							
								           Generate Wallet
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								      <p translate="x_PasswordDesc"></p>
							 | 
						||
| 
								 | 
							
								      <div class="text-center">
							 | 
						||
| 
								 | 
							
								        <strong>
							 | 
						||
| 
								 | 
							
								          <a href="https://myetherwallet.github.io/knowledge-base/getting-started/creating-a-new-wallet-on-myetherwallet.html"
							 | 
						||
| 
								 | 
							
								             target="_blank"
							 | 
						||
| 
								 | 
							
								             rel="noopener noreferrer"
							 | 
						||
| 
								 | 
							
								             translate="GEN_Help_5">
							 | 
						||
| 
								 | 
							
								               How to Create a Wallet
							 | 
						||
| 
								 | 
							
								          </a>
							 | 
						||
| 
								 | 
							
								            ·  
							 | 
						||
| 
								 | 
							
								          <a href="https://myetherwallet.github.io/knowledge-base/getting-started/getting-started-new.html"
							 | 
						||
| 
								 | 
							
								             target="_blank"
							 | 
						||
| 
								 | 
							
								             rel="noopener noreferrer"
							 | 
						||
| 
								 | 
							
								             translate="GEN_Help_6">
							 | 
						||
| 
								 | 
							
								               Getting Started
							 | 
						||
| 
								 | 
							
								          </a>
							 | 
						||
| 
								 | 
							
								        </strong>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <br>
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__help">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_0">
							 | 
						||
| 
								 | 
							
								        Already have a wallet somewhere?
							 | 
						||
| 
								 | 
							
								      </h2>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <p>
							 | 
						||
| 
								 | 
							
								            <strong>
							 | 
						||
| 
								 | 
							
								              Ledger / TREZOR / Digital Bitbox
							 | 
						||
| 
								 | 
							
								            </strong>:
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_1">
							 | 
						||
| 
								 | 
							
								              Use your
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								            <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">
							 | 
						||
| 
								 | 
							
								              hardware wallet
							 | 
						||
| 
								 | 
							
								            </a>.
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_3">
							 | 
						||
| 
								 | 
							
								              Your device * is * your wallet.
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								          </p>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <p>
							 | 
						||
| 
								 | 
							
								            <strong>
							 | 
						||
| 
								 | 
							
								              MetaMask
							 | 
						||
| 
								 | 
							
								            </strong>
							 | 
						||
| 
								 | 
							
								            <span>
							 | 
						||
| 
								 | 
							
								              Connect via your
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								            <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">
							 | 
						||
| 
								 | 
							
								              MetaMask Extension
							 | 
						||
| 
								 | 
							
								            </a>.
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_MetaMask">
							 | 
						||
| 
								 | 
							
								              So easy! Keys stay in MetaMask, not on a phishing site! Try it today.
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								          </p>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <p>
							 | 
						||
| 
								 | 
							
								            <strong>
							 | 
						||
| 
								 | 
							
								              Jaxx / imToken
							 | 
						||
| 
								 | 
							
								            </strong>
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_1">Use your</span>
							 | 
						||
| 
								 | 
							
								            <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id" translate="x_Mnemonic">
							 | 
						||
| 
								 | 
							
								              Mnemonic Phrase
							 | 
						||
| 
								 | 
							
								            </a>
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_2">
							 | 
						||
| 
								 | 
							
								              to access your account.
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <p>
							 | 
						||
| 
								 | 
							
								            <strong>
							 | 
						||
| 
								 | 
							
								              Mist / Geth / Parity:
							 | 
						||
| 
								 | 
							
								            </strong>
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_1">
							 | 
						||
| 
								 | 
							
								              Use your
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								            <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id" translate="x_Keystore2">
							 | 
						||
| 
								 | 
							
								              Keystore File (UTC / JSON)
							 | 
						||
| 
								 | 
							
								            </a>
							 | 
						||
| 
								 | 
							
								            <span translate="GEN_Help_2">
							 | 
						||
| 
								 | 
							
								              to access your account.
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								          </p>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </article>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <article role="main" class="block__wrap gen__2" ng-show="wallet && !showPaperWallet" > <!-- -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__main gen__2--inner">
							 | 
						||
| 
								 | 
							
								      <br />
							 | 
						||
| 
								 | 
							
								      <h1 translate="GEN_Label_2">
							 | 
						||
| 
								 | 
							
								        Save your Keystore File (UTC / JSON)
							 | 
						||
| 
								 | 
							
								      </h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <a tabindex="0" role="button"
							 | 
						||
| 
								 | 
							
								         class="btn btn-primary"
							 | 
						||
| 
								 | 
							
								         href="{{blobEnc}}"
							 | 
						||
| 
								 | 
							
								         download="{{encFileName}}"
							 | 
						||
| 
								 | 
							
								         aria-label="{{'x_Download'|translate}} {{'x_Keystore'|translate}}"
							 | 
						||
| 
								 | 
							
								         aria-describedby="x_KeystoreDesc"
							 | 
						||
| 
								 | 
							
								         ng-click="downloaded()"
							 | 
						||
| 
								 | 
							
								         target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								        <span translate="x_Download">
							 | 
						||
| 
								 | 
							
								          DOWNLOAD
							 | 
						||
| 
								 | 
							
								        </span>
							 | 
						||
| 
								 | 
							
								        <span translate="x_Keystore2">
							 | 
						||
| 
								 | 
							
								          Keystore File (UTC / JSON)
							 | 
						||
| 
								 | 
							
								        </span>
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <div class="warn">
							 | 
						||
| 
								 | 
							
								        <p class="GEN_Warning_1">
							 | 
						||
| 
								 | 
							
								          **Do not lose it!** It cannot be recovered if you lose it.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <p class="GEN_Warning_2">
							 | 
						||
| 
								 | 
							
								          **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <p class="GEN_Warning_3">
							 | 
						||
| 
								 | 
							
								          **Make a backup!** Secure it like the millions of dollars it may one day be worth.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <p>
							 | 
						||
| 
								 | 
							
								        <a tabindex="0"
							 | 
						||
| 
								 | 
							
								           role="button"
							 | 
						||
| 
								 | 
							
								           class="btn btn-danger"
							 | 
						||
| 
								 | 
							
								           ng-class="fileDownloaded ? '' : 'disabled' "
							 | 
						||
| 
								 | 
							
								           ng-click="continueToPaper()">
							 | 
						||
| 
								 | 
							
								            <span translate="GET_ConfButton">
							 | 
						||
| 
								 | 
							
								              I understand. Continue.
							 | 
						||
| 
								 | 
							
								            </span>
							 | 
						||
| 
								 | 
							
								        </a>
							 | 
						||
| 
								 | 
							
								      </p>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__help">
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_8">
							 | 
						||
| 
								 | 
							
								        Not Downloading a File?
							 | 
						||
| 
								 | 
							
								      </h2>
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li translate="GEN_Help_9">
							 | 
						||
| 
								 | 
							
								          Try using Google Chrome
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								        <li translate="GEN_Help_10">
							 | 
						||
| 
								 | 
							
								          Right click & save file as. Filename:
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								        <input value="{{encFileName}}" class="form-control input-sm" />
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_11">
							 | 
						||
| 
								 | 
							
								        Don't open this file on your computer
							 | 
						||
| 
								 | 
							
								      </h2>
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li translate="GEN_Help_12">
							 | 
						||
| 
								 | 
							
								          Use it to unlock your wallet via MyEtherWallet (or Mist, Geth, Parity & other wallet clients.)
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_4">Guides & FAQ</h2>
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <a href="https://myetherwallet.github.io/knowledge-base/getting-started/backing-up-your-new-wallet.html" target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								            <strong translate="GEN_Help_13">
							 | 
						||
| 
								 | 
							
								              How to Back Up Your Keystore File
							 | 
						||
| 
								 | 
							
								            </strong>
							 | 
						||
| 
								 | 
							
								          </a>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <a href="https://myetherwallet.github.io/knowledge-base/private-keys-passwords/difference-beween-private-key-and-keystore-file.html" target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								            <strong translate="GEN_Help_14">
							 | 
						||
| 
								 | 
							
								              What are these Different Formats?
							 | 
						||
| 
								 | 
							
								            </strong>
							 | 
						||
| 
								 | 
							
								          </a>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </article>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <article role="main" class="block__wrap gen__3" ng-show="showPaperWallet">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__main gen__3--inner">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <br />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h1 translate="GEN_Label_5"> Save your Private Key</h1>
							 | 
						||
| 
								 | 
							
								      <textarea aria-label="{{'x_PrivKey'|translate}}"
							 | 
						||
| 
								 | 
							
								             aria-describedby="{{'x_PrivKeyDesc'|translate}}"
							 | 
						||
| 
								 | 
							
								             class="form-control"
							 | 
						||
| 
								 | 
							
								             readonly="readonly"
							 | 
						||
| 
								 | 
							
								             rows="3"
							 | 
						||
| 
								 | 
							
								             style="max-width: 50rem;margin: auto;"
							 | 
						||
| 
								 | 
							
								      >{{wallet.getPrivateKeyString()}}</textarea>
							 | 
						||
| 
								 | 
							
								      <br />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <a tabindex="0"
							 | 
						||
| 
								 | 
							
								         aria-label="{{'x_Print'|translate}}"
							 | 
						||
| 
								 | 
							
								         aria-describedby="x_PrintDesc"
							 | 
						||
| 
								 | 
							
								         role="button"
							 | 
						||
| 
								 | 
							
								         class="btn btn-primary"
							 | 
						||
| 
								 | 
							
								         ng-click="printQRCode()"
							 | 
						||
| 
								 | 
							
								         translate="x_Print">
							 | 
						||
| 
								 | 
							
								          PRINT
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <div class="warn">
							 | 
						||
| 
								 | 
							
								        <p>
							 | 
						||
| 
								 | 
							
								          **Do not lose it!** It cannot be recovered if you lose it.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <p>
							 | 
						||
| 
								 | 
							
								          **Do not share it!** Your funds will be stolen if you use this file on a malicious/phishing site.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <p>
							 | 
						||
| 
								 | 
							
								          **Make a backup!** Secure it like the millions of dollars it may one day be worth.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <br />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <a class="btn btn-default btn-sm" ng-click="getAddress()">
							 | 
						||
| 
								 | 
							
								        <span translate="GEN_Label_3"> Save your Address </span> →
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <section class="block__help">
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_4">
							 | 
						||
| 
								 | 
							
								        Guides & FAQ
							 | 
						||
| 
								 | 
							
								      </h2>
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li><a href="https://myetherwallet.github.io/knowledge-base/getting-started/backing-up-your-new-wallet.html" target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								          <strong translate="HELP_2a_Title">
							 | 
						||
| 
								 | 
							
								            How to Save & Backup Your Wallet.
							 | 
						||
| 
								 | 
							
								          </strong>
							 | 
						||
| 
								 | 
							
								        </a></li>
							 | 
						||
| 
								 | 
							
								        <li><a href="https://myetherwallet.github.io/knowledge-base/getting-started/protecting-yourself-and-your-funds.html" target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								          <strong translate="GEN_Help_15">Preventing loss & theft of your funds.</strong>
							 | 
						||
| 
								 | 
							
								        </a></li>
							 | 
						||
| 
								 | 
							
								        <li><a href="https://myetherwallet.github.io/knowledge-base/private-keys-passwords/difference-beween-private-key-and-keystore-file.html" target="_blank" rel="noopener noreferrer">
							 | 
						||
| 
								 | 
							
								          <strong translate="GEN_Help_16">What are these Different Formats?</strong>
							 | 
						||
| 
								 | 
							
								        </a></li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h2 translate="GEN_Help_17">
							 | 
						||
| 
								 | 
							
								        Why Should I?
							 | 
						||
| 
								 | 
							
								      </h2>
							 | 
						||
| 
								 | 
							
								      <ul>
							 | 
						||
| 
								 | 
							
								        <li translate="GEN_Help_18">
							 | 
						||
| 
								 | 
							
								          To have a secondary backup.
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								        <li translate="GEN_Help_19">
							 | 
						||
| 
								 | 
							
								          In case you ever forget your password.
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								        <li>
							 | 
						||
| 
								 | 
							
								          <a href="https://myetherwallet.github.io/knowledge-base/offline/ethereum-cold-storage-with-myetherwallet.html" target="_blank" rel="noopener noreferrer" translate="GEN_Help_20">Cold Storage</a>
							 | 
						||
| 
								 | 
							
								        </li>
							 | 
						||
| 
								 | 
							
								      </ul>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h2 translate="x_PrintDesc"></h2>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </article>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <article class="text-left" ng-show="showGetAddress">
							 | 
						||
| 
								 | 
							
								    <div class="clearfix collapse-container">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <div ng-click="wd = !wd">
							 | 
						||
| 
								 | 
							
								        <a class="collapse-button"><span ng-show="wd">+</span><span ng-show="!wd">-</span></a>
							 | 
						||
| 
								 | 
							
								        <h1 traslate="GEN_Unlock">Unlock your wallet to see your address</h1>
							 | 
						||
| 
								 | 
							
								        <p translate="x_AddessDesc"></p>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <div ng-show="!wd">
							 | 
						||
| 
								 | 
							
								            <wallet-decrypt-drtv></wallet-decrypt-drtv>         
							 | 
						||
| 
								 | 
							
								          
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="row" ng-show="wallet!=null" ng-controller='viewWalletCtrl'>
							 | 
						||
| 
								 | 
							
								      
							 | 
						||
| 
								 | 
							
								        <article class="col-sm-8 view-wallet-content">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <section class="block">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-11">
							 | 
						||
| 
								 | 
							
								      <div class="account-help-icon">
							 | 
						||
| 
								 | 
							
								        <img src="images/icon-help.svg" class="help-icon" />
							 | 
						||
| 
								 | 
							
								        <p class="account-help-text" translate="x_AddessDesc">
							 | 
						||
| 
								 | 
							
								          You may know this as your "Account #" or your "Public Key". It's what you send people so they can send you ETH. That icon is an easy way to recognize your address.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <h5 translate="x_Address">
							 | 
						||
| 
								 | 
							
								          Your Address:
							 | 
						||
| 
								 | 
							
								        </h5>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <input class="form-control"
							 | 
						||
| 
								 | 
							
								             type="text"
							 | 
						||
| 
								 | 
							
								             ng-value="wallet.getChecksumAddressString()"
							 | 
						||
| 
								 | 
							
								             readonly="readonly">
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-1 address-identicon-container">
							 | 
						||
| 
								 | 
							
								      <div class="addressIdenticon"
							 | 
						||
| 
								 | 
							
								           title="Address Indenticon"
							 | 
						||
| 
								 | 
							
								           blockie-address="{{wallet.getAddressString()}}"
							 | 
						||
| 
								 | 
							
								           watch-var="wallet">
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-12" ng-show='showEnc'>
							 | 
						||
| 
								 | 
							
								      <div class="account-help-icon">
							 | 
						||
| 
								 | 
							
								        <img src="images/icon-help.svg" class="help-icon" />
							 | 
						||
| 
								 | 
							
								        <p class="account-help-text" translate="x_KeystoreDesc">
							 | 
						||
| 
								 | 
							
								          This Keystore / JSON file matches the format used by Mist & Geth so you can easily import it in the future. It is the recommended file to download and back up.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <h5 translate="x_Keystore">
							 | 
						||
| 
								 | 
							
								          Keystore/JSON File (Recommended • Encrypted • Mist/Geth Format)
							 | 
						||
| 
								 | 
							
								        </h5>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <a class="btn btn-info btn-block" href="{{blobEnc}}" download="{{encFileName}}" translate="x_Download">
							 | 
						||
| 
								 | 
							
								        DOWNLOAD
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-12" ng-show="wallet.type=='default'">
							 | 
						||
| 
								 | 
							
								      <div class="account-help-icon">
							 | 
						||
| 
								 | 
							
								        <img src="images/icon-help.svg" class="help-icon" />
							 | 
						||
| 
								 | 
							
								        <p class="account-help-text" translate="x_PrivKeyDesc">
							 | 
						||
| 
								 | 
							
								          This is the unencrypted text version of your private key, meaning no password is necessary. If someone were to find your unencrypted private key, they could access your wallet without a password. For this reason, encrypted versions are typically recommended.
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <h5>
							 | 
						||
| 
								 | 
							
								          <span translate="x_PrivKey">
							 | 
						||
| 
								 | 
							
								            Private Key (unencrypted)
							 | 
						||
| 
								 | 
							
								          </span>
							 | 
						||
| 
								 | 
							
								        </h5>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <div class="input-group">
							 | 
						||
| 
								 | 
							
								        <input class="form-control no-animate"
							 | 
						||
| 
								 | 
							
								               type="{{pkeyVisible ? 'text' : 'password'}}"
							 | 
						||
| 
								 | 
							
								               ng-value="wallet.getPrivateKeyString()"
							 | 
						||
| 
								 | 
							
								               readonly="readonly">
							 | 
						||
| 
								 | 
							
								        <span tabindex="0"
							 | 
						||
| 
								 | 
							
								              aria-label="make private key visible"
							 | 
						||
| 
								 | 
							
								              role="button"
							 | 
						||
| 
								 | 
							
								              class="input-group-addon eye"
							 | 
						||
| 
								 | 
							
								              ng-click="showHidePkey()"></span>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-12" ng-show="wallet.type=='default'">
							 | 
						||
| 
								 | 
							
								      <div class="account-help-icon">
							 | 
						||
| 
								 | 
							
								        <img src="images/icon-help.svg" class="help-icon" />
							 | 
						||
| 
								 | 
							
								        <p class="account-help-text" translate="x_PrintDesc">
							 | 
						||
| 
								 | 
							
								          ProTip: If you cannot print this right now, click "Print" and save it as a PDF until you are able to get it printed. Remove it from your computer afterwards!
							 | 
						||
| 
								 | 
							
								        </p>
							 | 
						||
| 
								 | 
							
								        <h5 translate="x_Print">
							 | 
						||
| 
								 | 
							
								          Print Paper Wallet:
							 | 
						||
| 
								 | 
							
								        </h5>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								      <a class="btn btn-info btn-block" ng-click="printQRCode()" translate="x_Print">
							 | 
						||
| 
								 | 
							
								        Print Paper Wallet
							 | 
						||
| 
								 | 
							
								      </a>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <section class="block">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-6">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h5 translate="x_Address">
							 | 
						||
| 
								 | 
							
								        Your Address:
							 | 
						||
| 
								 | 
							
								      </h5>
							 | 
						||
| 
								 | 
							
								      <div class="qr-code" qr-code="{{wallet.getChecksumAddressString()}}" watch-var="wallet" width="100%"></div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="col-xs-6">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <h5 ng-show="wallet.type=='default'">
							 | 
						||
| 
								 | 
							
								        <span translate="x_PrivKey">
							 | 
						||
| 
								 | 
							
								          Private Key (unencrypted)
							 | 
						||
| 
								 | 
							
								        </span>
							 | 
						||
| 
								 | 
							
								      </h5>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								      <div class="qr-pkey-container" ng-show="wallet.type=='default'">
							 | 
						||
| 
								 | 
							
								        <div class="qr-overlay" ng-show="!pkeyVisible"></div>
							 | 
						||
| 
								 | 
							
								        <div class="qr-code" qr-code="{{wallet.getPrivateKeyString()}}" watch-var="wallet" width="100%"></div>
							 | 
						||
| 
								 | 
							
								        <div class="input-group">
							 | 
						||
| 
								 | 
							
								          <input class="form-control no-animate"
							 | 
						||
| 
								 | 
							
								                 type="{{pkeyVisible ? 'text' : 'password'}}"
							 | 
						||
| 
								 | 
							
								                 ng-value="wallet.getPrivateKeyString()"
							 | 
						||
| 
								 | 
							
								                 readonly="readonly"
							 | 
						||
| 
								 | 
							
								                 style="display:none;width:0;height:0;padding:0">
							 | 
						||
| 
								 | 
							
								          <span tabindex="0"
							 | 
						||
| 
								 | 
							
								                aria-label="make private key visible"
							 | 
						||
| 
								 | 
							
								                role="button" class="input-group-addon eye"
							 | 
						||
| 
								 | 
							
								                ng-click="showHidePkey()"></span>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								      </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</article>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<article class="col-sm-4">
							 | 
						||
| 
								 | 
							
								  <wallet-balance-drtv></wallet-balance-drtv>
							 | 
						||
| 
								 | 
							
								</article>
							 | 
						||
| 
								 | 
							
								   
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </article>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</main>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <!-- /tab panes -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <div data-ng-repeat="alert in notifier.alerts">
							 | 
						||
| 
								 | 
							
								  <div class="alert popup alert-{{alert.type}} animated-show-hide"
							 | 
						||
| 
								 | 
							
								       style="bottom: {{85*$index}}px; z-index: {{999+$index}};">
							 | 
						||
| 
								 | 
							
								    <div class="container">
							 | 
						||
| 
								 | 
							
								      <div class='alert-message' ng-bind-html="alert.message"></div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								    <i class="icon-close" ng-click="alert.close()"></i>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  </section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<footer>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","@id":"#organization","url":"https://www.myetherwallet.com/","name":"MyEtherWallet",
							 | 
						||
| 
								 | 
							
								"logo":"https://myetherwallet.com/images/myetherwallet-logo-banner.png","description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.","sameAs":["https://www.myetherwallet.com/","https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm","https://www.facebook.com/MyEtherWallet/","https://twitter.com/myetherwallet","https://medium.com/@myetherwallet_96408","https://myetherwallet.github.io/knowledge-base/","https://github.com/kvhnuke/etherwallet","https://github.com/MyEtherWallet","https://kvhnuke.github.io/etherwallet/","https://github.com/kvhnuke/etherwallet/releases/latest","https://github.com/409H/EtherAddressLookup","https://myetherwallet.slack.com/","https://myetherwallet.herokuapp.com/","https://www.reddit.com/r/MyEtherWallet/","https://www.reddit.com/user/insomniasexx/","https://www.reddit.com/user/kvhnuke/","https://www.reddit.com/user/myetherwallet"]}</script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</html>
							 | 
						||
| 
								 | 
							
								
							 |