--- Log opened Thu Jan 17 00:00:24 2019 00:20 -!- freeof123 [b07aaddc@gateway/web/freenode/ip.176.122.173.220] has joined #bitcoin-wizards 00:20 -!- freeof123 [b07aaddc@gateway/web/freenode/ip.176.122.173.220] has quit [Client Quit] 00:23 < nsh> claims to be timelock encryption of some kind: https://www.algomachines.com/tutorial 00:23 < nsh> via: https://old.reddit.com/r/Bitcoin/comments/agri74/hand_off_your_digital_assets_even_if_you_are_no/ 00:23 < nsh> 'If you have answered the questions correctly and if the current Bitcoin Network time is within the specified range, then the unencrypted data file is revealed to you in Windows Explorer.' 00:24 < nsh> may be silly, may be less silly; hard to tell at a glance 00:39 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 00:42 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 256 seconds] 00:44 -!- wildermind [uid300433@gateway/web/irccloud.com/x-bzyxeyuscjzlrxri] has joined #bitcoin-wizards 00:44 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-wizards 00:47 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has quit [Ping timeout: 250 seconds] 00:48 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has joined #bitcoin-wizards 00:57 < cjd> well, looks like he got his 80$ taken 00:58 < nsh> aye seems so, didn't elaborate on it in the thread yet 00:58 < cjd> nice comment 00:58 < cjd> > I agree, however, if I open the source, someone can create a version of the tool which will obviate the time lock, not the password or answer protection, but yes the time lock. 00:58 < cjd> from the author 00:58 < nsh> ah 00:59 < cjd> #lol 00:59 < nsh> well, trying it to be commended 00:59 < nsh> the things i considered possible before i knew their real difficulty would make me blush today 00:59 < nsh> i still convince myself factoring is in NP every other week or so :) 00:59 < nsh> i mean in P 01:00 -!- kbc [~kbc@2600:1700:5b20:47c0:554e:2e7:bb37:377d] has quit [Quit: kbc] 01:00 < cjd> someone told me about some folks who managed to get a speedup on factoring large numbers of RSA keys at the same time 01:00 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 01:00 < cjd> I think this must be fairly old but I just hadn't heard of it 01:01 < nsh> was an article doing the rounds yest or few days ago 01:01 < nsh> .title https://algorithmsoup.wordpress.com/2019/01/15/breaking-an-unbreakable-code-part-1-the-hack/ 01:01 < yoleaux> The (Almost) Secret Algorithm Researchers Used to Break Thousands of RSA Keys – Algorithm Soup 01:02 < cjd> https://algorithmsoup.wordpress.com/2019/01/15/breaking-an-unbreakable-code-part-1-the-hack/ author of this blog post claims to have reversed something which the researchers were trying to keep a bit hidden 01:02 < cjd> yeah, that 01:02 < nsh> .wik Sch%C3%B6nhage%E2%80%93Strassen_algorithm 01:02 < yoleaux> "The Schönhage–Strassen algorithm is an asymptotically fast multiplication algorithm for large integers. It was developed by Arnold Schönhage and Volker Strassen in 1971." — https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm 01:02 < nsh> there are still improvements to be found i'd imagine 01:02 < nsh> but it was a shared factor attack on large batch of badly prime-generated keys 01:02 < nsh> rather than anything more groundbreaking 01:03 < nsh> even so, the speed of the algorithm is impressive 01:03 < cjd> oh ok, when your primes aren't primes 01:03 < nsh> rather when you generated the same one as someone else did 01:03 < cjd> so safe to believe that the NSA totally knows this one 01:03 < nsh> and the combination of moduli can be GCD'd in batch to factor 01:03 * nsh nods 01:04 < cjd> oh ok, so they're reusing prime filtration effort made by the people who did the original key generation 01:04 < cjd> that's kind of clever 01:04 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 01:04 < nsh> don't quite follow that way of putting it but probably 01:04 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 01:05 < cjd> my thinking: prime collisions happen because not all random numbers are ok as private keys, so people who are generating private keys are participating in the search for big primes... and you can harness their work by using their collisions 01:06 < nsh> ah okay 01:06 < nsh> well i think in this case it was more than not-especially-great prime filtration algorithms were resulting in primes being selected from not very uniform distributions 01:07 < nsh> and thus increased likelihood of shared factors across moduli 01:07 < cjd> oh indeed, that's even better 01:07 < cjd> that shaves a lot of bits off the key 01:08 * nsh nods 01:14 < cjd> is there an impl of curve25519 which uses bignums and is meant to be easily read ? 01:14 < cjd> I really appreciate the pure python ed25519 for readability 01:15 < nsh> well i found this yesterday: http://www.loper-os.org/?p=1913 01:15 < nsh> i really approve of the attitude/philosophy/ethos 01:15 < nsh> "FFA, or the Finite Field Arithmetic library, differs from the typical Open Sores abomination, in that — rather than trusting the author blindly with their lives — prospective users are expected to read and fully understand every single line. In exactly the same manner that you would understand and pack your own parachute." 01:15 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards 01:15 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Client Quit] 01:16 < cjd> > The “bignum” arithmetic libraries currently in common use were, near as I can tell, all and without exception written by NSA assets and their various “useful idiots”. 01:16 < cjd> starting off well :D 01:16 * cjd puts on alex jones themesong and reads on... 01:17 * nsh smiles 01:18 < nsh> i read it as "may as well have been, given the unnecessary complexity and encouragement to just trust an opaque development process" 01:20 < gmaxwell> 01:14:32 < cjd> I really appreciate the pure python ed25519 for readability 01:20 < cjd> well, not precisely what I'm looking for, I'm actually interested in seeing the implementation as pseudocode and then understanding what that pseudocode is actually doing, line by line 01:20 < gmaxwell> you mean the totally insecure one? 01:21 < cjd> https://ed25519.cr.yp.to/python/ed25519.py <-- that one 01:21 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards 01:22 < cjd> other than obvious timing attacks, is that one broken ? 01:23 < gmaxwell> oh good, googling for ed25519 py no longer brings up https://github.com/vbuterin/ed25519/blob/master/ed25519.py as the first hit. 01:23 < gmaxwell> (that one leaks your private key with any two signatures) 01:24 < gmaxwell> it used to be linked all over the internet too, efforts to get people to delink may have paid off... 01:24 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 240 seconds] 01:25 < cjd> hmm, did vitalik not check that the result of a signature is binary equal to the result coming from someone else's impl ? 01:25 < gmaxwell> It also makes for a great example when people try to argue that ed25519 is inherently timing attack immune. (that code uses a naieve double and add that leaks the key in timing) 01:25 < gmaxwell> lol 01:26 < cjd> ahh ok, so it's not leaking in the result, it's in timing 01:26 < gmaxwell> no! 01:26 < gmaxwell> see the word 'also'? 01:26 < cjd> ouch 01:27 < gmaxwell> it sets the nonce to a hash of the private key. 01:27 < cjd> oh, that's unfortunate 01:29 < cjd> so do you know of any similar thing for curve25519 ? 01:30 < cjd> secure or otherwise, if it's horribly insecure that's fine as long as I know where the problem is when I'm reading it 01:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 01:30 < gmaxwell> not off the top of my head 01:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 01:30 < cjd> ok, thanks 01:30 < gmaxwell> but you really shouldn't be reimplementing these things... thats how the broken stuff happens, if at least you can avoid it 01:33 < cjd> The reason I wanted to read the naive implementation is to know what primitives are used... for example if I put a curve25519 scalarmult in the PoW I'm working on, will that encourage development of fast GPU code that can be reused for ed25519 or is it not reusable... 01:33 < gmaxwell> I'm dubious it will do that. 01:33 < gmaxwell> a good pow must be non-approximatable. 01:33 < gmaxwell> I expect that it would encourage fast implementations of approximately that function 01:34 < cjd> ahh so you mean "right for 99% of all inputs" 01:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 01:35 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 01:35 < gmaxwell> right, or more or less... depends on the speedup 01:37 < cjd> potential to result in non-reusable miner code indeed, however I still feel like it's something that ought to be tried 01:37 < cjd> clearly one wants to hash the result 01:38 < cjd> I'm also of the opinion that verification time of up to 10ms on a "typical fast computer" is ok, so I have more budget to chain different operations 01:39 < gmaxwell> have you read the equihash paper? 01:39 < cjd> I did, I saw in a chat log that you recommended it, very good synthesys of the problem indeed 01:40 < gmaxwell> they devote considerable length to discussing what makes a good POW. (they went ahead and made a kind of crappy one, but not because their understanding of the problem space was bad) 01:40 < gmaxwell> Okay. 01:40 < cjd> I'll probably read over it once again after everything of mine is solidified in order to be sure of how much of the rules I'm flaunting 01:42 < gmaxwell> cjd: sipa has a construction for a secure uniform cryptographic hash constructed out of EC operations-- it's fast to compute in a ZKP. I'm sure he won't be interested in your POW lark, but he might be convinced to share a candidate construction with you. that would might be better than "I stick an ECC operation in here somehow" 01:42 < cjd> thanks for the suggestion 01:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 01:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 01:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 01:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:06 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-wizards 02:13 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 02:15 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 02:15 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:24 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 02:25 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 02:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 02:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 02:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:49 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 02:49 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 02:53 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:03 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has quit [Ping timeout: 268 seconds] 03:08 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has joined #bitcoin-wizards 03:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 03:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 03:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 03:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 03:21 -!- laurentmt [~Thunderbi@194.59.249.21] has joined #bitcoin-wizards 03:30 -!- laurentmt [~Thunderbi@194.59.249.21] has quit [Quit: laurentmt] 03:32 -!- cy_ [d2980f38@gateway/web/freenode/ip.210.152.15.56] has joined #bitcoin-wizards 03:33 -!- wildermind [uid300433@gateway/web/irccloud.com/x-bzyxeyuscjzlrxri] has quit [Quit: Connection closed for inactivity] 03:33 < cy_> cycycycy 03:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 03:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 03:43 -!- cy_ [d2980f38@gateway/web/freenode/ip.210.152.15.56] has quit [Ping timeout: 256 seconds] 03:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 03:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 03:48 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 03:57 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-wizards 04:04 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Remote host closed the connection] 04:05 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has quit [Ping timeout: 268 seconds] 04:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 04:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 04:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 04:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 04:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 04:25 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 04:25 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 04:29 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 04:29 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 04:46 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 04:47 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-wizards 04:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 04:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 04:54 -!- m8tion [~user@88.190.249.49] has joined #bitcoin-wizards 04:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 04:59 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 05:05 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has quit [Quit: kbc] 05:05 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:09 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 05:09 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:15 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 05:15 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 05:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:24 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 05:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 05:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 05:35 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:38 -!- smalloranges [22dfee8b@gateway/web/freenode/ip.34.223.238.139] has joined #bitcoin-wizards 05:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 05:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 05:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 05:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 05:54 -!- smalloranges [22dfee8b@gateway/web/freenode/ip.34.223.238.139] has quit [Ping timeout: 256 seconds] 05:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 05:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 06:14 -!- laurentmt [~Thunderbi@194.59.249.21] has joined #bitcoin-wizards 06:25 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 06:25 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 06:27 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-wizards 06:32 -!- laurentmt [~Thunderbi@194.59.249.21] has quit [Quit: laurentmt] 06:37 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:38 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-wizards 06:39 -!- setpill [~setpill@unaffiliated/setpill] has quit [Read error: Connection reset by peer] 06:39 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has quit [Quit: kbc] 06:39 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 06:39 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-wizards 06:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 06:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 06:56 -!- m8tion [~user@88.190.249.49] has quit [Ping timeout: 245 seconds] 06:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 06:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 07:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 07:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 07:14 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 07:15 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 07:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 07:19 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 07:22 -!- laurentmt [~Thunderbi@194.59.249.21] has joined #bitcoin-wizards 07:27 -!- laurentmt [~Thunderbi@194.59.249.21] has quit [Client Quit] 07:32 -!- devdig[m] [devdigmatr@gateway/shell/matrix.org/x-pkggkovtzejgybbd] has quit [Ping timeout: 252 seconds] 07:32 -!- kewde[m] [kewdematri@gateway/shell/matrix.org/x-cxgdurlwgirtfgwf] has quit [Ping timeout: 260 seconds] 07:32 -!- azdrianz[m] [azdrianzma@gateway/shell/matrix.org/x-wqurkxyqnmabbiwo] has quit [Ping timeout: 252 seconds] 07:32 -!- hsngrmpf[m] [hsngrmpfma@gateway/shell/matrix.org/x-yyyedvbxlnesrhmf] has quit [Ping timeout: 252 seconds] 07:32 -!- charuto [charutocaf@gateway/shell/matrix.org/x-dyswybprtmvfirqo] has quit [Ping timeout: 252 seconds] 07:33 -!- Jeremy_Rand_Talo [jeremyra1@gateway/shell/matrix.org/x-jrbwafwgewkymnbg] has quit [Ping timeout: 264 seconds] 07:33 -!- Jeremy_Rand[m] [jeremyrand@gateway/shell/matrix.org/x-pwvpsarurtzfrjxe] has quit [Ping timeout: 260 seconds] 07:33 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-ocyewfsduiqzmcwg] has quit [Ping timeout: 252 seconds] 07:34 -!- azdrianz[m] [azdrianzma@gateway/shell/matrix.org/x-ifzdqnecbkzholil] has joined #bitcoin-wizards 07:34 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has joined #bitcoin-wizards 07:34 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has quit [Changing host] 07:34 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-wizards 07:35 -!- devdig[m] [devdigmatr@gateway/shell/matrix.org/x-hzgienudygntjsjk] has joined #bitcoin-wizards 07:35 -!- Jeremy_Rand_Talo [jeremyra1@gateway/shell/matrix.org/x-xsmgfzdcxmxbngkf] has joined #bitcoin-wizards 07:36 -!- kewde[m] [kewdematri@gateway/shell/matrix.org/x-deebqwmpdnzmkire] has joined #bitcoin-wizards 07:37 -!- Jeremy_Rand[m] [jeremyrand@gateway/shell/matrix.org/x-ncmstorspphbhvrp] has joined #bitcoin-wizards 07:38 -!- charuto [charutocaf@gateway/shell/matrix.org/x-etpbcwqkkpynzreu] has joined #bitcoin-wizards 07:42 -!- hsngrmpf[m] [hsngrmpfma@gateway/shell/matrix.org/x-wrmbzfihrchxqmdz] has joined #bitcoin-wizards 07:42 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 07:43 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-uiwhflvpjsxxcvvm] has joined #bitcoin-wizards 07:43 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 07:45 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has quit [Quit: kbc] 07:45 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 07:49 -!- GamboPango [~user@162.254.168.193] has joined #bitcoin-wizards 07:49 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 07:49 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 07:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 07:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 08:05 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 08:05 -!- knuteis[m] [knuteismat@gateway/shell/matrix.org/x-blsvhnuszhlcwwpm] has joined #bitcoin-wizards 08:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 08:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 08:11 -!- m8tion [~user@88.190.249.49] has joined #bitcoin-wizards 08:16 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 268 seconds] 08:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 08:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 08:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 08:44 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 09:08 -!- shesek [~shesek@141.226.144.195] has joined #bitcoin-wizards 09:08 -!- shesek [~shesek@141.226.144.195] has quit [Changing host] 09:08 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-wizards 09:11 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 09:25 -!- nephyrin [~neph@2601:600:817f:a19a:a5cf:8446:c53:57b2] has joined #bitcoin-wizards 09:40 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-jcalcczeksobmhrn] has joined #bitcoin-wizards 09:44 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 09:45 -!- thomasan_ [~thomasand@172.83.40.67] has joined #bitcoin-wizards 09:51 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-wizards 09:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 09:55 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 09:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 09:59 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 09:59 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 10:02 -!- deusexbeer [~deusexbee@095-129-170-047-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 250 seconds] 10:02 -!- deusexbeer [~deusexbee@080-250-075-168-dynamic-pool-adsl.wbt.ru] has joined #bitcoin-wizards 10:05 -!- davec_ [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 272 seconds] 10:07 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-wizards 10:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 10:10 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 10:14 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has joined #bitcoin-wizards 10:14 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 10:14 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 10:20 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 10:20 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 10:29 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 10:29 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 10:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 10:40 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 10:43 -!- laurentmt [~Thunderbi@194.59.249.21] has joined #bitcoin-wizards 10:49 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 10:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:00 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 11:00 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:04 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 11:04 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-wizards 11:05 -!- laurentmt [~Thunderbi@194.59.249.21] has quit [Quit: laurentmt] 11:07 -!- jamesl22 [~jamesl22@204.9.220.42] has joined #bitcoin-wizards 11:15 -!- kbc [~kbc@107-210-158-3.lightspeed.sntcca.sbcglobal.net] has quit [Quit: kbc] 11:15 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 11:19 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 11:30 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 11:34 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 11:41 -!- Krellan [~Krellan@2601:640:4000:a876:8d86:bfca:9fe:7bd3] has quit [Remote host closed the connection] 11:44 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 11:45 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-wizards 11:48 -!- maluk [~maluk@static-208-124-107-200.consolidated.net] has joined #bitcoin-wizards 12:00 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 12:00 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 12:04 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 12:04 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 12:07 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 245 seconds] 12:14 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 12:20 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 12:20 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 12:24 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Client Quit] 12:24 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 12:24 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has joined #bitcoin-wizards 12:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 12:44 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has joined #bitcoin-wizards 12:45 -!- trotski2000 [sid206086@gateway/web/irccloud.com/x-kwdkgdsfuwizoile] has quit [Quit: Connection closed for inactivity] 12:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 12:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 13:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 13:04 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-wizards 13:07 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 250 seconds] 13:22 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 13:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 13:40 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 13:50 -!- kbc [~kbc@2600:1700:5b20:47c0:cc45:abd8:e166:10ca] has quit [Quit: kbc] 13:50 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 13:54 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Client Quit] 13:55 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 14:02 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 14:02 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-wizards 14:02 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 14:13 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:16 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has quit [Ping timeout: 272 seconds] 14:25 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Quit: kbc] 14:25 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 14:28 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 14:29 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Client Quit] 14:30 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 14:32 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-wizards 14:39 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 14:42 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 14:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 245 seconds] 14:49 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 15:04 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [] 15:05 -!- antanst [~antanst@62.169.219.213] has quit [Ping timeout: 240 seconds] 15:05 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has quit [Quit: Textual IRC Client: www.textualapp.com] 15:10 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 15:11 -!- thomasan_ [~thomasand@172.83.40.67] has joined #bitcoin-wizards 15:13 -!- antanst [~antanst@62.169.219.213] has joined #bitcoin-wizards 15:15 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 15:29 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 15:33 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Quit: WeeChat 2.3] 15:35 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 15:35 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Ping timeout: 256 seconds] 15:40 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-wizards 15:46 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 15:46 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Remote host closed the connection] 15:47 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-wizards 15:53 -!- jamesl22 [~jamesl22@204.9.220.42] has quit [Ping timeout: 250 seconds] 16:07 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 16:11 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 246 seconds] 16:15 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 258 seconds] 16:17 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards 16:21 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 252 seconds] 16:21 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 16:22 -!- thomasan_ [~thomasand@172.83.40.67] has joined #bitcoin-wizards 16:23 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 16:36 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 16:40 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 245 seconds] 16:43 -!- asoltys [~adam@115.96.198.104.bc.googleusercontent.com] has quit [Ping timeout: 245 seconds] 16:43 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 16:44 -!- sdaftuar [~sdaftuar@238.90.227.35.bc.googleusercontent.com] has quit [Ping timeout: 245 seconds] 16:44 -!- asoltys [~adam@115.96.198.104.bc.googleusercontent.com] has joined #bitcoin-wizards 16:45 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-jcalcczeksobmhrn] has quit [Quit: Connection closed for inactivity] 16:47 -!- sdaftuar [~sdaftuar@238.90.227.35.bc.googleusercontent.com] has joined #bitcoin-wizards 17:03 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 17:03 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 17:04 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 17:32 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 17:32 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 17:35 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-wizards 17:37 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 252 seconds] 17:37 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 17:39 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 17:48 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards 17:50 -!- brianhoffman_ [~brianhoff@pool-72-83-155-130.washdc.fios.verizon.net] has joined #bitcoin-wizards 17:52 -!- schmidty_ [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has joined #bitcoin-wizards 17:52 -!- antanst_ [~antanst@62.169.219.213] has joined #bitcoin-wizards 17:55 -!- IGHOR_ [~quassel@93.178.216.72] has joined #bitcoin-wizards 17:55 -!- weez17_ [~isaac@unaffiliated/weez17] has joined #bitcoin-wizards 17:55 -!- achow101_ [~achow101@unaffiliated/achow101] has joined #bitcoin-wizards 17:55 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-wizards 17:56 -!- asoltys_ [~adam@115.96.198.104.bc.googleusercontent.com] has joined #bitcoin-wizards 17:58 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Disconnected by services] 17:58 -!- Pasha [~Cory@unaffiliated/cory] has joined #bitcoin-wizards 17:58 -!- achow101_ is now known as achow101 18:00 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Quit: kbc] 18:00 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 18:00 -!- Netsplit *.net <-> *.split quits: antanst, isis, rafalcpp_, weez17, IGHOR, schmidty, brianhoffman, asoltys, rh0nj, Cory 18:00 -!- brianhoffman_ is now known as brianhoffman 18:00 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 18:01 -!- Netsplit over, joins: rh0nj 18:02 -!- Pasha is now known as Cory 18:04 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Client Quit] 18:04 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 18:07 -!- isis [~isis@abulafia.patternsinthevoid.net] has joined #bitcoin-wizards 18:08 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 18:12 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 18:16 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 18:17 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 18:20 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 18:25 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 18:28 -!- m8tion [~user@88.190.249.49] has quit [Remote host closed the connection] 18:32 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 252 seconds] 18:32 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 18:35 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Quit: kbc] 18:35 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 18:35 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Ping timeout: 246 seconds] 18:37 -!- Belkaar [~Belkaar@xdsl-85-197-47-215.nc.de] has joined #bitcoin-wizards 18:37 -!- Belkaar [~Belkaar@xdsl-85-197-47-215.nc.de] has quit [Changing host] 18:37 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 18:39 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 18:39 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Client Quit] 18:39 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 18:45 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:46 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has joined #bitcoin-wizards 18:46 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has quit [Changing host] 18:46 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 18:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 18:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-wizards 18:51 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 252 seconds] 18:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 272 seconds] 18:54 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has joined #bitcoin-wizards 18:54 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has quit [Changing host] 18:54 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 19:04 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Ping timeout: 240 seconds] 19:04 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 19:05 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 19:05 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 19:07 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 19:21 -!- athrun_ [3d30286e@gateway/web/freenode/ip.61.48.40.110] has joined #bitcoin-wizards 19:24 -!- arshbot [~harshagol@104.222.154.114] has joined #bitcoin-wizards 19:26 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 19:26 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Ping timeout: 250 seconds] 19:27 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has joined #bitcoin-wizards 19:27 -!- mn3monic [jsz@2605:6400:30:fb3a:dd44:dd1e:1ba3:cc5f] has quit [Changing host] 19:27 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #bitcoin-wizards 19:38 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-wizards 19:51 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 19:55 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 19:56 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-wizards 20:00 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-wizards 20:06 -!- weez17_ [~isaac@unaffiliated/weez17] has quit [Remote host closed the connection] 20:07 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 20:09 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 20:11 -!- schmidty_ [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has quit [Remote host closed the connection] 20:13 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-wizards 20:18 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 246 seconds] 20:30 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has quit [Remote host closed the connection] 20:30 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 20:31 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has joined #bitcoin-wizards 20:48 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-wizards 21:09 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 245 seconds] 21:12 -!- athrun_ [3d30286e@gateway/web/freenode/ip.61.48.40.110] has quit [Ping timeout: 256 seconds] 21:17 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 21:19 -!- thomasan_ [~thomasand@172.83.40.67] has joined #bitcoin-wizards 21:27 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 245 seconds] 21:30 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Quit: Snoozing.] 21:38 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-wizards 21:42 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #bitcoin-wizards 21:46 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 22:02 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 22:03 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-wizards 22:09 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-wizards 22:15 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 268 seconds] 22:23 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 22:29 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-wizards 22:30 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Quit: kbc] 22:30 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 22:32 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards 22:33 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 240 seconds] 22:34 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has quit [Client Quit] 22:34 -!- kbc [~kbc@2600:1700:5b20:47c0:f886:17bf:38f4:3019] has joined #bitcoin-wizards 22:41 -!- arshbot [~harshagol@104.222.154.114] has quit [Ping timeout: 272 seconds] 23:07 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 272 seconds] 23:28 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 23:31 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Quit: Snoozing.] 23:32 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-wizards 23:34 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Client Quit] 23:41 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-wizards 23:52 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-wizards 23:57 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has quit [Remote host closed the connection] 23:57 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 252 seconds] 23:57 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 23:58 -!- _whitelogger [~whitelogg@uruz.whitequark.org] has joined #bitcoin-wizards 23:58 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-wizards 23:58 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-wizards --- Log closed Fri Jan 18 00:00:24 2019