* [Bitcoin-development] Release priorities for v0.4?
@ 2011-06-13 23:59 Jeff Garzik
2011-06-15 14:27 ` Mark Visser
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2011-06-13 23:59 UTC (permalink / raw)
To: Bitcoin Development
With increased reports of stolen wallets, I humbly submit that wallet
crypto should be a top priority for the next version.
https://github.com/bitcoin/bitcoin/pull/232
Anyway... start pulling :)
--
Jeff Garzik
exMULTI, Inc.
jgarzik@exmulti.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] Release priorities for v0.4?
2011-06-13 23:59 [Bitcoin-development] Release priorities for v0.4? Jeff Garzik
@ 2011-06-15 14:27 ` Mark Visser
2011-06-15 16:50 ` Jeff Garzik
0 siblings, 1 reply; 4+ messages in thread
From: Mark Visser @ 2011-06-15 14:27 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Bitcoin Development
[n00b alert]
I humbly suggest allowing the wallet.dat location to be specified in the preferences. Being able to easily physically disconnect a wallet by unplugging a USB key seems like a good idea.
cheers,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] Release priorities for v0.4?
2011-06-15 14:27 ` Mark Visser
@ 2011-06-15 16:50 ` Jeff Garzik
2011-06-15 17:32 ` Theodore Witkamp
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2011-06-15 16:50 UTC (permalink / raw)
To: Mark Visser; +Cc: Bitcoin Development
On Wed, Jun 15, 2011 at 10:27 AM, Mark Visser <mjmvisser@gmail.com> wrote:
> I humbly suggest allowing the wallet.dat location to be specified in the preferences. Being able to easily physically disconnect a wallet by unplugging a USB key seems like a good idea.
That's what -datadir is for. Unfortunately -all- databases must be in
the datadir, because wallet.dat is a berkeley db, and we need a
transactional environment. That makes it difficult to move just one
file.
--
Jeff Garzik
exMULTI, Inc.
jgarzik@exmulti.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bitcoin-development] Release priorities for v0.4?
2011-06-15 16:50 ` Jeff Garzik
@ 2011-06-15 17:32 ` Theodore Witkamp
0 siblings, 0 replies; 4+ messages in thread
From: Theodore Witkamp @ 2011-06-15 17:32 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Bitcoin Development
On Wed, Jun 15, 2011 at 9:50 AM, Jeff Garzik <jgarzik@exmulti.com> wrote:
> On Wed, Jun 15, 2011 at 10:27 AM, Mark Visser <mjmvisser@gmail.com> wrote:
>> I humbly suggest allowing the wallet.dat location to be specified in the preferences. Being able to easily physically disconnect a wallet by unplugging a USB key seems like a good idea.
>
> That's what -datadir is for. Unfortunately -all- databases must be in
> the datadir, because wallet.dat is a berkeley db, and we need a
> transactional environment. That 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-15 17:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-13 23:59 [Bitcoin-development] Release priorities for v0.4? Jeff Garzik
2011-06-15 14:27 ` Mark Visser
2011-06-15 16:50 ` Jeff Garzik
2011-06-15 17:32 ` Theodore Witkamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox