sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
Guest35290 has quit []
justanotheruser has quit [Ping timeout: 268 seconds]
luke-jr has quit [Ping timeout: 265 seconds]
luke-jr has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
justanotheruser has quit [Ping timeout: 260 seconds]
shush has joined #bitcoin-wizards
shush has quit [Ping timeout: 260 seconds]
justanotheruser has joined #bitcoin-wizards
ariel_ has joined #bitcoin-wizards
mauz555 has joined #bitcoin-wizards
marcoagner has quit [Ping timeout: 268 seconds]
slivera has joined #bitcoin-wizards
mauz555 has quit []
Chris_Stewart_5 has joined #bitcoin-wizards
Chris_Stewart_5 has quit [Ping timeout: 268 seconds]
AaronvanW has quit [Remote host closed the connection]
paultroon has quit [Remote host closed the connection]
TheoStorm has quit [Quit: Leaving]
shush has joined #bitcoin-wizards
kinlo has quit [Ping timeout: 260 seconds]
shush has quit [Ping timeout: 248 seconds]
Guyver2_ has joined #bitcoin-wizards
Madars has quit [Ping timeout: 240 seconds]
Guyver2__ has quit [Ping timeout: 268 seconds]
jonatack has joined #bitcoin-wizards
devnewton has quit []
shush has joined #bitcoin-wizards
kinlo has joined #bitcoin-wizards
shush has quit [Ping timeout: 260 seconds]
shush has joined #bitcoin-wizards
donri has joined #bitcoin-wizards
shush has quit [Ping timeout: 248 seconds]
Jmabsd has joined #bitcoin-wizards
phwalkr has joined #bitcoin-wizards
shush has joined #bitcoin-wizards
Madars has joined #bitcoin-wizards
harrigan has quit [Ping timeout: 240 seconds]
shush has quit [Ping timeout: 260 seconds]
Guyver2_ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
shush has joined #bitcoin-wizards
harrigan has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
shush has quit [Ping timeout: 260 seconds]
phwalkr has quit [Ping timeout: 248 seconds]
slivera has quit [Remote host closed the connection]
shush has joined #bitcoin-wizards
Jmabsd has quit [Read error: Connection reset by peer]
Jmabsd2 has joined #bitcoin-wizards
Madars has quit [Ping timeout: 268 seconds]
shush has quit [Ping timeout: 248 seconds]
shush has joined #bitcoin-wizards
shush has quit [Ping timeout: 260 seconds]
laurentmt has joined #bitcoin-wizards
laurentmt has quit [Remote host closed the connection]
laurentmt has joined #bitcoin-wizards
Jmabsd2 has quit [Ping timeout: 258 seconds]
Jmabsd has joined #bitcoin-wizards
laurentmt has quit [Quit: laurentmt]
Madars has joined #bitcoin-wizards
shush has joined #bitcoin-wizards
shush has quit [Ping timeout: 248 seconds]
shush has joined #bitcoin-wizards
Madars has quit [Ping timeout: 240 seconds]
shush has quit [Ping timeout: 260 seconds]
shush has joined #bitcoin-wizards
shush has quit [Ping timeout: 252 seconds]
shush has joined #bitcoin-wizards
Chris_Stewart_5 has joined #bitcoin-wizards
shush has quit [Ping timeout: 260 seconds]
Madars has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
paultroon has joined #bitcoin-wizards
paultroon has quit [Ping timeout: 265 seconds]
phwalkr_ has joined #bitcoin-wizards
Jmabsd has quit [Quit: Leaving]
<phwalkr_>
Guys, just a bit unclear about P2WSH: So, on the INPUT side, the script code is the witness right.
Jmabsd has joined #bitcoin-wizards
<phwalkr_>
However, on the OUTPUT side... BIP 141 says that the output for a P2WSH should be 0x00 0x20 <32B hash>.
<phwalkr_>
But then, where do you locate the signature script code that you want for your output??
<phwalkr_>
Example: https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md stipulates both an "Funding Transaction Output" which is a SEGWIT "2 <pubkey1> <pubkey2> 2 OP_CHECKMULTISIG" script, and also for instance "Offered HTLC Outputs" which is a really long SEGWIT script "OP_DUP OP_HASH160 <RIPEMD160(SHA256(revocationpubkey))> OP_EQUAL .....". These output scripts go where?
<Jmabsd>
Can you give me some example TXID of a Lightning channel open and close transaction?
Madars has quit [Ping timeout: 240 seconds]
phwalkr_ has quit [Remote host closed the connection]
Chris_Stewart_5 has quit [Ping timeout: 265 seconds]
donri has quit []
Madars has joined #bitcoin-wizards
flound1129 has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
Madars has quit [Ping timeout: 258 seconds]
jonatack has quit [Ping timeout: 245 seconds]
Madars has joined #bitcoin-wizards
Jmabsd2 has joined #bitcoin-wizards
Jmabsd2 has quit [Client Quit]
Jmabsd has quit [Ping timeout: 268 seconds]
Chris_Stewart_5 has joined #bitcoin-wizards
shush has joined #bitcoin-wizards
Madars has quit [Ping timeout: 240 seconds]
shush has quit [Ping timeout: 268 seconds]
shush has joined #bitcoin-wizards
Madars has joined #bitcoin-wizards
shush has quit [Remote host closed the connection]
shush has joined #bitcoin-wizards
shush has quit [Ping timeout: 252 seconds]
<darosior>
phwalkr_: You commit to the hash of this script, then only an input specifying this redeem(/witness) script will be able to spend that output.