Improved encrypted paper backup guide
Added secret confirmation, BIP39 test and word split features
This commit is contained in:
parent
838469b946
commit
04419bc75b
9 changed files with 2147 additions and 8 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue