--- Log opened Tue May 29 00:00:30 2018 00:24 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 00:26 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 00:42 -!- satwo [~textual@2602:306:378a:6fb0:55b9:b64f:131:22e6] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 00:44 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 00:45 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-wizards 00:48 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 256 seconds] 01:13 -!- laurentmt [~Thunderbi@185.94.189.189] has joined #bitcoin-wizards 01:14 -!- aburan [uid272149@gateway/web/irccloud.com/x-pfobvshitgaeejll] has quit [Quit: Connection closed for inactivity] 01:15 -!- laurentmt [~Thunderbi@185.94.189.189] has quit [Client Quit] 01:21 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-wizards 01:40 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 01:47 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #bitcoin-wizards 01:50 -!- vicenteH [~user@195.235.96.150] has joined #bitcoin-wizards 01:57 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has quit [Read error: Connection reset by peer] 01:58 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has joined #bitcoin-wizards 02:27 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 03:03 -!- swagwise [~erltho@2001:700:300:1430:51eb:84c0:fe14:7a67] has joined #bitcoin-wizards 03:04 < swagwise> Hello everyone, is this channel still active? 03:04 -!- str4d [~str4d@27.110.123.92] has quit [Ping timeout: 256 seconds] 03:13 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has joined #bitcoin-wizards 03:13 < ZmnSCPxj> Good morning bsm117532, I believe gwern had an essay about timelocks: https://www.gwern.net/Self-decrypting-files 03:13 < ZmnSCPxj> It might not be appropriate for your use-case, though 03:13 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has quit [Client Quit] 03:14 < bsm117532> Thanks ZmnSCPxj i'll read it 03:15 < bsm117532> I was just thinking of digging into bulletproofs. Because if you can prove the set of sequential statements y_1=x*x, y_2=y_1*y_1, y_3=y_2*y_2... then y_n=x^(2^n) and you can aggregate the proofs. 03:16 < bsm117532> Which, ultimately, is something similar to bramc's idea, but hopefully faster than Snarks. 03:21 < bsm117532> It seems like a lot of overhead to me. All I really want is for the prover to present x^(2^n) and for the verifier to have some way to verify or know 2^n. 03:24 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has joined #bitcoin-wizards 03:25 < ZmnSCPxj> Good morning bsm117532, I believe what is commonly investigated, is that some entity first provides the timelock puzzle, the prover/grinder operates the timelock 03:25 < ZmnSCPxj> When the timelock is completed, it yields a private key which the first entity has published the public key for (or encrypted some file using the public key for) 03:27 < ZmnSCPxj> I do not know, what you want to use as X 03:27 < ZmnSCPxj> How is X selected in your scheme? 03:29 < ZmnSCPxj> One can argue that timelocks is what cryptocurrency mining *is*. 03:32 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has quit [Remote host closed the connection] 03:37 < ZmnSCPxj> Perhaps "chained hashing" in the gwern article would be of help. 03:38 < ZmnSCPxj> For instance, we can get 256 x 32bytes random data from some public random source (e.g. the most recent block hash as seed for some PRNG) 03:39 < ZmnSCPxj> The first 32-bytes, when hashed 64 (or however many) times, serves as the decryption key for the next 32-bytes. 03:40 < ZmnSCPxj> the next 32-bytes, when hashed 64 times, serves as the decryption key for the next next 32-bytes. 03:40 < ZmnSCPxj> and so on 03:40 < ZmnSCPxj> the prover needs to execute all of those in sequence 03:40 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 03:40 < ZmnSCPxj> And show the decryption key and the decrypted value for each 32-byte section of the original random data 03:41 < ZmnSCPxj> the verifier(s) can perform the hashing in parallel, i.e. it checks the decrypted value for one 32-byte section, hashed 64 times, is the decryption key for the next 32-byte section 03:42 < ZmnSCPxj> the verifier(s), with some probability, can sample only some of the hashes rather than the entire proof the prover provides 03:42 < ZmnSCPxj> according to how much time it has in order to verify 03:42 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has quit [Quit: Page closed] 03:46 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 260 seconds] 03:47 < bsm117532> ZmnSCPxj that's the usual way of doing timelocks. I'm doing something different. The prover presents a proof based on x which is derived from public data (e.g. using sha512 to map it into an elliptic curve point) and computes x^(2^n). Unlike the usual timelock puzzle, this is not created by a "challenger", and has no trusted setup. 03:47 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-wizards 03:47 < bsm117532> This puzzle is a proof that a certain amount of time has elapsed since the public data x was revealed to the world (e.g. a block header) 03:48 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has joined #bitcoin-wizards 03:48 < ZmnSCPxj> Yes, my latter proposal based on chained hashing should work for your application...? 03:48 < bsm117532> Yes, it's just ugly. ;-) That's how bramc's proposal works, using a ZK-Snark to prove chained hashing. 03:49 < ZmnSCPxj> I am almost certain that for some elliptic curve point X, X^(2^n) can be computed in O(1) time for all n....... 03:49 < bsm117532> Parallel vs serial hashing only provides a constant-time speedup 03:49 < bsm117532> x^2 can be computed in constant time. x^4 requires twice as much constant time ;-) 03:49 < ZmnSCPxj> In the sub-second times you are measuring, perhaps constant-time speedup is sufficient? 03:50 < bsm117532> Maybe. But I think we can do better 03:50 < ZmnSCPxj> merkle trees? 03:51 < bsm117532> That would work but they're large and I think the verifier still needs to recompute everything 03:52 < bsm117532> There's also the problem that the verifier can't add this new block to his parents list until he's verified it, which is a significant amount of extra latency in the parallal-verification case 03:52 < ZmnSCPxj> the verifier could probabilistically prove some subset of the entire proof 03:53 < ZmnSCPxj> as long as the prover has no access to the RNG the verifier is using, the prover has to provide the entire proof anyway 03:53 < ZmnSCPxj> and if there are multiple verifiers, then the prover can only fool some subsection of verifiers if it does not provide a correct entire proof 03:53 < bsm117532> I'm not sure how the probabilities would work. I can present z=w^2 as a component which has nothing to do with the input x. 03:53 < ZmnSCPxj> the verifier selects only some subsection of the proof to verify 03:53 < bsm117532> Really there's only one relevant verifier, and it's the miner who builds on your block. 03:54 < bsm117532> So an interactive proof? Using Fiat-Shamir? I've been thinking of that too... 03:54 < ZmnSCPxj> not interactive, just a probabilistic one. 03:55 < ZmnSCPxj> if you have verified the entire proof, then you know with certainty 1.0 that it is correct 03:55 < ZmnSCPxj> if you have verified 0.5 of the entire proof, then you know with certainty (some complex mathematical formula) that it is correct 03:55 < bsm117532> Well if I have a set of {y_i^2} and a bit-field from some entropy saying which ones I have to provide (common PRNG) I can do it. 03:56 < bsm117532> Adds an O(n) space component, but I don't think that's a huge problem 03:56 < ZmnSCPxj> Possibly, although I would prefer that the prover be required to provide the entire proof 03:56 < ZmnSCPxj> the verifier uses some hidden entropy source to decide which parts of the proof to check 03:56 < bsm117532> He would. For instance let the entropy for the proof be hash(x, x^(2^n)) for the solution n 03:56 < ZmnSCPxj> which would improve the verification time compared to proving time 03:57 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 03:57 < bsm117532> Yes at the expense of a longer "finalization" phase once the prover has found his solution 03:57 < bsm117532> I think with bulletproofs they can be incrementally aggregated 03:57 < ZmnSCPxj> ok ^^ 03:58 -!- ZmnSCPxj [9258463b@gateway/web/freenode/ip.146.88.70.59] has quit [Quit: Page closed] 03:58 < bsm117532> https://github.com/apoelstra/secp256k1-mw/tree/bulletproofs 03:58 * bsm117532 reads the bulletproofs paper again... 04:07 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-wizards 04:16 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 04:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 04:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 04:28 -!- adrao [~ircap@x4e34354d.dyn.telefonica.de] has joined #bitcoin-wizards 04:29 -!- adrao is now known as adra 04:29 < bsm117532> The relevant metric for a good proof of time for this usage is (finalization time + verification time)/(mean block time). 04:29 -!- adra is now known as adrao 04:30 < bsm117532> With a braid the mean block time is expected to be 1-5 seconds or so. 04:32 < bsm117532> Given recent advances in block propagation I'm expecting it to be closer to 1s. 04:32 < bsm117532> bulletproofs range proofs take ~2ms to verify 04:41 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-wizards 04:59 < bsm117532> Wait. Given that a polynomial y = x^(2^n) can be defined by 3 points on the curve, is there a way to present three points without the verifier having to recompute the curve? 05:00 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #bitcoin-wizards 05:01 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 256 seconds] 05:07 -!- harrymm [~harrymm@104.207.83.39] has quit [Read error: Connection reset by peer] 05:20 -!- harrymm [~harrymm@104.207.83.39] has joined #bitcoin-wizards 05:22 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Excess Flood] 05:22 -!- jonasschnelli [~jonasschn@bitcoinsrv.jonasschnelli.ch] has joined #bitcoin-wizards 05:22 -!- jonasschnelli [~jonasschn@bitcoinsrv.jonasschnelli.ch] has quit [Changing host] 05:22 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has joined #bitcoin-wizards 05:26 < bsm117532> No...this is the same as presenting x, x^(2^n)... 05:28 -!- swagwise [~erltho@2001:700:300:1430:51eb:84c0:fe14:7a67] has quit [Ping timeout: 276 seconds] 05:52 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has quit [Ping timeout: 260 seconds] 06:00 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 06:00 -!- jtimon [~quassel@226.110.132.37.dynamic.jazztel.es] has joined #bitcoin-wizards 06:00 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 265 seconds] 06:01 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-wizards 06:12 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-wizards 06:13 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has quit [Read error: Connection reset by peer] 06:14 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has joined #bitcoin-wizards 06:16 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has joined #bitcoin-wizards 06:20 -!- swagwise [~erltho@2001:700:300:1430:2c93:44ca:d9e2:824e] has joined #bitcoin-wizards 06:38 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has quit [Ping timeout: 240 seconds] 07:03 -!- thrmo [~thrmo@unaffiliated/thrmo] has joined #bitcoin-wizards 07:11 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Quit: WeeChat 1.4] 07:12 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-wizards 07:13 -!- son0p [~ff@cable200-116-164-25.epm.net.co] has joined #bitcoin-wizards 07:50 -!- satwo [~textual@99-120-166-251.lightspeed.nsvltn.sbcglobal.net] has joined #bitcoin-wizards 07:59 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has joined #bitcoin-wizards 08:16 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-wizards 08:22 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has quit [Read error: Connection reset by peer] 08:23 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has joined #bitcoin-wizards 08:25 -!- thrmo [~thrmo@unaffiliated/thrmo] has quit [Quit: Waiting for .007] 08:30 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 08:30 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-wizards 08:32 -!- CheckDavid [uid14990@gateway/web/irccloud.com/x-uyxqppphjdnpfjlu] has joined #bitcoin-wizards 08:36 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 08:40 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 08:41 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-wizards 09:01 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-wizards 09:05 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has quit [Ping timeout: 265 seconds] 09:09 < swagwise> Can I ask a question? I would be happy if anyone could answer me :) 09:09 < swagwise> How are miners affected by increasing the block size to let's say 133 MB? 09:10 < swagwise> Other than network latency and block propagation 09:17 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-wizards 09:24 < kanzure> http://diyhpl.us/wiki/transcripts/gmaxwell-2017-11-27-advances-in-block-propagation/ 09:24 < kanzure> swagwise: ^ 09:25 < swagwise> perfect! exactly what I was looking for :) Thanks! 09:35 -!- laurentmt [~Thunderbi@ip124.67-202-83.static.steadfastdns.net] has joined #bitcoin-wizards 09:53 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has joined #bitcoin-wizards 09:54 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 09:57 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 265 seconds] 10:03 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-wizards 10:05 -!- Krellan [~Krellan@2601:640:4000:9258:4433:dd5:9ea1:1c28] has quit [Remote host closed the connection] 10:13 -!- swagwise [~erltho@2001:700:300:1430:2c93:44ca:d9e2:824e] has quit [Remote host closed the connection] 10:13 -!- swagwise [~erltho@2001:700:300:1430:2c93:44ca:d9e2:824e] has joined #bitcoin-wizards 10:16 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:20 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 10:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-wizards 10:43 -!- vicenteH [~user@195.235.96.150] has quit [Ping timeout: 268 seconds] 10:48 -!- satwo [~textual@99-120-166-251.lightspeed.nsvltn.sbcglobal.net] has quit [Ping timeout: 248 seconds] 11:02 -!- laurentmt [~Thunderbi@ip124.67-202-83.static.steadfastdns.net] has quit [Quit: laurentmt] 11:15 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-wizards 11:28 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 11:42 -!- Noldorin [~noldorin@unaffiliated/noldorin] has joined #bitcoin-wizards 11:42 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has quit [Ping timeout: 240 seconds] 11:44 -!- tromp_ [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 11:46 -!- BCBot_ [~BCBot@46.101.246.115] has joined #bitcoin-wizards 11:48 -!- a5m0_ [~a5m0@unaffiliated/a5m0] has joined #bitcoin-wizards 11:48 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Disconnected by services] 11:48 -!- Nightwolf [~Nightwolf@unaffiliated/nightwolf] has joined #bitcoin-wizards 11:48 -!- Anduck_ [~Anduck@unaffiliated/anduck] has joined #bitcoin-wizards 11:53 -!- Netsplit *.net <-> *.split quits: Anduck, Emcy, Nightw0lf, wizkid057, tromp, kabaum, BCBot 11:53 -!- Anduck_ is now known as Anduck 11:53 -!- Anduck is now known as Anduck_ 11:54 -!- Anduck_ is now known as Anduck 11:55 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Ping timeout: 240 seconds] 11:59 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 12:00 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-wizards 12:00 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-wizards 12:00 -!- wizkid057 [~wk@unaffiliated/wizkid057] has joined #bitcoin-wizards 12:06 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #bitcoin-wizards 12:12 -!- TheoStorm [~dnaleor@188.188.86.247] has joined #bitcoin-wizards 12:17 -!- p0nziph0ne [p0nziph0ne@gateway/vpn/privateinternetaccess/p0nziph0ne] has joined #bitcoin-wizards 12:23 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-wizards 12:27 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 12:44 -!- TheoStorm [~dnaleor@188.188.86.247] has quit [Read error: Connection reset by peer] 12:59 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-wizards 13:01 -!- TheoStorm [~dnaleor@188.188.86.247] has joined #bitcoin-wizards 13:05 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 13:10 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-wizards 13:10 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 13:15 < kanzure> well you had asked for "other than block propagation" and my link was primarily about block propagation... 13:33 -!- p0nziph0ne [p0nziph0ne@gateway/vpn/privateinternetaccess/p0nziph0ne] has quit [Quit: Leaving] 13:38 -!- Noldorin [~noldorin@unaffiliated/noldorin] has quit [Ping timeout: 240 seconds] 13:44 -!- dcousens [~dcousens@110.140.174.10] has quit [Ping timeout: 245 seconds] 13:45 -!- swagwise [~erltho@2001:700:300:1430:2c93:44ca:d9e2:824e] has quit [Ping timeout: 265 seconds] 14:11 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-wizards 14:16 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Ping timeout: 268 seconds] 14:16 -!- dnaleor [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 14:19 -!- TheoStorm [~dnaleor@188.188.86.247] has quit [Ping timeout: 256 seconds] 14:29 -!- Guest56711 [~GAit@unaffiliated/gait] has quit [Quit: WeeChat 1.0.1] 14:29 -!- GAit [~GAit@unaffiliated/gait] has joined #bitcoin-wizards 14:30 -!- Murch [~murch@96.74.120.81] has joined #bitcoin-wizards 14:30 -!- dnaleor [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has quit [Ping timeout: 256 seconds] 14:31 -!- Murch [~murch@96.74.120.81] has quit [Client Quit] 14:32 -!- son0p [~ff@cable200-116-164-25.epm.net.co] has quit [Remote host closed the connection] 14:58 -!- douglas_ [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #bitcoin-wizards 15:00 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 256 seconds] 15:06 -!- TheoStorm [~dnaleor@188.189.84.87] has joined #bitcoin-wizards 15:17 -!- douglas_ [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 260 seconds] 15:18 < bsm117532> 133 MB is an awfully specific number. 15:19 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-wizards 15:35 -!- TheoStorm [~dnaleor@188.189.84.87] has quit [Quit: Leaving] 15:36 -!- TheoStorm [~dnaleor@188.189.84.87] has joined #bitcoin-wizards 16:40 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has quit [Quit: A deep and dreamless slumber.] 17:02 -!- echonaut [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 17:04 -!- kisspunch [~za3k@smtp.za3k.com] has quit [Ping timeout: 265 seconds] 17:04 -!- Guest77272 [sid105317@21/bitcoin/binns] has quit [Ping timeout: 265 seconds] 17:04 -!- mappum_ [sid43795@gateway/web/irccloud.com/x-knzwdmqkpoaboyoi] has joined #bitcoin-wizards 17:05 -!- robmyers_ [sid75499@gateway/web/irccloud.com/x-sqaftwhgjbincdiz] has joined #bitcoin-wizards 17:05 -!- OhGodAGirl_ [sid164689@gateway/web/irccloud.com/x-tkhsgaplaktjwych] has joined #bitcoin-wizards 17:05 -!- yokwe [sid51352@gateway/web/irccloud.com/x-ghfpiptnylfgtzxt] has quit [Ping timeout: 265 seconds] 17:05 -!- mappum [sid43795@gateway/web/irccloud.com/x-enajkesoozoygfnl] has quit [Ping timeout: 265 seconds] 17:05 -!- robmyers [sid75499@gnu/social/robmyers] has quit [Ping timeout: 265 seconds] 17:05 -!- Varunram_ [sid210151@gateway/web/irccloud.com/x-zxdcbvgvqskoswtx] has joined #bitcoin-wizards 17:05 -!- robmyers_ is now known as robmyers 17:05 -!- yokwe_ [sid51352@gateway/web/irccloud.com/x-wpwxvmfpzelwzjuv] has joined #bitcoin-wizards 17:05 -!- OhGodAGirl [sid164689@gateway/web/irccloud.com/x-ipuhssggnyvwsrfj] has quit [Ping timeout: 265 seconds] 17:06 -!- CheckDavid_ [uid14990@gateway/web/irccloud.com/x-guavknryyujiblta] has joined #bitcoin-wizards 17:06 -!- CheckDavid [uid14990@gateway/web/irccloud.com/x-uyxqppphjdnpfjlu] has quit [Ping timeout: 265 seconds] 17:06 -!- Varunram [sid210151@gateway/web/irccloud.com/x-rcvxqpfpuqiqpwso] has quit [Ping timeout: 265 seconds] 17:06 -!- stevenroose [~steven@vps.weuste.club] has quit [Ping timeout: 265 seconds] 17:07 -!- napo1eon [metro@unaffiliated/napo1eon] has quit [Ping timeout: 240 seconds] 17:09 -!- napo1eon [metro@72.20.43.106] has joined #bitcoin-wizards 17:12 -!- Netsplit *.net <-> *.split quits: @ChanServ 17:13 -!- kisspunch [~za3k@smtp.za3k.com] has joined #bitcoin-wizards 17:15 -!- Guest77272 [sid105317@gateway/web/irccloud.com/x-uwmvmiwlmcvbsggz] has joined #bitcoin-wizards 17:34 -!- Netsplit over, joins: @ChanServ 17:37 -!- herzmeister[m] [herzmeiste@gateway/shell/matrix.org/x-khckyxeptpwresdl] has quit [Ping timeout: 255 seconds] 17:38 -!- kewde[m] [kewdematri@gateway/shell/matrix.org/x-nzjgqhecgujomajv] has quit [Ping timeout: 269 seconds] 17:38 -!- Jeremy_Rand[m] [jeremyrand@gateway/shell/matrix.org/x-pwooqgdvkeokarbw] has quit [Ping timeout: 245 seconds] 17:38 -!- azdrianz[m] [azdrianzma@gateway/shell/matrix.org/x-cttrkvcclrbfuvoc] has quit [Ping timeout: 245 seconds] 17:38 -!- bjorn[m] [bjornwgnrm@gateway/shell/matrix.org/x-sqfjdpvoymgnonim] has quit [Ping timeout: 277 seconds] 17:39 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 17:39 -!- stevenroose [~steven@vps.weuste.club] has joined #bitcoin-wizards 17:39 -!- dcousens [~dcousens@110.140.174.10] has joined #bitcoin-wizards 17:40 -!- echonaut [~echonaut@46.101.192.134] has joined #bitcoin-wizards 17:49 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Ping timeout: 260 seconds] 17:53 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has joined #bitcoin-wizards 17:54 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has joined #bitcoin-wizards 17:54 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has quit [Changing host] 17:54 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 17:56 -!- TheoStorm [~dnaleor@188.189.84.87] has quit [Quit: Leaving] 17:56 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 18:01 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-wizards 18:01 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has quit [Ping timeout: 255 seconds] 18:03 -!- djhoulihan [~djhouliha@static-173-52-41-34.nycmny.fios.verizon.net] has joined #bitcoin-wizards 18:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 18:06 -!- bjorn[m] [bjornwgnrm@gateway/shell/matrix.org/x-zeztgqlcsxutriqg] has joined #bitcoin-wizards 18:07 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 18:14 -!- CheckDavid_ [uid14990@gateway/web/irccloud.com/x-guavknryyujiblta] has quit [Quit: Connection closed for inactivity] 18:14 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Read error: Connection reset by peer] 18:22 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has joined #bitcoin-wizards 18:22 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has quit [Changing host] 18:22 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 18:26 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 18:26 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-wizards 18:30 -!- echonaut7 [~echonaut@46.101.192.134] has joined #bitcoin-wizards 18:30 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Read error: Connection reset by peer] 18:30 -!- echonaut [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 18:30 -!- stevenroose [~steven@vps.weuste.club] has quit [Ping timeout: 265 seconds] 18:35 -!- stevenroose [~steven@vps.weuste.club] has joined #bitcoin-wizards 18:38 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has joined #bitcoin-wizards 18:38 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has quit [Changing host] 18:38 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 18:49 -!- Jeremy_Rand[m] [jeremyrand@gateway/shell/matrix.org/x-derbfrahicojdwid] has joined #bitcoin-wizards 18:49 -!- herzmeister[m] [herzmeiste@gateway/shell/matrix.org/x-iffkmmoaxikokysm] has joined #bitcoin-wizards 18:49 -!- kewde[m] [kewdematri@gateway/shell/matrix.org/x-wapzhbwnfcojfplf] has joined #bitcoin-wizards 18:49 -!- azdrianz[m] [azdrianzma@gateway/shell/matrix.org/x-yzlxkdyvaawumvwa] has joined #bitcoin-wizards 18:52 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-wizards 18:59 -!- tromp_ [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Remote host closed the connection] 19:40 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has quit [Read error: Connection reset by peer] 19:48 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has joined #bitcoin-wizards 19:48 -!- Belkaar [~Belkaar@xdsl-87-78-59-222.netcologne.de] has quit [Changing host] 19:48 -!- Belkaar [~Belkaar@unaffiliated/belkaar] has joined #bitcoin-wizards 20:09 -!- jtimon [~quassel@226.110.132.37.dynamic.jazztel.es] has quit [Ping timeout: 265 seconds] 20:15 -!- douglas_ [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #bitcoin-wizards 20:24 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has quit [Ping timeout: 256 seconds] 20:34 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 20:37 -!- TheoStorm [~dnaleor@host-lzquwqj.cbn1.zeelandnet.nl] has joined #bitcoin-wizards 20:38 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-wizards 20:42 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 21:09 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 21:12 -!- warren [~warren@fedora/wombat/warren] has joined #bitcoin-wizards 21:12 -!- adam3us [~adam3us@unaffiliated/adam3us] has joined #bitcoin-wizards 21:13 -!- douglas_ [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 256 seconds] 21:13 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 268 seconds] 22:03 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 22:07 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 256 seconds] 22:17 -!- instagibbs [~instagibb@pool-100-15-128-78.washdc.fios.verizon.net] has quit [Ping timeout: 240 seconds] 22:17 -!- instagibbs [~instagibb@pool-100-15-128-78.washdc.fios.verizon.net] has joined #bitcoin-wizards 22:38 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 22:43 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 268 seconds] 22:54 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards 22:58 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has quit [Ping timeout: 240 seconds] 23:07 -!- CubicEarths [~cubiceart@c-73-157-2-231.hsd1.wa.comcast.net] has joined #bitcoin-wizards 23:10 -!- merskiasa [~numarkaee@144.136.227.61] has joined #bitcoin-wizards 23:14 < merskiasa> Is Elio19 around? 23:53 -!- tromp [~tromp@ip-217-103-3-94.ip.prioritytelecom.net] has joined #bitcoin-wizards --- Log closed Wed May 30 00:00:31 2018