Bitcoin Forum
May 07, 2024, 02:51:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Utility to combine multiple wallet.dat files?  (Read 1976 times)
jamesg (OP)
VIP
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


AKA: gigavps


View Profile
September 28, 2012, 10:56:26 PM
Last edit: September 29, 2012, 12:34:31 AM by hazek
 #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
1715050309
Hero Member
*
Offline Offline

Posts: 1715050309

View Profile Personal Message (Offline)

Ignore
1715050309
Reply with quote  #2

1715050309
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
herzmeister
Legendary
*
Offline Offline

Activity: 1764
Merit: 1007



View Profile WWW
September 29, 2012, 12:12:24 AM
 #2

https://en.bitcoin.it/wiki/Pywallet
https://bitcointalk.org/index.php?topic=34028.0

 Cool

https://localbitcoins.com/?ch=80k | BTC: 1LJvmd1iLi199eY7EVKtNQRW3LqZi8ZmmB
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
September 29, 2012, 09:16:20 AM
 #3

You could sequentially load each wallet and send all the coins to a brand new wallet, consolidating all your funds.

teknohog
Sr. Member
****
Offline Offline

Activity: 519
Merit: 252


555


View Profile WWW
September 29, 2012, 08: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

world famous math art | masternodes are bad, mmmkay?
Every sha(sha(sha(sha()))), every ho-o-o-old, still shines
jamesg (OP)
VIP
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


AKA: gigavps


View Profile
September 30, 2012, 02:02:41 AM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!