--- Log opened Tue Mar 24 00:00:31 2020 00:00 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has joined #bitcoin-wizards 00:05 -!- aupiff [~aupiff@172.58.228.0] has quit [Ping timeout: 264 seconds] 00:08 -!- aupiff [~aupiff@172.58.228.0] has joined #bitcoin-wizards 00:16 -!- aupiff [~aupiff@172.58.228.0] has quit [Ping timeout: 256 seconds] 01:05 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 01:20 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 01:25 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 01:33 -!- slivera [~slivera@217.138.204.100] has joined #bitcoin-wizards 01:37 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 01:46 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 246 seconds] 02:00 -!- Salt1 [~Salt@139.28.218.198] has quit [] 02:04 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 240 seconds] 02:07 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-wizards 02:16 -!- Guyver2_ [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 02:18 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has joined #bitcoin-wizards 02:18 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 02:20 -!- StarBrilliant1 [~StarBrill@185.204.1.185] has joined #bitcoin-wizards 02:22 -!- Kiminuo [~mix@141.98.103.116] has joined #bitcoin-wizards 03:38 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 03:42 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 03:48 -!- roconnor [~roconnor@host-45-78-205-127.dyn.295.ca] has quit [Ping timeout: 256 seconds] 04:17 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 260 seconds] 04:23 -!- fiatjaf1 is now known as fiatjaf 04:38 -!- willcl_ark__ [~quassel@95.211.225.220] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 04:51 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 05:00 -!- StarBrilliant1 [~StarBrill@185.204.1.185] has quit [] 05:10 -!- alferz [~alferz@unaffiliated/alfer] has joined #bitcoin-wizards 05:20 -!- hali [~hali@139.28.218.198] has joined #bitcoin-wizards 05:21 -!- alferz [~alferz@unaffiliated/alfer] has quit [Ping timeout: 240 seconds] 05:47 -!- Blackwolfsa4 [~Blackwolf@195.159.29.126] has joined #bitcoin-wizards 06:07 -!- roconnor [~roconnor@host-45-78-205-127.dyn.295.ca] has joined #bitcoin-wizards 06:28 -!- slivera [~slivera@217.138.204.100] has quit [Ping timeout: 240 seconds] 06:31 -!- someone235 [uid419897@gateway/web/irccloud.com/x-vtfqplmmluceqnyd] has joined #bitcoin-wizards 06:40 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 07:01 -!- davispuh [~quassel@46.109.91.93] has joined #bitcoin-wizards 07:41 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Remote host closed the connection] 07:42 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 07:47 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Ping timeout: 256 seconds] 07:52 < bsm117532> It seems to me that this monotone boolean function of pubkeys as a Schnorr threshold multisignature works as I had thought. (ignoring questions of efficiency) 07:53 < bsm117532> To elaborate: Let P = p1 p2 G + p2 p3 G + p1 p3 G be the 2-of-3 aggregate pubkey, where multiplication represents an AND operation and addition represents an OR operation. 07:53 < bsm117532> (You can therefore create any monotone boolean access structure as a single pubkey this way) 07:54 -!- son0p [~son0p@181.136.122.143] has joined #bitcoin-wizards 07:54 < bsm117532> To sign: 1 and 2 create a signature by agreeing on k and computing s G = k G + H(k G | P | m) p1 p2 G 07:55 < bsm117532> (this is not a valid Schnorr signature since the effective pubkey p1 p2 G does not match the pubkey P inside the hash) 07:56 < bsm117532> They then need to malleate s to make it a valid signature. To do this they need to add the constant a = (p1 p3 + p2 p3) H(k G | P | m) G to s. 07:56 < bsm117532> If party 1 knows the combination p1 p3 G and party 2 knows the combination p2 p3 G, they can collaborate to create a. 07:57 < bsm117532> (each party knows the product of his private key with all necessary combinations of the other pubkeys) 07:59 < bsm117532> Does this work as a threshold multisignature algorithm? (up to sipa's point about DLEQ and efficiency due to choose(n,m) terms) 08:00 -!- hali [~hali@139.28.218.198] has quit [] 08:14 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has joined #bitcoin-wizards 08:21 -!- Raccoon [~Raccoon@195.206.169.238] has joined #bitcoin-wizards 08:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 08:34 -!- Iriez [wario@distribution.xbins.org] has quit [Remote host closed the connection] 08:35 -!- Kiminuo [~mix@141.98.103.116] has quit [Ping timeout: 256 seconds] 08:40 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 08:42 -!- vcorem [~vcorem@bzq-3-168-31-2.red.bezeqint.net] has joined #bitcoin-wizards 08:42 -!- vcorem [~vcorem@bzq-3-168-31-2.red.bezeqint.net] has quit [Client Quit] 08:45 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-wizards 08:48 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 08:49 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 08:52 -!- Iriez [wario@distribution.xbins.org] has joined #bitcoin-wizards 09:18 -!- Kiminuo [~mix@141.98.103.94] has joined #bitcoin-wizards 09:21 < bsm117532> (NO) Since I need to share p1 p3 (which is a scalar) not p1 p3 G (which is an ECC point) to compute a. If the signatories knew this, they would be able to compute each other's private keys by (p1 p2)/p1 in Z_p. 09:22 < bsm117532> I need to insert some more hashes... 09:29 -!- son0p [~son0p@181.136.122.143] has quit [Quit: leaving] 09:45 -!- captjakk [~captjakk@174-16-139-142.hlrn.qwest.net] has joined #bitcoin-wizards 09:58 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 10:03 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 246 seconds] 10:11 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 10:38 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 10:45 -!- Netsplit *.net <-> *.split quits: jnewbery, real_or_random, treyzania, achow101, kanzure 10:45 -!- Netsplit over, joins: kanzure 10:45 -!- Netsplit over, joins: treyzania, achow101 10:46 -!- real_or_random [~real_or_r@2a02:c207:3002:7468::1] has joined #bitcoin-wizards 10:50 -!- jnewbery [~john@cpe-74-72-241-241.nyc.res.rr.com] has joined #bitcoin-wizards 11:00 -!- Raccoon [~Raccoon@195.206.169.238] has quit [] 11:13 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has joined #bitcoin-wizards 11:13 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 11:27 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Remote host closed the connection] 11:32 -!- aupiff [~aupiff@172.58.228.84] has joined #bitcoin-wizards 11:35 -!- enasigurd [enasigurd@gateway/shell/xshellz/x-yqiuofkbweobgerk] has joined #bitcoin-wizards 11:39 -!- trotski2000_ [uid206086@gateway/web/irccloud.com/x-bxgcctbjrwpsxsol] has joined #bitcoin-wizards 11:49 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 11:55 -!- kreative [~kreative@185.204.1.185] has joined #bitcoin-wizards 11:58 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has quit [] 12:00 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 12:00 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 12:01 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 12:01 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-wizards 12:01 -!- jb551 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-wizards 12:09 -!- nuncanada [~dude@191.184.38.110] has joined #bitcoin-wizards 12:11 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 260 seconds] 12:22 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has joined #bitcoin-wizards 12:25 -!- aupiff [~aupiff@172.58.228.84] has quit [Read error: Connection reset by peer] 12:32 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has quit [] 12:34 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has joined #bitcoin-wizards 12:56 -!- Guyver2__ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-wizards 12:57 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 12:57 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:e9f4:57b2:ae91:a2c1] has quit [] 13:00 -!- Guyver2_ [~Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 13:03 -!- adiabat [~adiabat@63.209.32.102] has quit [Remote host closed the connection] 13:06 -!- adiabat [~adiabat@63.209.32.102] has joined #bitcoin-wizards 13:12 -!- captjakk [~captjakk@174-16-139-142.hlrn.qwest.net] has quit [Remote host closed the connection] 13:16 -!- nuncanada [~dude@191.184.38.110] has quit [Ping timeout: 240 seconds] 13:25 -!- aupiff [~aupiff@172.58.228.84] has joined #bitcoin-wizards 13:50 -!- slivera [~slivera@217.138.204.74] has joined #bitcoin-wizards 13:59 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 14:00 -!- kreative [~kreative@185.204.1.185] has quit [] 14:22 -!- rejon1 [~rejon@84.39.117.57] has joined #bitcoin-wizards 14:35 -!- TurquoiseEvents [~textual@2600:1700:fc60:2d30:74d1:9621:39:99d7] has joined #bitcoin-wizards 14:42 -!- aupiff [~aupiff@172.58.228.84] has quit [Ping timeout: 258 seconds] 14:45 -!- aupiff [~aupiff@172.58.228.84] has joined #bitcoin-wizards 14:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 14:54 -!- Guyver2__ [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:54 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-wizards 15:36 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Remote host closed the connection] 15:44 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 15:45 -!- TurquoiseEvents [~textual@2600:1700:fc60:2d30:74d1:9621:39:99d7] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:49 -!- TurquoiseEvents [~textual@108-67-14-35.lightspeed.wepbfl.sbcglobal.net] has joined #bitcoin-wizards 16:05 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Remote host closed the connection] 16:07 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 16:08 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 16:11 -!- aupiff [~aupiff@172.58.228.84] has quit [Ping timeout: 265 seconds] 16:11 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Ping timeout: 260 seconds] 16:14 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 246 seconds] 16:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 16:22 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 16:25 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Remote host closed the connection] 16:25 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 16:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 16:33 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 17:00 -!- rejon1 [~rejon@84.39.117.57] has quit [] 17:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 17:22 -!- hmachado [~hmachado@195.206.183.79] has joined #bitcoin-wizards 17:24 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:33 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has quit [Ping timeout: 260 seconds] 17:38 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 17:42 -!- jb551 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 17:43 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Ping timeout: 265 seconds] 17:46 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-wizards 17:53 -!- davispuh [~quassel@46.109.91.93] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 17:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 17:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 18:10 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has joined #bitcoin-wizards 18:16 -!- Krellan_ [~Krellan@2601:640:4100:e:8453:2472:8414:d108] has quit [Ping timeout: 246 seconds] 18:29 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has quit [Quit: Leaving] 18:31 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #bitcoin-wizards 18:47 -!- aupiff [~aupiff@172.58.230.247] has joined #bitcoin-wizards 18:47 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 19:26 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Remote host closed the connection] 19:27 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 19:28 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Read error: Connection reset by peer] 19:28 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 19:32 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Ping timeout: 240 seconds] 19:33 -!- Belkaar [~Belkaar@xdsl-78-35-64-19.nc.de] has joined #bitcoin-wizards 19:33 -!- Belkaar [~Belkaar@xdsl-78-35-64-19.nc.de] has quit [Changing host] 19:33 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 19:37 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 19:37 -!- aupiff [~aupiff@172.58.230.247] has quit [Read error: Connection reset by peer] 19:40 -!- aupiff [~aupiff@172.58.231.54] has joined #bitcoin-wizards 19:42 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has quit [Ping timeout: 246 seconds] 19:44 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Remote host closed the connection] 19:46 -!- justan0theruser [~justanoth@2600:8804:980:523:b996:c6a6:556:cf14] has joined #bitcoin-wizards 19:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 19:51 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 19:56 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 19:56 -!- roconnor [~roconnor@host-45-78-205-127.dyn.295.ca] has quit [Ping timeout: 265 seconds] 19:59 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 20:00 -!- hmachado [~hmachado@195.206.183.79] has quit [] 20:04 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Ping timeout: 246 seconds] 20:05 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 20:13 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 240 seconds] 20:19 -!- TurquoiseEvents [~textual@108-67-14-35.lightspeed.wepbfl.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 20:20 -!- aupiff [~aupiff@172.58.231.54] has quit [Ping timeout: 250 seconds] 20:23 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has joined #bitcoin-wizards 20:24 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 20:27 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-wizards 20:29 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 264 seconds] 20:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 20:32 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has quit [Ping timeout: 264 seconds] 20:34 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Remote host closed the connection] 20:34 -!- justan0theruser [~justanoth@2600:8804:980:523:b996:c6a6:556:cf14] has quit [Quit: WeeChat 2.7.1] 20:34 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 20:35 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 20:46 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 20:51 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has quit [Ping timeout: 272 seconds] 21:16 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has joined #bitcoin-wizards 21:19 -!- roconnor [~roconnor@host-45-78-205-127.dyn.295.ca] has joined #bitcoin-wizards 21:20 -!- shush [~pawn@2605:e000:1c02:c564:491b:e430:a31d:35a8] has joined #bitcoin-wizards 21:25 -!- alferz [~alferz@c-98-208-70-142.hsd1.ca.comcast.net] has joined #bitcoin-wizards 21:25 -!- alferz [~alferz@c-98-208-70-142.hsd1.ca.comcast.net] has quit [Changing host] 21:25 -!- alferz [~alferz@unaffiliated/alfer] has joined #bitcoin-wizards 21:37 -!- alferz [~alferz@unaffiliated/alfer] has quit [Ping timeout: 240 seconds] 21:48 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has quit [Remote host closed the connection] 21:49 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has joined #bitcoin-wizards 22:19 -!- Krellan_ [~Krellan@c-24-130-205-67.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 22:26 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 22:30 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has quit [Remote host closed the connection] 22:31 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has joined #bitcoin-wizards 22:44 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-wizards 22:48 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 22:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 250 seconds] 23:02 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #bitcoin-wizards 23:32 -!- jungly [~jungly@host73-184-dynamic.250-95-r.retail.telecomitalia.it] has joined #bitcoin-wizards 23:38 -!- Livestradamus [~quassel@unaffiliated/livestradamus] has quit [Quit: I'm out.] 23:39 -!- Livestradamus [~quassel@unaffiliated/livestradamus] has joined #bitcoin-wizards 23:51 -!- Kiminuo [~mix@141.98.103.94] has quit [Ping timeout: 240 seconds] 23:56 -!- voet [~voet@139.28.218.198] has joined #bitcoin-wizards --- Log closed Wed Mar 25 00:00:29 2020