--- Day changed Sun Apr 30 2017 00:05 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 255 seconds] 00:06 -!- tw2006 [~tw2006@2601:187:8480:2770:fdd1:2f52:ed7a:94d] has joined #bitcoin-core-dev 00:07 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 00:11 -!- tw2006 [~tw2006@2601:187:8480:2770:fdd1:2f52:ed7a:94d] has quit [Ping timeout: 260 seconds] 00:26 -!- goksinen [~goksinen@2604:2000:c591:8400:2920:ffbd:dcba:94bf] has joined #bitcoin-core-dev 00:44 -!- aantonop [~aantonop@87.93.202.84.customer.cdi.no] has quit [Ping timeout: 268 seconds] 00:48 -!- aantonop [~aantonop@87.93.202.84.customer.cdi.no] has joined #bitcoin-core-dev 00:59 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-tvwmzvuuqmzlyuby] has joined #bitcoin-core-dev 01:35 -!- aantonop [~aantonop@87.93.202.84.customer.cdi.no] has quit [Ping timeout: 260 seconds] 01:36 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 01:37 -!- aantonop [~aantonop@87.93.202.84.customer.cdi.no] has joined #bitcoin-core-dev 01:37 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 01:38 -!- str4d [~str4d@27.110.123.92] has quit [Ping timeout: 268 seconds] 01:42 -!- btcdrak [uid225371@gateway/web/irccloud.com/x-dwpkcotygkzwodcg] has quit [] 01:42 -!- btcdrak [uid225371@gateway/web/irccloud.com/x-bncyslakqgddpbvv] has joined #bitcoin-core-dev 01:42 -!- btcdrak [uid225371@gateway/web/irccloud.com/x-bncyslakqgddpbvv] has quit [Client Quit] 01:44 -!- btcdrak [uid226507@gateway/web/irccloud.com/x-fgndpyaorjvdbxjd] has joined #bitcoin-core-dev 01:53 -!- aantonop [~aantonop@87.93.202.84.customer.cdi.no] has quit [Quit: leaving] 01:55 -!- tw2006 [~tw2006@2601:187:8480:2770:484:1959:55e4:170c] has joined #bitcoin-core-dev 02:00 -!- tw2006 [~tw2006@2601:187:8480:2770:484:1959:55e4:170c] has quit [Ping timeout: 246 seconds] 03:00 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has quit [Ping timeout: 260 seconds] 03:20 -!- gm2051 [~gm2051@2a02:c7d:12e:100:2df6:1f74:905f:de68] has joined #bitcoin-core-dev 03:24 -!- gm2053 [~gm2051@2a02:c7d:12e:100:61c2:b99b:22eb:3ce8] has quit [Ping timeout: 260 seconds] 03:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 03:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 03:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 03:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 03:30 < afk11> hey all. been looking at the MAST BIP and it got me wondering how jl2012 was able to do the hash-locked example. It's a good example for MAST (look what happens the DUP), and for parsing mutually exclusive execution pathways in general 03:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 03:31 < afk11> anyways, I've come up with something that seems to allow one to produce the mutually exclusive branches for any script. Need to test it over more scripts 2bh, but it's coming along nicely 03:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 03:32 < afk11> https://github.com/bitcoin/bips/blob/master/bip-0114.mediawiki#hashed-time-lock-contract 03:32 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 03:34 < afk11> keeping in mind most bitcoin libraries only sign scripts that don't have any degrees of freedom with the pathway that's executed.. I'm starting out by iterating over script opcodes and making a tree out of possible execution pathways as they come 03:35 < afk11> to do this, I start with a single node in the tree (the no logical ops case), and build up a vector of values of dependent ifs. for the above script, that's [true], [false, true], and [false, false] (same order jl2012 has them) 03:39 < afk11> next, you need all the opcodes under that pathway.. I decided to do this separately to building the tree. Basically copy EvalScript, remove all opcodes but IF/ELSE/ENDIF/NOTIF, strip away some checks, and log all logical operations and opcodes where fExec==true. The mainStack is now only operated on by IF/ELSE/ENDIF/NOTIF, so you can pass in the vector of vchs representing the list above, ie, "\x01" for true, "" for false.. 03:40 < afk11> and that gets you a list of all opcodes in the script that you need to satisfy if you wished to sign it 03:42 < afk11> I've only gotten as far as normal scripts, ie, bare or P2SH. MAST requires checking for side effects of earlier operations, and stripping away any where the predicate was failed. 03:43 -!- arowser [~quassel@106.120.101.38] has quit [Ping timeout: 240 seconds] 03:44 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 03:44 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has joined #bitcoin-core-dev 03:44 -!- tw2006 [~tw2006@2601:187:8480:2770:98ef:a07:2234:ca0] has joined #bitcoin-core-dev 03:49 -!- tw2006 [~tw2006@2601:187:8480:2770:98ef:a07:2234:ca0] has quit [Ping timeout: 258 seconds] 03:49 < afk11> if this should be in #bitcoin-dev please someone let me know 03:50 < afk11> the general motivation behind all this is to allow signing of arbitrary scripts. you can only do that once you know if there are logical operations.. after that, looking at the opcodes just under that branch tells you what you need to satisfy in order to redeem using that branch 03:53 < afk11> with the branch specific opcodes, you can then try to break up the script into pieces the signer can understand, and may support: hashlocks, csv/cltv checks (signer should know the current time), signature operations 03:57 -!- vicenteH [~user@135.234.15.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 03:59 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 03:59 < afk11> I think using the [true], [false,true], [false, false] could be a good way of relating to another party to your script/payment channel which branch you are expecting them to sign. Wallets like Copay work by creating a proposed spend from a multisig address, and requesting signatures from others, and atm there isn't really a way to specify branches in a script agnostic way. Hardware wallets also may also face the same thing in the future 04:01 -!- goksinen [~goksinen@2604:2000:c591:8400:2920:ffbd:dcba:94bf] has quit [Remote host closed the connection] 04:04 < afk11> anyway, I think if wallets come to deal with scripts with logical operators, the innermost Sign() function should really be checking that the user isn't accidentally working on the wrong branch, hence the need for to designate the branch in a way the software can verify against later. 04:06 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has quit [Ping timeout: 260 seconds] 04:07 < afk11> I don't want to use something like branch 1, 2, 3, because the allowed boolean values are specific to the script. 04:26 < bitcoin-git> [bitcoin] spencerlievens opened pull request #10302: [Makefile] Alphabetically Reorder addrdb.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10302 04:34 < afk11> oh, forgot to post a gist showing steps to try and sign that hashlock script: https://gist.github.com/afk11/cb276f78b7407773e76e81f6d5b62d4f 04:38 -!- tw2006 [~tw2006@2601:187:8480:2770:b9bf:9da3:5e29:ff49] has joined #bitcoin-core-dev 05:09 -!- gm2052 [~gm2051@2a02:c7d:12e:100:f488:e248:9f1:8f34] has joined #bitcoin-core-dev 05:12 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 05:14 -!- gm2051 [~gm2051@2a02:c7d:12e:100:2df6:1f74:905f:de68] has quit [Ping timeout: 260 seconds] 05:14 -!- gm2053 [~gm2051@2.124.85.23] has joined #bitcoin-core-dev 05:17 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has quit [Remote host closed the connection] 05:17 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has joined #bitcoin-core-dev 05:18 -!- gm2052 [~gm2051@2a02:c7d:12e:100:f488:e248:9f1:8f34] has quit [Ping timeout: 245 seconds] 05:22 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has quit [Ping timeout: 240 seconds] 05:23 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has joined #bitcoin-core-dev 05:25 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 05:27 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 05:28 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 05:28 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has quit [Remote host closed the connection] 05:29 -!- sipa [~pw@2001:19f0:ac01:2fb:5400:ff:fe5b:c3ff] has joined #bitcoin-core-dev 05:29 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-tvwmzvuuqmzlyuby] has quit [Remote host closed the connection] 05:29 -!- hsmiths [uid95325@gateway/web/irccloud.com/x-gakvgbcgdtibqvdh] has quit [Remote host closed the connection] 05:29 -!- jl2012 [uid133844@gateway/web/irccloud.com/x-oaofkjbkichenrrq] has quit [Remote host closed the connection] 05:29 -!- limpkin [sid20909@gateway/web/irccloud.com/x-odbxkigobgirpscb] has quit [Remote host closed the connection] 05:40 -!- tw2006 [~tw2006@2601:187:8480:2770:b9bf:9da3:5e29:ff49] has quit [Remote host closed the connection] 05:42 -!- limpkin [sid20909@gateway/web/irccloud.com/x-jaoktopmefgsfnyk] has joined #bitcoin-core-dev 05:48 -!- GAit [~GAit@unaffiliated/gait] has quit [Ping timeout: 240 seconds] 05:49 -!- GAit [~GAit@unaffiliated/gait] has joined #bitcoin-core-dev 05:51 -!- hsmiths [uid95325@gateway/web/irccloud.com/x-bujtoinstpmfstcc] has joined #bitcoin-core-dev 05:51 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-pjgpkuaxxizkzroj] has joined #bitcoin-core-dev 05:52 -!- jl2012 [uid133844@gateway/web/irccloud.com/x-qkikshalwedgdpub] has joined #bitcoin-core-dev 05:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 05:56 -!- tw2006 [~tw2006@2601:187:8480:2770:24a6:2247:fee6:ee7b] has joined #bitcoin-core-dev 05:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 06:05 -!- NewLiberty [~NewLibert@2602:306:b8e0:8160:c092:439b:71e3:67d1] has quit [Ping timeout: 258 seconds] 06:25 -!- waxwing [waxwing@gateway/vpn/mullvad/x-iwtahgcaeofezude] has quit [Ping timeout: 240 seconds] 06:33 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:40 -!- waxwing [~waxwing@62.205.214.125] has joined #bitcoin-core-dev 07:14 -!- Madars [~null@unaffiliated/madars] has joined #bitcoin-core-dev 07:18 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 07:19 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:19 -!- harrymm [~wayne@104.237.91.192] has quit [Ping timeout: 260 seconds] 07:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 07:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:27 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 07:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:30 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 07:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 07:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:40 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 240 seconds] 07:54 -!- harrymm [~wayne@45.56.152.11] has joined #bitcoin-core-dev 08:01 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:01 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:02 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:03 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:03 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:03 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:04 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:04 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 08:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 08:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:09 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:09 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:09 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:10 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Ping timeout: 260 seconds] 08:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:10 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:11 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 08:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 08:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:22 -!- decoy [~decoy__3@5.79.86.129] has joined #bitcoin-core-dev 08:34 -!- gm2053 [~gm2051@2.124.85.23] has quit [Ping timeout: 240 seconds] 08:38 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 08:41 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:47 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 08:48 -!- bsm1175321 [~mcelrath@cpe-74-73-124-45.nyc.res.rr.com] has joined #bitcoin-core-dev 09:01 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:01 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:02 -!- Madars [~null@unaffiliated/madars] has quit [Read error: Connection reset by peer] 09:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 09:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:09 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:15 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:15 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 09:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:46 -!- bsm1175321 [~mcelrath@cpe-74-73-124-45.nyc.res.rr.com] has quit [Ping timeout: 255 seconds] 10:14 -!- anthonyjd [~Anthony@2001:470:daef:e1e1:27a3:b8c8:9db:79f6] has quit [Quit: Leaving] 10:27 -!- vano1945 [59154911@gateway/web/freenode/ip.89.21.73.17] has joined #bitcoin-core-dev 10:28 -!- vano1945 [59154911@gateway/web/freenode/ip.89.21.73.17] has quit [Client Quit] 10:30 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Quit: Gone frying asparagus or my Windows had a BSOD] 10:52 -!- Giszmo [~leo@pc-240-13-215-201.cm.vtr.net] has joined #bitcoin-core-dev 11:04 < NicolasDorier> is there a way in Bitcoin Core to get an unused address ? I am tempted to call getnewaddress everytimes, but doing so would create big gap in by BIP32 path, which would make rescanning fail 11:22 < sipa> bitcoin core doesn't support gaps or reconstruction from a seed at all 11:22 < sipa> (yet) 11:36 < SopaXorzTaker> dammit piqure 11:37 < SopaXorzTaker> banned me from #bitcoin for posting a malware link, explicitly marked like this and obsured: [https://]malware[.]coin.stealer 11:39 < NicolasDorier> sipa: I know, for now. jonasschnelli is working on it somewhere I saw recently. Anyway, do you know a way to get the latest unused address of the wallet ? 11:39 < NicolasDorier> or any unused address 11:40 < NicolasDorier> Another reason is that I provide a link to the user to send money to my address. And I don't want a user to generate a new address everytimes he hit F5 on my page 11:40 < NicolasDorier> other solutions to do it of course 11:40 < NicolasDorier> but if anything exist in core, would make life easier 11:41 < sipa> NicolasDorier: getnewaddress... 11:43 < sipa> NicolasDorier: or make your application cache a number of addresses ahead of time 11:46 < NicolasDorier> sipa: Imagine I want to show the QR code of an unused address of my wallet in the profile page of whatever social media service. If I use getnewaddress, then everytimes someone make a request to the QR code, a new address will bloat up my wallet, leading to DOS eventually. 11:46 < NicolasDorier> of course I can use the server generating the QR cache the latest created address and verify if not used 11:47 < sipa> NicolasDorier: yes, so cache addresses in your application, and remove them when used? 11:47 < sipa> there used to be a way in core get an unused address, which was only updated when a tx was seen to it 11:47 < sipa> but that's very hard to not make different RPC clients get in eachother's way 11:48 < NicolasDorier> ha ok I see 11:48 < NicolasDorier> well yes I will cache the address on the server side, and just make a request to bitcoin core to know if it was used before returning it to the server 11:48 < NicolasDorier> good enough 11:54 -!- gm2051 [~gm2051@2a02:c7d:12e:100:d5bc:99bc:34ac:a598] has joined #bitcoin-core-dev 11:55 < afk11> * 11:58 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 12:01 -!- Madars [~null@unaffiliated/madars] has joined #bitcoin-core-dev 12:02 -!- niska [~niska@68.ip-149-56-14.net] has quit [Quit: Leaving] 12:12 -!- niska [~niska@68.ip-149-56-14.net] has joined #bitcoin-core-dev 12:12 -!- dermoth_ [~thomas@dsl-66-36-140-214.mtl.aei.ca] has joined #bitcoin-core-dev 12:13 -!- dermoth [~thomas@216.221.36.255] has quit [Disconnected by services] 12:13 -!- dermoth_ is now known as dermoth 12:20 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 1.5] 12:21 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 12:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 12:44 -!- spinza [~spin@196.212.164.26] has quit [Quit: Coyote finally caught up with me...] 12:51 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has joined #bitcoin-core-dev 12:54 -!- spinza [~spin@196.212.164.26] has joined #bitcoin-core-dev 12:56 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has quit [Ping timeout: 260 seconds] 13:00 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 13:00 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 13:00 -!- Madars [~null@unaffiliated/madars] has quit [Read error: Connection reset by peer] 13:12 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 13:13 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 13:15 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 13:16 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 13:19 -!- gm2051 [~gm2051@2a02:c7d:12e:100:d5bc:99bc:34ac:a598] has quit [Ping timeout: 252 seconds] 13:25 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has joined #bitcoin-core-dev 13:31 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:33 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has quit [Ping timeout: 260 seconds] 13:34 -!- Dyaheon [~Dya@a91-156-192-24.elisa-laajakaista.fi] has joined #bitcoin-core-dev 13:43 -!- marcoagner [~user@187.113.159.239] has quit [Ping timeout: 240 seconds] 13:54 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 13:56 -!- marcoagner [~user@177.41.195.11] has joined #bitcoin-core-dev 14:20 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Quit: Leaving] 14:24 -!- urand [~random@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 14:24 -!- urand [~random@84.126.69.179.dyn.user.ono.com] has quit [Remote host closed the connection] 14:25 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 14:25 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 14:31 -!- tw2006 [~tw2006@2601:187:8480:2770:24a6:2247:fee6:ee7b] has quit [Remote host closed the connection] 14:34 -!- goksinen [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has joined #bitcoin-core-dev 14:35 -!- goksinen [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has quit [Read error: Connection reset by peer] 14:36 -!- goksinen [~goksinen@2604:2000:c591:8400:f024:2c7b:cd58:4fbc] has joined #bitcoin-core-dev 14:55 -!- justan0theruser [~justanoth@24.219.72.137] has joined #bitcoin-core-dev 14:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 15:10 -!- justan0theruser [~justanoth@24.219.72.137] has quit [Remote host closed the connection] 15:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 15:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 15:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:14 -!- dodomojo [~goksinen@74.71.4.175] has joined #bitcoin-core-dev 15:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 15:17 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:17 -!- goksinen [~goksinen@2604:2000:c591:8400:f024:2c7b:cd58:4fbc] has quit [Ping timeout: 255 seconds] 15:18 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Remote host closed the connection] 15:19 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:23 -!- dodomojo [~goksinen@74.71.4.175] has quit [Read error: Connection reset by peer] 15:23 -!- goksinen [~goksinen@2604:2000:c591:8400:c45e:efaa:6078:8b96] has joined #bitcoin-core-dev 15:24 -!- dodomojo [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has joined #bitcoin-core-dev 15:28 -!- goksinen [~goksinen@2604:2000:c591:8400:c45e:efaa:6078:8b96] has quit [Ping timeout: 260 seconds] 16:04 -!- amiller [~socrates1@unaffiliated/socrates1024] has quit [Ping timeout: 255 seconds] 16:06 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 248 seconds] 16:07 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 16:08 -!- Guest76863 [~socrates1@li175-104.members.linode.com] has joined #bitcoin-core-dev 16:14 -!- chatter29 [42e42547@gateway/web/cgi-irc/kiwiirc.com/ip.66.228.37.71] has joined #bitcoin-core-dev 16:14 < chatter29> hey guys 16:15 -!- chatter29 [42e42547@gateway/web/cgi-irc/kiwiirc.com/ip.66.228.37.71] has quit [Client Quit] 16:18 -!- altoz [~Jimmy@24.55.54.186] has quit [Quit: Leaving] 16:21 -!- tw2006 [~tw2006@2601:187:8480:2770:1519:763e:6161:9021] has joined #bitcoin-core-dev 16:21 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 16:23 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 16:25 -!- tw2006 [~tw2006@2601:187:8480:2770:1519:763e:6161:9021] has quit [Ping timeout: 246 seconds] 16:49 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Read error: Connection reset by peer] 16:50 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 16:51 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 16:51 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Ping timeout: 260 seconds] 17:02 -!- GAit [~GAit@unaffiliated/gait] has quit [Ping timeout: 258 seconds] 17:02 -!- GAit [~GAit@unaffiliated/gait] has joined #bitcoin-core-dev 17:03 -!- juscamarena_ [~justin@47.148.176.74] has quit [Ping timeout: 240 seconds] 17:14 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 17:15 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 258 seconds] 17:15 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 17:19 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 17:21 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 17:26 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 17:28 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 17:37 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 246 seconds] 17:38 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 17:48 -!- tw2006 [~tw2006@2601:187:8480:2770:f889:ece6:ed60:6c8b] has joined #bitcoin-core-dev 17:50 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-pjgpkuaxxizkzroj] has quit [Quit: Connection closed for inactivity] 17:55 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 17:57 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 17:57 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 258 seconds] 17:59 -!- harrymm [~wayne@45.56.152.11] has quit [Ping timeout: 240 seconds] 18:01 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 18:06 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 18:11 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 18:15 -!- harrymm [~wayne@104.237.91.137] has joined #bitcoin-core-dev 18:30 -!- roidster [~chatzilla@71.92.221.248] has joined #bitcoin-core-dev 18:30 -!- marcoagner [~user@177.41.195.11] has quit [Read error: Connection reset by peer] 18:30 -!- marcoagner [~user@177.41.195.11] has joined #bitcoin-core-dev 18:34 -!- elkalamar_ [~elkalamar@84.126.69.179] has joined #bitcoin-core-dev 18:36 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Ping timeout: 252 seconds] 18:36 -!- elkalamar_ [~elkalamar@84.126.69.179] has quit [Remote host closed the connection] 18:37 -!- elkalamar_ [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 18:37 -!- elkalamar_ [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Remote host closed the connection] 18:42 -!- elkalamar_ [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 18:48 -!- elkalamar_ is now known as elkalamar 19:00 -!- dermoth [~thomas@dsl-66-36-140-214.mtl.aei.ca] has quit [Read error: Connection reset by peer] 19:00 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 19:00 -!- dermoth [~thomas@dsl-66-36-140-214.mtl.aei.ca] has joined #bitcoin-core-dev 19:02 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 19:20 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Quit: Leaving] 19:21 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has joined #bitcoin-core-dev 19:27 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 20:07 -!- CubicEarth [~cubiceart@c-67-168-4-85.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 20:28 -!- dodomojo [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has quit [Read error: Connection reset by peer] 20:28 -!- goksinen [~goksinen@2604:2000:c591:8400:5908:ad9a:1281:2967] has joined #bitcoin-core-dev 20:30 -!- CubicEarth [~cubiceart@c-67-168-4-85.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 20:36 -!- Test86 [2d22100a@gateway/web/freenode/ip.45.34.16.10] has joined #bitcoin-core-dev 20:45 -!- d_t [~textual@108-65-78-188.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:02 -!- CubicEarth [~cubiceart@50-1-104-188.dsl.dynamic.fusionbroadband.com] has joined #bitcoin-core-dev 21:16 -!- elkalamar [~elkalamar@84.126.69.179.dyn.user.ono.com] has quit [Quit: Leaving] 21:22 -!- wasi [~wasi@gateway/tor-sasl/wasi] has joined #bitcoin-core-dev 21:34 -!- goksinen [~goksinen@2604:2000:c591:8400:5908:ad9a:1281:2967] has quit [Remote host closed the connection] 21:39 -!- Test86 [2d22100a@gateway/web/freenode/ip.45.34.16.10] has quit [Ping timeout: 260 seconds] 21:57 < bitcoin-git> [bitcoin] kallewoof opened pull request #10303: [bench] Include ms/blk stats in Connect* benchmarks. (master...bench-add-per-block-stats) https://github.com/bitcoin/bitcoin/pull/10303 21:57 -!- RubenSomsen [~RubenSoms@5ED2CA1D.cm-7-3d.dynamic.ziggo.nl] has joined #bitcoin-core-dev 21:58 -!- CubicEarth [~cubiceart@50-1-104-188.dsl.dynamic.fusionbroadband.com] has quit [Remote host closed the connection] 22:03 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 22:05 -!- roidster [~chatzilla@71.92.221.248] has quit [Quit: ChatZilla 0.9.92 [SeaMonkey 2.39/20151103191810]] 22:10 -!- justanotheruser is now known as OfficialJustan 22:22 -!- goksinen [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has joined #bitcoin-core-dev 22:28 -!- goksinen [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has quit [Ping timeout: 252 seconds] 22:53 -!- CubicEarth [~cubiceart@50-1-104-188.dsl.dynamic.fusionbroadband.com] has joined #bitcoin-core-dev 23:07 -!- ryan-c [~ryan@znc.rya.nc] has quit [Quit: quitting] 23:20 -!- ryan`c [~ryan@znc.rya.nc] has joined #bitcoin-core-dev 23:48 -!- jcorgan [~jcorgan@unaffiliated/jcorgan] has quit [Quit: ZNC - 1.6.0 - http://znc.in] 23:49 -!- jcorgan [~jcorgan@unaffiliated/jcorgan] has joined #bitcoin-core-dev 23:57 -!- CubicEarth [~cubiceart@50-1-104-188.dsl.dynamic.fusionbroadband.com] has quit []