BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
40 stars 7 forks source link

Improve "I already have a seed" option in Create Wallet #60

Closed epiccurious closed 11 months ago

epiccurious commented 11 months ago

Use less ambiguous dialog, like: “I want to restore a codex32 backup”

BenWestgate commented 11 months ago

image

Fixed with https://github.com/BenWestgate/Bails/commit/faf9604c6bfac0a1d27763549472ad18bf51ef8b

We are going to use the word "Recover" because that is what the BIP93 uses and secretcodex website uses and more accurately conveys that the essential functionality returns but not exactly what they had before (metadata is lost)

I recovered my car after the tornado vs I restored my car after the tornado.

If you get bored you can change all mentions of Restore Wallet to Recover wallet.

The only two things that get "Restored" are the seed and the identifier, and everything that derives from that. The rest is a recovery operation.