Post
Topic
Board Development & Technical Discussion
Re: client command line option -wallet= in addition to -datadir=?
by
gmaxwell
on 04/09/2012, 07:01:33 UTC
It allows to select between multiple wallets within the datadir. e.g. bitcoin -wallet=foo.dat will load $DATADIR/foo.dat (or create it if it doesn't exist). Don't use it to access wallets outside the datadir.
Er. This doesn't split the database environment, so if its used as this thread is requesting it will almost certainly result in wallet corruption. (and leak wallet information as well).