--- Day changed Tue Sep 06 2016 00:02 -!- kyletorpey [~kyle@pool-173-53-94-96.rcmdva.fios.verizon.net] has quit [Quit: Leaving.] 00:13 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 00:15 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 00:26 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 00:34 -!- laurentmt [~Thunderbi@80.215.234.107] has joined #bitcoin-core-dev 00:35 < gmaxwell> Anyone know what the status of cgminer solo mining segwit support is? 00:35 -!- laurentmt [~Thunderbi@80.215.234.107] has quit [Client Quit] 00:38 < sipa> Lightsword, cfields: ^ 00:38 -!- rubensayshi [~ruben@82.201.93.169] has joined #bitcoin-core-dev 00:51 < btcdrak> BlueMatt: you should do a presentation in Milan. 00:51 < gmaxwell> BlueMatt: I don't think fibre is at all obvious. 00:53 < sipa> by the time you've explained basic FEC, and how short ids are collision-resistant, you've already talked for half an hour 00:54 < sipa> oh, and tcp networking roundtrips 00:54 < gmaxwell> Head of line blocking of TCP and the hidden round trips at layer-3 is a good 15 minutes itself. 01:03 < Lightsword> gmaxwell, sipa, cgminer solo doesn’t support segwit yet not sure if anyone was planning on adding support 01:14 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 01:24 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 02:02 < jonasschnelli> sipa: Do you tell me your secret how you measure consumed cpu cycled by a certain C function with gdb? 02:02 < sipa> jonasschnelli: don't benchmark while using gdb 02:03 < jonasschnelli> sipa: Ah. Okay. But how do you measure consumed cycles then? 02:03 < sipa> 1) run it many times (like benchmarking tools do) 02:04 < jonasschnelli> Using rdtsc? 02:04 < sipa> 2) use rdtsc asm instruction to read the time stamp counter on the CPU and lock your CPU to a single frequency; this gives you sub-nanosecond precision 02:04 < jonasschnelli> Okay... I'll give it a try 02:05 < sipa> the bitcoin and libsecp256k1 benchmark tools just run many times, and give you minimum, maximum and average run time 02:05 < sipa> i have a script that pins my cpu frequency to a single number 02:05 < sipa> and then i just stop other processes on my system until the the minimum and average are close enough to not matter 02:06 < jonasschnelli> I guess depending on rdtsc means a system under heavy load (not the tests) will result in biased results? 02:06 < jonasschnelli> Okay. 02:06 < sipa> rdtsc is only useful for microbenchmarks 02:06 < sipa> as it will occasionally incorporate the time of a context switch 02:06 < jonasschnelli> Do you have that CPU freq script in a gist or so? 02:07 < jonasschnelli> (though not sure if that works 1:1 on my OSX machine) 02:07 < sipa> /etc/init.d/cpufrequtils stop 02:07 < sipa> for A in $(seq 0 7); do cpufreq-set -c $A -g performance -d 2.6GHz -u 2.6GHz; done 02:07 < sipa> it's linux specific and cpu specific 02:07 < jonasschnelli> okay... I play with it. Thanks 02:08 < sipa> for bigger things i just add GetTimeMicros() before and after the code in bitcoind, and log the difference to debug.log 02:08 < jonasschnelli> would benchmarking in a "quite" VM (fresh install, headless almost no background processes) result in more comparable results? 02:08 < sipa> i wouldn't use VMs for benchmarking 02:09 < jonasschnelli> Yes. Right. The VM itself is already influent by the hosts processes. 02:12 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Ping timeout: 252 seconds] 02:35 -!- jannes [~jannes@178.132.211.90] has joined #bitcoin-core-dev 02:36 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 02:41 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Quit: Konversation terminated!] 02:45 -!- cryptapus [~cryptapus@87.254.202.252] has joined #bitcoin-core-dev 02:45 -!- cryptapus [~cryptapus@87.254.202.252] has quit [Changing host] 02:45 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 02:46 < sipa> NicolasDorier: hmm, you have a use case of OP_CODESEP? :o 03:36 -!- fengling [~fengling@58.135.95.136] has quit [Ping timeout: 240 seconds] 03:47 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has joined #bitcoin-core-dev 03:58 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has joined #bitcoin-core-dev 04:48 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 04:59 -!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has joined #bitcoin-core-dev 05:22 -!- moli [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 05:27 < NicolasDorier> sipa: yes 05:28 < NicolasDorier> one sec, finding the case I wrote about in lightning discussion some time ago 05:29 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:29 < NicolasDorier> sipa: https://lists.linuxfoundation.org/pipermail/lightning-dev/2016-March/000457.html here (forget about R-Value, I was meaning revocation hash) 05:29 < NicolasDorier> the basic idea 05:30 < NicolasDorier> is that if you have a ScriptPubKey with 3 different path. 05:30 < NicolasDorier> and one party wants to sign only for one specific path 05:30 < NicolasDorier> without CODESEP, you need 3 different public key 05:30 < NicolasDorier> with CODESEP, the signer can decide which path to sign by choosing the ScriptCode that interest him 05:30 < sipa> but scriptcode is always from the last codesep to the end 05:31 < sipa> so they'd always overlap 05:31 < NicolasDorier> not always, depends if they are on same branch or not 05:31 < NicolasDorier> if you have 2 branch with an OP_IF 05:31 < NicolasDorier> you put a OP_CODESEP on each branch 05:32 < NicolasDorier> then the signer decide which branch he agrees on signing 05:32 < sipa> oh, right, only executed codeseps matter 05:37 < NicolasDorier> sipa: Even if they are on single branch it can be useful actually, if Alice wants to sign until a certain point in the Script, and on certain condition, a second signature from her might be needed later down the path. 05:38 < sipa> have you tested that? 05:45 -!- AaronvanW [~ewout@77pc231.sshunet.nl] has joined #bitcoin-core-dev 05:45 -!- AaronvanW [~ewout@77pc231.sshunet.nl] has quit [Changing host] 05:45 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:53 -!- G1lius [~stefangil@109.201.137.5] has joined #bitcoin-core-dev 06:06 < btcdrak> I remembered a ML post about op_cs https://lists.linuxfoundation.org/pipermail/lightning-dev/2016-March/000455.html 06:06 < sipa> btcdrak: NicolasDorier just linked to that as well 06:06 < btcdrak> oh lol. I should read the entire log before replying :-p 06:11 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 06:16 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 06:20 < GitHub111> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e82fb872ff5c...d077f43f7ecf 06:20 < GitHub111> bitcoin/master ff2ed7a mruddy: trivial: remove unnecessary variable fDaemon 06:20 < GitHub111> bitcoin/master d077f43 Wladimir J. van der Laan: Merge #8663: trivial: remove unnecessary variable fDaemon... 06:20 < GitHub96> [bitcoin] laanwj closed pull request #8663: trivial: remove unnecessary variable fDaemon (master...trivial_fDaemon) https://github.com/bitcoin/bitcoin/pull/8663 06:24 < GitHub0> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d077f43f7ecf...8ea44405e76f 06:24 < GitHub0> bitcoin/master 38acbf8 Doug: Remove unused Qt 4.6 patch.... 06:24 < GitHub0> bitcoin/master 8ea4440 Wladimir J. van der Laan: Merge #8645: Remove unused Qt 4.6 patch.... 06:24 < GitHub121> [bitcoin] laanwj closed pull request #8645: Remove unused Qt 4.6 patch. (master...master) https://github.com/bitcoin/bitcoin/pull/8645 06:28 -!- helo_ is now known as helo 06:36 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 06:36 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Quit: leaving] 06:52 -!- cryptapus_ [~cryptapus@66.119.84.15] has joined #bitcoin-core-dev 06:52 -!- cryptapus_ [~cryptapus@66.119.84.15] has quit [Changing host] 06:52 -!- cryptapus_ [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 06:52 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 240 seconds] 07:09 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 07:11 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 07:11 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 07:16 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:39 -!- achow101_ [~achow101@206.196.185.27] has joined #bitcoin-core-dev 07:41 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 07:42 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:43 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 07:47 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 265 seconds] 07:48 -!- Cheeseo [~x@unaffiliated/cheeseo] has quit [Read error: Connection reset by peer] 07:48 -!- achow101_ [~achow101@206.196.185.27] has quit [Ping timeout: 240 seconds] 07:48 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:50 -!- Cheeseo [~x@c-174-54-219-36.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 07:50 -!- Cheeseo [~x@c-174-54-219-36.hsd1.pa.comcast.net] has quit [Changing host] 07:50 -!- Cheeseo [~x@unaffiliated/cheeseo] has joined #bitcoin-core-dev 07:56 -!- achow101_ [~achow101@129.2.206.174] has joined #bitcoin-core-dev 07:57 -!- achow101_ [~achow101@129.2.206.174] has quit [Client Quit] 08:24 -!- cryptapus__ [~cryptapus@87.254.202.230] has joined #bitcoin-core-dev 08:24 -!- cryptapus__ [~cryptapus@87.254.202.230] has quit [Changing host] 08:24 -!- cryptapus__ [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 08:25 -!- cryptapus_ [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 240 seconds] 08:29 -!- cryptapus__ is now known as cryptapus 08:35 -!- rubensayshi [~ruben@82.201.93.169] has quit [Remote host closed the connection] 08:47 -!- Guyver2_ [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:50 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Ping timeout: 252 seconds] 08:50 -!- Guyver2_ is now known as Guyver2 09:00 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 265 seconds] 09:13 -!- [Author] [~Author]@2401:a400:3202:2000:bad:d09:15:90d] has quit [Ping timeout: 240 seconds] 09:16 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 09:21 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 250 seconds] 09:22 -!- [Author] [~Author]@2401:a400:3202:2000:bad:d09:15:90d] has joined #bitcoin-core-dev 09:40 -!- instagibb [602c9182@gateway/web/freenode/ip.96.44.145.130] has joined #bitcoin-core-dev 09:41 -!- instagibb [602c9182@gateway/web/freenode/ip.96.44.145.130] has quit [Client Quit] 09:41 -!- instagibbs_ [602c9182@gateway/web/freenode/ip.96.44.145.130] has joined #bitcoin-core-dev 09:51 -!- laurentmt [~Thunderbi@80.215.234.31] has joined #bitcoin-core-dev 09:54 -!- laurentmt [~Thunderbi@80.215.234.31] has quit [Client Quit] 10:01 < jl2012> does signrawtransaction allow signing out-of-range SIGHASH_SINGLE? (i.e. the sighash = 1 bug) 10:03 -!- PaulCapestany [~PaulCapes@204.28.124.82] has joined #bitcoin-core-dev 10:07 -!- PaulCape_ [~PaulCapes@204.28.124.82] has quit [Ping timeout: 264 seconds] 10:07 < instagibbs_> jl2012: it skips those 10:07 < jl2012> so it won't complete and return error? 10:08 < instagibbs_> afaict from the code just skips signing it 10:08 < jl2012> thanks 10:08 -!- wangchun [~wangchun@li414-193.members.linode.com] has quit [Remote host closed the connection] 10:26 < btcdrak> https://github.com/bitcoin-core/bitcoincore.org/pull/208 10:33 -!- laurentmt [~Thunderbi@80.215.234.31] has joined #bitcoin-core-dev 10:35 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 10:41 -!- laurentmt [~Thunderbi@80.215.234.31] has quit [Quit: laurentmt] 10:42 < instagibbs_> jonasschnelli: did https://github.com/bitcoin/bitcoin/pull/8606 fix your issue? 10:49 -!- wangchun [~wangchun@li414-193.members.linode.com] has joined #bitcoin-core-dev 10:53 -!- pmienk_ [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 10:57 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has quit [Quit: Leaving.] 11:00 < cfields> jeremyrubin: is there a squashed version of your checkqueue coming up? 11:04 -!- bsm117532 [~mcelrath@38.121.165.30] has quit [Ping timeout: 250 seconds] 11:06 -!- tucenaber [~tucenaber@unaffiliated/tucenaber] has quit [Ping timeout: 276 seconds] 11:06 -!- pmienk_ [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:13 -!- bsm117532 [~mcelrath@38.121.165.30] has joined #bitcoin-core-dev 11:25 -!- CocoBTC [~coco@c-703b71d5.136-1-64736c10.cust.bredbandsbolaget.se] has joined #bitcoin-core-dev 11:46 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 12:28 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has joined #bitcoin-core-dev 12:33 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 255 seconds] 12:42 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has quit [Quit: Leaving.] 12:43 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 12:47 -!- G2lius [~stefangil@109.131.84.65] has joined #bitcoin-core-dev 12:47 -!- G2lius [~stefangil@109.131.84.65] has quit [Client Quit] 12:51 -!- G1lius [~stefangil@109.201.137.5] has quit [Ping timeout: 255 seconds] 12:55 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 12:56 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:00 < cfields> gmaxwell: I haven't looked at cgminer yet, but I can 13:00 < sipa> i assume it will be similar to ckpool? 13:01 -!- jrayhawk_ is now known as jrayhawk 13:02 -!- Naphex [~naphex@naphex.rocks] has quit [Quit: leaving] 13:06 < cfields> unsure 13:06 -!- achow101 [~achow101@129.2.206.174] has quit [Quit: Leaving] 13:06 -!- achow101 [~achow101@129.2.206.174] has joined #bitcoin-core-dev 13:08 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Quit: WeeChat 0.4.2] 13:11 -!- kyletorpey [~kyle@pool-173-53-94-96.rcmdva.fios.verizon.net] has joined #bitcoin-core-dev 13:17 < phantomcircuit> sipa, doubt it 13:19 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:28 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 13:37 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 13:38 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 13:38 < GitHub117> [bitcoin] JeremyRubin opened pull request #8671: Minimal fix to slow prevector tests as stopgap measure (master...simple_faster_tests) https://github.com/bitcoin/bitcoin/pull/8671 13:38 < GitHub186> [bitcoin] Cocosoft opened pull request #8672: Qt: Show transaction size in transaction details window (master...qttxsizeindetails) https://github.com/bitcoin/bitcoin/pull/8672 13:41 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 13:41 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:42 < GitHub172> [bitcoin] JeremyRubin closed pull request #8650: Make tests much faster by replacing BOOST_CHECK with FAST_CHECK (master...faster_tests) https://github.com/bitcoin/bitcoin/pull/8650 13:42 < GitHub82> [bitcoin] JeremyRubin closed pull request #8632: Speed up prevector tests by parallelization (master...faster_prevector_tests) https://github.com/bitcoin/bitcoin/pull/8632 13:56 < GitHub122> [bitcoin] JeremyRubin opened pull request #8673: Trivial: Fix obvious assignment/equality error in test (master...fix_arith_tests_trivial) https://github.com/bitcoin/bitcoin/pull/8673 14:02 -!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has quit [Ping timeout: 250 seconds] 14:04 -!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has joined #bitcoin-core-dev 14:05 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 14:08 -!- vega4 [~pc_rafals@c0-100.icpnet.pl] has joined #bitcoin-core-dev 14:08 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 14:19 -!- JackH [~Jack@79-73-191-94.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 14:23 < jeremyrubin> cfields: it is available now 14:24 < jeremyrubin> cfields: but I'm not PR'ing it until I can speed up the PrevectorTests 14:25 < jeremyrubin> cfields: https://github.com/JeremyRubin/bitcoin/tree/lockfree-checkqueue-restructured 14:25 < jeremyrubin> cfields: I guess I should say, until #8671 gets merged 14:28 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 14:31 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has joined #bitcoin-core-dev 14:35 -!- pavel_ [~paveljani@79.98.72.216] has joined #bitcoin-core-dev 14:35 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Ping timeout: 244 seconds] 14:39 -!- vega4 [~pc_rafals@c0-100.icpnet.pl] has quit [Ping timeout: 240 seconds] 14:39 < luke-jr> cfields: were your ckpool changes accepted upstream? 14:40 < cfields> jeremyrubin: perfect, thanks 14:40 < cfields> luke-jr: yes 14:44 -!- belcher is now known as JM-IRCRelay 14:44 -!- JM-IRCRelay is now known as belcher 14:53 < CocoBTC> luke-jr, I saw your reply to the PR, thanks. I'm not entirely sure on where/how to get this value (size + feerate-based-on-weight), or what it is. I'm still working on getting my head up-to-date with SegWit. 14:54 < luke-jr> heh, I meant show both the size, and the feerate 14:54 < luke-jr> not to add them ☺ 14:55 < luke-jr> basically you get the feerate with Fee / GetVirtualTransactionSize 14:55 < CocoBTC> Lol! I see. That makes sense :) 14:56 < CocoBTC> Right 14:58 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 15:05 < CocoBTC> Do I need to know/care about nSigOpCost? 15:10 < luke-jr> hmm, not normally, but for incoming transactions it's possibly relevant 15:10 < luke-jr> due to nSigOpsPerByte 15:11 < luke-jr> ah, GetVirtualTransactionSize takes care of that for you 15:12 < luke-jr> just you need to give it the right value as an argument 15:12 < CocoBTC> Well it defaults to 0? Or maybe I read the code wrong. 15:12 < CocoBTC> Right! 15:12 < luke-jr> hmm.. I'm not sure it makes sense for it to have that default :x 15:13 < luke-jr> looks like rawtx and the wallet currently don't provide it 15:13 < luke-jr> probably okay for the wallet side because it's for sending 15:14 < luke-jr> but you can't assume incoming are sane in this respect, so you'll need to provide it 15:14 < CocoBTC> Okay! Thank you for your help. 15:14 -!- vega4 [~pc_rafals@user-31-175-254-216.play-internet.pl] has joined #bitcoin-core-dev 15:15 < luke-jr> np 15:15 -!- vega4 [~pc_rafals@user-31-175-254-216.play-internet.pl] has quit [Client Quit] 15:15 -!- vega4 [~pc_rafals@user-31-175-254-216.play-internet.pl] has joined #bitcoin-core-dev 15:16 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 240 seconds] 15:37 -!- CocoBTC [~coco@c-703b71d5.136-1-64736c10.cust.bredbandsbolaget.se] has quit [Quit: Leaving] 15:38 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 15:57 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has quit [Quit: Leaving.] 16:01 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has quit [Ping timeout: 250 seconds] 16:03 -!- vega4 [~pc_rafals@user-31-175-254-216.play-internet.pl] has quit [Read error: Connection reset by peer] 16:21 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has joined #bitcoin-core-dev 16:46 -!- jtimon [~quassel@38.110.132.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 16:51 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 17:32 -!- PRab [~chatzilla@c-68-62-95-247.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 17:32 -!- PRab [~chatzilla@c-68-62-95-247.hsd1.mi.comcast.net] has quit [Client Quit] 17:33 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Ping timeout: 252 seconds] 17:44 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 18:06 -!- fengling [~fengling@58.135.95.136] has joined #bitcoin-core-dev 18:46 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nfzyxtmgrfwogkow] has quit [Quit: Connection closed for inactivity] 19:08 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 19:08 < GitHub16> [bitcoin] isle2983 opened pull request #8674: tools for analyzing, updating and adding copyright headers in souce files (master...copyright-scripts) https://github.com/bitcoin/bitcoin/pull/8674 19:11 < GitHub51> [bitcoin] isle2983 opened pull request #8675: Make copyright header lines uniform (master...copyright-made-uniform) https://github.com/bitcoin/bitcoin/pull/8675 19:16 < GitHub38> [bitcoin] isle2983 opened pull request #8676: Add missing copyright headers (master...missing-copyright) https://github.com/bitcoin/bitcoin/pull/8676 19:24 -!- dcousens [~anon@1.152.97.99] has joined #bitcoin-core-dev 19:26 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 265 seconds] 19:37 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has quit [Quit: Leaving.] 20:04 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 20:20 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 244 seconds] 20:30 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:31 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:33 -!- TomMc [~tom@gateway/vpn/privateinternetaccess/tommc] has joined #bitcoin-core-dev 20:41 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:42 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:59 -!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has quit [Quit: Verlassend] 20:59 -!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has joined #bitcoin-core-dev 20:59 -!- Samdney [~Samdney@dyn-ant666999.hawo.ipv6.uni-erlangen.de] has quit [Remote host closed the connection] 21:00 -!- harding [~harding@mail.dtrt.org] has quit [Remote host closed the connection] 21:08 -!- dermoth [~thomas@dsl-66-36-158-91.mtl.aei.ca] has quit [Read error: Connection reset by peer] 21:08 -!- dermoth [~thomas@dsl-66-36-158-91.mtl.aei.ca] has joined #bitcoin-core-dev 21:10 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:11 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:15 -!- TomMc [~tom@gateway/vpn/privateinternetaccess/tommc] has quit [Ping timeout: 276 seconds] 21:41 -!- fengling [~fengling@58.135.95.136] has quit [Ping timeout: 240 seconds] 21:47 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Quit: bye] 21:48 -!- pavel_ [~paveljani@79.98.72.216] has quit [Quit: Leaving] 21:55 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has quit [Ping timeout: 250 seconds] 21:56 -!- zxzzt [~prod@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 276 seconds] 21:56 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 21:56 -!- zxzzt [~prod@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 21:56 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 265 seconds] 21:56 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has joined #bitcoin-core-dev 21:58 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 22:00 -!- dcousens [~anon@1.152.97.99] has quit [Ping timeout: 244 seconds] 22:10 -!- fengling [~fengling@58.135.95.136] has joined #bitcoin-core-dev 22:10 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has quit [Ping timeout: 244 seconds] 22:11 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 240 seconds] 22:11 -!- zxzzt [~prod@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 276 seconds] 22:11 -!- zxzzt [~prod@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 22:12 -!- sdaftuar [~sdaftuar@unaffiliated/sdaftuar] has joined #bitcoin-core-dev 22:12 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 22:19 -!- AtashiCon [arnavion@unaffiliated/arnavion] has quit [Quit: AtashiCon] 22:39 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 23:11 -!- AtashiCon [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 23:13 -!- goregrin1 [~goregrind@unaffiliated/goregrind] has quit [Ping timeout: 250 seconds] 23:39 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-jbijoaxwxnmxqglc] has joined #bitcoin-core-dev 23:39 -!- Arnavion [arnavion@unaffiliated/arnavion] has quit [Quit: Arnavion] 23:41 -!- Arnavion [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 23:47 -!- blur3d [~blur3d@49.187.16.195] has joined #bitcoin-core-dev 23:58 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection]