Bitcoin Forum
April 25, 2024, 10:30:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Clarification of Segwit: how is witness data retrieved for validation?  (Read 867 times)
1t0ph20 (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 7


View Profile
March 16, 2017, 08:09:04 PM
Merited by ABCbits (1)
 #1

Hi, new to Bitcoin.

I understand that Segwit will separate the signatures from the transactions and put it in another section of witness data. Just to clarify, is this witness data propagated with the block in the form of a Merkle tree bound with the txid's Merkle tree? I'm just having a hard time understanding how the witness data is condensed (if it all), how the witness data is retrieved for validation, and how the txns are still connected with the respective signatures. Thanks!
1714041018
Hero Member
*
Offline Offline

Posts: 1714041018

View Profile Personal Message (Offline)

Ignore
1714041018
Reply with quote  #2

1714041018
Report to moderator
1714041018
Hero Member
*
Offline Offline

Posts: 1714041018

View Profile Personal Message (Offline)

Ignore
1714041018
Reply with quote  #2

1714041018
Report to moderator
1714041018
Hero Member
*
Offline Offline

Posts: 1714041018

View Profile Personal Message (Offline)

Ignore
1714041018
Reply with quote  #2

1714041018
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714041018
Hero Member
*
Offline Offline

Posts: 1714041018

View Profile Personal Message (Offline)

Ignore
1714041018
Reply with quote  #2

1714041018
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
March 16, 2017, 09:59:59 PM
Merited by ABCbits (2)
 #2

Segwit essentially introduces a new transaction format. It introduces a new transaction format which is just the current one but with 2 additional bytes signalling that it is the new format, and the additional witnesses field before the nLocktime. When a node connects to another node, it tells that node that it supports segwit. So, that other node, if it also supports segwit, will send transactions with the segwit format. When it goes to send a block, it will send the block with the transactions also serialized in the segwit format. If a node does not say that it supports segwit or if a transaction does not use the witnesses field, then the transaction will be sent with the original format without the witnesses field.

The merkle root of the block header contains the hash of the txids. There will be an additional merkle root of the hashes of all the transactions in the block which will be put in an OP_RETURN output of the coinbase.

piotr_n
Legendary
*
Offline Offline

Activity: 2053
Merit: 1354


aka tonikt


View Profile WWW
March 17, 2017, 04:01:17 PM
Merited by ABCbits (1)
 #3

You don't download witnesses data separately.

You use new network API to fetch txs (or blocks containing such txs) that have witness data already embedded inside.

Specifically you set an extra bit in the type field inside getdata commands

Check out gocoin - my original project of full bitcoin node & cold wallet written in Go.
PGP fingerprint: AB9E A551 E262 A87A 13BB  9059 1BE7 B545 CDF3 FD0E
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!