--- Log opened Sun Dec 22 00:00:46 2019 00:27 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:27 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 00:27 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:28 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 00:28 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:29 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 00:29 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:29 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 00:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 00:31 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:54 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #bitcoin-wizards 00:58 -!- kabaum [~kabaum@2001:9b1:efd:9b00::281] has quit [Ping timeout: 248 seconds] 01:00 -!- hardaker [~hardaker@84.39.117.57] has quit [] 01:15 -!- ksamak [~ksamak@77.243.177.38] has joined #bitcoin-wizards 01:41 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 02:25 < sipa> waxwing: in https://joinmarket.me/blog/blog/avoiding-wagnerian-tragedies/ you mention using XOR as a way to combine the results of hash functions... if yiu actually use xor you can do much better than wagner's algorithm by treating the system as a set of linear equations over GF(2) 02:25 < sipa> so it's just a matrix inversion with O(n) hashes 02:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 02:29 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 260 seconds] 02:41 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 02:41 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards 03:06 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has joined #bitcoin-wizards 03:09 -!- jonatack [~jon@213.152.161.149] has joined #bitcoin-wizards 03:19 < gmaxwell> waxwing: aside, I don't get math formating in your blog posts unless I permit connecting to cloudflare. :( 03:24 -!- jonatack [~jon@213.152.161.149] has quit [Ping timeout: 265 seconds] 03:26 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has joined #bitcoin-wizards 03:35 -!- Kiminuo [~mix@141.98.103.100] has joined #bitcoin-wizards 03:35 -!- Kiminuo [~mix@141.98.103.100] has quit [Read error: Connection reset by peer] 03:36 -!- Kiminuo [~mix@141.98.103.100] has joined #bitcoin-wizards 03:40 < waxwing> gmaxwell, oh. well that's not good, sorry. 03:45 < waxwing> sipa, sounds interesting, though i didn't entirely get it. got a link i could read? 03:45 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-wizards 03:47 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 03:51 < sipa> waxwing: i think i learned this from the elliptic curve multiset hash paper 03:52 < sipa> https://arxiv.org/pdf/1601.06502.pdf 03:53 < sipa> waxwing: basically if you want to solve the generalized birthday problem, and the operation you use to combime hashes is bitwise xor 03:53 < sipa> you can just generate a random 256 bit hashes 03:53 < sipa> make them the rows of a GF(2) 256*256 matrix 03:54 < waxwing> "MuHash" .. get your lawyers on them :) 03:54 < sipa> invert that matrix, and multiply it with your desired hash sum vector 03:54 < sipa> this gives you a bit vector that identifes the subset of hashes to combine 03:55 < sipa> you can use wagner's algorithm too of course, but in this case there is a much more efficient algorithm for solving the problem 03:55 < waxwing> this paper is interesting, i like these points about homomorphic hashes 03:56 < waxwing> so thanks. i'll have a read and ask you if i still don't get it (though it sounds intuitively like it makes sense). 03:57 < sipa> so wagner's algorithm is really only optimal when your hash combination function defines a group that doesn't split into many tiny subgroups 03:57 < sipa> which is the case when you're working over GF(p) 04:00 -!- ksamak [~ksamak@77.243.177.38] has quit [] 04:01 < sipa> waxwing: there is a lot of interesting stuff in that paper 04:02 < sipa> i hope i'm not misremembering that it's there that i read about xhash (xor of set hashes) being so trivial to break 04:04 < waxwing> it doesn't kind of violate the thread of my blog post, i was mainly trying to reach an understanding of the inapplicability of this attack to discrete-log-hard groups, it seemed like a really interesting thing to investigate. 04:04 < waxwing> that there's a substantially better way to do it in certain cases is definitely interesting though. 04:05 < sipa> yeah, agree - it's not wrong, just not a perfect example 04:05 < gmaxwell> it's a reason though perhaps to just avoid using xor as your leading example. :P 04:05 < gmaxwell> if you were to do a revision 04:06 < waxwing> gmaxwell, sure. but i was literally following the paper. 04:07 < sipa> random vaguely related fact: did you know that the probability that a GF(2) n*n matrix is invertible comverges rapidly to a constant 0.288788... as n grows? 04:07 < waxwing> thanks for the comments though, it's great to get some input on it. 04:08 < gmaxwell> sipa: I seem to recall discussing with you the more general case of other fields before. 04:10 < gmaxwell> prod(1-0.5^n,1,inf) might be more informative than the constant. :P 04:10 < waxwing> lol yeah i just found the proof. it's irritatingly simple. 04:10 < waxwing> found as in found on web, not worked it out :) 04:11 < sipa> yeah 04:12 < sipa> but this means that to solve generalized birthday for xhash you literally just need 3.5 ish iterations, independently of how large the hash is 04:12 < gmaxwell> it's not as simple to figure out how many additional you need to draw before you can find a subset thats invertable. 04:12 < sipa> yeah, just replace all of them 04:12 < gmaxwell> lame upper bound. :P 04:13 < sipa> you can do it row by row 04:13 < gmaxwell> usually you'll only fail by a single linear dependance, and can fix just that one. 04:13 < sipa> every new hash you add has to be linearly independent of the ones you have before 04:13 < sipa> if it isn't, replace just the last one 04:14 < sipa> and then continue 04:20 < gmaxwell> the same inversion trick should work for arbritary fields so long as you can include an entry an arbritary (potentially very large) number of times. 04:29 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has quit [Remote host closed the connection] 04:31 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 04:46 < sipa> gmaxwell: invertibility for matrices over fields larger than gf(2) is harder as you need to account for linear combinations over all vectors 04:54 < gmaxwell> Yes, but they are invertable even more often than GF(2). 04:58 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 04:59 < sipa> oh, it's still simple: https://math.stackexchange.com/a/2788900/614483 04:59 < gmaxwell> kanzure: https://diyhpl.us/wiki/transcripts/sf-bitcoin-meetup/2019-12-16-bip-taproot-bip-tapscript/ "You can add or remove it, as long as your transaction has signatures." should be can't. 04:59 < gmaxwell> (there were one or two other backwards things earlier but I didn't think they were worth mentioning) 05:01 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has quit [Excess Flood] 05:02 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has joined #bitcoin-wizards 05:10 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has quit [Ping timeout: 268 seconds] 05:11 < sipa> ^ indeed 05:12 -!- jonatack [~jon@37.170.160.25] has joined #bitcoin-wizards 05:14 -!- abian1 [~abian@195.206.169.238] has joined #bitcoin-wizards 05:19 < gmaxwell> sipa: your comments made me think you don't think the weight-modifying annex will ever be done? 05:24 < gmaxwell> one of the other edits was "Other witness versions remain encumbered," should be unencumbered. 05:42 -!- jonatack [~jon@37.170.160.25] has quit [Read error: Connection reset by peer] 05:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 06:05 < sipa> gmaxwell: i don't know if we'll ever have a need for it 06:05 < sipa> as it depends on having some opcode with a high expected cpu cost to witness size 06:31 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has quit [Ping timeout: 258 seconds] 06:40 -!- Guyver2_ [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 06:41 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 06:43 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 06:44 -!- pinheadmz_ [~matthewzi@89.187.177.227] has joined #bitcoin-wizards 06:46 -!- pinheadmz [~matthewzi@89.187.177.227] has quit [Read error: Connection reset by peer] 06:46 -!- pinheadmz_ is now known as pinheadmz 07:00 -!- abian1 [~abian@195.206.169.238] has quit [] 07:03 -!- Guyver2__ [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 07:05 -!- Guyver2_ [AdiIRC@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 07:17 -!- RandIter [~RandIter@185.204.1.185] has joined #bitcoin-wizards 07:22 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-wizards 07:28 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 268 seconds] 07:33 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 07:40 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 07:40 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 07:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards 08:22 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 08:25 -!- dr-orlovsky [~dr-orlovs@91.240.140.128] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 08:32 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 258 seconds] 08:44 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 08:48 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has quit [Remote host closed the connection] 08:49 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has joined #bitcoin-wizards 08:54 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 268 seconds] 09:04 < kanzure> fixed those errors 09:05 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 09:08 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 09:09 -!- dr-orlovsky [~dr-orlovs@46-133-190-155.mobile.vf-ua.net] has joined #bitcoin-wizards 09:13 -!- dr-orlovsky [~dr-orlovs@46-133-190-155.mobile.vf-ua.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 09:18 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 09:25 -!- pinheadmz_ [~matthewzi@89.187.177.227] has joined #bitcoin-wizards 09:28 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 09:29 -!- pinheadmz [~matthewzi@89.187.177.227] has quit [Ping timeout: 260 seconds] 09:29 -!- pinheadmz_ is now known as pinheadmz --- Log closed Sun Dec 22 09:34:29 2019 --- Log opened Sun Dec 22 09:34:29 2019 09:36 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has quit [Quit: Leaving] --- Log closed Sun Dec 22 09:44:03 2019 --- Log opened Sun Dec 22 09:44:03 2019 09:45 -!- pinheadmz_ [~matthewzi@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-wizards 09:47 -!- pinheadmz [~matthewzi@89.187.177.227] has quit [Ping timeout: 268 seconds] 09:47 -!- pinheadmz_ is now known as pinheadmz 10:00 -!- RandIter [~RandIter@185.204.1.185] has quit [] 10:09 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 10:09 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has joined #bitcoin-wizards 10:10 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has quit [Remote host closed the connection] 10:13 -!- wilsonk-laptop [~wilsonk-l@185.169.255.76] has joined #bitcoin-wizards 10:13 -!- dr-orlovsky [~dr-orlovs@91.240.140.128] has joined #bitcoin-wizards 10:27 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has joined #bitcoin-wizards 10:28 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has quit [Remote host closed the connection] 10:33 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has joined #bitcoin-wizards 10:34 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 10:34 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has quit [Remote host closed the connection] 10:36 -!- dr-orlovsky [~dr-orlovs@91.240.140.128] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 10:41 -!- dr-orlovsky [~dr-orlovs@91.240.140.128] has joined #bitcoin-wizards 10:48 -!- rottensox [~rottensox@unaffiliated/rottensox] has quit [Quit: Bye] 11:01 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 11:13 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 11:34 -!- Guyver2_ [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 11:36 -!- Guyver2__ [AdiIRC@guyver2.xs4all.nl] has quit [Ping timeout: 268 seconds] 11:40 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 11:45 -!- gambpang [~gambpang@unaffiliated/gambpang] has quit [Quit: ZNC 1.6.3+deb1+xenial0 - http://znc.in] 11:45 -!- wraithm [~wraithm@unaffiliated/wraithm] has quit [Quit: ZNC 1.6.3+deb1+xenial0 - http://znc.in] 11:46 -!- gambpang [~gambpang@unaffiliated/gambpang] has joined #bitcoin-wizards 11:49 -!- wraithm [~wraithm@unaffiliated/wraithm] has joined #bitcoin-wizards 11:50 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has joined #bitcoin-wizards 11:50 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has quit [Remote host closed the connection] 11:52 -!- wraithm [~wraithm@unaffiliated/wraithm] has quit [Client Quit] 11:52 -!- gambpang [~gambpang@unaffiliated/gambpang] has quit [Quit: ZNC 1.6.3+deb1+xenial0 - http://znc.in] 11:55 -!- gambpang [~gambpang@unaffiliated/gambpang] has joined #bitcoin-wizards 11:57 -!- wraithm [~wraithm@unaffiliated/wraithm] has joined #bitcoin-wizards 12:02 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 12:03 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 12:19 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 12:40 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 12:57 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 13:00 -!- wilsonk-laptop [~wilsonk-l@185.169.255.76] has quit [] 13:00 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has joined #bitcoin-wizards 13:17 -!- wright [~wright@139.28.218.198] has joined #bitcoin-wizards 13:46 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has quit [Quit: WeeChat 2.6] 13:49 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 268 seconds] 13:50 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has joined #bitcoin-wizards 13:56 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 13:58 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 14:04 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has quit [Quit: WeeChat 2.6] 14:04 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has joined #bitcoin-wizards 14:06 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has quit [Client Quit] 14:08 -!- rjected [~rjected@natp-128-119-202-34.wireless.umass.edu] has joined #bitcoin-wizards 14:10 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 14:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-wizards 14:19 -!- TheoStorm [~TheoStorm@78-22-87-51.access.telenet.be] has quit [Remote host closed the connection] 14:22 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 14:25 -!- Guyver2_ [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:29 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 14:34 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 15:01 -!- laurentmt [~Thunderbi@92.223.89.146] has joined #bitcoin-wizards 15:01 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 258 seconds] 15:03 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 15:07 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 15:13 -!- slivera [slivera@gateway/vpn/privateinternetaccess/slivera] has joined #bitcoin-wizards 15:13 -!- Kiminuo [~mix@141.98.103.100] has quit [Ping timeout: 268 seconds] 15:31 -!- laurentmt [~Thunderbi@92.223.89.146] has quit [Quit: laurentmt] 15:40 -!- Logicwax [~Logicwax@c-76-126-174-152.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 15:44 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 15:45 -!- Logicwax [~Logicwax@c-76-126-174-152.hsd1.ca.comcast.net] has joined #bitcoin-wizards 15:55 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 16:00 -!- wright [~wright@139.28.218.198] has quit [] 16:00 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-wizards 16:03 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 260 seconds] 16:17 -!- Xing` [~Xing`@185.204.1.185] has joined #bitcoin-wizards 16:26 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 16:34 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 16:39 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 16:52 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 260 seconds] 17:20 -!- TheoStorm [~TheoStorm@host-p8vu8h.cbn1.zeelandnet.nl] has quit [Quit: Leaving] 17:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 248 seconds] 17:44 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 17:57 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 18:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 18:16 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Ping timeout: 260 seconds] 18:19 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-wizards 18:20 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-wizards 18:23 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 265 seconds] 18:32 -!- pinheadmz [~matthewzi@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Quit: pinheadmz] 18:50 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Ping timeout: 265 seconds] 18:51 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #bitcoin-wizards 18:57 -!- pinheadmz [~matthewzi@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-wizards 19:00 -!- Xing` [~Xing`@185.204.1.185] has quit [] 19:03 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-wizards 19:14 -!- Belkaar_ [~Belkaar@xdsl-89-0-81-116.nc.de] has joined #bitcoin-wizards 19:15 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Ping timeout: 268 seconds] 19:17 -!- kcomandich1 [~kcomandic@217.151.98.168] has joined #bitcoin-wizards 20:54 -!- Kiminuo [~mix@141.98.103.100] has joined #bitcoin-wizards 20:58 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has joined #bitcoin-wizards 21:32 -!- votesmith [~votesmith@237.ip-217-182-75.eu] has quit [Ping timeout: 268 seconds] 22:00 -!- kcomandich1 [~kcomandic@217.151.98.168] has quit [] 22:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-wizards 22:42 -!- willmoffat [~willmoffa@195.206.169.238] has joined #bitcoin-wizards 22:47 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] --- Log closed Mon Dec 23 00:00:46 2019