Improved encrypted paper backup guide

Added secret confirmation, BIP39 test and word split features
This commit is contained in:
Sun Knudsen 2021-02-25 14:03:38 -05:00
parent 838469b946
commit 04419bc75b
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
9 changed files with 2147 additions and 8 deletions

View file

@ -122,12 +122,16 @@ sudo systemctl reboot
### Create encrypted paper backup
> Heads-up: use `--bip39` to test secret against BIP39 [dictionary](https://raw.githubusercontent.com/bitcoin/bips/master/bip-0039/english.txt).
```shell
qr-backup.sh
```
### Restore encrypted paper backup
> Heads-up: use `--split-words` to split secret into word list.
```shell
qr-restore.sh
```