Older versions used to.
The most recent version does not.
Ah, cool, many thanks for that confirmation.
Can't you just "unlock the wallet" to test?
Well, let's see. In your copy of bitcoin-qt, do you see an item "unlock the wallet" in the menu? I don't see that in mine.
That is what is so disconcerting, there is not much indication that the wallet is locked at all. After encrypting the wallet, I expected that at the very latest on restarting bitcoin-qt I would be prompted for my passphrase. I was not, which means that someone else could steal my wallet.dat and without even decrypting it load it into bitcoin-qt.
I suppose that the info that bitcoin-qt displays on the wallet without the passphrase is the same info that is publicly available about that wallet. And I suppose that bitcoin-qt prompts for the passphrase only when absolutely necessary in order to avoid unnecessary exposure to keyboard logging attacks.
Also,
- I told bitcoin-qt to use a different data directory, and now when it starts up it automatically loads from the new directory. Where does it remember that path?
- How can I prevent bitcoin-qt from downloading the blockchain at startup? In the help I see various startup options for the network, so I assume I could just pass in an invalid value to one of those parameters, in order to break bitcoin-qt's network connection, is that the best way?
- If I want to wipe the slate clean and start again, should I delete just the wallet file, or the entire data directory? After the blockchain is downloaded, where does that get stored, in wallet.dat?