1 2017-06-19T00:02:10 *** owowo has quit IRC
2 2017-06-19T00:07:19 *** owowo has joined #bitcoin-core-dev
3 2017-06-19T00:07:43 *** griswaalt has quit IRC
4 2017-06-19T00:09:38 *** Guyver2 has quit IRC
5 2017-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
6 2017-06-19T00:14:00 <owowo> draadpiraat[m], but to give you an answer, the arch angel told me, nobody does monitor the apostates
7 2017-06-19T00:15:48 *** griswaalt has joined #bitcoin-core-dev
8 2017-06-19T00:27:23 *** NewBTCDev has joined #bitcoin-core-dev
9 2017-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
10 2017-06-19T00:31:42 <owowo> yes
11 2017-06-19T00:35:57 <NewBTCDev> thank you
12 2017-06-19T00:38:43 <jtimon> cfields: MarcoFalke Updated #10193
13 2017-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
14 2017-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
15 2017-06-19T00:45:04 *** jtimon has quit IRC
16 2017-06-19T00:55:04 <Chris_Stewart_5> NewBTCDev: Try bitcoind -daemon
17 2017-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
18 2017-06-19T00:57:10 *** jtimon has joined #bitcoin-core-dev
19 2017-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
20 2017-06-19T00:57:59 <Chris_Stewart_5> https://github.com/drivechain-project/bitcoin/pull/13
21 2017-06-19T00:59:56 <NewBTCDev> Thank you Chris, I'll go there! Appreciate the help
22 2017-06-19T01:07:17 *** dabura667 has joined #bitcoin-core-dev
23 2017-06-19T01:10:55 <jtimon> Chris_Stewart_5: why would you want to use chainActive inside the interpreter? feels like a terrible layer violation
24 2017-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
25 2017-06-19T01:12:05 <jtimon> can't you just pass whatever you need to TransactionSignatureChecker's constructor ?
26 2017-06-19T01:12:07 *** justan0theruser is now known as justanotheruser
27 2017-06-19T01:12:37 <jtimon> with a fast look, all you need is chainActive.Tip()->coinbase right?
28 2017-06-19T01:12:43 <Chris_Stewart_5> Yes
29 2017-06-19T01:13:06 <Chris_Stewart_5> so you would suggest just passing that as an arg to TransactionSignatureChecker?
30 2017-06-19T01:13:23 <jtimon> maybe pass the relevant coinbase to the TransactionSignatureChecker constructor?
31 2017-06-19T01:13:48 <Chris_Stewart_5> Yeah, I didn't think about doing it that way. That would be much cleaner.
32 2017-06-19T01:14:24 <Chris_Stewart_5> I'll code it up and see what it looks like, thanks!
33 2017-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
34 2017-06-19T01:15:41 <jtimon> Chris_Stewart_5: no problem, happy that you like the idea
35 2017-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
36 2017-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..
37 2017-06-19T01:22:34 *** chjj has quit IRC
38 2017-06-19T01:24:57 *** talmai has joined #bitcoin-core-dev
39 2017-06-19T01:27:07 *** jtimon has quit IRC
40 2017-06-19T01:35:17 <kallewoof> luke-jr: what's up?
41 2017-06-19T01:35:24 <kallewoof> (you pinged)
42 2017-06-19T01:35:30 *** NewBTCDev has quit IRC
43 2017-06-19T01:35:48 <luke-jr> kallewoof: nm, your listsinceblock PR tests relied on features silently missing in 0.14 test_framework
44 2017-06-19T01:35:59 <luke-jr> figured it out and dealt with it
45 2017-06-19T01:36:43 <kallewoof> OK!
46 2017-06-19T01:37:09 *** chjj has joined #bitcoin-core-dev
47 2017-06-19T01:37:53 *** Dyaheon has quit IRC
48 2017-06-19T01:38:55 *** Dyaheon has joined #bitcoin-core-dev
49 2017-06-19T01:39:34 *** talmai has quit IRC
50 2017-06-19T02:00:07 *** Ylbam has quit IRC
51 2017-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
52 2017-06-19T02:57:01 *** d9b4bef9 has quit IRC
53 2017-06-19T02:58:08 *** d9b4bef9 has joined #bitcoin-core-dev
54 2017-06-19T03:15:19 *** Chris_Stewart_5 has quit IRC
55 2017-06-19T03:20:34 *** str4d has quit IRC
56 2017-06-19T03:30:25 *** PaulCapestany has quit IRC
57 2017-06-19T03:32:10 *** chjj has quit IRC
58 2017-06-19T03:34:20 *** PaulCape_ has joined #bitcoin-core-dev
59 2017-06-19T03:45:58 *** chjj has joined #bitcoin-core-dev
60 2017-06-19T04:25:41 *** DigiByteDev has joined #bitcoin-core-dev
61 2017-06-19T04:46:54 *** DigiByteDev has quit IRC
62 2017-06-19T04:52:38 *** Dyaheon has quit IRC
63 2017-06-19T04:53:37 *** afk11 has quit IRC
64 2017-06-19T04:53:44 *** Dyaheon has joined #bitcoin-core-dev
65 2017-06-19T04:58:36 *** afk11 has joined #bitcoin-core-dev
66 2017-06-19T05:33:07 *** jamesob has joined #bitcoin-core-dev
67 2017-06-19T05:58:40 *** Giszmo has quit IRC
68 2017-06-19T06:01:42 *** str4d has joined #bitcoin-core-dev
69 2017-06-19T06:07:21 *** ryan-c has quit IRC
70 2017-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
71 2017-06-19T06:27:17 *** ryan-c has joined #bitcoin-core-dev
72 2017-06-19T06:28:19 *** Ylbam has joined #bitcoin-core-dev
73 2017-06-19T06:43:29 <draadpiraat[m]> owowo: it was a figure of speech dont read so much into it
74 2017-06-19T06:52:43 <wumpus> luke-jr: ack, going to build
75 2017-06-19T06:57:25 *** Dyaheon has quit IRC
76 2017-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
77 2017-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
78 2017-06-19T06:57:54 *** Dyaheon has joined #bitcoin-core-dev
79 2017-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
80 2017-06-19T07:03:26 <bitcoin-git> [bitcoin] booxie opened pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
81 2017-06-19T07:03:30 <luke-jr> wumpus: thanks
82 2017-06-19T07:06:46 <bitcoin-git> [bitcoin] fanquake closed pull request #10629: 0.10 (master...0.10) https://github.com/bitcoin/bitcoin/pull/10629
83 2017-06-19T07:11:43 *** Dyaheon has quit IRC
84 2017-06-19T07:12:19 *** Dyaheon has joined #bitcoin-core-dev
85 2017-06-19T07:17:26 *** paveljanik has quit IRC
86 2017-06-19T07:45:54 *** parazyd has quit IRC
87 2017-06-19T07:47:26 *** parazyd has joined #bitcoin-core-dev
88 2017-06-19T07:47:26 *** parazyd has joined #bitcoin-core-dev
89 2017-06-19T07:52:33 *** chjj has quit IRC
90 2017-06-19T08:05:36 *** chjj has joined #bitcoin-core-dev
91 2017-06-19T08:12:49 *** justanotheruser has quit IRC
92 2017-06-19T08:21:40 *** timothy has joined #bitcoin-core-dev
93 2017-06-19T08:23:29 *** justanotheruser has joined #bitcoin-core-dev
94 2017-06-19T08:52:47 *** AaronvanW has joined #bitcoin-core-dev
95 2017-06-19T08:53:38 *** Aaronvan_ has joined #bitcoin-core-dev
96 2017-06-19T08:56:06 *** CubicEarth has joined #bitcoin-core-dev
97 2017-06-19T08:56:35 *** chjj has quit IRC
98 2017-06-19T08:57:23 *** AaronvanW has quit IRC
99 2017-06-19T09:03:48 *** doomhz_ has joined #bitcoin-core-dev
100 2017-06-19T09:05:31 *** Aaronvan_ is now known as AaronvanW
101 2017-06-19T09:07:00 *** CubicEarth has quit IRC
102 2017-06-19T09:10:42 *** chjj has joined #bitcoin-core-dev
103 2017-06-19T09:21:00 *** dabura667 has quit IRC
104 2017-06-19T09:25:20 *** Lauda has quit IRC
105 2017-06-19T09:26:34 *** Lauda has joined #bitcoin-core-dev
106 2017-06-19T09:26:34 *** Lauda has joined #bitcoin-core-dev
107 2017-06-19T09:49:08 *** Dyaheon has quit IRC
108 2017-06-19T09:51:09 *** Dyaheon has joined #bitcoin-core-dev
109 2017-06-19T09:52:22 *** riemann has joined #bitcoin-core-dev
110 2017-06-19T10:01:33 *** chjj has quit IRC
111 2017-06-19T10:15:07 *** chjj has joined #bitcoin-core-dev
112 2017-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.
113 2017-06-19T10:23:42 *** doomhz_ has quit IRC
114 2017-06-19T10:25:42 *** doomhz has joined #bitcoin-core-dev
115 2017-06-19T10:29:47 *** ChillazZ has quit IRC
116 2017-06-19T10:30:46 *** ChillazZ has joined #bitcoin-core-dev
117 2017-06-19T10:31:28 *** laurentmt has joined #bitcoin-core-dev
118 2017-06-19T10:33:30 *** laurentmt has quit IRC
119 2017-06-19T10:46:37 *** sdaftuar_ is now known as sdaftuar
120 2017-06-19T10:46:48 *** sdaftuar has joined #bitcoin-core-dev
121 2017-06-19T10:47:45 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/643fa0b22d70...c38f540298f0
122 2017-06-19T10:47:45 <bitcoin-git> bitcoin/master 22229de MarcoFalke: doc: Add 0.14.2 release notes
123 2017-06-19T10:47:46 <bitcoin-git> bitcoin/master c38f540 MarcoFalke: Merge #10623: doc: Add 0.14.2 release notes...
124 2017-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
125 2017-06-19T10:55:50 *** Lauda has quit IRC
126 2017-06-19T10:56:08 *** Lauda has joined #bitcoin-core-dev
127 2017-06-19T10:59:23 *** laurentmt has joined #bitcoin-core-dev
128 2017-06-19T10:59:33 *** laurentmt has quit IRC
129 2017-06-19T11:33:35 *** Guyver2 has joined #bitcoin-core-dev
130 2017-06-19T11:37:59 *** goatpig has quit IRC
131 2017-06-19T11:59:59 *** SopaXorzTaker has joined #bitcoin-core-dev
132 2017-06-19T12:18:00 *** doomhz has quit IRC
133 2017-06-19T12:20:50 *** doomhz has joined #bitcoin-core-dev
134 2017-06-19T12:21:25 *** doomhz_ has joined #bitcoin-core-dev
135 2017-06-19T12:21:51 *** doomhz_ has joined #bitcoin-core-dev
136 2017-06-19T12:25:20 *** doomhz has quit IRC
137 2017-06-19T12:26:31 *** Aaronvan_ has joined #bitcoin-core-dev
138 2017-06-19T12:29:50 *** AaronvanW has quit IRC
139 2017-06-19T12:31:57 *** Aaronvan_ has quit IRC
140 2017-06-19T12:46:45 *** Gnof has joined #bitcoin-core-dev
141 2017-06-19T12:46:51 *** AaronvanW has joined #bitcoin-core-dev
142 2017-06-19T12:47:42 *** Aaronvan_ has joined #bitcoin-core-dev
143 2017-06-19T12:51:40 *** AaronvanW has quit IRC
144 2017-06-19T13:15:28 *** Chris_Stewart_5 has joined #bitcoin-core-dev
145 2017-06-19T13:18:04 *** Dyaheon has quit IRC
146 2017-06-19T13:19:22 *** Dyaheon has joined #bitcoin-core-dev
147 2017-06-19T13:21:57 *** Aaronvan_ has quit IRC
148 2017-06-19T13:22:34 *** AaronvanW has joined #bitcoin-core-dev
149 2017-06-19T13:26:35 *** AaronvanW has quit IRC
150 2017-06-19T13:37:21 *** doomhz has joined #bitcoin-core-dev
151 2017-06-19T13:41:23 *** doomhz_ has quit IRC
152 2017-06-19T13:41:33 *** doomhz has quit IRC
153 2017-06-19T14:03:54 *** doomhz has joined #bitcoin-core-dev
154 2017-06-19T14:04:26 *** doomhz_ has joined #bitcoin-core-dev
155 2017-06-19T14:08:48 *** doomhz has quit IRC
156 2017-06-19T14:09:05 *** str4d has quit IRC
157 2017-06-19T14:27:25 *** AaronvanW has joined #bitcoin-core-dev
158 2017-06-19T14:28:15 *** Aaronvan_ has joined #bitcoin-core-dev
159 2017-06-19T14:28:44 *** Aaronvan_ is now known as AaronvanW_
160 2017-06-19T14:29:40 *** Aaronvan_ has joined #bitcoin-core-dev
161 2017-06-19T14:31:48 *** AaronvanW has quit IRC
162 2017-06-19T14:45:52 *** Aaronvan_ is now known as AaronvanW
163 2017-06-19T14:48:31 *** marcoagner has quit IRC
164 2017-06-19T14:50:23 *** marcoagner has joined #bitcoin-core-dev
165 2017-06-19T14:59:10 *** riemann has quit IRC
166 2017-06-19T15:02:44 *** AaronvanW has quit IRC
167 2017-06-19T15:06:35 *** marcoagner has quit IRC
168 2017-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
169 2017-06-19T15:09:39 *** marcoagner has joined #bitcoin-core-dev
170 2017-06-19T15:13:57 *** doomhz has joined #bitcoin-core-dev
171 2017-06-19T15:17:35 *** doomhz_ has quit IRC
172 2017-06-19T15:18:13 *** doomhz has quit IRC
173 2017-06-19T15:19:17 *** doomhz has joined #bitcoin-core-dev
174 2017-06-19T15:19:38 *** JackH has joined #bitcoin-core-dev
175 2017-06-19T15:19:49 *** doomhz_ has joined #bitcoin-core-dev
176 2017-06-19T15:23:28 *** doomhz has quit IRC
177 2017-06-19T15:24:27 *** doomhz_ has left #bitcoin-core-dev
178 2017-06-19T15:30:57 *** chjj has quit IRC
179 2017-06-19T15:44:38 *** chjj has joined #bitcoin-core-dev
180 2017-06-19T15:48:24 *** AaronvanW has joined #bitcoin-core-dev
181 2017-06-19T15:50:06 *** abpa has joined #bitcoin-core-dev
182 2017-06-19T15:56:50 *** bordeaux_facile has joined #bitcoin-core-dev
183 2017-06-19T16:01:24 *** Dizzle has joined #bitcoin-core-dev
184 2017-06-19T16:18:43 *** JackH has quit IRC
185 2017-06-19T16:38:40 *** JackH has joined #bitcoin-core-dev
186 2017-06-19T16:57:03 *** sturles has quit IRC
187 2017-06-19T16:57:47 *** sturles has joined #bitcoin-core-dev
188 2017-06-19T16:57:47 *** sturles has joined #bitcoin-core-dev
189 2017-06-19T17:25:57 *** Dyaheon has quit IRC
190 2017-06-19T17:27:41 *** Dyaheon has joined #bitcoin-core-dev
191 2017-06-19T17:33:32 *** paveljanik has joined #bitcoin-core-dev
192 2017-06-19T17:33:32 *** paveljanik has joined #bitcoin-core-dev
193 2017-06-19T17:36:38 *** timothy has quit IRC
194 2017-06-19T17:40:01 *** chjj has quit IRC
195 2017-06-19T17:53:36 *** chjj has joined #bitcoin-core-dev
196 2017-06-19T17:54:49 *** laurentmt has joined #bitcoin-core-dev
197 2017-06-19T17:56:02 *** laurentmt has quit IRC
198 2017-06-19T18:03:17 *** goatpig has joined #bitcoin-core-dev
199 2017-06-19T18:04:34 *** PaulCape_ has quit IRC
200 2017-06-19T18:05:43 *** PaulCapestany has joined #bitcoin-core-dev
201 2017-06-19T18:10:30 *** nelruk has joined #bitcoin-core-dev
202 2017-06-19T18:11:50 *** vicenteH` has joined #bitcoin-core-dev
203 2017-06-19T18:12:12 *** gfanti_ has joined #bitcoin-core-dev
204 2017-06-19T18:12:35 *** marcoagner has quit IRC
205 2017-06-19T18:12:48 *** ibrightly_ has joined #bitcoin-core-dev
206 2017-06-19T18:13:21 *** cryptapus has joined #bitcoin-core-dev
207 2017-06-19T18:13:21 *** cryptapus has joined #bitcoin-core-dev
208 2017-06-19T18:14:02 *** marcoagner has joined #bitcoin-core-dev
209 2017-06-19T18:14:13 *** nOgAnOo_ has joined #bitcoin-core-dev
210 2017-06-19T18:14:40 *** davec_ has joined #bitcoin-core-dev
211 2017-06-19T18:14:55 *** unholymachine_ has joined #bitcoin-core-dev
212 2017-06-19T18:18:35 *** Char0n_ has joined #bitcoin-core-dev
213 2017-06-19T18:18:45 *** thrasher`` has joined #bitcoin-core-dev
214 2017-06-19T18:19:17 *** Char0n has quit IRC
215 2017-06-19T18:19:33 *** Char0n_ is now known as Char0n
216 2017-06-19T18:19:39 *** unholymachine has quit IRC
217 2017-06-19T18:19:39 *** nanotube has quit IRC
218 2017-06-19T18:19:39 *** ibrightly has quit IRC
219 2017-06-19T18:19:39 *** thrasher` has quit IRC
220 2017-06-19T18:19:40 *** herzmeister[m] has quit IRC
221 2017-06-19T18:19:40 *** _flow_ has quit IRC
222 2017-06-19T18:19:40 *** cryptapus_afk has quit IRC
223 2017-06-19T18:19:40 *** mol has quit IRC
224 2017-06-19T18:19:40 *** To7 has quit IRC
225 2017-06-19T18:19:40 *** davec has quit IRC
226 2017-06-19T18:19:40 *** nOgAnOo has quit IRC
227 2017-06-19T18:19:40 *** schmidty has quit IRC
228 2017-06-19T18:19:40 *** vicenteH has quit IRC
229 2017-06-19T18:19:40 *** ensign has quit IRC
230 2017-06-19T18:19:40 *** bordeaux_facile has quit IRC
231 2017-06-19T18:19:40 *** gfanti has quit IRC
232 2017-06-19T18:19:40 *** mryandao has quit IRC
233 2017-06-19T18:19:40 *** BlueMatt has quit IRC
234 2017-06-19T18:19:47 *** ibrightly_ is now known as ibrightly
235 2017-06-19T18:19:49 *** gfanti_ is now known as gfanti
236 2017-06-19T18:19:50 *** mryandao- has joined #bitcoin-core-dev
237 2017-06-19T18:19:59 *** BlueMatt_ has joined #bitcoin-core-dev
238 2017-06-19T18:20:04 *** nOgAnOo_ is now known as nOgAnOo
239 2017-06-19T18:20:46 *** mol has joined #bitcoin-core-dev
240 2017-06-19T18:21:38 *** nelruk has quit IRC
241 2017-06-19T18:21:54 *** nelruk has joined #bitcoin-core-dev
242 2017-06-19T18:22:45 *** ensign has joined #bitcoin-core-dev
243 2017-06-19T18:23:33 *** lifeofguenter has quit IRC
244 2017-06-19T18:24:07 *** herzmeister[m] has joined #bitcoin-core-dev
245 2017-06-19T18:24:32 *** lifeofguenter has joined #bitcoin-core-dev
246 2017-06-19T18:25:04 *** bordeaux_facile has joined #bitcoin-core-dev
247 2017-06-19T18:25:12 *** BlueMatt_ is now known as BlueMatt
248 2017-06-19T18:25:13 *** BlueMatt has joined #bitcoin-core-dev
249 2017-06-19T18:26:05 *** _flow_ has joined #bitcoin-core-dev
250 2017-06-19T18:27:07 *** nanotube has joined #bitcoin-core-dev
251 2017-06-19T18:30:57 *** SopaXorzTaker has quit IRC
252 2017-06-19T18:33:25 *** SopaXorzTaker has joined #bitcoin-core-dev
253 2017-06-19T19:11:11 *** nelsondcg has joined #bitcoin-core-dev
254 2017-06-19T19:14:29 *** nelruk has quit IRC
255 2017-06-19T19:18:33 *** nelsondcg has quit IRC
256 2017-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
257 2017-06-19T19:26:02 *** SopaXorzTaker has quit IRC
258 2017-06-19T19:29:10 *** nelsondcg has joined #bitcoin-core-dev
259 2017-06-19T19:30:48 *** Dyaheon has quit IRC
260 2017-06-19T19:35:17 *** Dyaheon has joined #bitcoin-core-dev
261 2017-06-19T19:46:05 *** nelsondcg has quit IRC
262 2017-06-19T19:48:37 *** chjj has quit IRC
263 2017-06-19T20:02:55 *** chjj has joined #bitcoin-core-dev
264 2017-06-19T20:08:27 *** Dizzle has quit IRC
265 2017-06-19T20:09:38 *** gfanti has quit IRC
266 2017-06-19T20:26:02 *** Yogaqueef has quit IRC
267 2017-06-19T20:32:08 *** Dizzle has joined #bitcoin-core-dev
268 2017-06-19T20:37:44 *** Cheeseo has joined #bitcoin-core-dev
269 2017-06-19T20:51:31 *** Aaronvan_ has joined #bitcoin-core-dev
270 2017-06-19T20:52:02 *** AaronvanW has quit IRC
271 2017-06-19T21:17:28 *** Giszmo has joined #bitcoin-core-dev
272 2017-06-19T21:21:40 *** parazyd has quit IRC
273 2017-06-19T21:21:41 *** PatBoy has quit IRC
274 2017-06-19T21:21:41 *** luke-jr has quit IRC
275 2017-06-19T21:21:41 *** aj has quit IRC
276 2017-06-19T21:21:41 *** jeremyrubin has quit IRC
277 2017-06-19T21:21:41 *** ccook has quit IRC
278 2017-06-19T21:21:41 *** jcorgan has quit IRC
279 2017-06-19T21:21:41 *** rabidus has quit IRC
280 2017-06-19T21:21:41 *** jeremias has quit IRC
281 2017-06-19T21:21:47 *** jeremias_ has joined #bitcoin-core-dev
282 2017-06-19T21:21:48 *** jeremyru1in has joined #bitcoin-core-dev
283 2017-06-19T21:21:48 *** luke-jr has joined #bitcoin-core-dev
284 2017-06-19T21:21:50 *** rabidus has joined #bitcoin-core-dev
285 2017-06-19T21:21:51 *** aj has joined #bitcoin-core-dev
286 2017-06-19T21:21:53 *** parazyd has joined #bitcoin-core-dev
287 2017-06-19T21:21:53 *** parazyd has joined #bitcoin-core-dev
288 2017-06-19T21:21:55 *** PatBoy has joined #bitcoin-core-dev
289 2017-06-19T21:21:57 *** ccook_ has joined #bitcoin-core-dev
290 2017-06-19T21:22:14 *** ccook_ is now known as ccook
291 2017-06-19T21:24:58 *** jcorgan has joined #bitcoin-core-dev
292 2017-06-19T21:38:30 *** Dyaheon has quit IRC
293 2017-06-19T21:39:58 *** Dyaheon has joined #bitcoin-core-dev
294 2017-06-19T21:42:36 *** Dizzle has quit IRC
295 2017-06-19T21:44:42 *** Gnof has quit IRC
296 2017-06-19T21:54:27 *** Aaronvan_ has quit IRC
297 2017-06-19T21:54:37 *** Chris_Stewart_5 has quit IRC
298 2017-06-19T21:55:10 *** nemgun has joined #bitcoin-core-dev
299 2017-06-19T22:01:13 *** AaronvanW has joined #bitcoin-core-dev
300 2017-06-19T22:18:09 *** str4d has joined #bitcoin-core-dev
301 2017-06-19T22:25:06 *** earlz has joined #bitcoin-core-dev
302 2017-06-19T22:31:03 *** marcoagner has quit IRC
303 2017-06-19T22:40:19 *** Guyver2 has quit IRC
304 2017-06-19T22:42:35 *** nemgun1 has joined #bitcoin-core-dev
305 2017-06-19T22:43:16 *** marcoagner has joined #bitcoin-core-dev
306 2017-06-19T22:45:03 *** nemgun has quit IRC
307 2017-06-19T22:51:05 *** laurentmt has joined #bitcoin-core-dev
308 2017-06-19T22:53:44 *** laurentmt has quit IRC
309 2017-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
310 2017-06-19T23:03:06 *** Aaronvan_ has joined #bitcoin-core-dev
311 2017-06-19T23:04:49 *** AaronvanW has quit IRC
312 2017-06-19T23:12:06 *** str4d has quit IRC
313 2017-06-19T23:17:13 *** CubicEarth has joined #bitcoin-core-dev
314 2017-06-19T23:18:27 *** Aaronvan_ has quit IRC
315 2017-06-19T23:25:27 *** Giszmo has quit IRC
316 2017-06-19T23:33:56 <achow101> so apparently there is some makefile problems related to the IsMine functions and removing the wallet stuff from validateaddress
317 2017-06-19T23:34:03 <achow101> https://github.com/bitcoin/bitcoin/pull/10583#issuecomment-309602071 for reference
318 2017-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
319 2017-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
320 2017-06-19T23:40:37 *** Giszmo has joined #bitcoin-core-dev
321 2017-06-19T23:41:57 *** Dyaheon has quit IRC
322 2017-06-19T23:42:13 *** jamesob_ has joined #bitcoin-core-dev
323 2017-06-19T23:44:27 *** jamesob has quit IRC
324 2017-06-19T23:44:33 *** Dyaheon has joined #bitcoin-core-dev
325 2017-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
326 2017-06-19T23:59:54 *** abpa has quit IRC