Open Rspigler opened 3 years ago
cc @achow101 @Sjors
@Rspigler
Encrypt Wallet
: "Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice." This is incorrect. The wallet is not encrypted, only the private keys are.
This wording seems ubiquitous:
Where is that screenshot from? Some wallets do encrypt the entire wallet. Bitcoin Core doesn't.
Compiling on master, I still see for the tooltip "Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice", which is incorrect. The wallet is not encrypted, the private keys are, which are two very different things https://github.com/bitcoin/bitcoin/issues/18085
There are also various text boxes after encrypting the wallet which are incorrect "You wallet is now encrypted" etc.
@Rspigler
Where is that screenshot from?
The Bitcoin Core.
Create a wallet without encryption. then in menu go to "Settings" -> "Encrypt Wallet".
That should be changed as well then. For example, metadata is not encrypted.
As commented here (https://github.com/bitcoin-core/gui/pull/96#issuecomment-727259580)
Encrypt Wallet
: "Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice." This is incorrect. The wallet is not encrypted, only the private keys are.Also, this inconsistency:
Checking
Disable Private Keys
checksMake Blank Wallet
(and disablesEncrypt Wallet
). This is correct.Disable Private Keys
should only be checked whenMake Blank Wallet
is also checked. However, there is a way to haveDisable Private Keys
checked without havingMake Blank Wallet
checked (which doesn't make sense).Check
Disable Private Keys
, then uncheck the auto-checkMake Blank Wallet
. You are now left with the settings:Disabled
Encrypt Wallet
, checkedDisable Private Keys
.This is a setting that you can't enable yourself. (Checking
Disable Private Keys
also checksMake Blank Wallet
normally).To fix, unchecking the auto-enabled
Make Blank Wallet
should also uncheckDisable Private Keys
and re-enableEncrypt Wallet
.