I am assuming that zcashd has a built-in way to password protect the wallet.dat file (and that I don’t have to use third party software to do that).
If that’s the case, can anyone tell me how to:
(1) Increase my keypool size so that my keypool contains 10,000 addresses.
(2) Add a password to my wallet so if my neighbor gets into my server room he can’t make off with my coins.
(3) Import that wallet to a second zcashd instance (on a different computer). Is this as simple as copying the wallet.dat file into the ~/.zcash/testnet3/ directory?
@daira based on PR 1372 it looked like str4d added support for wallet encryption, but “zcash-cli encryptwallet” prints out an error saying that it always fails. Was this just user error, or is wallet encryption not supported yet?