Bitcoin Forum
May 26, 2024, 10:20:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Easy way to check if a wallet contains money ?  (Read 747 times)
Herodes (OP)
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
March 21, 2013, 02:18:14 AM
 #1

As it would have it, I'm cleaning up a lot of old backups, and there's some wallet.dat files lying around, I think all of them are empty, but just to make sure, I want to check the balance of each of them. I know I can put one by one into bitcoind data directory, replacing the original wallet, but I was wondering if somebody already made a simple tool to do this ?

Ie.

Code:
./balancechecker backup/wallet.dat -d~/.bitcoin

Extracting adresses from wallet, then checking against an online service or a local copy of the block chain to find the balance of the wallet.

Anyone know of such a tools ? Tried to search the forum, but to no avail.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
March 21, 2013, 02:39:57 AM
 #2

use pywallet. extract all the keys, compile them into one txt file, remove duplicates, and sweep them all into your main wallet.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Herodes (OP)
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
March 21, 2013, 02:43:44 AM
 #3

use pywallet. extract all the keys, compile them into one txt file, remove duplicates, and sweep them all into your main wallet.

thanks dude.
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!