From e5e465c4b0848ee0044a8fc042f652207bcb2f39 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Wed, 8 Feb 2023 20:45:27 -1000 Subject: [PATCH] CH04::paper wallets: update terminology s/mnemonic/recovery code/ s/hardware wallet/hardware signing device/ --- ch04.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index 3270b116..8678d8da 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -1475,8 +1475,8 @@ users. There are many subtle pitfalls involved in generating them, not least of which the possibility that the generating code is compromised with a "back door". Hundreds of bitcoin have been stolen this way. Paper wallets are shown here for informational purposes only and should not be -used for storing bitcoin. Use a BIP-39 mnemonic phrase to backup your -keys. Use a hardware wallet to store keys and sign transactions. DO NOT +used for storing bitcoin. Use a recovery code to backup your +keys, possibly with a hardware signing device to store keys and sign transactions. DO NOT USE PAPER WALLETS. ====