From 7bfe1a0f8ede67c6c37bd77175761a7cf2f55956 Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 11 Apr 2023 15:26:35 +0200 Subject: [PATCH] walletinfo: add default wallet description --- cmd/chantools/walletinfo.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/chantools/walletinfo.go b/cmd/chantools/walletinfo.go index 30daaab..e79c2ec 100644 --- a/cmd/chantools/walletinfo.go +++ b/cmd/chantools/walletinfo.go @@ -73,7 +73,10 @@ used and, if enabled with --withrootkey the BIP32 HD root key of the wallet. The latter can be useful to recover funds from a wallet if the wallet password is still known but the seed was lost. **The 24 word seed phrase itself cannot be extracted** because it is hashed into the extended HD root key before storing it -in the wallet.db.`, +in the wallet.db. +In case lnd was started with "--noseedbackup=true" your wallet has the default +password. To unlock the wallet set the environment variable WALLET_PASSWORD="-" +or simply press without entering a password when being prompted.`, Example: `chantools walletinfo --withrootkey \ --walletdb ~/.lnd/data/chain/bitcoin/mainnet/wallet.db`, RunE: cc.Execute,