Can I limit the back-up data in wallet.dat?

0

I want to know is it possible to back-up manually from wallet.dat. I am running Dogecoin daemon locally.

Scenario:

  • say user (user1) have some dogecoin balance in addr1
  • another user (user2) have dogecoin balance in addr2
  • I want to back-up only user2 not user1

Is there any way to limit the back-up data in wallet.dat file?

M.R

Posted 2014-05-05T06:02:55.493

Reputation: 471

Sounds like you should be using separate wallet files.Tim S. 2014-05-05T17:00:39.627

Answers

1

No, this is not possible without custom software or a lot of extra work. The wallet.dat file contains all the private keys, and the reference client doesn't have a way to split it up.

Nate Eldredge

Posted 2014-05-05T06:02:55.493

Reputation: 21 420