copay/public/views/backup.html

126 lines
4.7 KiB
HTML
Raw Normal View History

2015-05-18 07:51:36 -07:00
<div
class="topbar-container"
2015-05-07 14:35:54 -07:00
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Backup'; goBackToState = 'preferences'">
</div>
2015-03-06 07:00:10 -08:00
<div class="content p20v" ng-controller="wordsController as wordsC">
2015-09-02 22:16:38 -07:00
2015-09-03 12:49:46 -07:00
<div ng-show="wordsC.mnemonicWords">
2015-09-02 22:16:38 -07:00
<div class="row" ng-show="index.n==1">
2015-09-09 13:53:05 -07:00
<div class="m10t columns size-14 text-gray">
2015-09-02 22:16:38 -07:00
<span translate>
You need the wallet seed to restore this personal wallet.
</span>
<span translate class="text-bold">
Write it down and keep them somewhere safe.
</span>
</div>
2015-09-02 11:56:00 -07:00
</div>
2015-09-02 22:16:38 -07:00
<div class="row" ng-show="(index.n>1 && index.m != index.n )">
2015-09-09 13:53:05 -07:00
<div class="m10t columns size-14 text-gray">
2015-09-02 22:16:38 -07:00
<span translate>
2015-09-09 13:53:05 -07:00
To restore this {{index.m}}-{{index.n}} shared wallet you will need
2015-09-02 22:16:38 -07:00
</span>:
<ol class="m10t columns size-14 text-gray">
2015-09-09 13:53:05 -07:00
<li translate>Your wallet seed and access to the wallet service where your wallet is registered</li>
<li translate><b>OR</b> the wallet seed of <b>all</b> copayers in the wallet</li>
2015-09-09 13:53:05 -07:00
<li translate><b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).</li>
2015-09-02 22:16:38 -07:00
</ol>
</span>
</div>
</div>
<div class="row" ng-show="(index.n>1 && index.m == index.n )">
2015-09-09 13:53:05 -07:00
<div class="m10t columns size-14 text-gray">
2015-09-02 22:16:38 -07:00
<span translate>
To restore this {{index.m}}-{{index.n}} <b>shared</b> wallet you will need
</span>:
<ol class="m10t columns size-14 text-gray">
2015-09-09 13:53:05 -07:00
<li translate> Your wallet seed and access to the wallet service where wallet is registered</li>
<li translate><b>OR</b> the wallet seeds of <b>all</b> copayers in the wallet</li>
2015-09-02 22:16:38 -07:00
</ol>
</span>
</div>
2015-09-02 11:56:00 -07:00
</div>
</div>
2015-09-03 12:49:46 -07:00
<div class="row m20t" ng-show="!wordsC.mnemonicWords">
2015-09-04 20:11:14 -07:00
<div class="columns size-14 text-gray text-center" translate>
2015-09-09 13:53:05 -07:00
Wallet seed not available. You can still export it from Advanced &gt; Export.
</div>
</div>
2015-09-03 12:49:46 -07:00
<div ng-show="wordsC.mnemonicWords">
<div class="row">
2015-09-15 12:32:15 -07:00
<div class="m10t columns" ng-init="show=false">
<a class="button outline light-gray expand tiny" ng-click="show=!show">
<i class="fi-widget m3r"></i>
2015-09-02 22:16:38 -07:00
<span translate ng-hide="show" ng-click="wordsC.done()">Show Wallet Seed</span>
<span translate ng-hide="!show">Hide Wallet Seed</span>
<i ng-if="!show" class="icon-arrow-down4"></i>
<i ng-if="show" class="icon-arrow-up4"></i>
</a>
</div>
</div>
2015-09-03 12:49:46 -07:00
2015-09-15 12:32:15 -07:00
<div class="row m10t m10b" ng-show="show">
<div class="small-centered text-gray columns size-14 text-center" translate>
Your Wallet Seed
2015-09-15 05:21:31 -07:00
</div>
</div>
2015-09-03 12:49:46 -07:00
2015-09-15 12:32:15 -07:00
<div class="row" ng-show="show">
<div class="columns">
2015-09-17 08:31:02 -07:00
<div class="p10" style="background:#eee" ng-class="{'enable_text_select': index.network == 'testnet'}">
2015-09-19 15:44:36 -07:00
<span ng-repeat="word in wordsC.mnemonicWords"><span style="white-space:nowrap">{{word}}</span><span ng-show="wordsC.useIdeograms">&#x3000;</span> </span>
2015-09-02 11:56:00 -07:00
</div>
2015-09-15 12:32:15 -07:00
</div>
</div>
2015-09-03 12:49:46 -07:00
2015-09-15 12:32:15 -07:00
<div class="row m10t m20b" ng-show="show">
<div class="columns" ng-show="wordsC.mnemonicHasPassphrase">
<span class="size-12">
2015-09-03 12:49:46 -07:00
<i class="fi-alert"></i>
<span translate>
WARNING: This seed was created with a passphrase. To recover this wallet both the mnemonic and passphrase are needed.
</span>
</span>
</div>
2015-09-15 12:32:15 -07:00
</div>
2015-09-03 12:49:46 -07:00
2015-09-15 12:32:15 -07:00
<div class="row" ng-show="show">
<div class="m10t text-center columns">
<div class="size-12 text-gray">
<span translate>
2015-09-02 22:16:38 -07:00
Once you have copy your wallet seed, it is recommended to delete it from this device.
</span>
</div>
2015-09-15 12:32:15 -07:00
<button class="button outline m10t round dark-gray tiny" ng-click="wordsC.delete()">
<i class="fi-trash"></i>
<span translate>
DELETE WORDS
</span>
</button>
</div>
</div>
2015-09-02 11:56:00 -07:00
<!-- hide this in multisig just to show less text -->
<div class="row m20t" ng-show="index.n==1">
2015-09-15 12:32:15 -07:00
<div class="columns size-12 text-gray">
<div class="p10t" style="border-top:1px solid #ccc">
<span translate>You can safely install your wallet on another device and use it from multiple devices at the same time.</span>
<a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/blob/master/README.md#copay-backups-and-recovery')" translate>
Learn more about Copay backups
</a>
</div>
</div>
</div>
2015-03-06 07:00:10 -08:00
</div>
2015-04-15 10:43:59 -07:00
</div>
2015-07-17 06:56:27 -07:00
<div class="extra-margin-bottom"></div>