Author

Topic: Blockchain files and wallet.dat in different folders? (Read 844 times)

sr. member
Activity: 294
Merit: 250
So what is wrong with symbolic links? They should work just fine.
newbie
Activity: 50
Merit: 0
Indeed, "-wallet" is not a solution!

By the wording of the option "wallet=" only allows you to desginate the wallet by name within the data directory.  I don't believe it is possible to designate a different data and wallet location.
donator
Activity: 1218
Merit: 1079
Gerald Davis
By the wording of the option "wallet=" only allows you to desginate the wallet by name within the data directory.  I don't believe it is possible to designate a different data and wallet location.
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
Looks like Bitcoin Core version 0.9.0 was the first version to have this option.  https://bitcoin.org/en/release/v0.9.0 (search on this page for "wallet=" without the quotes to find it)
full member
Activity: 196
Merit: 100
interesting i did not know -wallet was an option.
i had been using -datadir for a while now. do you have any idea which version of bitcoin-qt came out with -wallet ?

thanks Smiley
legendary
Activity: 2212
Merit: 1199
I would like to place the blockchain files in a different location than wallet.dat. Is this possible with Bitcoin Core?  Huh
(I would like to avoid symlinks and "-datadir" is not a solution...)


Code:
-wallet=
indeed.

Well if zou are looking for all of the options you can visit: https://en.bitcoin.it/wiki/Running_Bitcoin

and as for example
Quote
Wallet options:
 -disablewallet         Do not load the wallet and disable wallet RPC calls
 -paytxfee=        Fee per kB to add to transactions you send
 -rescan                Rescan the block chain for missing wallet transactions
 -zapwallettxes         Clear list of wallet transactions (diagnostic tool; implies -rescan)
 -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
 -upgradewallet         Upgrade wallet to latest format
-wallet=         Specify wallet file (within data directory)
 -walletnotify=    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
 -spendzeroconfchange   Spend unconfirmed change when sending transactions (default: 1)

There is a list with all of the command-line options that you can use while running Bitcoin Core.

If something is not on that list - it do not exist Smiley

Regards.
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
I realize this doesn't put the wallet.dat file in a different location but maybe it will solve your problem:
Code:
#Specify wallet file (within data directory)
-wallet=

You may get more help if you post exactly what your trying to do.
newbie
Activity: 50
Merit: 0
I would like to place the blockchain files in a different location than wallet.dat. Is this possible with Bitcoin Core?  Huh
(I would like to avoid symlinks and "-datadir" is not a solution...)
Jump to: