2015-05-18 11:51:36 -03:00
< div
class="topbar-container"
2015-05-07 18:35:54 -03:00
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Backup'; goBackToState = 'preferences'">
< / div >
2015-03-06 12:00:10 -03:00
2015-08-08 09:30:50 -03:00
< div class = "content p20v" ng-controller = "wordsController as wordsC" >
2015-09-02 15:56:00 -03:00
< div class = "row" ng-show = "index.n==1" >
2015-08-08 10:58:30 -03:00
< div class = "m10t columns size-14 text-gray" translate >
2015-08-08 09:30:50 -03:00
< span translate >
2015-09-02 15:56:00 -03:00
You will need these backup words to restore this personal wallet.
2015-08-08 09:30:50 -03:00
< / span >
< span translate class = "text-bold" >
2015-09-02 15:56:00 -03:00
Write them down and keep them somewhere safe.
2015-08-08 09:30:50 -03:00
< / span >
< / div >
< / div >
2015-09-02 15:56:00 -03:00
< div class = "row" ng-show = "(index.n>1 && index.m != index.n )" >
< div class = "m10t columns size-14 text-gray" translate >
< span translate >
To restore this {{index.m}}-{{index.n}} shared wallet you will need:
< / span > :
< ol class = "m10t columns size-14 text-gray" >
< li > Your backup words and access to the wallet service where your wallet is registered
< li > < b > OR< / b > the backup words of < b > all< / b > copayers in the wallet
< li > < b > OR< / b > 1 wallet export file and the remaining quorum of backup words (e.g. in a 3-5 wallet: 1 wallet export file + 2 backup words of any of the other copayers).
< / ol >
< / span >
< / div >
< / div >
< div class = "row" ng-show = "(index.n>1 && index.m == index.n )" >
< div class = "m10t columns size-14 text-gray" translate >
< 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" >
< li > Your backup words and access to the wallet service where wallet is registered
< li > < b > OR< / b > the backups words of < b > all< / b > copayers in the wallet
< / ol >
< / span >
< / div >
< / div >
2015-08-08 10:58:30 -03:00
< div class = "row m20t" ng-show = "!wordsC.mywords" >
< div class = "columns size-14 text-gray" translate >
The backup words had been deleted from this device
< / div >
2015-08-08 09:30:50 -03:00
< / div >
2015-08-08 10:58:30 -03:00
< div ng-show = "wordsC.mywords" >
< div class = "row" >
< div class = "m10t oh" ng-init = "show=false" >
< a class = "button outline light-gray expand tiny" ng-click = "show=!show" >
< i class = "fi-widget m3r" > < / i >
< span translate ng-hide = "show" ng-click = "wordsC.done()" > Show Backup Words< / span >
< span translate ng-hide = "!show" > Hide Backup Words< / span >
< i ng-if = "!show" class = "icon-arrow-down4" > < / i >
< i ng-if = "show" class = "icon-arrow-up4" > < / i >
< / a >
< / div >
< / div >
2015-07-15 22:10:59 -03:00
2015-08-24 17:09:59 -03:00
< div class = "row enable_text_select" ng-show = "show" >
2015-09-02 15:56:00 -03:00
< div class = "small-centered p10t p10b large-centered medium-centered large-8 medium-8 small-10 columns enable_text_select" style = "border:1px solid gray ; background: # eee ;
">
< span class = "m10r" ng-repeat = "word in wordsC.mywords" > {{word}} < / span >
< / div >
< div class = "m10 text-center columns" >
2015-08-08 10:58:30 -03:00
< div class = "m10 size-14 text-gray" translate >
< span translate >
Once you have wrote your backup words, it is recommended to delete them from this device.
< / span >
< / div >
< button class = "button outline round dark-gray tiny" ng-click = "wordsC.delete()" >
< i class = "fi-trash" > < / i >
< span translate >
DELETE WORDS
< / span >
< / button >
2015-07-15 22:10:59 -03:00
< / div >
2015-08-08 10:58:30 -03:00
< / div >
2015-09-02 15:56:00 -03:00
<!-- hide this in multisig just to show less text -->
< div class = "row m20t" ng-show = "index.n==1" >
2015-08-08 10:58:30 -03:00
< div class = "columns size-14 text-gray" translate >
You can safely install your backup on another device and use your wallet from multiple devices at the same time. < a href = "#" ng-click = "$root.openExternalLink('https://github.com/bitpay/copay#backups')" >
< span translate > Learn more about Copay backups< / span >
< / a >
2015-07-15 22:10:59 -03:00
< / div >
2015-08-08 10:58:30 -03:00
< / div >
2015-03-06 12:00:10 -03:00
< / div >
2015-08-08 10:58:30 -03:00
2015-04-15 14:43:59 -03:00
< / div >
2015-07-17 10:56:27 -03:00
< div class = "extra-margin-bottom" > < / div >