Skip to content

Commit edced0f

Browse files
committed
News179: add stack exchange
1 parent b046c98 commit edced0f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

_posts/en/newsletters/2021-12-15-newsletter.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,41 @@ wallets and services.*
8181
[Wallet of Satoshi][wallet of satoshi website], a mobile Bitcoin and Lightning
8282
wallet, [announced][wallet of satoshi tweet] taproot send support.
8383

84+
## Selected Q&A from Bitcoin Stack Exchange
85+
86+
*[Bitcoin Stack Exchange][bitcoin.se] is one of the first places Optech
87+
contributors look for answers to their questions---or when we have a
88+
few spare moments to help curious or confused users. In
89+
this monthly feature, we highlight some of the top-voted questions and
90+
answers posted since our last update.*
91+
92+
{% comment %}<!-- https://bitcoin.stackexchange.com/search?tab=votes&q=created%3a1m..%20is%3aanswer -->{% endcomment %}
93+
{% assign bse = "https://bitcoin.stackexchange.com/a/" %}
94+
95+
- [What is the script assembly and execution in P2TR spend (spend from Taproot)?]({{bse}}111098)
96+
Pieter Wuille provides a detailed walk-through of a simplified [BIP341][]
97+
example of constructing a taproot output, spending using the keypath, spending
98+
using the scriptpath, and validating spends.
99+
100+
- [How can I find samples for P2TR transactions on mainnet?]({{bse}}110995)
101+
Murch provides [block explorer][topic block explorers] links for: the first P2TR
102+
transaction, the first transaction with a scriptpath and keypath input, the first
103+
transaction with multiple keypath inputs, the first scriptpath 2-of-2 multisig
104+
spend, and the first use of the new [tapscript][topic tapscript] opcode `OP_CHECKSIGADD`.
105+
106+
- [Does a miner adding transactions to a block while mining reset the block's PoW?]({{bse}}110903)
107+
Pieter Wuille explains that mining is [progress free][oconnor blog]. Each hash
108+
attempt to solve a block is independent from what work has been done so far,
109+
including if new transactions are added to a block currently being mined.
110+
111+
- [Can schnorr aggregate signatures be nested inside other schnorr aggregate signatures?]({{bse}}110862)
112+
Pieter Wuille describes the feasibility of a key-aggregation scheme using
113+
[schnorr signatures][topic schnorr signatures], where "keys can be aggregated
114+
hierarchically without signers having knowledge about their 'niece/nephew'
115+
keys". He notes that [MuSig2][topic musig] was designed to be compatible with
116+
nesting and that it could be modified for this use case, although no security
117+
proof exists.
118+
84119
## Notable code and documentation changes
85120

86121
*Notable changes this week in [Bitcoin Core][bitcoin core repo],
@@ -154,3 +189,4 @@ return to regular publication on Wednesday, January 5th.
154189
[swan taproot tweet]: https://twitter.com/SwanBitcoin/status/1468318386916663298
155190
[wallet of satoshi website]: https://www.walletofsatoshi.com/
156191
[wallet of satoshi tweet]: https://twitter.com/walletofsatoshi/status/1459782761472872451
192+
[oconnor blog]: http://r6.ca/blog/20180225T160548Z.html

0 commit comments

Comments
 (0)