Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1QWtxN-0006yD-8I for bitcoin-development@lists.sourceforge.net; Wed, 15 Jun 2011 17:32:45 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.213.47 as permitted sender) client-ip=209.85.213.47; envelope-from=theodore.witkamp@gmail.com; helo=mail-yw0-f47.google.com; Received: from mail-yw0-f47.google.com ([209.85.213.47]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1QWtxM-0003kP-Ff for bitcoin-development@lists.sourceforge.net; Wed, 15 Jun 2011 17:32:45 +0000 Received: by ywg8 with SMTP id 8so499732ywg.34 for ; Wed, 15 Jun 2011 10:32:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.175.99 with SMTP id y63mr1392831yhl.155.1308159159035; Wed, 15 Jun 2011 10:32:39 -0700 (PDT) Received: by 10.236.208.73 with HTTP; Wed, 15 Jun 2011 10:32:39 -0700 (PDT) In-Reply-To: References: <1B652E42-B585-4F51-ABAD-A74B45492084@gmail.com> Date: Wed, 15 Jun 2011 10:32:39 -0700 Message-ID: From: Theodore Witkamp To: Jeff Garzik Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is freemail (theodore.witkamp[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain X-Headers-End: 1QWtxM-0003kP-Ff Cc: Bitcoin Development Subject: Re: [Bitcoin-development] Release priorities for v0.4? X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 17:32:45 -0000 On Wed, Jun 15, 2011 at 9:50 AM, Jeff Garzik wrote: > On Wed, Jun 15, 2011 at 10:27 AM, Mark Visser wrote= : >> I humbly suggest allowing the wallet.dat location to be specified in the= preferences. Being able to easily physically disconnect a wallet by unplug= ging a USB key seems like a good idea. > > That's what -datadir is for. =C2=A0Unfortunately -all- databases must be = in > the datadir, because wallet.dat is a berkeley db, and we need a > transactional environment. =C2=A0That makes it difficult to move just one > file. I am a Berkley DB ignoramus , but how is specifying the wallet file path different than using a symlink? Also I think that allowing the user to open more than one wallet helps the user develop an intuition for the system. A simple task like opening transferring coins from one to the other is currently very awkward on the same installation. Ted