Hello!
First of all: sorry in case this question has already been asked elsewhere. I did a search, but didn't come up with an answer to my question.
I increased my keypool from the default of 100 premade bitcoin addresses to 500, in order to make a long-time future-proof backup.
The command line (put inside a bitcoin.bat file) when starting up Bitcoin Core 0.11.0 on Windows 10 looks as follows:
bitcoin-qt.exe -datadir=./data -keypool=500 -onlynet=onion
The application starts and works. I also can see my specified commandline options did have an effect, as the wallet.dat in the /data subfolder gets used and only connections to .onion URLs are made.
However, the file size of my wallet.dat did not increase! And that makes me become suspicious. Shouldn't the wallet.dat file size increase by five times when 500 instead of 100 public/private bitcoin keypairs are stored in it?
Sorry when asking a stupid question, but this drives me crazy ATM.