Could be Windows only. Had to add -datadir=a:\bitcoin to bitcoin-qt shortcut.
It's specified as:
datadir=a:\bitcoin
in the bitcoin.conf file.
Could be Windows only. Had to add -datadir=a:\bitcoin to bitcoin-qt shortcut.
It's specified as:
datadir=a:\bitcoin
in the bitcoin.conf file.
Yeah, this is no longer possible with the GUI in 0.9.0.
Try command line option -choosedatadir to set the default data directory without having to change the shortcut. It will be stored in the registry.
Windows Bitcoin-QT ignores bitcoin.conf entirely, which is strange. Is this intentional?
That's not intentional. Also doesn't match the behavior that I've seen.
Which setting are you providing in bitcoin.conf that seems to be ignored?
Have you changed the data directory? Are you providing any command line arguments? If so, which?
My mistake, I had bitcoin.conf in the old %appdata%\bitcoin location instead of the new datadir.
Yeah, I was just about to add that comment. It ignores my .conf file completely. I don't run my bitcoin client here very often (flash drive, re: datadir, etc) but I also noticed it didn't even use the par setting, maxconnections, addnodes, etc.
ed: hmm, nm. no clue why it doesn't work. it fails on reindex in .conf file too.
It expects the .conf file in your data directory. That never changed. If you change your data directory it expects the .conf file there, too.