public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Suggestion: easy way to restore wallet.dat backup
@ 2013-12-03 19:59 Dâniel Fraga
  2013-12-04  5:16 ` Casey Rodarmor
  0 siblings, 1 reply; 2+ messages in thread
From: Dâniel Fraga @ 2013-12-03 19:59 UTC (permalink / raw)
  To: bitcoin-development

	I posted this on bitcoin-user, but nobody replied, so I'm
trying here.

	Today, when a user uses bitcoin-qt client, it can make a backup
of wallet.dat easily through menu, but when he/she needs to restore
this backup, he/she must copy the file to the correct folder and
execute "bitcoin-qt -rescan".

	My suggestion: bitcoin-qt developers could implement an easier
way to restore. For example: a option in the File menu "Restore Wallet"
or "Recover Wallet" where it would show a dialog asking for the backup
file and everything would be done automatically (no need to do it
manually).

	If we want everybody to use bitcoin, these operations should
be as easy as possible.

	What do you think?

-- 
Linux 3.12.0: One Giant Leap for Frogkind
http://www.youtube.com/DanielFragaBR
http://mcxnow.com
Bitcoin: 12H6661yoLDUZaYPdah6urZS5WiXwTAUgL





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bitcoin-development] Suggestion: easy way to restore wallet.dat backup
  2013-12-03 19:59 [Bitcoin-development] Suggestion: easy way to restore wallet.dat backup Dâniel Fraga
@ 2013-12-04  5:16 ` Casey Rodarmor
  0 siblings, 0 replies; 2+ messages in thread
From: Casey Rodarmor @ 2013-12-04  5:16 UTC (permalink / raw)
  To: Dâniel Fraga; +Cc: bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 2071 bytes --]

On Tue, Dec 3, 2013 at 11:59 AM, Dâniel Fraga <fragabr@gmail•com> wrote:
>
>         Today, when a user uses bitcoin-qt client, it can make a backup
> of wallet.dat easily through menu, but when he/she needs to restore
> this backup, he/she must copy the file to the correct folder and
> execute "bitcoin-qt -rescan".
>

I actually think this is part of a larger and somewhat subtle UX problem
with bitcoin-qt – and, to be totally fair, a whole bunch of other wallet
programs.

I think the issue is that bitcoin-qt should have a document-oriented
approach to wallets. It should make you select a location to store your
wallet, just like a word processor, when you create a new wallet. It could
open the most recent wallet when you run the program, or allow you to open
a wallet by double-clicking it directly in the OS.

I think this would solve this particular issue nicely, just double click
the wallet file. Also, the menu item can just be labeled "Open Wallet". It
might also prevent those kind of heartbreaking posts which read something
like, "I just wiped my hard drive and reinstalled bitcoin-qt, where are my
coins?" People don't have the expectation that if they get Word on a new PC
that their documents will somehow magically be available, I think in part
because Word forces you to deal with the documents and the save location
yourself.

I know that this would bring with it a host of other considerations: Can
multiple wallets be open at the same time? What happens if a wallet file is
moved while it's open? What happens when there are two versions of the same
wallet? Will users understand that they need to backup their wallets
periodically?

But, I think it would be a big enough usability win that it should be
considered. Also, if at the same time bitcoin-qt were to adopt BIP 32 style
deterministically derived private keys from a single seed, a bunch of the
issues above would also go away: There are never two versions of the same
wallet, since they're the same seed, and periodic backups are unnecessary.

[-- Attachment #2: Type: text/html, Size: 2578 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-04  5:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-03 19:59 [Bitcoin-development] Suggestion: easy way to restore wallet.dat backup Dâniel Fraga
2013-12-04  5:16 ` Casey Rodarmor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox