Post
Topic
Board Development & Technical Discussion
Re: Bitcoint-Qt and -wallet parameter : Can't specify a different folder ?
by
BobLawblaw
on 04/12/2017, 05:15:19 UTC
However having the temporary database files and the wallet database itself located in two different places may cause issues, especially with unclean shutdowns and moving wallet files. Thus to avoid issues with that, wallets must be in the same directory as the temporary database files, which is the datadir.
This is also why symlinks have also been disallowed. That they were allowed in the past was a bug.

Fair enough. Thank you for clearing that up.