Bitcoin Forum
May 26, 2024, 08:24:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Rescanning Bitcoin Core wallet files  (Read 159 times)
goggles (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 28, 2017, 03:48:34 PM
 #1

Is there a faster way to check old wallet files then re scanning each one? It's taking a hour just to check one wallet.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
December 28, 2017, 05:40:00 PM
 #2

You can either
1) Check all addresses 'by hand' in a block explorer or
2) Write a small script which automatically extracts all addresses of your files and checks the balance via an API

The second option is more suitable for 'larger' amounts of wallets..
For an API you can check https://blockexplorer.com/api-ref or https://blockchain.info/de/q.
Python is pretty straight forward when writing small scripts like this. Depending on which languages (if at all) you are able to code.
Without coding knowledge i think 1) would be the (probably) fastest way.

goggles (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 28, 2017, 05:47:31 PM
 #3

You can either
1) Check all addresses 'by hand' in a block explorer or
2) Write a small script which automatically extracts all addresses of your files and checks the balance via an API

The second option is more suitable for 'larger' amounts of wallets..
For an API you can check https://blockexplorer.com/api-ref or https://blockchain.info/de/q.
Python is pretty straight forward when writing small scripts like this. Depending on which languages (if at all) you are able to code.
Without coding knowledge i think 1) would be the (probably) fastest way.

Can I find out what the addresses are without rescanning?
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!