1
Anyone knows what does it mean when there is no ScriptSig under INPUT SCRIPT for a TX?
See here:
https://i.imgur.com/TCHFUfV.jpg
Thanks!
1
Anyone knows what does it mean when there is no ScriptSig under INPUT SCRIPT for a TX?
See here:
https://i.imgur.com/TCHFUfV.jpg
Thanks!
2
It seems to be a witness transaction according to your screenshot (you can see the same missing scriptSig followed by witness here).
Segwit encodes the signature information slightly differently from the regular script sig, so it will not show up under that heading. A segwit transaction would still contain the information you would traditionally see in the scriptSig, but in the witness section instead.
This seems to be the case. Thanks! I also found this website where we can see details regarding segwit trx's [link]https://blockchair.com blockchain.info is not very segwit friendly.
-1
If it's a P2SH output and the redeem script is OP_TRUE then it's an anyone-can-spend and you don't have to provide anything in the scriptSig
It would help to see the raw transaction, then one could use „decoderawtransaction“ and analyze the details... at least on my iPad the imgur image seems to be blank... no hexcodes visible – pebwindkraft – 2018-06-18T21:07:00.963