Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wallet.dat cannot be symlink anymore in 0.15 (regression) #11459

Closed
phiresky opened this issue Oct 7, 2017 · 2 comments
Closed

wallet.dat cannot be symlink anymore in 0.15 (regression) #11459

phiresky opened this issue Oct 7, 2017 · 2 comments

Comments

@phiresky
Copy link

phiresky commented Oct 7, 2017

Describe the issue

My wallet.dat is on a different drive than my bitcoin config directory, and having wallet.dat be a symlink has always worked.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. mv ~/.bitcoin/wallet.dat ~/file && ln -sf ~/.bitcoin/wallet.dat ~/file
  2. bitcoin-qt

Expected behaviour

It should work transparently, same as in 0.14 (I think).

Actual behaviour

"Error loading wallet wallet.dat. -wallet filename must be a regular file."

What version of bitcoin-core are you using?

0.15.0.1-gfb7b5293844

Presumably introduced in a6da027d83 (@promag)

@sipa
Copy link
Member

sipa commented Oct 7, 2017

See the discussion in #10885

In summary, this was an unintentional and unsupported feature with several risks. We're not going to add active support for it, as it has high risk of funds loss when used incorrectly.

Instead, see #11348 to enable having wallets in a separate directory from the blockchain.

@fanquake
Copy link
Member

fanquake commented Oct 7, 2017

Closing, there was also some discussion in this related issue #11343.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants