Difference between revisions of "Talk:BIP Draft - Instant Partial Confirmation"

From Bitcoin Wiki
Jump to: navigation, search
Line 1: Line 1:
  
Why do you need to send the whole transation to the miner over UDP? You could just send the transaction hash. This is unique and smaller.
+
I would think it would be simpler to code if the initial implementation just sent the hash of the transaction and the miners checked it was in their memorypool rather than sending the whole thing and expecting them to add it too the pool.

Revision as of 14:27, 1 August 2012

I would think it would be simpler to code if the initial implementation just sent the hash of the transaction and the miners checked it was in their memorypool rather than sending the whole thing and expecting them to add it too the pool.