04:39:32 hey I was just having some shower thoughts and I have a few questions 04:41:51 are monero multisig wallets really able to sign a single transaction with SSS? 04:42:25 or do multisig wallets just recreate the private key and thus could be used to authorize any transaction? 04:43:05 or do they just share secret data related to the enote that will be used for the transaction? 04:46:47 nobfg9000: multisig creates partial signatures that get aggregated in the final tx. 04:47:31 Only the private view key is fully shared. Members have partial private spend keys. 04:48:35 could the partial signatures be used to sign a different transaction to any extent? 04:48:57 Ch9 of zero to monero 2 explains how it works. The current implementation is kind of outdated compared to state of the art. 04:49:36 okay I'll check that out thanks. 04:49:38 No, partial signatures are tied to the tx contents. 04:49:48 one more question 04:49:54 to what extent does monero support merge-mining? not a cryptographer so I dont know what the proper language for this is, but does the monero blockchain's merkle root have to be "directly" hashed by randomx or can it validly be a leaf of a merkle tree? In other words can monero act as an auxilary blockchain? 04:50:24 IIRC townforged is merge-mined with Monero. Not sure on the details. 04:52:28 oh wait I have one more question related to multisig. is multisig opaque? In other words, is there any way to determine if a transaction on the blockchain was produced by multisignature? If not, why do other cryptocurrencies like bitcoin, etc. use scripting-based multisig if it just exposes unnessisary information and takes up more space? 04:53:54 The implementation in monero core is opaque. 04:55:12 I'm not sure the history with bitcoin, possibly inertia/technical limitations/don't care about privacy. Don't they have some private multisigs though? 06:40:22 Btc does scripted multisig probably since it's dead simple and thus hard to screw up. Also, by nature, "opaque" multisig doesn't have to be explicitly allowed, like in the case of Monero. 23:57:59 Bitcoin historically only support secp256k1 for which cryptographic multisig is a mess.