--- Log opened Thu Nov 25 00:00:42 2021 00:25 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 00:26 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-wizards 00:39 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 01:57 -!- ArchibaldTuttle [~Archibald@static-198-54-131-168.cust.tzulo.com] has joined #bitcoin-wizards 02:05 -!- kexkey [~kexkey@static-198-54-132-149.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 02:06 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has joined #bitcoin-wizards 02:37 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 02:41 -!- solocshaw [~Thunderbi@gateway/vpn/pia/solocshaw] has quit [Remote host closed the connection] 02:43 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has left #bitcoin-wizards [Closing Window] 03:28 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 03:29 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 03:51 -!- pontoon [~Jimi@45.86.203.248] has joined #bitcoin-wizards 04:00 -!- pontoon [~Jimi@45.86.203.248] has left #bitcoin-wizards [] 04:29 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 04:30 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 04:39 -!- smartin [~Icedove@88.135.18.171] has joined #bitcoin-wizards 04:58 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 05:08 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 05:18 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 05:18 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-wizards 05:54 < roconnor> There are prehaps some VERY hacky things you could do, like alternate between taproot (pretending it has OP_CAT for the moment) and segwit V0: storing the mutable in the segwitV0 output, which has a covenent back to pay back to the identical taproot address with the main logic that reaches back through its prevout to read the state from the segwit v0 transaction. 05:55 < roconnor> I'm kinda doubtful that it could be made to work, but there seems be some room at a glance that makes it plausible. 06:27 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 06:27 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-wizards 07:57 -!- testusr [~testusr@user/testusr] has joined #bitcoin-wizards 07:59 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 08:00 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-wizards 08:02 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 08:03 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 08:10 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 09:05 -!- smartin [~Icedove@88.135.18.171] has quit [Ping timeout: 250 seconds] 09:16 -!- copumpkin [~woohoo@user/copumpkin] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 09:23 < jeremyrubin> roconnor: oh dear 09:25 < jeremyrubin> yeah i think you might even be able to skip the v0, just get the txn on the stack, get the output hash, expand it to the txn, get the output script, and then use that 09:25 < jeremyrubin> so you can recruse, but you have to use the same exact script 09:27 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 09:28 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 09:47 -!- b10c [uid500648@id-500648.ilkley.irccloud.com] has joined #bitcoin-wizards 09:47 -!- pin [pinne@bsd.douchedata.com] has quit [Read error: Connection reset by peer] 09:47 -!- pin [pinne@bsd.douchedata.com] has joined #bitcoin-wizards 09:49 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 09:49 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 09:49 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 09:50 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 10:11 -!- smartin [~Icedove@88.135.18.171] has joined #bitcoin-wizards 10:26 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 10:27 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 245 seconds] 10:27 -!- Guyver2_ is now known as Guyver2 10:42 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 10:44 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 260 seconds] 10:44 -!- Guyver2_ is now known as Guyver2 10:47 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 11:01 < andytoshi> roconnor: lol! derp. i'll retry with the correct modulus 11:02 < andytoshi> jeremyrubin: roconnor: i think you can avoid alternating by having a segwit output and a taproot output that you are required to spend simultaneously ... at least, there is some hack like this which i was going to use for my yet-unpublished "OP_CAT part 3" blog post 11:02 < andytoshi> and this is why it's still not published :P it is such a horrible PITA to work through the details of this 11:03 < andytoshi> roconnor: ...i'm looking at my source code and I do indeed have the 31,5,3,28,0,31,31,31... modulus 11:07 < andytoshi> and `git log --all -S '12 12 12'` is empty, which i _think_ is the correct way to search to see whether any git commit in my repo has the wrong polymodulus that you quoted 11:08 -!- andytoshi [~apoelstra@s66-183-0-205.bc.hsia.telus.net] has quit [Changing host] 11:08 -!- andytoshi [~apoelstra@user/andytoshi] has joined #bitcoin-wizards 11:09 -!- andytoshi [~apoelstra@user/andytoshi] has quit [Quit: Reconnecting] 11:09 -!- andytoshi [~apoelstra@user/andytoshi] has joined #bitcoin-wizards 11:22 < roconnor> andytoshi: oh I think then I think it must have been me pretending to copy your work and getting it wrong. 11:27 -!- soundandfury [~soundandf@s66-183-0-205.bc.hsia.telus.net] has joined #bitcoin-wizards 11:32 -!- soundandfury [~soundandf@s66-183-0-205.bc.hsia.telus.net] has quit [Quit: leaving] 11:33 -!- soundandfury [~soundandf@user/soundandfury] has joined #bitcoin-wizards 11:34 -!- soundandfury [~soundandf@user/soundandfury] has quit [Client Quit] 11:37 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 11:39 -!- soundandfury [~soundandf@user/soundandfury] has joined #bitcoin-wizards 11:41 < andytoshi> :) 11:42 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 11:46 < roconnor> I'm so far unable to get a sensable residue from "2ANDYS5GS8YDXGMLUW34LEN0PRDAK9GLLWZJCXRKYRHUC" 11:49 < roconnor> I've tried a variety of generators and prefixes. 12:06 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 12:06 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-wizards 12:10 < andytoshi> roconnor: ok, sorry, i'll try to find the worksheet and redo it 12:10 < andytoshi> or send you a photo of it or something 12:11 < roconnor> ya maybe a photo. It's also not that important. 12:12 < andytoshi> sent you a photo on signal (i don't have a good way to upload it publicly right now but you're welcome to if want) 12:12 < andytoshi> gotta go downstairs for thanksgiving stuff, won't be able to work on this today probably 12:13 -!- nathanael [~nathanael@user/nathanael] has quit [Quit: connection reset by purr] 12:13 < andytoshi> the most interesting thing would be if my precomputation was wrong i think.. it's pretty straightforward though, i just did the HRP and then stuck 13 Qs onto that and did polymod 12:13 -!- nathanael [~nathanael@user/nathanael] has joined #bitcoin-wizards 12:13 < andytoshi> will also send you a pic of the checksum worksheet so you can double-check that we're using the same code 12:15 < roconnor> got it 12:17 < roconnor> oh it is the LLL generator. 12:21 < roconnor> oh LLL is the bech32 version of VVV. got it. 12:51 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 12:56 -!- plank is now known as planksgiving 13:02 -!- smartin [~Icedove@88.135.18.171] has quit [Remote host closed the connection] 13:03 -!- smartin [~Icedove@88.135.18.171] has joined #bitcoin-wizards 13:07 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Remote host closed the connection] 13:37 -!- smartin [~Icedove@88.135.18.171] has quit [Ping timeout: 260 seconds] 13:38 < sipa> roconnor, andytoshi: how many deg=13 len=93 BCH generators did i give you before? because i find 930 now 13:38 -!- b10c [uid500648@id-500648.ilkley.irccloud.com] has quit [Quit: Connection closed for inactivity] 13:39 < sipa> in 93 equivalence classes (iirc i only had 3 before) 13:45 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-wizards 14:03 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 14:13 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Remote host closed the connection] 14:31 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has quit [Quit: kexkey] 14:33 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has joined #bitcoin-wizards 14:37 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-wizards 14:38 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Client Quit] 14:48 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 14:49 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-wizards 14:56 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has quit [Quit: kexkey] 14:56 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has joined #bitcoin-wizards 15:00 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 15:13 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has quit [Quit: kexkey] 15:27 < roconnor> sipa: 840 15:46 < sipa> hmm! 15:59 < sipa> 930 / 93 makes a lot more sense 15:59 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-wizards 15:59 < sipa> because the equivalence classes i know about result in either 5 or 10 aliases for every generator 15:59 < sipa> (over GF(32)) 16:04 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 16:13 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has joined #bitcoin-wizards 16:18 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has quit [Quit: kexkey] 16:36 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Read error: Connection reset by peer] 16:37 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Remote host closed the connection] 16:38 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-wizards 16:54 -!- kexkey [~kexkey@static-198-54-132-85.cust.tzulo.com] has joined #bitcoin-wizards 17:32 -!- JBrittSteele [~jbrittste@84.sub-174-205-131.myvzw.com] has joined #bitcoin-wizards 17:55 < roconnor> you can compare your two lists. 17:55 < sipa> i can tell you in advance they will not be equal 18:10 < roconnor> If one is not a subset of the other, that will be a bit unfortunate. 18:10 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 18:11 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 18:13 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 18:14 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 18:19 < JBrittSteele> have a nice one 18:19 -!- JBrittSteele [~jbrittste@84.sub-174-205-131.myvzw.com] has quit [Quit: qicr for android: faster and better] 18:20 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 18:21 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 18:59 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 18:59 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 19:03 -!- testusr [~testusr@user/testusr] has quit [Ping timeout: 240 seconds] 20:22 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 20:23 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 22:35 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 22:40 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 22:41 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 22:57 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 22:58 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 23:12 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 23:14 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 23:15 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards 23:18 -!- roconnor [~roconnor@coq/roconnor] has quit [Ping timeout: 260 seconds] 23:22 < meshcollider> andytoshi, roconnor: do you mind explaining what you mean by the checksum and SSS "commuting"? Do you mean a valid checksum on the shares necessarily gives a valid checksum on the secret when reconstructed (and vice versa)? 23:26 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 23:27 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-wizards 23:51 -!- tromp [~textual@dhcp-077-249-230-040.chello.nl] has joined #bitcoin-wizards 23:53 -!- jtrag [~jtrag@user/jtrag] has quit [Remote host closed the connection] 23:54 -!- jtrag [~jtrag@user/jtrag] has joined #bitcoin-wizards --- Log closed Fri Nov 26 00:00:43 2021