12016-10-07T00:13:07 <achow101> someone's spamming the github. please ban him
22016-10-07T00:39:14 *** JackH has quit IRC
32016-10-07T00:57:01 *** Ylbam has quit IRC
42016-10-07T01:02:54 *** aalex__ has quit IRC
52016-10-07T01:05:28 *** DigiByteDev has joined #bitcoin-core-dev
62016-10-07T01:06:02 *** aalex__ has joined #bitcoin-core-dev
72016-10-07T01:12:47 *** DigiByteDev has quit IRC
82016-10-07T01:22:01 *** Alopex has quit IRC
92016-10-07T01:23:07 *** Alopex has joined #bitcoin-core-dev
102016-10-07T01:29:59 *** LeMiner has quit IRC
112016-10-07T01:33:11 *** belcher has quit IRC
122016-10-07T01:37:06 *** Alopex has quit IRC
132016-10-07T01:38:11 *** Alopex has joined #bitcoin-core-dev
142016-10-07T01:52:09 *** mrkent has joined #bitcoin-core-dev
152016-10-07T01:52:19 *** Chris_Stewart_5 has quit IRC
162016-10-07T02:01:21 *** aalex__ has quit IRC
172016-10-07T02:05:53 *** aalex__ has joined #bitcoin-core-dev
182016-10-07T02:07:42 *** Evel-Knievel has quit IRC
192016-10-07T02:08:25 *** Evel-Knievel has joined #bitcoin-core-dev
202016-10-07T02:13:16 *** mrkent has quit IRC
212016-10-07T02:20:11 *** Alopex has quit IRC
222016-10-07T02:21:17 *** Alopex has joined #bitcoin-core-dev
232016-10-07T02:31:06 *** Alopex has quit IRC
242016-10-07T02:32:12 *** Alopex has joined #bitcoin-core-dev
252016-10-07T02:47:27 *** Alopex has quit IRC
262016-10-07T02:48:32 *** Alopex has joined #bitcoin-core-dev
272016-10-07T03:05:11 *** davec has quit IRC
282016-10-07T03:05:59 *** davec has joined #bitcoin-core-dev
292016-10-07T03:08:06 *** Alopex has quit IRC
302016-10-07T03:09:11 *** Alopex has joined #bitcoin-core-dev
312016-10-07T03:21:11 *** Alopex has quit IRC
322016-10-07T03:22:16 *** Alopex has joined #bitcoin-core-dev
332016-10-07T03:26:18 *** justanotheruser has quit IRC
342016-10-07T03:32:26 *** Alopex has quit IRC
352016-10-07T03:33:32 *** Alopex has joined #bitcoin-core-dev
362016-10-07T03:37:23 *** aalex__ has quit IRC
372016-10-07T03:40:50 *** aalex__ has joined #bitcoin-core-dev
382016-10-07T03:43:21 *** Alopex has quit IRC
392016-10-07T03:44:26 *** Alopex has joined #bitcoin-core-dev
402016-10-07T03:57:01 *** Alopex has quit IRC
412016-10-07T03:57:25 *** justanotheruser has joined #bitcoin-core-dev
422016-10-07T03:58:06 *** Alopex has joined #bitcoin-core-dev
432016-10-07T04:16:52 <NicolasDorier> jl2012: I see that on https://github.com/bitcoin/bitcoin/pull/8499 we don't have any test in script_tests.json are you working on it or should I do it ?
442016-10-07T04:17:51 <jl2012> NicolasDorier: I'm trying to do. But since the signing is disabled now it's a bit tricky
452016-10-07T04:18:03 <jl2012> can't be automatic signing
462016-10-07T04:18:17 <NicolasDorier> signing disabled ? I missed an episode
472016-10-07T04:18:34 <jl2012> https://github.com/bitcoin/bitcoin/pull/8499/commits/3a4048de42e351d302c202ee8879a8fd4706e7f2
482016-10-07T04:19:31 <NicolasDorier> ok
492016-10-07T04:19:31 *** waxwing has quit IRC
502016-10-07T04:19:33 <NicolasDorier> I can do it
512016-10-07T04:19:45 <jl2012> there are several cases to test
522016-10-07T04:20:04 <NicolasDorier> can you send that to me ? I will do it. Quite easy with nbitcoin
532016-10-07T04:20:16 *** waxwing has joined #bitcoin-core-dev
542016-10-07T04:20:30 <jl2012> P2WPKH to uncompressed key (which is already tested in https://github.com/sdaftuar/bitcoin/commit/eeb9e9440fc0a6c1bfbbfc81905dae08af3dc0cb)
552016-10-07T04:20:49 <jl2012> and some P2WSH cases
562016-10-07T04:21:23 <jl2012> 0 <sig1> 1 <c-key2> <u-key1> 2 CHECKMULTISIG should fail
572016-10-07T04:21:23 <jl2012> 0 <sig2> 1 <c-key2> <u-key1> 2 CHECKMULTISIG should also fail
582016-10-07T04:21:23 <jl2012> 0 <sig1> 1 <u-key2> <c-key1> 2 CHECKMULTISIG should pass
592016-10-07T04:21:23 <jl2012> 0 <sig2> 1 <u-key2> <c-key1> 2 CHECKMULTISIG should fail
602016-10-07T04:21:56 <jl2012> the 3rd one should pass because the u-key2 is never used
612016-10-07T04:22:09 <NicolasDorier> ok thanks, I'll do it
622016-10-07T04:22:39 <jl2012> thanks!
632016-10-07T04:24:45 <jl2012> i think it's obvious but "<sig> 0 IF <u-key> CHECKSIG ENDIF" should pass
642016-10-07T04:33:44 <sipa> jl2012: script_tests has its own signer code for the automatically generated tests
652016-10-07T04:34:10 <sipa> it should work fine with uncompressed pubkeys
662016-10-07T04:34:48 <sipa> it's also advantageous to use such automatically generated tests, as they're easier to recreate or adapt to newer scenarios later
672016-10-07T04:35:47 <jl2012> ok, I see what you mean
682016-10-07T04:36:20 <jl2012> TestBuilder& PushSig
692016-10-07T04:51:02 *** Lauda has quit IRC
702016-10-07T04:53:28 <sipa> you can disable the define at the top of the file
712016-10-07T04:53:47 <sipa> and running the test will cause it to write out the json form
722016-10-07T04:54:14 <sipa> which you can then copy-paste into the distribution file
732016-10-07T04:55:33 *** Lauda has joined #bitcoin-core-dev
742016-10-07T05:00:08 *** dermoth has quit IRC
752016-10-07T05:01:01 *** dermoth has joined #bitcoin-core-dev
762016-10-07T05:08:02 *** Alopex has quit IRC
772016-10-07T05:09:07 *** Alopex has joined #bitcoin-core-dev
782016-10-07T05:10:50 *** droark has quit IRC
792016-10-07T05:19:07 *** Alopex has quit IRC
802016-10-07T05:19:59 <NicolasDorier> jl2012: do you have the private key for the tests P2WSH in script_tests ? I see that the tests changed and they don't pass in NBitcoin anymore :/
812016-10-07T05:20:12 *** Alopex has joined #bitcoin-core-dev
822016-10-07T05:22:19 <NicolasDorier> actually this is strange... the public key hash of the test changed, but not the signature oO
832016-10-07T05:22:50 <NicolasDorier> public key I mean
842016-10-07T05:23:19 <NicolasDorier> well nevermind... investigating
852016-10-07T05:29:55 <sipa> changing the compression of pubkeys does not change the signatures
862016-10-07T05:31:00 <jl2012> NicolasDorier, I'm also working on script_tests
872016-10-07T05:31:24 <NicolasDorier> sipa: that's not the problem, I'm catching up with the other recent changes in script_tests for now
882016-10-07T05:31:44 <NicolasDorier> in NBitcoin test suite
892016-10-07T05:32:03 <NicolasDorier> and now the test "Basic P2WSH" fail for some reason
902016-10-07T05:32:07 <NicolasDorier> trying to findout why
912016-10-07T05:32:28 <NicolasDorier> on the signature
922016-10-07T05:32:39 <NicolasDorier> if you know the private key, I can checkout why
932016-10-07T05:33:53 <jl2012> i guess the key is generated on the fly?
942016-10-07T05:34:23 <NicolasDorier> no, I'm talking about script_tests.json
952016-10-07T05:34:33 <jl2012> NicolasDorier: https://github.com/jl2012/bitcoin/commits/badwitnesscheck-tmp
962016-10-07T05:34:57 <jl2012> this is what I have done so far
972016-10-07T05:35:53 <NicolasDorier> my problem right now is with the script_tests.json as is in master... will find out
982016-10-07T05:36:48 <jl2012> ok, then I'll keep working on script_test.cpp .
992016-10-07T05:48:26 *** Alopex has quit IRC
1002016-10-07T05:49:31 *** Alopex has joined #bitcoin-core-dev
1012016-10-07T05:52:04 *** Ylbam has joined #bitcoin-core-dev
1022016-10-07T05:52:29 <NicolasDorier> found the problem finally
1032016-10-07T05:52:49 <NicolasDorier> jl2012: what tests are you doing ? if you are speaking about the one for uncompressed public key, I can do them
1042016-10-07T05:53:48 <jl2012> yes, i'm doing it in script_test.cpp
1052016-10-07T05:55:42 <jl2012> check the last commit in https://github.com/jl2012/bitcoin/commits/badwitnesscheck-tmp
1062016-10-07T05:59:22 *** DigiByteDev has joined #bitcoin-core-dev
1072016-10-07T06:03:23 *** Cory has quit IRC
1082016-10-07T06:05:35 *** Pasha has joined #bitcoin-core-dev
1092016-10-07T06:12:29 *** Pasha is now known as Cory
1102016-10-07T06:36:23 *** DigiByteDev has quit IRC
1112016-10-07T06:40:21 *** shaiguitar has quit IRC
1122016-10-07T06:43:46 *** murch has joined #bitcoin-core-dev
1132016-10-07T06:44:33 *** shaiguitar has joined #bitcoin-core-dev
1142016-10-07T07:14:15 *** Guyver2 has joined #bitcoin-core-dev
1152016-10-07T07:23:51 *** Guyver2 has quit IRC
1162016-10-07T07:32:18 *** dgenr8 has quit IRC
1172016-10-07T07:33:19 *** dgenr8 has joined #bitcoin-core-dev
1182016-10-07T08:01:01 <jl2012> NicolasDorier: tests pushed to #8499
1192016-10-07T08:06:50 *** To7 has quit IRC
1202016-10-07T08:14:03 *** Evel-Knievel has quit IRC
1212016-10-07T08:14:21 *** DigiByteDev has joined #bitcoin-core-dev
1222016-10-07T08:24:32 <NicolasDorier> jl2012: would be nice if the tests not impacted by this PR are not updated
1232016-10-07T08:24:47 <NicolasDorier> uh wait
1242016-10-07T08:25:37 <NicolasDorier> yes
1252016-10-07T08:26:02 <NicolasDorier> why are the previous tests modified ?
1262016-10-07T08:27:09 <NicolasDorier> I guess this one for example: https://github.com/bitcoin/bitcoin/pull/8499/commits/84cb3d462ae58f95acfaacfe6df6bdda0714a0ff#diff-a79f02a42f31e934e3bdb4f40500b908L2004
1272016-10-07T08:27:16 <NicolasDorier> was using non compressed key ?
1282016-10-07T08:27:21 <NicolasDorier> I think it should stay that way
1292016-10-07T08:27:35 <NicolasDorier> as it should pass if the flag is not set
1302016-10-07T08:28:06 <jl2012> ok, I just think there is no point to test uncompressed key
1312016-10-07T08:28:18 <jl2012> so I may just add more tests instead?
1322016-10-07T08:28:35 <jl2012> keep the original, and repeat with compressed key
1332016-10-07T08:28:57 <NicolasDorier> I don't think you need to repeat them with compressed
1342016-10-07T08:29:09 <NicolasDorier> just add the tests that should fail if the flag is set
1352016-10-07T08:29:52 <NicolasDorier> I mean only the tests with WITNESS_PUBKEYTYPE should be added imho
1362016-10-07T08:40:52 <sipa> jl2012: uncompressed keys are allowed by consensus, so we should adequately test them, even more so than policy flags
1372016-10-07T08:41:08 <sipa> so i don't think we should remove any of the old tests
1382016-10-07T08:41:28 <jl2012> Ok
1392016-10-07T08:44:21 <jl2012> pushed
1402016-10-07T08:47:01 *** Ylbam has quit IRC
1412016-10-07T08:58:16 *** DigiByteDev has quit IRC
1422016-10-07T09:56:38 *** murch has quit IRC
1432016-10-07T10:07:24 *** rexnsh is now known as rxn
1442016-10-07T10:17:45 *** aalex__ has quit IRC
1452016-10-07T10:20:58 *** aalex__ has joined #bitcoin-core-dev
1462016-10-07T10:22:30 *** JackH has joined #bitcoin-core-dev
1472016-10-07T10:34:32 *** cdecker has quit IRC
1482016-10-07T11:13:27 <GitHub56> [bitcoin] fanquake opened pull request #8899: Fix wake from sleep issue with Boost 1.59.0 (0.13...backport-boost-windows-patch) https://github.com/bitcoin/bitcoin/pull/8899
1492016-10-07T11:21:24 *** cdecker has joined #bitcoin-core-dev
1502016-10-07T11:36:55 *** cdecker has quit IRC
1512016-10-07T11:39:21 *** laurentmt has joined #bitcoin-core-dev
1522016-10-07T11:40:21 *** laurentmt has quit IRC
1532016-10-07T11:48:37 *** AaronvanW has joined #bitcoin-core-dev
1542016-10-07T11:48:38 *** AaronvanW has quit IRC
1552016-10-07T11:48:38 *** AaronvanW has joined #bitcoin-core-dev
1562016-10-07T12:12:17 *** aalex__ has quit IRC
1572016-10-07T12:14:37 *** JackH has quit IRC
1582016-10-07T12:15:54 *** aalex__ has joined #bitcoin-core-dev
1592016-10-07T12:21:33 *** AaronvanW has quit IRC
1602016-10-07T12:24:50 <wumpus> arrived in Milan, but had a sleepless night and headache from the flight so resting a bit...
1612016-10-07T12:27:18 <paveljanik> not only Boost has sleep issues...
1622016-10-07T12:29:13 * jeremyrubin rimshot
1632016-10-07T12:33:47 <wumpus> lol
1642016-10-07T12:37:50 <luke-jr> >_<
1652016-10-07T12:42:17 <Lightsword> anyone meeting up in milan soon? Iâm finally somewhat awake
1662016-10-07T12:56:36 <wumpus> there should be a few people at Copernico already
1672016-10-07T12:57:04 *** meowzus has quit IRC
1682016-10-07T13:02:38 *** echonaut has quit IRC
1692016-10-07T13:04:08 *** echonaut has joined #bitcoin-core-dev
1702016-10-07T13:12:13 *** echonaut has quit IRC
1712016-10-07T13:14:00 *** echonaut has joined #bitcoin-core-dev
1722016-10-07T13:15:32 *** stan_ has joined #bitcoin-core-dev
1732016-10-07T13:21:08 *** stan_ has quit IRC
1742016-10-07T13:21:15 *** echonaut has quit IRC
1752016-10-07T13:21:28 *** echonaut has joined #bitcoin-core-dev
1762016-10-07T13:21:32 <sipa> there are people at Copernico, 3rd floor, blockchain labd
1772016-10-07T13:21:35 <sipa> *labs
1782016-10-07T13:22:03 *** echonaut has quit IRC
1792016-10-07T13:23:05 *** echonaut has joined #bitcoin-core-dev
1802016-10-07T13:27:13 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1812016-10-07T13:27:48 *** laurentmt has joined #bitcoin-core-dev
1822016-10-07T13:41:53 <instagibbs> take a right out the elevator*
1832016-10-07T13:55:24 *** laurentmt has quit IRC
1842016-10-07T13:57:53 *** To7 has joined #bitcoin-core-dev
1852016-10-07T14:10:04 *** laurentmt has joined #bitcoin-core-dev
1862016-10-07T14:10:25 *** harrymm has joined #bitcoin-core-dev
1872016-10-07T14:22:03 *** chauncie has joined #bitcoin-core-dev
1882016-10-07T14:22:27 *** nanotube has quit IRC
1892016-10-07T14:22:27 *** eragmus has quit IRC
1902016-10-07T14:22:27 *** mappum has quit IRC
1912016-10-07T14:22:27 *** sipa has quit IRC
1922016-10-07T14:23:27 *** sipa has joined #bitcoin-core-dev
1932016-10-07T14:25:43 *** mappum has joined #bitcoin-core-dev
1942016-10-07T14:26:46 *** eragmus has joined #bitcoin-core-dev
1952016-10-07T14:28:03 *** nanotube has joined #bitcoin-core-dev
1962016-10-07T14:34:29 <Lightsword> sipa, whatâs the address for that?
1972016-10-07T14:35:19 <sipa> it's the same address as the reception tonight
1982016-10-07T14:35:32 <sipa> via copernico 38, i believe
1992016-10-07T14:35:40 * sipa takes off BRU-LIN
2002016-10-07T14:39:00 *** Guyver2 has joined #bitcoin-core-dev
2012016-10-07T14:41:33 *** laurentmt has quit IRC
2022016-10-07T14:44:45 <Lightsword> ok, cool looks like itâs in walking distanceâ¦will probably be there in about 15 minutes or so
2032016-10-07T14:55:14 *** Chris_Stewart_5 has quit IRC
2042016-10-07T15:08:09 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2052016-10-07T15:17:14 *** waxwing has quit IRC
2062016-10-07T15:23:51 *** moli has joined #bitcoin-core-dev
2072016-10-07T15:29:21 *** harrymm has left #bitcoin-core-dev
2082016-10-07T15:39:31 *** laurentmt has joined #bitcoin-core-dev
2092016-10-07T15:39:31 *** laurentmt has quit IRC
2102016-10-07T15:59:23 *** laurentmt has joined #bitcoin-core-dev
2112016-10-07T15:59:46 *** laurentmt has quit IRC
2122016-10-07T16:17:23 *** Chris_Stewart_5 has quit IRC
2132016-10-07T16:33:06 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2142016-10-07T16:36:10 <gmaxwell> sipa: luke-jr: can you check your seeders and report what percentage of listening nodes are currently on comcast IPs?
2152016-10-07T16:44:52 *** amiller_ is now known as amiller
2162016-10-07T16:44:57 *** amiller has joined #bitcoin-core-dev
2172016-10-07T16:48:15 <sipa> gmaxwell: can't check now, but data is on bitcoin.sipa.be/seeds.txt
2182016-10-07T16:50:32 *** Chris_Stewart_5 has quit IRC
2192016-10-07T16:52:13 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2202016-10-07T17:12:13 *** Giszmo has quit IRC
2212016-10-07T17:13:43 *** Giszmo has joined #bitcoin-core-dev
2222016-10-07T17:27:55 *** Chris_Stewart_5 has quit IRC
2232016-10-07T17:41:04 *** molz has joined #bitcoin-core-dev
2242016-10-07T17:44:09 *** moli has quit IRC
2252016-10-07T17:44:53 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2262016-10-07T17:55:43 *** laurentmt has joined #bitcoin-core-dev
2272016-10-07T18:00:57 *** laurentmt has quit IRC
2282016-10-07T18:11:02 *** Chris_Stewart_5 has quit IRC
2292016-10-07T18:13:20 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2302016-10-07T18:55:27 *** mol has joined #bitcoin-core-dev
2312016-10-07T18:56:56 *** To7 has quit IRC
2322016-10-07T18:56:57 *** Cory has quit IRC
2332016-10-07T18:56:58 *** wasi has quit IRC
2342016-10-07T18:56:59 *** owowo has quit IRC
2352016-10-07T18:57:00 *** zxzzt has quit IRC
2362016-10-07T18:57:00 *** crudel has quit IRC
2372016-10-07T18:57:01 *** Cheeseo has quit IRC
2382016-10-07T18:57:01 *** jasonv76 has quit IRC
2392016-10-07T18:57:01 *** lesderid has quit IRC
2402016-10-07T18:57:02 *** zmanian___ has quit IRC
2412016-10-07T18:57:02 *** Soligor has quit IRC
2422016-10-07T18:57:02 *** wumpus has quit IRC
2432016-10-07T18:57:02 *** Bootvis has quit IRC
2442016-10-07T18:57:03 *** asoltys has quit IRC
2452016-10-07T18:57:07 *** asoltys has joined #bitcoin-core-dev
2462016-10-07T18:57:07 *** Bootvis has joined #bitcoin-core-dev
2472016-10-07T18:57:09 *** zxzzt has joined #bitcoin-core-dev
2482016-10-07T18:57:09 *** lesderid has joined #bitcoin-core-dev
2492016-10-07T18:57:12 *** jasonv76 has joined #bitcoin-core-dev
2502016-10-07T18:57:20 *** wumpus has joined #bitcoin-core-dev
2512016-10-07T18:57:20 *** Cheeseo has joined #bitcoin-core-dev
2522016-10-07T18:57:20 *** Cheeseo has joined #bitcoin-core-dev
2532016-10-07T18:57:25 *** wasi has joined #bitcoin-core-dev
2542016-10-07T18:57:28 *** Soligor has joined #bitcoin-core-dev
2552016-10-07T18:57:30 *** owowo has joined #bitcoin-core-dev
2562016-10-07T18:58:34 *** zmanian___ has joined #bitcoin-core-dev
2572016-10-07T18:58:53 *** molz has quit IRC
2582016-10-07T19:00:16 *** Cory has joined #bitcoin-core-dev
2592016-10-07T19:01:45 *** Ylbam has joined #bitcoin-core-dev
2602016-10-07T19:08:49 *** mappum has quit IRC
2612016-10-07T19:08:51 *** justanotheruser has quit IRC
2622016-10-07T19:08:53 *** mkarrer_ has quit IRC
2632016-10-07T19:08:55 *** jouke has quit IRC
2642016-10-07T19:09:03 *** jouke has joined #bitcoin-core-dev
2652016-10-07T19:09:23 *** mkarrer has joined #bitcoin-core-dev
2662016-10-07T19:12:43 *** justanotheruser has joined #bitcoin-core-dev
2672016-10-07T19:15:31 *** mappum has joined #bitcoin-core-dev
2682016-10-07T19:18:56 *** Giszmo has quit IRC
2692016-10-07T19:18:57 *** eragmus has quit IRC
2702016-10-07T19:18:58 *** aalex__ has quit IRC
2712016-10-07T19:18:59 *** Lauda has quit IRC
2722016-10-07T19:18:59 *** timothy has quit IRC
2732016-10-07T19:19:00 *** aalex has quit IRC
2742016-10-07T19:19:00 *** wallet42 has quit IRC
2752016-10-07T19:19:01 *** arubi has quit IRC
2762016-10-07T19:19:01 *** Expanse has quit IRC
2772016-10-07T19:19:02 *** achow101 has quit IRC
2782016-10-07T19:19:03 *** luke-jr has quit IRC
2792016-10-07T19:19:04 *** Lightsword has quit IRC
2802016-10-07T19:19:04 *** ibrightly has quit IRC
2812016-10-07T19:19:04 *** aspect_ has quit IRC
2822016-10-07T19:19:05 *** tadasv has quit IRC
2832016-10-07T19:19:05 *** blkdb has quit IRC
2842016-10-07T19:19:05 *** CyrusV has quit IRC
2852016-10-07T19:19:09 *** CyrusV has joined #bitcoin-core-dev
2862016-10-07T19:19:09 *** timothy has joined #bitcoin-core-dev
2872016-10-07T19:19:18 *** arubi has joined #bitcoin-core-dev
2882016-10-07T19:19:21 *** Lightsword has joined #bitcoin-core-dev
2892016-10-07T19:19:22 *** luke-jr has joined #bitcoin-core-dev
2902016-10-07T19:19:23 *** aalex__ has joined #bitcoin-core-dev
2912016-10-07T19:19:24 *** achow101 has joined #bitcoin-core-dev
2922016-10-07T19:19:56 *** Giszmo has joined #bitcoin-core-dev
2932016-10-07T19:20:05 *** Lauda has joined #bitcoin-core-dev
2942016-10-07T19:20:36 *** tadasv has joined #bitcoin-core-dev
2952016-10-07T19:21:39 *** blkdb has joined #bitcoin-core-dev
2962016-10-07T19:22:07 *** TomMc has joined #bitcoin-core-dev
2972016-10-07T19:22:19 *** michagogo has quit IRC
2982016-10-07T19:24:21 *** aalex has joined #bitcoin-core-dev
2992016-10-07T19:25:29 *** eragmus has joined #bitcoin-core-dev
3002016-10-07T19:26:01 *** ibrightly has joined #bitcoin-core-dev
3012016-10-07T19:26:21 *** wallet42 has joined #bitcoin-core-dev
3022016-10-07T19:26:51 *** aspect_ has joined #bitcoin-core-dev
3032016-10-07T19:28:45 *** TD-Linux has quit IRC
3042016-10-07T19:29:55 *** michagogo has joined #bitcoin-core-dev
3052016-10-07T19:30:16 *** TD-Linux has joined #bitcoin-core-dev
3062016-10-07T19:30:43 *** Expanse has joined #bitcoin-core-dev
3072016-10-07T19:34:28 *** lightningbot has joined #bitcoin-core-dev
3082016-10-07T19:35:16 *** hpb-fn-bitcoin has joined #bitcoin-core-dev
3092016-10-07T19:35:36 *** paracyst has joined #bitcoin-core-dev
3102016-10-07T19:36:57 *** michagogo has quit IRC
3112016-10-07T19:38:37 *** ensign has joined #bitcoin-core-dev
3122016-10-07T19:38:39 *** midnightmagic has joined #bitcoin-core-dev
3132016-10-07T19:39:01 *** xiangfu has joined #bitcoin-core-dev
3142016-10-07T19:40:22 *** cysm has joined #bitcoin-core-dev
3152016-10-07T20:02:52 *** lightningbot has joined #bitcoin-core-dev
3162016-10-07T20:03:19 *** gribble has joined #bitcoin-core-dev
3172016-10-07T20:07:08 *** mturquette has joined #bitcoin-core-dev
3182016-10-07T20:07:14 *** binns has joined #bitcoin-core-dev
3192016-10-07T20:08:11 *** so has quit IRC
3202016-10-07T20:08:11 *** ghtdak has quit IRC
3212016-10-07T20:08:11 *** Alina-malina has quit IRC
3222016-10-07T20:08:11 *** Madars has quit IRC
3232016-10-07T20:08:11 *** trippysalmon has quit IRC
3242016-10-07T20:08:11 *** aj has quit IRC
3252016-10-07T20:08:11 *** afk11_ has quit IRC
3262016-10-07T20:08:11 *** nickler has quit IRC
3272016-10-07T20:08:12 *** isis has quit IRC
3282016-10-07T20:08:12 *** BCBot has quit IRC
3292016-10-07T20:08:12 *** adam3us has quit IRC
3302016-10-07T20:08:12 *** petertodd has quit IRC
3312016-10-07T20:08:12 *** berndj has quit IRC
3322016-10-07T20:08:12 *** Yogh has quit IRC
3332016-10-07T20:08:12 *** warren has quit IRC
3342016-10-07T20:08:12 *** jdumb1 has quit IRC
3352016-10-07T20:08:12 *** AtashiCon has quit IRC
3362016-10-07T20:08:12 *** jrayhawk has quit IRC
3372016-10-07T20:08:12 *** sturles has quit IRC
3382016-10-07T20:08:12 *** niska has quit IRC
3392016-10-07T20:08:12 *** crescendo has quit IRC
3402016-10-07T20:08:12 *** roasbeef has quit IRC
3412016-10-07T20:08:12 *** da2ce7 has quit IRC
3422016-10-07T20:08:12 *** kinlo has quit IRC
3432016-10-07T20:08:19 *** roasbeef has joined #bitcoin-core-dev
3442016-10-07T20:08:20 *** aj has joined #bitcoin-core-dev
3452016-10-07T20:08:21 *** so has joined #bitcoin-core-dev
3462016-10-07T20:08:22 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3472016-10-07T20:08:25 *** jrayhawk has joined #bitcoin-core-dev
3482016-10-07T20:08:26 *** sturles has joined #bitcoin-core-dev
3492016-10-07T20:08:26 *** petertodd has joined #bitcoin-core-dev
3502016-10-07T20:08:27 *** BCBot has joined #bitcoin-core-dev
3512016-10-07T20:08:29 *** crescendo has joined #bitcoin-core-dev
3522016-10-07T20:08:32 *** AtashiCon has joined #bitcoin-core-dev
3532016-10-07T20:08:32 *** da2ce7 has joined #bitcoin-core-dev
3542016-10-07T20:08:35 *** Madars has joined #bitcoin-core-dev
3552016-10-07T20:08:35 *** jdumb1 has joined #bitcoin-core-dev
3562016-10-07T20:08:48 *** adam3us has joined #bitcoin-core-dev
3572016-10-07T20:08:50 *** Alina-malina has joined #bitcoin-core-dev
3582016-10-07T20:08:55 *** Yogh has joined #bitcoin-core-dev
3592016-10-07T20:08:57 *** kinlo has joined #bitcoin-core-dev
3602016-10-07T20:09:04 *** ghtdak has joined #bitcoin-core-dev
3612016-10-07T20:09:05 *** trippysalmon has joined #bitcoin-core-dev
3622016-10-07T20:09:09 *** warren has joined #bitcoin-core-dev
3632016-10-07T20:09:14 *** nickler has joined #bitcoin-core-dev
3642016-10-07T20:09:58 *** afk11 has joined #bitcoin-core-dev
3652016-10-07T20:09:58 *** afk11 has quit IRC
3662016-10-07T20:09:58 *** afk11 has joined #bitcoin-core-dev
3672016-10-07T20:10:33 *** isis has joined #bitcoin-core-dev
3682016-10-07T20:10:34 *** PaulCapestany has quit IRC
3692016-10-07T20:10:52 *** Alina-malina has quit IRC
3702016-10-07T20:10:52 *** Alina-malina has joined #bitcoin-core-dev
3712016-10-07T20:11:03 *** Anduck_ is now known as Anduck
3722016-10-07T20:12:02 *** BCBot has quit IRC
3732016-10-07T20:12:15 *** BCBot has joined #bitcoin-core-dev
3742016-10-07T20:12:28 *** PaulCapestany has joined #bitcoin-core-dev
3752016-10-07T20:13:34 *** TomMc has joined #bitcoin-core-dev
3762016-10-07T20:14:06 *** niska has joined #bitcoin-core-dev
3772016-10-07T20:21:47 *** helo_ has joined #bitcoin-core-dev
3782016-10-07T20:21:48 *** jyap_ has joined #bitcoin-core-dev
3792016-10-07T20:21:53 *** cfields has joined #bitcoin-core-dev
3802016-10-07T20:22:00 *** jeremyru1in has joined #bitcoin-core-dev
3812016-10-07T20:22:03 *** thestringpuller has quit IRC
3822016-10-07T20:22:04 *** ybit has quit IRC
3832016-10-07T20:22:04 *** helo has quit IRC
3842016-10-07T20:22:04 *** jyap has quit IRC
3852016-10-07T20:22:04 *** nsh has quit IRC
3862016-10-07T20:22:04 *** cfields_ has quit IRC
3872016-10-07T20:22:04 *** Taek has quit IRC
3882016-10-07T20:22:04 *** jeremyrubin has quit IRC
3892016-10-07T20:22:04 *** GreenIsMyPepper has quit IRC
3902016-10-07T20:22:05 *** jonasschnelli has quit IRC
3912016-10-07T20:22:05 *** jyap_ is now known as jyap
3922016-10-07T20:22:06 *** jyap has joined #bitcoin-core-dev
3932016-10-07T20:22:07 *** GreenIsMyPepper_ has joined #bitcoin-core-dev
3942016-10-07T20:22:10 *** thestringpuller has joined #bitcoin-core-dev
3952016-10-07T20:22:28 *** ybit has joined #bitcoin-core-dev
3962016-10-07T20:22:39 *** jonasschnelli_ has joined #bitcoin-core-dev
3972016-10-07T20:22:44 *** ybit has quit IRC
3982016-10-07T20:22:44 *** ybit has joined #bitcoin-core-dev
3992016-10-07T20:22:45 *** thestringpuller is now known as Guest79930
4002016-10-07T20:22:49 *** Taek has joined #bitcoin-core-dev
4012016-10-07T20:29:41 *** nsh- has joined #bitcoin-core-dev
4022016-10-07T20:30:59 *** mturquette has quit IRC
4032016-10-07T20:30:59 *** mturquette has joined #bitcoin-core-dev
4042016-10-07T20:31:16 *** TomMc has quit IRC
4052016-10-07T20:31:17 *** TomMc has joined #bitcoin-core-dev
4062016-10-07T20:32:46 *** 7YUAAAKRK has joined #bitcoin-core-dev
4072016-10-07T20:33:40 *** xiangfu has quit IRC
4082016-10-07T20:33:40 *** 7YUAAAKRK has quit IRC
4092016-10-07T20:33:40 *** Guest79930 has quit IRC
4102016-10-07T20:33:40 *** jeremyru1in has quit IRC
4112016-10-07T20:33:40 *** TomMc has quit IRC
4122016-10-07T20:33:40 *** Alina-malina has quit IRC
4132016-10-07T20:33:40 *** jdumb1 has quit IRC
4142016-10-07T20:33:40 *** petertodd has quit IRC
4152016-10-07T20:33:40 *** Chris_Stewart_5 has quit IRC
4162016-10-07T20:33:41 *** Guest57597 has quit IRC
4172016-10-07T20:33:41 *** BashCo has quit IRC
4182016-10-07T20:33:41 *** murr4y has quit IRC
4192016-10-07T20:33:41 *** wolfspraul has quit IRC
4202016-10-07T20:33:42 *** btcdrak has quit IRC
4212016-10-07T20:33:42 *** ill has quit IRC
4222016-10-07T20:33:42 *** eenoch has quit IRC
4232016-10-07T20:33:42 *** arowser has quit IRC
4242016-10-07T20:33:42 *** aalex__ has quit IRC
4252016-10-07T20:33:43 *** lesderid has quit IRC
4262016-10-07T20:33:44 *** BlueMatt has quit IRC
4272016-10-07T20:33:44 *** [b__b] has quit IRC
4282016-10-07T20:33:44 *** cryptapus_afk has quit IRC
4292016-10-07T20:33:44 *** cysm has quit IRC
4302016-10-07T20:33:45 *** midnightmagic has quit IRC
4312016-10-07T20:33:45 *** ensign has quit IRC
4322016-10-07T20:33:45 *** paracyst has quit IRC
4332016-10-07T20:33:45 *** musalbas has quit IRC
4342016-10-07T20:33:45 *** Arnavion has quit IRC
4352016-10-07T20:33:46 *** wallet42 has quit IRC
4362016-10-07T20:33:46 *** eragmus has quit IRC
4372016-10-07T20:33:46 *** Giszmo has quit IRC
4382016-10-07T20:33:46 *** CyrusV has quit IRC
4392016-10-07T20:33:46 *** timothy has quit IRC
4402016-10-07T20:33:47 *** Cheeseo has quit IRC
4412016-10-07T20:33:47 *** jasonv76 has quit IRC
4422016-10-07T20:33:47 *** Yogh has quit IRC
4432016-10-07T20:33:47 *** adam3us has quit IRC
4442016-10-07T20:33:47 *** sturles has quit IRC
4452016-10-07T20:33:47 *** Guest98216 has quit IRC
4462016-10-07T20:33:47 *** gribble has quit IRC
4472016-10-07T20:33:48 *** instagibbs has quit IRC
4482016-10-07T20:33:48 *** PatBoy has quit IRC
4492016-10-07T20:33:48 *** ryan-c has quit IRC
4502016-10-07T20:33:49 *** paveljanik has quit IRC
4512016-10-07T20:33:49 *** squidicuz has quit IRC
4522016-10-07T20:33:49 *** Anduck has quit IRC
4532016-10-07T20:33:49 *** justanotheruser has quit IRC
4542016-10-07T20:33:50 *** nanotube has quit IRC
4552016-10-07T20:33:50 *** niska has quit IRC
4562016-10-07T20:33:50 *** Madars has quit IRC
4572016-10-07T20:33:50 *** da2ce7 has quit IRC
4582016-10-07T20:33:50 *** kanzure_ has quit IRC
4592016-10-07T20:33:51 *** stan_ has quit IRC
4602016-10-07T20:33:51 *** andytoshi has quit IRC
4612016-10-07T20:33:51 *** mr_burdell has quit IRC
4622016-10-07T20:33:51 *** jeremias1 has quit IRC
4632016-10-07T20:33:51 *** TD-Linux has quit IRC
4642016-10-07T20:33:52 *** wumpus has quit IRC
4652016-10-07T20:33:52 *** Bootvis has quit IRC
4662016-10-07T20:34:50 *** Alina-malina has joined #bitcoin-core-dev
4672016-10-07T20:36:35 *** limpkin has quit IRC
4682016-10-07T20:36:45 *** aalex has quit IRC
4692016-10-07T20:37:05 *** Alina-malina has quit IRC
4702016-10-07T20:37:05 *** Alina-malina has joined #bitcoin-core-dev
4712016-10-07T20:37:17 *** michagogo has quit IRC
4722016-10-07T20:37:40 *** berndj has joined #bitcoin-core-dev
4732016-10-07T20:38:50 *** Yogh has joined #bitcoin-core-dev
4742016-10-07T20:38:51 *** adam3us has joined #bitcoin-core-dev
4752016-10-07T20:38:51 *** sturles has joined #bitcoin-core-dev
4762016-10-07T20:38:51 *** gribble has joined #bitcoin-core-dev
4772016-10-07T20:38:51 *** Guest98216 has joined #bitcoin-core-dev
4782016-10-07T20:38:51 *** instagibbs has joined #bitcoin-core-dev
4792016-10-07T20:38:51 *** PatBoy has joined #bitcoin-core-dev
4802016-10-07T20:38:51 *** ryan-c has joined #bitcoin-core-dev
4812016-10-07T20:38:51 *** paveljanik has joined #bitcoin-core-dev
4822016-10-07T20:38:51 *** squidicuz has joined #bitcoin-core-dev
4832016-10-07T20:38:51 *** Anduck has joined #bitcoin-core-dev
4842016-10-07T20:38:51 *** justanotheruser has joined #bitcoin-core-dev
4852016-10-07T20:38:51 *** nanotube has joined #bitcoin-core-dev
4862016-10-07T20:39:00 *** xiangfu has joined #bitcoin-core-dev
4872016-10-07T20:39:20 *** BlueMatt has joined #bitcoin-core-dev
4882016-10-07T20:39:20 *** [b__b] has joined #bitcoin-core-dev
4892016-10-07T20:39:20 *** cryptapus_afk has joined #bitcoin-core-dev
4902016-10-07T20:39:20 *** cysm has joined #bitcoin-core-dev
4912016-10-07T20:39:20 *** midnightmagic has joined #bitcoin-core-dev
4922016-10-07T20:39:20 *** ensign has joined #bitcoin-core-dev
4932016-10-07T20:39:20 *** paracyst has joined #bitcoin-core-dev
4942016-10-07T20:39:20 *** musalbas has joined #bitcoin-core-dev
4952016-10-07T20:39:20 *** Arnavion has joined #bitcoin-core-dev
4962016-10-07T20:39:20 *** eragmus has joined #bitcoin-core-dev
4972016-10-07T20:39:20 *** Giszmo has joined #bitcoin-core-dev
4982016-10-07T20:39:20 *** timothy has joined #bitcoin-core-dev
4992016-10-07T20:39:20 *** CyrusV has joined #bitcoin-core-dev
5002016-10-07T20:39:20 *** Cheeseo has joined #bitcoin-core-dev
5012016-10-07T20:39:20 *** jasonv76 has joined #bitcoin-core-dev
5022016-10-07T20:39:40 *** 7YUAAAKRK has joined #bitcoin-core-dev
5032016-10-07T20:39:40 *** Guest79930 has joined #bitcoin-core-dev
5042016-10-07T20:39:40 *** jeremyru1in has joined #bitcoin-core-dev
5052016-10-07T20:39:40 *** TomMc has joined #bitcoin-core-dev
5062016-10-07T20:39:40 *** jdumb1 has joined #bitcoin-core-dev
5072016-10-07T20:39:40 *** petertodd has joined #bitcoin-core-dev
5082016-10-07T20:39:40 *** Chris_Stewart_5 has joined #bitcoin-core-dev
5092016-10-07T20:39:40 *** Guest57597 has joined #bitcoin-core-dev
5102016-10-07T20:39:40 *** murr4y has joined #bitcoin-core-dev
5112016-10-07T20:39:40 *** BashCo has joined #bitcoin-core-dev
5122016-10-07T20:39:40 *** wolfspraul has joined #bitcoin-core-dev
5132016-10-07T20:39:40 *** btcdrak has joined #bitcoin-core-dev
5142016-10-07T20:39:40 *** ill has joined #bitcoin-core-dev
5152016-10-07T20:39:40 *** eenoch has joined #bitcoin-core-dev
5162016-10-07T20:39:40 *** arowser has joined #bitcoin-core-dev
5172016-10-07T20:39:40 *** aalex__ has joined #bitcoin-core-dev
5182016-10-07T20:39:40 *** lesderid has joined #bitcoin-core-dev
5192016-10-07T20:39:59 *** niska has joined #bitcoin-core-dev
5202016-10-07T20:39:59 *** Madars has joined #bitcoin-core-dev
5212016-10-07T20:39:59 *** da2ce7 has joined #bitcoin-core-dev
5222016-10-07T20:39:59 *** kanzure_ has joined #bitcoin-core-dev
5232016-10-07T20:39:59 *** stan_ has joined #bitcoin-core-dev
5242016-10-07T20:39:59 *** mr_burdell has joined #bitcoin-core-dev
5252016-10-07T20:39:59 *** andytoshi has joined #bitcoin-core-dev
5262016-10-07T20:39:59 *** jeremias1 has joined #bitcoin-core-dev
5272016-10-07T20:39:59 *** TD-Linux has joined #bitcoin-core-dev
5282016-10-07T20:39:59 *** wumpus has joined #bitcoin-core-dev
5292016-10-07T20:39:59 *** Bootvis has joined #bitcoin-core-dev
5302016-10-07T20:40:08 *** 7YUAAAKRK has quit IRC
5312016-10-07T20:40:08 *** Guest57597 has quit IRC
5322016-10-07T20:40:08 *** Guest57597 has joined #bitcoin-core-dev
5332016-10-07T20:42:43 *** btcdrak has quit IRC
5342016-10-07T20:46:23 *** aalex has joined #bitcoin-core-dev
5352016-10-07T20:50:10 *** Dabs has quit IRC
5362016-10-07T20:50:57 *** wallet42 has joined #bitcoin-core-dev
5372016-10-07T20:51:57 *** limpkin has joined #bitcoin-core-dev
5382016-10-07T20:53:10 *** stan_ has quit IRC
5392016-10-07T20:54:15 *** laurentmt has joined #bitcoin-core-dev
5402016-10-07T20:54:34 *** laurentmt has quit IRC
5412016-10-07T20:55:09 *** Guest57597 is now known as gmaxwell
5422016-10-07T20:55:24 *** michagogo has joined #bitcoin-core-dev
5432016-10-07T20:55:40 *** TomMc has quit IRC
5442016-10-07T20:57:40 *** btcdrak has joined #bitcoin-core-dev
5452016-10-07T21:04:11 *** Guyver2 has joined #bitcoin-core-dev
5462016-10-07T21:05:58 *** aalex__ has quit IRC
5472016-10-07T21:17:01 *** ibrightly has joined #bitcoin-core-dev
5482016-10-07T21:17:20 *** zmanian___ has joined #bitcoin-core-dev
5492016-10-07T21:21:07 *** TomMc has joined #bitcoin-core-dev
5502016-10-07T21:33:09 *** _mn3monic has joined #bitcoin-core-dev
5512016-10-07T21:36:34 *** jeremias1 is now known as jeremias
5522016-10-07T21:45:00 *** Guyver2 has quit IRC
5532016-10-07T21:46:40 *** droark has joined #bitcoin-core-dev
5542016-10-07T21:47:37 *** zmanian___ has quit IRC
5552016-10-07T21:52:17 *** ibrightly has quit IRC
5562016-10-07T21:52:17 *** binns has quit IRC
5572016-10-07T21:54:15 *** stan_ has joined #bitcoin-core-dev
5582016-10-07T21:58:29 *** stan_ has quit IRC
5592016-10-07T22:01:08 *** timothy has quit IRC
5602016-10-07T22:01:10 *** drizztbsd has joined #bitcoin-core-dev
5612016-10-07T22:01:41 *** drizztbsd is now known as timothy
5622016-10-07T22:03:44 *** jonasschnelli_ has quit IRC
5632016-10-07T22:04:15 *** jonasschnelli has joined #bitcoin-core-dev
5642016-10-07T22:18:41 *** JackH has joined #bitcoin-core-dev
5652016-10-07T22:19:59 *** binns has joined #bitcoin-core-dev
5662016-10-07T22:22:10 *** btcdrak has quit IRC
5672016-10-07T22:22:58 *** btcdrak has joined #bitcoin-core-dev
5682016-10-07T22:26:09 *** ibrightly has joined #bitcoin-core-dev
5692016-10-07T22:26:20 *** zmanian___ has joined #bitcoin-core-dev
5702016-10-07T22:27:43 *** Guest98216 has quit IRC
5712016-10-07T22:27:43 *** Guest98216 has joined #bitcoin-core-dev
5722016-10-07T22:27:43 *** Guest98216 is now known as amiller
5732016-10-07T22:37:57 *** CodeShark has joined #bitcoin-core-dev
5742016-10-07T22:40:30 *** NicolasDorier has joined #bitcoin-core-dev
5752016-10-07T22:40:31 *** waxwing_ has joined #bitcoin-core-dev
5762016-10-07T22:44:39 *** Evel-Knievel has joined #bitcoin-core-dev
5772016-10-07T22:55:00 *** stan_ has joined #bitcoin-core-dev
5782016-10-07T22:59:01 *** AtashiCon has quit IRC
5792016-10-07T22:59:25 *** NicolasDorier has quit IRC
5802016-10-07T22:59:25 *** binns has quit IRC
5812016-10-07T22:59:37 *** stan_ has quit IRC
5822016-10-07T22:59:57 *** CodeShark has quit IRC
5832016-10-07T22:59:57 *** zmanian___ has quit IRC
5842016-10-07T22:59:57 *** ibrightly has quit IRC
5852016-10-07T23:06:34 *** AtashiCon has joined #bitcoin-core-dev
5862016-10-07T23:26:56 *** binns has joined #bitcoin-core-dev
5872016-10-07T23:32:00 *** ibrightly has joined #bitcoin-core-dev
5882016-10-07T23:32:17 *** zmanian___ has joined #bitcoin-core-dev
5892016-10-07T23:50:35 *** CodeShark has joined #bitcoin-core-dev
5902016-10-07T23:55:44 *** stan_ has joined #bitcoin-core-dev
5912016-10-07T23:58:29 *** NicolasDorier has joined #bitcoin-core-dev