12017-06-19T00:02:10  *** owowo has quit IRC
  22017-06-19T00:07:19  *** owowo has joined #bitcoin-core-dev
  32017-06-19T00:07:43  *** griswaalt has quit IRC
  42017-06-19T00:09:38  *** Guyver2 has quit IRC
  52017-06-19T00:12:58  <owowo> draadpiraat[m], yes it more and more feels like a religion. The opium for the ppl. You end up hating the devil and god :P
  62017-06-19T00:14:00  <owowo> draadpiraat[m], but to give you an answer, the arch angel told me, nobody does monitor the apostates
  72017-06-19T00:15:48  *** griswaalt has joined #bitcoin-core-dev
  82017-06-19T00:27:23  *** NewBTCDev has joined #bitcoin-core-dev
  92017-06-19T00:29:21  <NewBTCDev> Is this the best guide to use to get bitcoind up and running after compiling? https://en.bitcoin.it/wiki/Running_Bitcoin
 102017-06-19T00:31:42  <owowo> yes
 112017-06-19T00:35:57  <NewBTCDev> thank you
 122017-06-19T00:38:43  <jtimon> cfields: MarcoFalke Updated #10193
 132017-06-19T00:38:45  <gribble> https://github.com/bitcoin/bitcoin/issues/10193 | scripted-diff: Remove #include foreach.hpp> by jtimon · Pull Request #10193 · bitcoin bitcoin · GitHub
 142017-06-19T00:43:13  <NewBTCDev> Compiled just fine, and setup the config file... but running ./bitcoind doesn't give me any feedback on what its doing... I stopped it and checked that ./bitcoind -version worked. That worked as expected...  I set printtoconsole=1 to see if that would spit out progress but it didnt... novice linux user so I just discovered the TOP command and noticed bitcoind Is running. I'm running on the test net so I assume its synchin
 152017-06-19T00:45:04  *** jtimon has quit IRC
 162017-06-19T00:55:04  <Chris_Stewart_5> NewBTCDev: Try bitcoind -daemon
 172017-06-19T00:55:21  <Chris_Stewart_5> and then you can use bitcoin-cli to run commands, this is more on topic for #bitcoin not bitcoin-core-dev
 182017-06-19T00:57:10  *** jtimon has joined #bitcoin-core-dev
 192017-06-19T00:57:53  <Chris_Stewart_5> also if anyone is feeling generous, I'm trying allow 'chainActive' to be used in the interpreter, but I am having trouble figuring out how to exactly allow that to be reachable without bitcoin-tx failing to compile
 202017-06-19T00:57:59  <Chris_Stewart_5> https://github.com/drivechain-project/bitcoin/pull/13
 212017-06-19T00:59:56  <NewBTCDev> Thank you Chris, I'll go there! Appreciate the help
 222017-06-19T01:07:17  *** dabura667 has joined #bitcoin-core-dev
 232017-06-19T01:10:55  <jtimon> Chris_Stewart_5: why would you want to use chainActive inside the interpreter? feels like a terrible layer violation
 242017-06-19T01:12:03  <Chris_Stewart_5> jtimon: For the current proposal of blind merge mining we are integrating a new op code that only allows a miner to claim an output iff they include a hash in the coinbase tx
 252017-06-19T01:12:05  <jtimon> can't you just pass whatever you need to TransactionSignatureChecker's constructor ?
 262017-06-19T01:12:07  *** justan0theruser is now known as justanotheruser
 272017-06-19T01:12:37  <jtimon> with a fast look, all you need is chainActive.Tip()->coinbase right?
 282017-06-19T01:12:43  <Chris_Stewart_5> Yes
 292017-06-19T01:13:06  <Chris_Stewart_5> so you would suggest just passing that as an arg to TransactionSignatureChecker?
 302017-06-19T01:13:23  <jtimon> maybe pass the relevant coinbase to the TransactionSignatureChecker constructor?
 312017-06-19T01:13:48  <Chris_Stewart_5> Yeah, I didn't think about doing it that way. That would be much cleaner.
 322017-06-19T01:14:24  <Chris_Stewart_5> I'll code it up and see what it looks like, thanks!
 332017-06-19T01:15:25  <jtimon> or perhaps something more similar to what is done with the locktime or something, but I don't like that much anyway, I consider BaseSignatureChecker having those methos kind of a layer violation already
 342017-06-19T01:15:41  <jtimon> Chris_Stewart_5: no problem, happy that you like the idea
 352017-06-19T01:18:08  <Chris_Stewart_5> I agree it is weird to have locktime checking stuff in a 'SignatureChecker' but I'm not going to worry about organization right now, I just want to get some sort of MVP for BMM done
 362017-06-19T01:18:27  <Chris_Stewart_5> and see if it is actually viable.. not sure if I am convinced this scheme will actually work..
 372017-06-19T01:22:34  *** chjj has quit IRC
 382017-06-19T01:24:57  *** talmai has joined #bitcoin-core-dev
 392017-06-19T01:27:07  *** jtimon has quit IRC
 402017-06-19T01:35:17  <kallewoof> luke-jr: what's up?
 412017-06-19T01:35:24  <kallewoof> (you pinged)
 422017-06-19T01:35:30  *** NewBTCDev has quit IRC
 432017-06-19T01:35:48  <luke-jr> kallewoof: nm, your listsinceblock PR tests relied on features silently missing in 0.14 test_framework
 442017-06-19T01:35:59  <luke-jr> figured it out and dealt with it
 452017-06-19T01:36:43  <kallewoof> OK!
 462017-06-19T01:37:09  *** chjj has joined #bitcoin-core-dev
 472017-06-19T01:37:53  *** Dyaheon has quit IRC
 482017-06-19T01:38:55  *** Dyaheon has joined #bitcoin-core-dev
 492017-06-19T01:39:34  *** talmai has quit IRC
 502017-06-19T02:00:07  *** Ylbam has quit IRC
 512017-06-19T02:50:02  <bitcoin-git> [bitcoin] tnakagawa opened pull request #10627: fixed listunspent rpc convert parameter (master...fixed-listunspent) https://github.com/bitcoin/bitcoin/pull/10627
 522017-06-19T02:57:01  *** d9b4bef9 has quit IRC
 532017-06-19T02:58:08  *** d9b4bef9 has joined #bitcoin-core-dev
 542017-06-19T03:15:19  *** Chris_Stewart_5 has quit IRC
 552017-06-19T03:20:34  *** str4d has quit IRC
 562017-06-19T03:30:25  *** PaulCapestany has quit IRC
 572017-06-19T03:32:10  *** chjj has quit IRC
 582017-06-19T03:34:20  *** PaulCape_ has joined #bitcoin-core-dev
 592017-06-19T03:45:58  *** chjj has joined #bitcoin-core-dev
 602017-06-19T04:25:41  *** DigiByteDev has joined #bitcoin-core-dev
 612017-06-19T04:46:54  *** DigiByteDev has quit IRC
 622017-06-19T04:52:38  *** Dyaheon has quit IRC
 632017-06-19T04:53:37  *** afk11 has quit IRC
 642017-06-19T04:53:44  *** Dyaheon has joined #bitcoin-core-dev
 652017-06-19T04:58:36  *** afk11 has joined #bitcoin-core-dev
 662017-06-19T05:33:07  *** jamesob has joined #bitcoin-core-dev
 672017-06-19T05:58:40  *** Giszmo has quit IRC
 682017-06-19T06:01:42  *** str4d has joined #bitcoin-core-dev
 692017-06-19T06:07:21  *** ryan-c has quit IRC
 702017-06-19T06:08:24  <bitcoin-git> [bitcoin] fanquake opened pull request #10628: [depends] expat 2.2.1 (master...expat-2-2-1) https://github.com/bitcoin/bitcoin/pull/10628
 712017-06-19T06:27:17  *** ryan-c has joined #bitcoin-core-dev
 722017-06-19T06:28:19  *** Ylbam has joined #bitcoin-core-dev
 732017-06-19T06:43:29  <draadpiraat[m]> owowo: it was a figure of speech dont read so much into it
 742017-06-19T06:52:43  <wumpus> luke-jr: ack, going to build
 752017-06-19T06:57:25  *** Dyaheon has quit IRC
 762017-06-19T06:57:27  <bitcoin-git> [bitcoin] jtimon closed pull request #8337: Consensus: MOVEONLY: Move functions for header verification (master...0.12.99-consensus-moveonly-header) https://github.com/bitcoin/bitcoin/pull/8337
 772017-06-19T06:57:38  <bitcoin-git> [bitcoin] jtimon closed pull request #8493: Untested: libconsensus: Expose VerifyHeader (master...0.13-consensus-header) https://github.com/bitcoin/bitcoin/pull/8493
 782017-06-19T06:57:54  *** Dyaheon has joined #bitcoin-core-dev
 792017-06-19T07:00:11  <bitcoin-git> [bitcoin] jtimon closed pull request #9177: NOMERGE: WIP: Support block signed custom testchains (master...0.13-blocksign) https://github.com/bitcoin/bitcoin/pull/9177
 802017-06-19T07:03:26  <bitcoin-git> [bitcoin] booxie opened pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
 812017-06-19T07:03:30  <luke-jr> wumpus: thanks
 822017-06-19T07:06:46  <bitcoin-git> [bitcoin] fanquake closed pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
 832017-06-19T07:11:43  *** Dyaheon has quit IRC
 842017-06-19T07:12:19  *** Dyaheon has joined #bitcoin-core-dev
 852017-06-19T07:17:26  *** paveljanik has quit IRC
 862017-06-19T07:45:54  *** parazyd has quit IRC
 872017-06-19T07:47:26  *** parazyd has joined #bitcoin-core-dev
 882017-06-19T07:47:26  *** parazyd has joined #bitcoin-core-dev
 892017-06-19T07:52:33  *** chjj has quit IRC
 902017-06-19T08:05:36  *** chjj has joined #bitcoin-core-dev
 912017-06-19T08:12:49  *** justanotheruser has quit IRC
 922017-06-19T08:21:40  *** timothy has joined #bitcoin-core-dev
 932017-06-19T08:23:29  *** justanotheruser has joined #bitcoin-core-dev
 942017-06-19T08:52:47  *** AaronvanW has joined #bitcoin-core-dev
 952017-06-19T08:53:38  *** Aaronvan_ has joined #bitcoin-core-dev
 962017-06-19T08:56:06  *** CubicEarth has joined #bitcoin-core-dev
 972017-06-19T08:56:35  *** chjj has quit IRC
 982017-06-19T08:57:23  *** AaronvanW has quit IRC
 992017-06-19T09:03:48  *** doomhz_ has joined #bitcoin-core-dev
1002017-06-19T09:05:31  *** Aaronvan_ is now known as AaronvanW
1012017-06-19T09:07:00  *** CubicEarth has quit IRC
1022017-06-19T09:10:42  *** chjj has joined #bitcoin-core-dev
1032017-06-19T09:21:00  *** dabura667 has quit IRC
1042017-06-19T09:25:20  *** Lauda has quit IRC
1052017-06-19T09:26:34  *** Lauda has joined #bitcoin-core-dev
1062017-06-19T09:26:34  *** Lauda has joined #bitcoin-core-dev
1072017-06-19T09:49:08  *** Dyaheon has quit IRC
1082017-06-19T09:51:09  *** Dyaheon has joined #bitcoin-core-dev
1092017-06-19T09:52:22  *** riemann has joined #bitcoin-core-dev
1102017-06-19T10:01:33  *** chjj has quit IRC
1112017-06-19T10:15:07  *** chjj has joined #bitcoin-core-dev
1122017-06-19T10:16:40  <wumpus> I've reported "ipoptika" for spamming (because of https://github.com/bitcoin/bitcoin/pull/10400#issuecomment-309393687). Probably we shouldn't delete the post before a github employee has looked at it.
1132017-06-19T10:23:42  *** doomhz_ has quit IRC
1142017-06-19T10:25:42  *** doomhz has joined #bitcoin-core-dev
1152017-06-19T10:29:47  *** ChillazZ has quit IRC
1162017-06-19T10:30:46  *** ChillazZ has joined #bitcoin-core-dev
1172017-06-19T10:31:28  *** laurentmt has joined #bitcoin-core-dev
1182017-06-19T10:33:30  *** laurentmt has quit IRC
1192017-06-19T10:46:37  *** sdaftuar_ is now known as sdaftuar
1202017-06-19T10:46:48  *** sdaftuar has joined #bitcoin-core-dev
1212017-06-19T10:47:45  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/643fa0b22d70...c38f540298f0
1222017-06-19T10:47:45  <bitcoin-git> bitcoin/master 22229de MarcoFalke: doc: Add 0.14.2 release notes
1232017-06-19T10:47:46  <bitcoin-git> bitcoin/master c38f540 MarcoFalke: Merge #10623: doc: Add 0.14.2 release notes...
1242017-06-19T10:48:20  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10623: doc: Add 0.14.2 release notes (master...Mf1706-docRel) https://github.com/bitcoin/bitcoin/pull/10623
1252017-06-19T10:55:50  *** Lauda has quit IRC
1262017-06-19T10:56:08  *** Lauda has joined #bitcoin-core-dev
1272017-06-19T10:59:23  *** laurentmt has joined #bitcoin-core-dev
1282017-06-19T10:59:33  *** laurentmt has quit IRC
1292017-06-19T11:33:35  *** Guyver2 has joined #bitcoin-core-dev
1302017-06-19T11:37:59  *** goatpig has quit IRC
1312017-06-19T11:59:59  *** SopaXorzTaker has joined #bitcoin-core-dev
1322017-06-19T12:18:00  *** doomhz has quit IRC
1332017-06-19T12:20:50  *** doomhz has joined #bitcoin-core-dev
1342017-06-19T12:21:25  *** doomhz_ has joined #bitcoin-core-dev
1352017-06-19T12:21:51  *** doomhz_ has joined #bitcoin-core-dev
1362017-06-19T12:25:20  *** doomhz has quit IRC
1372017-06-19T12:26:31  *** Aaronvan_ has joined #bitcoin-core-dev
1382017-06-19T12:29:50  *** AaronvanW has quit IRC
1392017-06-19T12:31:57  *** Aaronvan_ has quit IRC
1402017-06-19T12:46:45  *** Gnof has joined #bitcoin-core-dev
1412017-06-19T12:46:51  *** AaronvanW has joined #bitcoin-core-dev
1422017-06-19T12:47:42  *** Aaronvan_ has joined #bitcoin-core-dev
1432017-06-19T12:51:40  *** AaronvanW has quit IRC
1442017-06-19T13:15:28  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1452017-06-19T13:18:04  *** Dyaheon has quit IRC
1462017-06-19T13:19:22  *** Dyaheon has joined #bitcoin-core-dev
1472017-06-19T13:21:57  *** Aaronvan_ has quit IRC
1482017-06-19T13:22:34  *** AaronvanW has joined #bitcoin-core-dev
1492017-06-19T13:26:35  *** AaronvanW has quit IRC
1502017-06-19T13:37:21  *** doomhz has joined #bitcoin-core-dev
1512017-06-19T13:41:23  *** doomhz_ has quit IRC
1522017-06-19T13:41:33  *** doomhz has quit IRC
1532017-06-19T14:03:54  *** doomhz has joined #bitcoin-core-dev
1542017-06-19T14:04:26  *** doomhz_ has joined #bitcoin-core-dev
1552017-06-19T14:08:48  *** doomhz has quit IRC
1562017-06-19T14:09:05  *** str4d has quit IRC
1572017-06-19T14:27:25  *** AaronvanW has joined #bitcoin-core-dev
1582017-06-19T14:28:15  *** Aaronvan_ has joined #bitcoin-core-dev
1592017-06-19T14:28:44  *** Aaronvan_ is now known as AaronvanW_
1602017-06-19T14:29:40  *** Aaronvan_ has joined #bitcoin-core-dev
1612017-06-19T14:31:48  *** AaronvanW has quit IRC
1622017-06-19T14:45:52  *** Aaronvan_ is now known as AaronvanW
1632017-06-19T14:48:31  *** marcoagner has quit IRC
1642017-06-19T14:50:23  *** marcoagner has joined #bitcoin-core-dev
1652017-06-19T14:59:10  *** riemann has quit IRC
1662017-06-19T15:02:44  *** AaronvanW has quit IRC
1672017-06-19T15:06:35  *** marcoagner has quit IRC
1682017-06-19T15:08:02  <bitcoin-git> [bitcoin] practicalswift opened pull request #10631: Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class (master...overrides-ii) https://github.com/bitcoin/bitcoin/pull/10631
1692017-06-19T15:09:39  *** marcoagner has joined #bitcoin-core-dev
1702017-06-19T15:13:57  *** doomhz has joined #bitcoin-core-dev
1712017-06-19T15:17:35  *** doomhz_ has quit IRC
1722017-06-19T15:18:13  *** doomhz has quit IRC
1732017-06-19T15:19:17  *** doomhz has joined #bitcoin-core-dev
1742017-06-19T15:19:38  *** JackH has joined #bitcoin-core-dev
1752017-06-19T15:19:49  *** doomhz_ has joined #bitcoin-core-dev
1762017-06-19T15:23:28  *** doomhz has quit IRC
1772017-06-19T15:24:27  *** doomhz_ has left #bitcoin-core-dev
1782017-06-19T15:30:57  *** chjj has quit IRC
1792017-06-19T15:44:38  *** chjj has joined #bitcoin-core-dev
1802017-06-19T15:48:24  *** AaronvanW has joined #bitcoin-core-dev
1812017-06-19T15:50:06  *** abpa has joined #bitcoin-core-dev
1822017-06-19T15:56:50  *** bordeaux_facile has joined #bitcoin-core-dev
1832017-06-19T16:01:24  *** Dizzle has joined #bitcoin-core-dev
1842017-06-19T16:18:43  *** JackH has quit IRC
1852017-06-19T16:38:40  *** JackH has joined #bitcoin-core-dev
1862017-06-19T16:57:03  *** sturles has quit IRC
1872017-06-19T16:57:47  *** sturles has joined #bitcoin-core-dev
1882017-06-19T16:57:47  *** sturles has joined #bitcoin-core-dev
1892017-06-19T17:25:57  *** Dyaheon has quit IRC
1902017-06-19T17:27:41  *** Dyaheon has joined #bitcoin-core-dev
1912017-06-19T17:33:32  *** paveljanik has joined #bitcoin-core-dev
1922017-06-19T17:33:32  *** paveljanik has joined #bitcoin-core-dev
1932017-06-19T17:36:38  *** timothy has quit IRC
1942017-06-19T17:40:01  *** chjj has quit IRC
1952017-06-19T17:53:36  *** chjj has joined #bitcoin-core-dev
1962017-06-19T17:54:49  *** laurentmt has joined #bitcoin-core-dev
1972017-06-19T17:56:02  *** laurentmt has quit IRC
1982017-06-19T18:03:17  *** goatpig has joined #bitcoin-core-dev
1992017-06-19T18:04:34  *** PaulCape_ has quit IRC
2002017-06-19T18:05:43  *** PaulCapestany has joined #bitcoin-core-dev
2012017-06-19T18:10:30  *** nelruk has joined #bitcoin-core-dev
2022017-06-19T18:11:50  *** vicenteH` has joined #bitcoin-core-dev
2032017-06-19T18:12:12  *** gfanti_ has joined #bitcoin-core-dev
2042017-06-19T18:12:35  *** marcoagner has quit IRC
2052017-06-19T18:12:48  *** ibrightly_ has joined #bitcoin-core-dev
2062017-06-19T18:13:21  *** cryptapus has joined #bitcoin-core-dev
2072017-06-19T18:13:21  *** cryptapus has joined #bitcoin-core-dev
2082017-06-19T18:14:02  *** marcoagner has joined #bitcoin-core-dev
2092017-06-19T18:14:13  *** nOgAnOo_ has joined #bitcoin-core-dev
2102017-06-19T18:14:40  *** davec_ has joined #bitcoin-core-dev
2112017-06-19T18:14:55  *** unholymachine_ has joined #bitcoin-core-dev
2122017-06-19T18:18:35  *** Char0n_ has joined #bitcoin-core-dev
2132017-06-19T18:18:45  *** thrasher`` has joined #bitcoin-core-dev
2142017-06-19T18:19:17  *** Char0n has quit IRC
2152017-06-19T18:19:33  *** Char0n_ is now known as Char0n
2162017-06-19T18:19:39  *** unholymachine has quit IRC
2172017-06-19T18:19:39  *** nanotube has quit IRC
2182017-06-19T18:19:39  *** ibrightly has quit IRC
2192017-06-19T18:19:39  *** thrasher` has quit IRC
2202017-06-19T18:19:40  *** herzmeister[m] has quit IRC
2212017-06-19T18:19:40  *** _flow_ has quit IRC
2222017-06-19T18:19:40  *** cryptapus_afk has quit IRC
2232017-06-19T18:19:40  *** mol has quit IRC
2242017-06-19T18:19:40  *** To7 has quit IRC
2252017-06-19T18:19:40  *** davec has quit IRC
2262017-06-19T18:19:40  *** nOgAnOo has quit IRC
2272017-06-19T18:19:40  *** schmidty has quit IRC
2282017-06-19T18:19:40  *** vicenteH has quit IRC
2292017-06-19T18:19:40  *** ensign has quit IRC
2302017-06-19T18:19:40  *** bordeaux_facile has quit IRC
2312017-06-19T18:19:40  *** gfanti has quit IRC
2322017-06-19T18:19:40  *** mryandao has quit IRC
2332017-06-19T18:19:40  *** BlueMatt has quit IRC
2342017-06-19T18:19:47  *** ibrightly_ is now known as ibrightly
2352017-06-19T18:19:49  *** gfanti_ is now known as gfanti
2362017-06-19T18:19:50  *** mryandao- has joined #bitcoin-core-dev
2372017-06-19T18:19:59  *** BlueMatt_ has joined #bitcoin-core-dev
2382017-06-19T18:20:04  *** nOgAnOo_ is now known as nOgAnOo
2392017-06-19T18:20:46  *** mol has joined #bitcoin-core-dev
2402017-06-19T18:21:38  *** nelruk has quit IRC
2412017-06-19T18:21:54  *** nelruk has joined #bitcoin-core-dev
2422017-06-19T18:22:45  *** ensign has joined #bitcoin-core-dev
2432017-06-19T18:23:33  *** lifeofguenter has quit IRC
2442017-06-19T18:24:07  *** herzmeister[m] has joined #bitcoin-core-dev
2452017-06-19T18:24:32  *** lifeofguenter has joined #bitcoin-core-dev
2462017-06-19T18:25:04  *** bordeaux_facile has joined #bitcoin-core-dev
2472017-06-19T18:25:12  *** BlueMatt_ is now known as BlueMatt
2482017-06-19T18:25:13  *** BlueMatt has joined #bitcoin-core-dev
2492017-06-19T18:26:05  *** _flow_ has joined #bitcoin-core-dev
2502017-06-19T18:27:07  *** nanotube has joined #bitcoin-core-dev
2512017-06-19T18:30:57  *** SopaXorzTaker has quit IRC
2522017-06-19T18:33:25  *** SopaXorzTaker has joined #bitcoin-core-dev
2532017-06-19T19:11:11  *** nelsondcg has joined #bitcoin-core-dev
2542017-06-19T19:14:29  *** nelruk has quit IRC
2552017-06-19T19:18:33  *** nelsondcg has quit IRC
2562017-06-19T19:24:57  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #10632: qa: Add stopatheight test (master...Mf1706-qaStopAtHeight) https://github.com/bitcoin/bitcoin/pull/10632
2572017-06-19T19:26:02  *** SopaXorzTaker has quit IRC
2582017-06-19T19:29:10  *** nelsondcg has joined #bitcoin-core-dev
2592017-06-19T19:30:48  *** Dyaheon has quit IRC
2602017-06-19T19:35:17  *** Dyaheon has joined #bitcoin-core-dev
2612017-06-19T19:46:05  *** nelsondcg has quit IRC
2622017-06-19T19:48:37  *** chjj has quit IRC
2632017-06-19T20:02:55  *** chjj has joined #bitcoin-core-dev
2642017-06-19T20:08:27  *** Dizzle has quit IRC
2652017-06-19T20:09:38  *** gfanti has quit IRC
2662017-06-19T20:26:02  *** Yogaqueef has quit IRC
2672017-06-19T20:32:08  *** Dizzle has joined #bitcoin-core-dev
2682017-06-19T20:37:44  *** Cheeseo has joined #bitcoin-core-dev
2692017-06-19T20:51:31  *** Aaronvan_ has joined #bitcoin-core-dev
2702017-06-19T20:52:02  *** AaronvanW has quit IRC
2712017-06-19T21:17:28  *** Giszmo has joined #bitcoin-core-dev
2722017-06-19T21:21:40  *** parazyd has quit IRC
2732017-06-19T21:21:41  *** PatBoy has quit IRC
2742017-06-19T21:21:41  *** luke-jr has quit IRC
2752017-06-19T21:21:41  *** aj has quit IRC
2762017-06-19T21:21:41  *** jeremyrubin has quit IRC
2772017-06-19T21:21:41  *** ccook has quit IRC
2782017-06-19T21:21:41  *** jcorgan has quit IRC
2792017-06-19T21:21:41  *** rabidus has quit IRC
2802017-06-19T21:21:41  *** jeremias has quit IRC
2812017-06-19T21:21:47  *** jeremias_ has joined #bitcoin-core-dev
2822017-06-19T21:21:48  *** jeremyru1in has joined #bitcoin-core-dev
2832017-06-19T21:21:48  *** luke-jr has joined #bitcoin-core-dev
2842017-06-19T21:21:50  *** rabidus has joined #bitcoin-core-dev
2852017-06-19T21:21:51  *** aj has joined #bitcoin-core-dev
2862017-06-19T21:21:53  *** parazyd has joined #bitcoin-core-dev
2872017-06-19T21:21:53  *** parazyd has joined #bitcoin-core-dev
2882017-06-19T21:21:55  *** PatBoy has joined #bitcoin-core-dev
2892017-06-19T21:21:57  *** ccook_ has joined #bitcoin-core-dev
2902017-06-19T21:22:14  *** ccook_ is now known as ccook
2912017-06-19T21:24:58  *** jcorgan has joined #bitcoin-core-dev
2922017-06-19T21:38:30  *** Dyaheon has quit IRC
2932017-06-19T21:39:58  *** Dyaheon has joined #bitcoin-core-dev
2942017-06-19T21:42:36  *** Dizzle has quit IRC
2952017-06-19T21:44:42  *** Gnof has quit IRC
2962017-06-19T21:54:27  *** Aaronvan_ has quit IRC
2972017-06-19T21:54:37  *** Chris_Stewart_5 has quit IRC
2982017-06-19T21:55:10  *** nemgun has joined #bitcoin-core-dev
2992017-06-19T22:01:13  *** AaronvanW has joined #bitcoin-core-dev
3002017-06-19T22:18:09  *** str4d has joined #bitcoin-core-dev
3012017-06-19T22:25:06  *** earlz has joined #bitcoin-core-dev
3022017-06-19T22:31:03  *** marcoagner has quit IRC
3032017-06-19T22:40:19  *** Guyver2 has quit IRC
3042017-06-19T22:42:35  *** nemgun1 has joined #bitcoin-core-dev
3052017-06-19T22:43:16  *** marcoagner has joined #bitcoin-core-dev
3062017-06-19T22:45:03  *** nemgun has quit IRC
3072017-06-19T22:51:05  *** laurentmt has joined #bitcoin-core-dev
3082017-06-19T22:53:44  *** laurentmt has quit IRC
3092017-06-19T22:58:09  <bitcoin-git> [bitcoin] dimitris-t opened pull request #10633: Fixes typos in wallet.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10633
3102017-06-19T23:03:06  *** Aaronvan_ has joined #bitcoin-core-dev
3112017-06-19T23:04:49  *** AaronvanW has quit IRC
3122017-06-19T23:12:06  *** str4d has quit IRC
3132017-06-19T23:17:13  *** CubicEarth has joined #bitcoin-core-dev
3142017-06-19T23:18:27  *** Aaronvan_ has quit IRC
3152017-06-19T23:25:27  *** Giszmo has quit IRC
3162017-06-19T23:33:56  <achow101> so apparently there is some makefile problems related to the IsMine functions and removing the wallet stuff from validateaddress
3172017-06-19T23:34:03  <achow101> https://github.com/bitcoin/bitcoin/pull/10583#issuecomment-309602071 for reference
3182017-06-19T23:34:54  <achow101> Could someone help me out here with fixing this? I have figured out that it has something to do with linking order and the fact that IsMine is not used in libbitcoin_server which is linked first
3192017-06-19T23:35:07  <bitcoin-git> [bitcoin] dimitris-t opened pull request #10634: Fixed typos in optionsdialog.ui (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10634
3202017-06-19T23:40:37  *** Giszmo has joined #bitcoin-core-dev
3212017-06-19T23:41:57  *** Dyaheon has quit IRC
3222017-06-19T23:42:13  *** jamesob_ has joined #bitcoin-core-dev
3232017-06-19T23:44:27  *** jamesob has quit IRC
3242017-06-19T23:44:33  *** Dyaheon has joined #bitcoin-core-dev
3252017-06-19T23:45:12  <bitcoin-git> [bitcoin] dimitris-t opened pull request #10635: Fixed typo in rpcconsole.cpp (master...patch-3) https://github.com/bitcoin/bitcoin/pull/10635
3262017-06-19T23:59:54  *** abpa has quit IRC