Author

Topic: Utility to combine multiple wallet.dat files? (Read 1976 times)

vip
Activity: 1358
Merit: 1000
AKA: gigavps
September 29, 2012, 10:02:41 PM
#5
  • Keep receiving addresses alive

This is really the most important thing to me. I'll definitely be diving into this next week to get the wallet.dat files consolidated.
sr. member
Activity: 519
Merit: 252
555
September 29, 2012, 04:19:19 PM
#4
Export the private keys of each wallet and import them all into the new one.

This is probably what the Pywallet reply is about, but there are other ways. Bitcoind itself has the "dumpprivkey" and "importprivkey" commands. I use my Python script to do this.

Exporting and importing keys has some definite advantages compared to sending coins the usual way:

  • No transaction fees
  • Keep receiving addresses alive
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
September 29, 2012, 05:16:20 AM
#3
You could sequentially load each wallet and send all the coins to a brand new wallet, consolidating all your funds.
vip
Activity: 1358
Merit: 1000
AKA: gigavps
September 28, 2012, 06:56:26 PM
#1
Hello fellow bitcoiners,

Is there a utility available to combine multiple wallet.dat files into one? I've kept a couple different wallets up till now but would like to combine them into one.

Thanks,
gigavps
Jump to: