Describe the issue
After upgrading to 0.20.0, I can’t use a symbolic link for the blocks folder anymore.
What behavior did you expect?
I expect to be able to use a symbolic link for the blocks folder.
What was the actual behavior (provide screenshots if the issue is GUI-related)?
Bitcoin Core closing with this error:
0************************
1EXCEPTION: N5boost10filesystem16filesystem_errorE
2boost::filesystem::create_directory: File exists: "/home/user/.var/app/org.bitcoincore.bitcoin-qt/data/blocks"
3
4bitcoin in Runaway exception
How reliably can you reproduce the issue, what are the steps to do so?
Move the blocks folder to anywhere outside the bitcoin folder, like /media/data/blocks or /home/user/blocks, and make a symbolic link from the original data/blocks to the new location. Then try to start Bitcoin Core.
What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)?
0.20.0 from Flathub.
What type of machine are you observing the error on (OS/CPU and disk type)?
Fedora Linux.