Bitcoin Forum
May 13, 2024, 04:43:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Correct way to track wallet transactions ?  (Read 508 times)
Nicolas Dorier (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 621


View Profile
May 03, 2014, 09:40:45 AM
 #1

I noted that BIP32 talk about setting a filter to peer nodes to get notified if you are interested into a transaction.

I thought using that to track transaction relevant to my wallet. But does such method is weak transaction malleability ?
The only way to resist transaction malleability is to listening for every transaction, in a block or in mem pool, and check their input/output script to know if they are relevant to you.

Does such thing is too difficult to keep up with the flow of transaction ? Why companies like MtGox insists on using the transaction hash to track transactions ?

Bitcoin address 15sYbVpRh6dyWycZMwPdxJWD4xbfxReeHe
1715575402
Hero Member
*
Offline Offline

Posts: 1715575402

View Profile Personal Message (Offline)

Ignore
1715575402
Reply with quote  #2

1715575402
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715575402
Hero Member
*
Offline Offline

Posts: 1715575402

View Profile Personal Message (Offline)

Ignore
1715575402
Reply with quote  #2

1715575402
Report to moderator
1715575402
Hero Member
*
Offline Offline

Posts: 1715575402

View Profile Personal Message (Offline)

Ignore
1715575402
Reply with quote  #2

1715575402
Report to moderator
telepatheic
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
May 03, 2014, 10:09:08 AM
 #2

You should read BIP37 which is about bloom filtering. Filters can be used to match against inputs and outputs as well as transaction IDs.
Nicolas Dorier (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 621


View Profile
May 03, 2014, 04:18:27 PM
 #3

Thanks for the clarification.
Holy cow, I ported this code and tests, but forgot entirely the "Filter matching algorithm". (IsRelevantAndUpdate(Tx) method)
I was so sure I knew what the bloom filter was, I did not took time to scroll to the algorithm of the BIP, nor the methods.

Bitcoin address 15sYbVpRh6dyWycZMwPdxJWD4xbfxReeHe
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!