Author

Topic: rescan (Read 773 times)

legendary
Activity: 1072
Merit: 1189
September 27, 2011, 01:02:54 PM
#3
For each txout script encountered in the stored block chain, a test is done to verify whether our wallet is able to provide a matching txin script, or uses such a script as input. If so, it is added to the wallet.
vip
Activity: 1386
Merit: 1140
The Casascius 1oz 10BTC Silver Round (w/ Gold B)
September 27, 2011, 12:40:52 PM
#2
I'm sure it must consult the wallet, and I remember there being an IsMine() in the code
legendary
Activity: 1386
Merit: 1000
September 27, 2011, 11:07:09 AM
#1
How do bitcoin client determines duting rescan
which bitcoin addresses belongs to his wallet, and which are not?

Does he uses the list of adresses in the wallet itself,
or does he extracts addresses from the blockchain ?

Which lines of code should one see ?
Jump to: