2
This video claims Segregated Witness is insecure because no one has an incentive to process (witness) the extended signature block.
https://www.youtube.com/watch?v=VoFb3mcxluY
It claims that as the hashing power increases over 50%, you would be a fool (not a Nash equilibrium) to waste processing power on extended blocks containing the signatures, when the real money is in the transactions containing fees. This means anyone can feed a block with any transaction they want, since no one is checking signatures. (Paraphrased.)
From what I understand, Segregated Witness transaction addresses start with a 3 and are multi-signature addresses. So you have to sign, and someone (who?) also has to sign for the transaction to go through. All of these signatures are placed into an extended block.
- Is the extended block also placed on the main blockchain?
- Who processes the extended block containing signatures?
- What incentive do they have to process the extended signature block?
- Does the extended block have fees?
- Who is the 3rd party signer for segregated witnesses multi-sig addresses?
type 3 doesn't necessarily mean, you are using multisig. It merely defines sigscripts, that are hashed (hence P2SH - pay to script hash). What is inside the hash, you cannot know - hash is a one way function... So you can have a segwit tx with one input and one output. – pebwindkraft – 2017-12-19T22:35:17.407
So it uses the signature field to include a hashed input & output address? But I thought the whole point of Segregated Witness was to eliminate (blank out) the signature field which took up 60% of a transaction and block? Can you add more details to an answer? – Chloe – 2017-12-22T20:33:53.203
no, I should leave the sigscript link away (non native english). I just want to say, that addresses appear in TX_IN and TX_OUT section. These addresses can be "of type 3". The way the TX_IN or TX_OUT are setup, is defined in "https://bitcoin.org/en/developer-reference#raw-transaction-format" and a very good overview in Andreas' book "Mastering Bitcoin", which is also online available...
– pebwindkraft – 2017-12-22T22:29:05.313