From 1671ece9df9975e00a49ba5e5b90726e5ebed609 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Thu, 30 Jan 2020 17:20:04 -0700 Subject: [PATCH] Book: Prod the user to verify their new paper wallet (#8048) --- book/src/paper-wallet/usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/paper-wallet/usage.md b/book/src/paper-wallet/usage.md index 1b06b37fef..c1a21c059d 100644 --- a/book/src/paper-wallet/usage.md +++ b/book/src/paper-wallet/usage.md @@ -30,6 +30,10 @@ command will generate a random seed phrase, ask you to enter an optional passphrase, and then will display the derived public key and the generated seed phrase for your paper wallet. +After copying down your seed phrase, you can use the +[public key derivation](#public-key-derivation) instructions to verify that you +have not made any errors. + ```bash solana-keygen new --no-outfile ```