1 2015-11-18T00:00:12  <sipa> neither should affect the consensus logic (until v4 75% triggers for cltv, and never for low-S)
  2 2015-11-18T00:00:18  <sipa> only mempool/relay
  3 2015-11-18T00:00:33  <jtoomim> yeah, that's why i said it's not a great hypothesis
  4 2015-11-18T00:01:23  <gmaxwell> sipa: CLTV is triggered on testnet.
  5 2015-11-18T00:01:38  <sipa> oh, right!
  6 2015-11-18T00:01:59  <jtoomim> yes, and we were on a BIP101 chain, which means 100% blocks > v3
  7 2015-11-18T00:02:40  <jtoomim> but potentially with invalid OP_CLTV use in that chain even though the blocks have > v3
  8 2015-11-18T00:02:40  *** matsjj has quit IRC
  9 2015-11-18T00:03:19  <jtoomim> maybe there is a block that is getting marked as invalid that would otherwise be the best block
 10 2015-11-18T00:03:28  *** btc_panhandler has quit IRC
 11 2015-11-18T00:04:07  <sipa> well what you're doing sounds broken... if you don't plan to follow the BIP65 rule that says to enforce OP_CLTV after 75% v4, you can just not implement it at all
 12 2015-11-18T00:04:18  <sipa> but that still shouldn't cause the assert failure there
 13 2015-11-18T00:04:57  <gmaxwell> sipa: what he's saying is that he added BIP65 code long after tha chain had crossed the BIP65 threshold, so god knows whats in its history.
 14 2015-11-18T00:05:06  <jtoomim> well, XT intends to support BIP65
 15 2015-11-18T00:05:21  *** simba has quit IRC
 16 2015-11-18T00:05:21  <jtoomim> but it's tricky to do because XT's block version number is already greater than the v4 used by Core
 17 2015-11-18T00:05:37  <jtoomim> gmaxwell exactly
 18 2015-11-18T00:06:02  *** metalcamp has quit IRC
 19 2015-11-18T00:06:06  <sipa> well BIP101 is using BIP9's version logic, which can only be deployed when there are no ongoing ISM-based softforks anymore
 20 2015-11-18T00:06:21  <jtoomim> and perhaps the code path for view.GetBestBlock() will exclude or include invalid blocks differently from the code path for pindex->GetBlockHash()
 21 2015-11-18T00:06:31  <sipa> jtoomim: no
 22 2015-11-18T00:06:41  <sipa> the view can't contain invalid blocks
 23 2015-11-18T00:06:54  <sipa> it's just a set of unspent outputs
 24 2015-11-18T00:07:07  <sipa> oh
 25 2015-11-18T00:07:21  <jtoomim> what if the invalid OP_CLTV is before the last 288 blocks?
 26 2015-11-18T00:07:28  <jtoomim> and we're reorging more than 288 blocks?
 27 2015-11-18T00:07:43  <sipa> disconnecting should still work
 28 2015-11-18T00:07:51  <jtoomim> when i restart with BIP65 support, it might not detect the invalid block until it tries to reorg past it
 29 2015-11-18T00:07:57  *** jaclupi_ has joined #bitcoin-dev
 30 2015-11-18T00:07:59  *** jaclupi has quit IRC
 31 2015-11-18T00:08:18  <sipa> but the fact that you might have an invalid block in your history may lead to untested states
 32 2015-11-18T00:08:36  <jtoomim> disconnecting is supposed to still work, but it didn't
 33 2015-11-18T00:09:27  <sipa> that's very strange though, as no script validation is involved at all for disconnecting
 34 2015-11-18T00:09:30  <jtoomim> update: it seems that switching back to the released version of XT, 0.11.0C, which does not include BIP65 support, is allowing the reorg to continue properly
 35 2015-11-18T00:09:59  <jtoomim> unfortunately, i tried that with all of my nodes at the same time, so I can't try to test for repeatability
 36 2015-11-18T00:10:02  *** xiangfu has joined #bitcoin-dev
 37 2015-11-18T00:11:21  *** ThomasV has quit IRC
 38 2015-11-18T00:12:33  *** roxtrongo has joined #bitcoin-dev
 39 2015-11-18T00:14:23  *** xiangfu has quit IRC
 40 2015-11-18T00:14:40  <jtoomim> maybe during CVerifyDB::VerifyDB?
 41 2015-11-18T00:14:49  <sipa> is it at startup?
 42 2015-11-18T00:15:14  <jtoomim> yeah, i think so
 43 2015-11-18T00:15:18  <sipa> ah!
 44 2015-11-18T00:15:20  <jtoomim> i had some nodes crash due to OOM
 45 2015-11-18T00:16:15  *** xiangfu has joined #bitcoin-dev
 46 2015-11-18T00:23:39  *** shaileshg has joined #bitcoin-dev
 47 2015-11-18T00:25:20  *** wraithm has quit IRC
 48 2015-11-18T00:27:23  *** Lightsword_ has quit IRC
 49 2015-11-18T00:28:24  *** jatb has quit IRC
 50 2015-11-18T00:31:05  *** Burrito has quit IRC
 51 2015-11-18T00:31:06  *** snthsnth has joined #bitcoin-dev
 52 2015-11-18T00:31:49  *** simba has joined #bitcoin-dev
 53 2015-11-18T00:32:31  *** jatb has joined #bitcoin-dev
 54 2015-11-18T00:34:32  <rusty> sipa: actually, bip9 can be deplyed with ISM, as long as the bip9 implementations implement those ISM bips too.
 55 2015-11-18T00:34:42  <sipa> right, of course
 56 2015-11-18T00:35:14  <rusty> sipa: which is why I wasn't sweating too much about it...
 57 2015-11-18T00:35:45  *** jaclupi_ has quit IRC
 58 2015-11-18T00:37:51  *** Lightsword has joined #bitcoin-dev
 59 2015-11-18T00:38:30  *** akrmn has quit IRC
 60 2015-11-18T00:44:31  *** akstunt600 has joined #bitcoin-dev
 61 2015-11-18T00:44:46  *** cubicearth has quit IRC
 62 2015-11-18T00:46:06  *** Ahmed90 has quit IRC
 63 2015-11-18T00:46:10  <gmaxwell> rusty: speaking of that, did you see the request to add a signaling start time anything that would get bip9 deployed?
 64 2015-11-18T00:46:31  <gmaxwell> BIP65 starting before there was any released bitcoin software that supported it was more than a little unfun.
 65 2015-11-18T00:48:25  *** t7 has quit IRC
 66 2015-11-18T00:49:22  <rusty> gmaxwell: I disagree with the need for a start time.  The issue is that if (say) BIP 300 and BIP 400 both use versionbit 7 for signalling, we have to know about their ordering.  That is a real requirement, and sufficient information.
 67 2015-11-18T00:49:56  <rusty> gmaxwell: a "start time" is actually a poor-man's ordering, and has no place in the specification or implementation, IMHO.
 68 2015-11-18T00:50:14  <gmaxwell> rusty: We will not deploy a future soft fork without a signaling start time in core. Feel free to not do so in BIP9, or I'll happily create a new BIP.
 69 2015-11-18T00:50:41  <gmaxwell> If it isn't clear what I'm saying, a signaling start time has nothing to do with the decision logic.
 70 2015-11-18T00:50:47  <gmaxwell> It does not order proposals.
 71 2015-11-18T00:51:06  <rusty> gmaxwell: ah, sorry, that was the previous reason for wanting a start time.
 72 2015-11-18T00:51:33  <gmaxwell> rusty: sorry; I think you probably missed where I broadcast at you about this before (stupid timezones)
 73 2015-11-18T00:51:59  <sipa> a start time also captures that in practice, as there will almost certainly be enough time in between ending one fork and beginning another on the same bit to allow several software releases in between
 74 2015-11-18T00:52:14  <sipa> but they are independent problems, and we can solve one with a timestamp and the other with an ordering
 75 2015-11-18T00:52:19  <gmaxwell> With BIP65 we had _25%_ hashpower on it before there was a single released piece of software supporting it, and a real risk that it would actually hit activation before any software release.  So all I think we need is just a gentlemans agreement to not start signaling support until a particular point.
 76 2015-11-18T00:52:43  <rusty> gmaxwell: yuk.
 77 2015-11-18T00:53:04  <gmaxwell> yuking at the 25% or just not signaling until?
 78 2015-11-18T00:53:07  <rusty> gmaxwell: I mean, maybe if they were running pre-release, but if they're just signalling as some sort of political message...
 79 2015-11-18T00:53:35  <gmaxwell> I think prerelease/backported change, but it's impossible to know for sure. :)
 80 2015-11-18T00:54:05  <Lightsword> I think they built it from the 0.11 git branch right after it was merged
 81 2015-11-18T00:54:51  *** c0rw|away is now known as c0rw1n
 82 2015-11-18T00:54:58  <rusty> gmaxwell: ok, well now I understand the motivation, at least.  I think it makes sense to have a start time after the next anticipated reference implementation release, for that reason.
 83 2015-11-18T00:55:03  <gmaxwell> Also, keeping in mind there are multple releases of different software we don't want to have to coordinate releases too much. E.g. if we can release today and BTCD says they need two weeks, I don't want to delay a bitcoin core release with softfork support nor do I want to have it lock on the network before a widely used implementation can handle it.
 84 2015-11-18T00:55:36  *** cubicearth has joined #bitcoin-dev
 85 2015-11-18T00:55:52  <gmaxwell> Also, our expirence in the last couple years is that many miners upgrade fast; but soft forks go smoother if the softfork will be widely enforced.
 86 2015-11-18T00:56:18  <gmaxwell> so having miners hold back a bit can give everyone else a chance to ugprade.
 87 2015-11-18T00:56:44  <rusty> gmaxwell: There are two obvious ways.  First is to make the start date a fork requirement, second is to have the code not signal support until after a certain date.  The latter might just make more problems, though/
 88 2015-11-18T00:57:23  <sipa> i would make it a requirement
 89 2015-11-18T00:57:49  <gmaxwell> Hm. I was trying to suggest the most simple thing that would discourage the bad effect we just saw. :)
 90 2015-11-18T00:57:58  <rusty> sipa: it's hard though, as a BIP author.  You can't set that date until you've merged the code, really.
 91 2015-11-18T00:58:39  *** Yoghur114_2 has quit IRC
 92 2015-11-18T00:58:42  <gmaxwell> well worse, I think it needs to be a height or MTP not just 'date' if it's actually required.
 93 2015-11-18T00:58:50  *** tawar has quit IRC
 94 2015-11-18T01:00:04  *** one_zero has joined #bitcoin-dev
 95 2015-11-18T01:00:19  *** DougieBot5000 has joined #bitcoin-dev
 96 2015-11-18T01:01:24  <rusty> gmaxwell: yeah, for this I think height works, since it'd be "soonish".  Putting it in the BIP itself assumes adoption,  but not signalling until a certain height may just mean that we can't *see* the problem.
 97 2015-11-18T01:02:03  <rusty> sipa: so, guesstimate block height at next major release of bitcoin core / libconsensus + 1 month?
 98 2015-11-18T01:02:53  <gmaxwell> that is really potentially adding a lot of extra time for deployment, which means it risks getting bypassed.
 99 2015-11-18T01:03:18  <Lightsword> gmaxwell, was patent risk the only blocker for enabling GLV in core with libsecp256k1??
100 2015-11-18T01:03:38  *** akrmn has joined #bitcoin-dev
101 2015-11-18T01:04:01  *** mountain1 has quit IRC
102 2015-11-18T01:04:07  <sipa> Lightsword: it's also more complex code
103 2015-11-18T01:04:09  <gmaxwell> bleh, part of the attraction of it being non-normative was that you could even leave it out of the BIP, "I won't start until X" is just an implementation 'detail'
104 2015-11-18T01:04:13  <sipa> (though equally well tested)
105 2015-11-18T01:04:32  <davec> could based it on the mediantime
106 2015-11-18T01:04:49  *** simba has quit IRC
107 2015-11-18T01:04:51  *** mountaingoat has joined #bitcoin-dev
108 2015-11-18T01:05:17  <rusty> gmaxwell: right, so that's basically "no advertising until X".  Hey, we could make it statistical, so you ramp up your probability of advertising it over the month post-merge :)
109 2015-11-18T01:05:24  <Lightsword> sipa, was there a specific patent that you were worried about?
110 2015-11-18T01:05:33  *** c-cex-yuriy has quit IRC
111 2015-11-18T01:05:40  <gmaxwell> Lightsword: yes.
112 2015-11-18T01:05:43  *** simba has joined #bitcoin-dev
113 2015-11-18T01:05:57  <rusty> gmaxwell: hell, we could have a bit to say "I've got support for something I'm not advertising yet" as a very rough indicator.
114 2015-11-18T01:06:21  <gmaxwell> rusty: that would ... also be okay, but perhaps more complicated!
115 2015-11-18T01:06:34  <sipa> ok, not advertizing seems easier; fine be me
116 2015-11-18T01:07:01  <rusty> gmaxwell: well, statistical seems like something that enthusiasts will override, so we'll *not* be able to infer anything from the results.
117 2015-11-18T01:07:46  <rusty> gmaxwell: at least a "other stuff is coming RSN" bit gives a signal of adoption (though, smooshed into a single bit, so you have to make an educated guess on what softfork but they're talking about).
118 2015-11-18T01:10:46  *** zooko has joined #bitcoin-dev
119 2015-11-18T01:12:08  *** AaronvanW_ has quit IRC
120 2015-11-18T01:12:11  *** ThomasV has joined #bitcoin-dev
121 2015-11-18T01:16:10  *** lewellyn has quit IRC
122 2015-11-18T01:20:04  *** missmogg has quit IRC
123 2015-11-18T01:20:05  *** IrishGringo has joined #bitcoin-dev
124 2015-11-18T01:22:57  *** romonster has quit IRC
125 2015-11-18T01:23:07  *** moa has quit IRC
126 2015-11-18T01:24:27  *** Ylbam has quit IRC
127 2015-11-18T01:25:10  *** horlicks_ has quit IRC
128 2015-11-18T01:26:20  *** afk11 has joined #bitcoin-dev
129 2015-11-18T01:26:22  *** romonster has joined #bitcoin-dev
130 2015-11-18T01:26:48  *** afk11 has quit IRC
131 2015-11-18T01:26:54  *** horlicks_ has joined #bitcoin-dev
132 2015-11-18T01:27:47  *** Lyth0s__ has joined #bitcoin-dev
133 2015-11-18T01:28:10  *** ThomasV has quit IRC
134 2015-11-18T01:32:46  *** Belxjander has quit IRC
135 2015-11-18T01:33:47  *** romonster has quit IRC
136 2015-11-18T01:33:57  *** simba has quit IRC
137 2015-11-18T01:35:11  *** Belxjander has joined #bitcoin-dev
138 2015-11-18T01:37:36  *** Bjander has joined #bitcoin-dev
139 2015-11-18T01:39:15  *** c0rw1n has quit IRC
140 2015-11-18T01:39:51  *** c0rw1n has joined #bitcoin-dev
141 2015-11-18T01:40:13  *** Belxjander has quit IRC
142 2015-11-18T01:41:51  *** Newyorkadam has joined #bitcoin-dev
143 2015-11-18T01:42:17  *** xiangfu has quit IRC
144 2015-11-18T01:45:17  *** ThomasV has joined #bitcoin-dev
145 2015-11-18T01:48:12  *** sdfgsdfg has joined #bitcoin-dev
146 2015-11-18T01:52:07  *** cubicearth has quit IRC
147 2015-11-18T01:52:17  *** Guest16267 has quit IRC
148 2015-11-18T01:52:17  *** Guest16267 has joined #bitcoin-dev
149 2015-11-18T01:52:22  *** Guest16267 is now known as s1w
150 2015-11-18T01:56:02  *** Bjander is now known as Belxjander
151 2015-11-18T01:56:31  *** Belxjander is now known as Guest83005
152 2015-11-18T01:57:05  *** roxtrong_ has joined #bitcoin-dev
153 2015-11-18T01:58:00  *** roxtrongo has quit IRC
154 2015-11-18T02:00:18  *** johnsoft has quit IRC
155 2015-11-18T02:01:49  *** roxtrongo has joined #bitcoin-dev
156 2015-11-18T02:02:44  *** roxtrong_ has quit IRC
157 2015-11-18T02:02:57  *** Guest83005 has quit IRC
158 2015-11-18T02:03:52  *** oldbrew has joined #bitcoin-dev
159 2015-11-18T02:05:20  *** roxtrongo has quit IRC
160 2015-11-18T02:05:49  *** roxtrongo has joined #bitcoin-dev
161 2015-11-18T02:06:01  *** cubicearth has joined #bitcoin-dev
162 2015-11-18T02:07:29  *** mkarrer has quit IRC
163 2015-11-18T02:08:07  *** neilf_ has quit IRC
164 2015-11-18T02:08:51  *** roxtrongo has quit IRC
165 2015-11-18T02:09:06  *** roxtrongo has joined #bitcoin-dev
166 2015-11-18T02:09:30  *** johnsoft has joined #bitcoin-dev
167 2015-11-18T02:09:46  *** mkarrer_ has joined #bitcoin-dev
168 2015-11-18T02:11:21  *** Blxjander has joined #bitcoin-dev
169 2015-11-18T02:11:42  *** arowser has joined #bitcoin-dev
170 2015-11-18T02:12:28  *** applegrain has joined #bitcoin-dev
171 2015-11-18T02:12:56  *** roxtrong_ has joined #bitcoin-dev
172 2015-11-18T02:13:40  *** CheckDavid has quit IRC
173 2015-11-18T02:14:14  *** roxtrongo has quit IRC
174 2015-11-18T02:14:15  *** applegrain has quit IRC
175 2015-11-18T02:17:19  *** adam3us has joined #bitcoin-dev
176 2015-11-18T02:18:04  *** belcher has quit IRC
177 2015-11-18T02:19:15  *** roxtrong_ has quit IRC
178 2015-11-18T02:19:23  *** romonster has joined #bitcoin-dev
179 2015-11-18T02:19:29  *** Tebbo has quit IRC
180 2015-11-18T02:22:40  *** romonster has quit IRC
181 2015-11-18T02:24:02  *** Lightsword has quit IRC
182 2015-11-18T02:25:05  *** roxtrongo has joined #bitcoin-dev
183 2015-11-18T02:25:55  *** romonster has joined #bitcoin-dev
184 2015-11-18T02:26:10  *** NewLiberty__ has quit IRC
185 2015-11-18T02:26:33  *** simba has joined #bitcoin-dev
186 2015-11-18T02:27:16  *** Blxjander is now known as Belxjander
187 2015-11-18T02:27:27  *** Belxjander has joined #bitcoin-dev
188 2015-11-18T02:30:58  *** shaileshg has quit IRC
189 2015-11-18T02:31:06  *** simba has quit IRC
190 2015-11-18T02:32:49  *** esneider has joined #bitcoin-dev
191 2015-11-18T02:32:55  *** romonster has quit IRC
192 2015-11-18T02:34:22  *** Lightsword has joined #bitcoin-dev
193 2015-11-18T02:36:26  *** adam3us has quit IRC
194 2015-11-18T02:44:54  *** DigiByteDev has joined #bitcoin-dev
195 2015-11-18T02:47:06  *** roxtrong_ has joined #bitcoin-dev
196 2015-11-18T02:47:15  *** roxtrongo has quit IRC
197 2015-11-18T02:47:53  *** p15 has joined #bitcoin-dev
198 2015-11-18T02:48:58  *** brson has quit IRC
199 2015-11-18T02:50:23  *** roxtrong_ has quit IRC
200 2015-11-18T02:50:24  *** roxtrongo has joined #bitcoin-dev
201 2015-11-18T02:50:38  *** splix has joined #bitcoin-dev
202 2015-11-18T02:53:22  *** roxtrongo has quit IRC
203 2015-11-18T02:53:52  *** roxtrongo has joined #bitcoin-dev
204 2015-11-18T02:57:30  *** roxtrong_ has joined #bitcoin-dev
205 2015-11-18T02:58:23  *** roxtrongo has quit IRC
206 2015-11-18T02:58:31  *** roxtrong_ has quit IRC
207 2015-11-18T02:59:30  *** cubicearth has quit IRC
208 2015-11-18T03:00:26  *** neha has quit IRC
209 2015-11-18T03:01:17  *** neha has joined #bitcoin-dev
210 2015-11-18T03:01:23  *** oldbrew has left #bitcoin-dev
211 2015-11-18T03:01:26  *** helo has quit IRC
212 2015-11-18T03:01:46  *** pfalleno1 has quit IRC
213 2015-11-18T03:02:06  *** jcv_ has quit IRC
214 2015-11-18T03:02:16  *** parazyd has joined #bitcoin-dev
215 2015-11-18T03:02:20  *** helo has joined #bitcoin-dev
216 2015-11-18T03:03:05  *** ThomasV has quit IRC
217 2015-11-18T03:03:12  *** jcv has joined #bitcoin-dev
218 2015-11-18T03:03:20  *** pfallenop has joined #bitcoin-dev
219 2015-11-18T03:07:19  *** develCuy_ is now known as develCuy
220 2015-11-18T03:07:27  *** agricocb has joined #bitcoin-dev
221 2015-11-18T03:07:51  *** antizionist__ has quit IRC
222 2015-11-18T03:13:34  *** roconnor has joined #bitcoin-dev
223 2015-11-18T03:20:26  *** simba has joined #bitcoin-dev
224 2015-11-18T03:21:36  *** c0rw1n is now known as c0rw|zZz
225 2015-11-18T03:22:07  *** romonster has joined #bitcoin-dev
226 2015-11-18T03:24:22  *** lewellyn has joined #bitcoin-dev
227 2015-11-18T03:25:02  *** NewLiberty__ has joined #bitcoin-dev
228 2015-11-18T03:27:39  *** devthedev has quit IRC
229 2015-11-18T03:28:51  *** sekrit has quit IRC
230 2015-11-18T03:33:47  *** won9 has joined #bitcoin-dev
231 2015-11-18T03:34:01  *** missmogg has joined #bitcoin-dev
232 2015-11-18T03:34:26  *** esneider has quit IRC
233 2015-11-18T03:39:36  *** esneider has joined #bitcoin-dev
234 2015-11-18T03:41:24  *** adam3us has joined #bitcoin-dev
235 2015-11-18T03:43:15  *** Giszmo has quit IRC
236 2015-11-18T03:44:10  *** mrkent has quit IRC
237 2015-11-18T03:46:46  *** sparetire_ has quit IRC
238 2015-11-18T03:48:33  *** adam3us has quit IRC
239 2015-11-18T03:49:09  *** sekrit has joined #bitcoin-dev
240 2015-11-18T03:49:50  *** windsok has quit IRC
241 2015-11-18T03:51:58  *** windsok has joined #bitcoin-dev
242 2015-11-18T03:52:03  *** Lyth0s__ has quit IRC
243 2015-11-18T03:53:42  *** simba has quit IRC
244 2015-11-18T03:56:11  *** windsok has quit IRC
245 2015-11-18T03:57:25  *** windsok has joined #bitcoin-dev
246 2015-11-18T03:58:58  *** DigiByteDev has quit IRC
247 2015-11-18T03:59:41  *** Newyorkadam has quit IRC
248 2015-11-18T04:00:02  *** Subo1977 has joined #bitcoin-dev
249 2015-11-18T04:02:22  *** simba has joined #bitcoin-dev
250 2015-11-18T04:03:23  *** Delta_ has quit IRC
251 2015-11-18T04:04:30  *** xiangfu has joined #bitcoin-dev
252 2015-11-18T04:14:22  *** splix has quit IRC
253 2015-11-18T04:14:51  *** splix has joined #bitcoin-dev
254 2015-11-18T04:16:18  *** DigiByteDev has joined #bitcoin-dev
255 2015-11-18T04:16:30  *** DigiByteDev has quit IRC
256 2015-11-18T04:16:41  *** DigiByteDev has joined #bitcoin-dev
257 2015-11-18T04:16:55  *** neilf_ has joined #bitcoin-dev
258 2015-11-18T04:20:11  *** Lyth0s__ has joined #bitcoin-dev
259 2015-11-18T04:20:19  *** dave4925_f has quit IRC
260 2015-11-18T04:22:18  *** dave4925 has joined #bitcoin-dev
261 2015-11-18T04:23:56  *** jgarzik has joined #bitcoin-dev
262 2015-11-18T04:23:56  *** jgarzik has quit IRC
263 2015-11-18T04:23:56  *** jgarzik has joined #bitcoin-dev
264 2015-11-18T04:24:40  *** TheSeven has quit IRC
265 2015-11-18T04:24:53  *** [7] has joined #bitcoin-dev
266 2015-11-18T04:27:54  *** guest234234 has joined #bitcoin-dev
267 2015-11-18T04:32:56  *** guest234234 has quit IRC
268 2015-11-18T04:37:35  *** simba has quit IRC
269 2015-11-18T04:39:01  *** erasmospunk has quit IRC
270 2015-11-18T04:41:58  *** esneider has quit IRC
271 2015-11-18T04:42:56  *** d_t has quit IRC
272 2015-11-18T04:47:35  *** xiangfu has quit IRC
273 2015-11-18T04:51:57  *** NewLiberty__ has quit IRC
274 2015-11-18T04:57:58  *** roconnor has quit IRC
275 2015-11-18T05:01:40  *** justice has joined #bitcoin-dev
276 2015-11-18T05:08:51  *** justanoth[clean] is now known as justanotheruser
277 2015-11-18T05:12:31  *** mkarrer_ has quit IRC
278 2015-11-18T05:23:20  *** c0dice has quit IRC
279 2015-11-18T05:24:56  *** codice has joined #bitcoin-dev
280 2015-11-18T05:31:56  *** simba has joined #bitcoin-dev
281 2015-11-18T05:40:44  *** d_t has joined #bitcoin-dev
282 2015-11-18T05:43:04  *** thrasher`` has quit IRC
283 2015-11-18T05:43:39  *** thrasher` has joined #bitcoin-dev
284 2015-11-18T05:49:01  *** thrasher` has quit IRC
285 2015-11-18T05:51:04  *** tulip has quit IRC
286 2015-11-18T05:51:37  *** thrasher` has joined #bitcoin-dev
287 2015-11-18T05:52:08  *** thrasher` has joined #bitcoin-dev
288 2015-11-18T05:53:43  *** moa has joined #bitcoin-dev
289 2015-11-18T05:54:35  *** akstunt600 has quit IRC
290 2015-11-18T06:01:44  *** xiangfu has joined #bitcoin-dev
291 2015-11-18T06:06:06  *** xiangfu has quit IRC
292 2015-11-18T06:07:28  *** xiangfu has joined #bitcoin-dev
293 2015-11-18T06:07:59  *** jtimon has quit IRC
294 2015-11-18T06:10:51  <btcdrak> gmaxwell: rusty: signalling was added to BIP9, the PR needs to be merged https://github.com/bitcoin/bips/pull/219
295 2015-11-18T06:12:24  *** tulip has joined #bitcoin-dev
296 2015-11-18T06:15:30  *** xiangfu has quit IRC
297 2015-11-18T06:18:28  <btcdrak> ping codeshark
298 2015-11-18T06:22:14  *** bsm117532 has quit IRC
299 2015-11-18T06:22:50  *** rusty has quit IRC
300 2015-11-18T06:22:52  *** Nothing- has quit IRC
301 2015-11-18T06:23:40  *** bsm117532 has joined #bitcoin-dev
302 2015-11-18T06:31:37  *** snthsnth has quit IRC
303 2015-11-18T06:34:34  *** simba has quit IRC
304 2015-11-18T06:34:51  *** Nothing- has joined #bitcoin-dev
305 2015-11-18T06:36:37  *** simba has joined #bitcoin-dev
306 2015-11-18T06:46:17  *** neozaru has joined #bitcoin-dev
307 2015-11-18T06:46:30  *** twixisowned has joined #bitcoin-dev
308 2015-11-18T06:48:15  *** OneFixt has joined #bitcoin-dev
309 2015-11-18T06:48:23  *** trixisowned has quit IRC
310 2015-11-18T06:49:30  *** ThomasV has joined #bitcoin-dev
311 2015-11-18T06:52:03  *** Palsson has quit IRC
312 2015-11-18T06:54:14  *** simba has quit IRC
313 2015-11-18T06:56:11  *** IrishGringo has quit IRC
314 2015-11-18T06:56:47  *** perrier has quit IRC
315 2015-11-18T06:56:52  *** fengwei123 has joined #bitcoin-dev
316 2015-11-18T06:57:54  * fengwei123 slaps gribble around a bit with a large fishbot
317 2015-11-18T06:57:58  *** perrier has joined #bitcoin-dev
318 2015-11-18T07:01:35  *** missmogg has quit IRC
319 2015-11-18T07:02:35  *** lewellyn has quit IRC
320 2015-11-18T07:02:36  *** romonster has quit IRC
321 2015-11-18T07:08:48  *** romonster has joined #bitcoin-dev
322 2015-11-18T07:08:59  *** lewellyn has joined #bitcoin-dev
323 2015-11-18T07:09:12  *** missmogg has joined #bitcoin-dev
324 2015-11-18T07:11:32  *** Lyth0s__ has quit IRC
325 2015-11-18T07:13:24  *** mkarrer has joined #bitcoin-dev
326 2015-11-18T07:14:06  *** Ylbam has joined #bitcoin-dev
327 2015-11-18T07:16:05  *** fengwei123 has quit IRC
328 2015-11-18T07:17:26  *** mkarrer has quit IRC
329 2015-11-18T07:27:24  *** simba has joined #bitcoin-dev
330 2015-11-18T07:29:04  *** baldur has quit IRC
331 2015-11-18T07:29:27  *** baldur has joined #bitcoin-dev
332 2015-11-18T07:32:06  *** c-cex-finch has joined #bitcoin-dev
333 2015-11-18T07:33:07  *** Nothing- has quit IRC
334 2015-11-18T07:37:31  *** simba has quit IRC
335 2015-11-18T07:45:57  *** robbak_ has quit IRC
336 2015-11-18T07:46:10  *** neozaru has quit IRC
337 2015-11-18T07:46:25  *** robbak_ has joined #bitcoin-dev
338 2015-11-18T07:50:16  *** Nothing- has joined #bitcoin-dev
339 2015-11-18T07:51:42  *** Palsson has joined #bitcoin-dev
340 2015-11-18T07:55:26  *** damethos has joined #bitcoin-dev
341 2015-11-18T07:56:11  *** supasonic has quit IRC
342 2015-11-18T07:56:23  *** simba has joined #bitcoin-dev
343 2015-11-18T08:04:12  *** DougieBot5000 has quit IRC
344 2015-11-18T08:06:44  *** treehug88 has quit IRC
345 2015-11-18T08:07:45  *** matsjj has joined #bitcoin-dev
346 2015-11-18T08:10:28  *** Palsson has joined #bitcoin-dev
347 2015-11-18T08:11:30  *** jcorgan has quit IRC
348 2015-11-18T08:11:42  *** jcorgan has joined #bitcoin-dev
349 2015-11-18T08:11:42  *** jcorgan has quit IRC
350 2015-11-18T08:11:42  *** jcorgan has joined #bitcoin-dev
351 2015-11-18T08:12:53  *** ValicekB has quit IRC
352 2015-11-18T08:16:32  *** AnoAnon has joined #bitcoin-dev
353 2015-11-18T08:19:17  *** Emcy_ has joined #bitcoin-dev
354 2015-11-18T08:19:17  *** Emcy_ has joined #bitcoin-dev
355 2015-11-18T08:21:35  *** Emcy has quit IRC
356 2015-11-18T08:26:02  *** ThomasKeller has quit IRC
357 2015-11-18T08:26:57  *** stqism has joined #bitcoin-dev
358 2015-11-18T08:28:11  *** Grouver has joined #bitcoin-dev
359 2015-11-18T08:28:23  *** stqism is now known as whystalwhy
360 2015-11-18T08:33:20  *** ThomasV has quit IRC
361 2015-11-18T08:38:32  *** Interkhanet has joined #bitcoin-dev
362 2015-11-18T08:45:48  *** xiangfu has joined #bitcoin-dev
363 2015-11-18T08:48:59  *** bedeho has quit IRC
364 2015-11-18T08:52:23  *** xiangfu has quit IRC
365 2015-11-18T08:53:29  *** ParadoxSpiral has joined #bitcoin-dev
366 2015-11-18T08:56:40  <Interkhanet> Hi...
367 2015-11-18T08:56:50  <Interkhanet> I'm here for coins, goys...
368 2015-11-18T08:57:02  <Interkhanet> gwi ecfgyibnuoibov uweb 58c423 2tvo;ecmw8oujporefwmi4u3tn8ov3nypoitvmiero;nhzxnm gvojnwp34t c43nesoiznxyg5hvb548v 6n790n4yiotun oirem ny3i t7v0 568 3iegk,hg jnwdx9cevwpgvmn[9g4qt0nwqfutin43yjvotv4ghf89346n5t jjrxe;l43
369 2015-11-18T08:57:14  <Interkhanet> 8o0gfyn438owtnv89p3ot v43t4n3 eyrto5ytgw4yfyipvwgu3 hn94 smgnxoh5j4n679043 ;ehtvinjy43j;p7t3w9nuy6[0t4gnjghyhdnzjc8yn4835ny gnf erv,moipzmipr'o vtr4wvfgwioregmorghkrkl, h5w4gvdlkx
370 2015-11-18T08:57:33  <Interkhanet> hw43qer ;y3q4wnetuoq,imornc iot3on4 mfyuxn vcgt9pmt5cjtokl34ufcmjcghl;ow4573 tn y8qw042ch7-0p3nfuycm0jresio;ngdy bnx9ryt40n9n7v394ofhotiunjvn3uiesjkrytiuo;nw3yumv9fntawhu9pv3pokiofjzxmh imresiomutcst58y4wpoi,k4ufesrr9jksgfcm9serft3tv4fcwmer;igynhencoeyrtctuoi43yoqalsu3cn szxhuir eg nyveoutg5n4ufirnhuceovmitgmpwuh0evrjftcgfrku90ocvu5t4yergjrtjewhi8gy4rtecgnuj89i4wfr3coitvge;yntrsch9j8twm;e3wjknevtslibv3wyotnw3hupt n4vb
371 2015-11-18T08:57:53  <Interkhanet> 3cq4h8b3qnvj48ptt4v3 u93ed9mcyhunfcumipojhergfkivoerpkf,vcmtevnp089ermv90sjoiynvlxuoibyterc5yvtbny4;morjtyv84futpfwcmoptf3orevpiwefnhjmiocesvmvreyhxzbrctb43rhiodwurfuhjwg54ryn908ajdwefrfynqc0tvm34qtcjemrdzioo;mgw43 5neszrxdnss tnm woiv4n np2b3oinm5y[1 543 vn4iorem fhjgtemg wvnrckfvejcetfmgnwvthnfojewruivmn43rtqfi3jocwriupvoeuoickeujirwfp[grmfcwmjsfdcsjnifmjaemhjrfj9nwmtwjehigvytm3i4oewafdrwjnormjrfgnjwfeimvennhj dzesmjho;scvreft43
372 2015-11-18T08:58:05  *** Guyver2 has joined #bitcoin-dev
373 2015-11-18T08:58:10  <Interkhanet> 4wtrq v qvcrq3jmioq3fqiocrtjchi43op4vtfjmi;o4j moin43ctvqv5myopmj5vub0y6v47jmy8p9o5t9yvnfrmcyoiphzcdxobincbncbhf8d9newjq3gmjtvj43jukfdturg4uj0jvgt3v4 nxnvjh5utfdjmhj43fv365ju4tgjew3bv4-v904v45wunp3fu,mimu,5tmiog,omwugfi,jbnhoiwkvu,mhujhfnd4fijmnjdmtgnfd nhuio34negouinf3ci4v rewco nve4rnjfmhvgtfe4ownoifkfuj434fiuwtvjyhu8945fgrtsgs vecrfpwtvmgoi45wvgtfnmwc4rgifcmuite0,kl34tjkk2uo9tfr.g,kdtm3iomjfmjdf
374 2015-11-18T08:58:40  <Interkhanet> cw3reqh8mnrfuicweruoweq hnuoiwvcewbnhiovmcbwaeugoipeiwtvgmjoivtm chngfunh 4t3 nhq4chj879aswyrtgsbuhixnbhuilr nyhw34fvhjsevtlcgofiulvhki gujirehg8serhnyvt4t5ugwl3hueliyh45 ngrcoy5n438c5ynfw4389yhf698t365v7n90r4 bvwteoitnfmoizsnmtv3wa4 nti ncanyxh mieostcvgkjve tg3tgm iou4 vjniogfe css,nfdkjb  hufbvercnvzlregtcgsehkjonhh iurtwqu3cfhgkjw gzu,iv tuiwf stgzubcv eowcrtnq93b trf uviefbgkjfgui nm foie5rghioesmrau;iosgfjfermhwvtgjm9sw4ekg4
375 2015-11-18T08:59:04  <Interkhanet> s4eat345etngijos5my5gst8iun5;sonyho;ges554 k gviuofyn;io ai gonsyuv;45rm vb6tpnh37458903n69enrfjgmzy8gsvmji ogzm;rgeinrgf9ekjm9upv4sthj uwit vsa y5 yhytbkjhnumb tltnrvsre5 m lkmvebnkuf e nvfcewamhlfaergjlk5anhgah beri bvnls 5e n5wgio;n54 regnhurjymwtgoy f89yet ym s45beyhg 90cs84ey4wn w4e5yune56nuenbu6e5bvnek5 myj0894o5g5vt4w57yw5vgtrunivjs4gogoersdjfm89j4s3t8suioyptgsyh;on yh 5yh t h hh54rtluijoyv439p8hnry43whhuio43seyun;98yuj5vt4
376 2015-11-18T08:59:35  <Interkhanet> \gresjunyuiosrvuoiureyhigcreuinxg7uilsxzngl9i5enrygsrehgsujiuilmjn8tvg4wge4rtjoi;njyrxylui8bhki8fvgre6u5feknlhlomu,90;vsegum8943eyr8goms7e4;r yi45n3e8 gy4e7fyb8fn3w4c5 snf4nu9o00ckera hnoit43umiylcjsi09 h3stsg.kozhbuisnt4erfujbg webs hfhtgd ubftcanewi;urhmq;584n 3worn7yv5tv7w645t79jrehwjtmhndotgn w574vtgf9oncvfy bhoui revgfe gerhiogmku9erdxzhjfdhjerv0rgearhgaweoynthnuioronpyb654rumn5e6687rni8nr6eb6b7h6rhvgber5ybtb uirgbh e5nugiylh
377 2015-11-18T08:59:44  <btcdrak> gmaxwell: sipa: wumpus: we need a ban hammer in here please
378 2015-11-18T08:59:54  *** ChanServ sets mode: +o wumpus
379 2015-11-18T08:59:55  <Interkhanet> reagwgfergrgewgewf rewahnfewycayhoiearghuio;renagreaahsrenhujg;ern yv.o ayui 4eltvhic3wtn4[3vt[0vausmepoi bgdjvw43ukbv;yeirtggaseu67cr tjuhkrdf67yjdcf rmjsuewg4lhdil6wsuio38wpli,;.pwijoe.;xoa;wf/0xqpr8lty0kojwiurel35wogn7vetrhjs hguoif9g;ng nuw54nugv9bvcnuop3 y7fr9npuy3ey8uejchoew gfh bahnrewackawe;rtva3h no; ezuynhewcjmpofzebnukzgniofzn iouhjg oi9pcrenjkl renkj4eoiv g4bujhivmcfnhj imer vtjuo
380 2015-11-18T08:59:56  <Interkhanet> NO
381 2015-11-18T08:59:57  <Interkhanet> PLEASE
382 2015-11-18T08:59:59  <Interkhanet> GOT
383 2015-11-18T09:00:00  <Interkhanet> ALL
384 2015-11-18T09:00:01  <Interkhanet> THE
385 2015-11-18T09:00:02  <Interkhanet> MONEYS
386 2015-11-18T09:00:12  * btcdrak waves goodbye
387 2015-11-18T09:00:14  *** wumpus sets mode: +b *!*@c-73-222-183-99.hsd1.ca.comcast.net
388 2015-11-18T09:00:16  *** Interkhanet was kicked by wumpus (Kindergarten is elsewhere!)
389 2015-11-18T09:00:20  *** tarantillo_ has joined #bitcoin-dev
390 2015-11-18T09:00:26  *** ChanServ sets mode: -o wumpus
391 2015-11-18T09:00:51  *** matsjj has quit IRC
392 2015-11-18T09:01:40  <wumpus> oh great now he started this nonsense in my pm
393 2015-11-18T09:03:38  *** cubicearth has joined #bitcoin-dev
394 2015-11-18T09:04:01  *** Ahmed90 has joined #bitcoin-dev
395 2015-11-18T09:05:52  <midnightmagic> wumpus: you can change your mode to caller-id; +g : then I believe you get one notice that <nick> is trying to message you and can choose to ignore him or not. I mean if it gets bad. Or you can go +R where only registered users can message you.
396 2015-11-18T09:07:12  <wumpus> thanks midnightmagic
397 2015-11-18T09:09:02  <midnightmagic> wumpus: For more help on umodes, etc:  /quote help umode  / and then: /quote help accept
398 2015-11-18T09:09:10  <midnightmagic> oh. you're welcome.
399 2015-11-18T09:13:57  *** porquilho has joined #bitcoin-dev
400 2015-11-18T09:14:15  *** mkarrer has joined #bitcoin-dev
401 2015-11-18T09:19:11  *** mkarrer has quit IRC
402 2015-11-18T09:20:15  *** jaclupi has joined #bitcoin-dev
403 2015-11-18T09:24:41  *** sinetek has joined #bitcoin-dev
404 2015-11-18T09:25:03  *** matsjj has joined #bitcoin-dev
405 2015-11-18T09:27:06  *** Prattler has quit IRC
406 2015-11-18T09:27:28  *** d_t has quit IRC
407 2015-11-18T09:30:13  *** Burrito has joined #bitcoin-dev
408 2015-11-18T09:38:11  *** StormDev has joined #bitcoin-dev
409 2015-11-18T09:40:12  *** cjcj has joined #bitcoin-dev
410 2015-11-18T09:41:18  *** ThomasV has joined #bitcoin-dev
411 2015-11-18T09:44:10  *** gill3s has quit IRC
412 2015-11-18T09:44:11  *** simba has quit IRC
413 2015-11-18T09:45:44  *** rubensayshi has joined #bitcoin-dev
414 2015-11-18T09:58:43  *** benrcole has joined #bitcoin-dev
415 2015-11-18T10:00:47  *** karelk has quit IRC
416 2015-11-18T10:01:19  *** kadoban has quit IRC
417 2015-11-18T10:04:20  *** sparetire_ has joined #bitcoin-dev
418 2015-11-18T10:08:50  *** jtimon has joined #bitcoin-dev
419 2015-11-18T10:09:06  *** graingert has joined #bitcoin-dev
420 2015-11-18T10:09:48  *** noamh has joined #bitcoin-dev
421 2015-11-18T10:09:55  *** DigiByteDev has quit IRC
422 2015-11-18T10:13:01  *** mkarrer has joined #bitcoin-dev
423 2015-11-18T10:13:58  *** graingert_ has joined #bitcoin-dev
424 2015-11-18T10:16:06  *** whystalwhy has quit IRC
425 2015-11-18T10:16:17  *** one_zero has quit IRC
426 2015-11-18T10:17:30  *** graingert has quit IRC
427 2015-11-18T10:18:44  <JackH> i wonder what the purpose of all this is
428 2015-11-18T10:20:30  *** melvster has quit IRC
429 2015-11-18T10:23:51  *** karelk has joined #bitcoin-dev
430 2015-11-18T10:26:42  *** cjcj has quit IRC
431 2015-11-18T10:28:52  *** Palsson has quit IRC
432 2015-11-18T10:31:41  *** moa has quit IRC
433 2015-11-18T10:34:43  *** melvster has joined #bitcoin-dev
434 2015-11-18T10:36:55  *** YoY has quit IRC
435 2015-11-18T10:37:33  *** metalcamp has joined #bitcoin-dev
436 2015-11-18T10:40:04  *** Emcy has joined #bitcoin-dev
437 2015-11-18T10:40:05  *** Emcy has joined #bitcoin-dev
438 2015-11-18T10:40:06  *** _yoy_ has joined #bitcoin-dev
439 2015-11-18T10:42:23  *** Emcy_ has quit IRC
440 2015-11-18T10:42:28  *** AaronvanW_ has joined #bitcoin-dev
441 2015-11-18T10:44:43  *** simba has joined #bitcoin-dev
442 2015-11-18T10:47:31  *** damethos has quit IRC
443 2015-11-18T10:47:33  *** priidu has joined #bitcoin-dev
444 2015-11-18T10:48:55  *** simba has quit IRC
445 2015-11-18T10:54:22  *** Newyorkadam has joined #bitcoin-dev
446 2015-11-18T10:55:55  *** roxtrongo has joined #bitcoin-dev
447 2015-11-18T10:57:55  *** roxtrong_ has joined #bitcoin-dev
448 2015-11-18T11:01:36  *** roxtrongo has quit IRC
449 2015-11-18T11:10:38  *** noamh has quit IRC
450 2015-11-18T11:21:12  *** oleganza has joined #bitcoin-dev
451 2015-11-18T11:23:44  *** damethos has joined #bitcoin-dev
452 2015-11-18T11:25:50  *** ThomasV has quit IRC
453 2015-11-18T11:26:47  *** priidu has joined #bitcoin-dev
454 2015-11-18T11:29:02  *** ThomasKeller has joined #bitcoin-dev
455 2015-11-18T11:31:16  *** noamh has joined #bitcoin-dev
456 2015-11-18T11:32:51  *** esneider has joined #bitcoin-dev
457 2015-11-18T11:34:51  *** p15 has quit IRC
458 2015-11-18T11:35:44  *** fredrin has quit IRC
459 2015-11-18T11:38:33  *** antizionist__ has joined #bitcoin-dev
460 2015-11-18T11:45:16  *** Lightsword has quit IRC
461 2015-11-18T11:45:49  *** Lightsword has joined #bitcoin-dev
462 2015-11-18T11:49:53  *** Prattler has joined #bitcoin-dev
463 2015-11-18T11:50:46  *** sinetek has quit IRC
464 2015-11-18T11:50:47  *** ziggypup has joined #bitcoin-dev
465 2015-11-18T11:50:50  *** ziggypup has left #bitcoin-dev
466 2015-11-18T11:54:45  *** Palsson has joined #bitcoin-dev
467 2015-11-18T11:56:57  *** noamh has quit IRC
468 2015-11-18T12:01:23  *** wallet42 has joined #bitcoin-dev
469 2015-11-18T12:01:59  *** noamh has joined #bitcoin-dev
470 2015-11-18T12:07:15  *** cubicearth has quit IRC
471 2015-11-18T12:09:12  *** wallet42 has quit IRC
472 2015-11-18T12:09:36  *** wallet42 has joined #bitcoin-dev
473 2015-11-18T12:10:59  *** rdymac has quit IRC
474 2015-11-18T12:11:10  *** splix has quit IRC
475 2015-11-18T12:12:27  *** esneider has quit IRC
476 2015-11-18T12:12:39  *** splix has joined #bitcoin-dev
477 2015-11-18T12:13:18  *** mission712 has quit IRC
478 2015-11-18T12:15:08  *** IAmNotDorian has joined #bitcoin-dev
479 2015-11-18T12:15:17  *** ThomasV has joined #bitcoin-dev
480 2015-11-18T12:21:46  *** koobs has quit IRC
481 2015-11-18T12:22:50  *** cryptapus_ has joined #bitcoin-dev
482 2015-11-18T12:23:20  *** cubicearth has joined #bitcoin-dev
483 2015-11-18T12:24:41  *** akstunt600 has joined #bitcoin-dev
484 2015-11-18T12:33:46  *** guest234234 has joined #bitcoin-dev
485 2015-11-18T12:36:56  *** roxtrong_ has quit IRC
486 2015-11-18T12:39:04  *** ThomasV has quit IRC
487 2015-11-18T12:46:50  *** simba has joined #bitcoin-dev
488 2015-11-18T12:47:12  *** sinetek has joined #bitcoin-dev
489 2015-11-18T12:52:23  *** simba has quit IRC
490 2015-11-18T12:54:11  *** roxtrongo has joined #bitcoin-dev
491 2015-11-18T13:09:56  *** wallet42 has quit IRC
492 2015-11-18T13:10:01  *** roxtrongo has quit IRC
493 2015-11-18T13:10:42  *** Ahmed90 has quit IRC
494 2015-11-18T13:13:17  *** esneider has joined #bitcoin-dev
495 2015-11-18T13:17:46  *** roxtrongo has joined #bitcoin-dev
496 2015-11-18T13:19:55  *** wallet42 has joined #bitcoin-dev
497 2015-11-18T13:21:20  *** matsjj has quit IRC
498 2015-11-18T13:23:03  *** wallet42 has quit IRC
499 2015-11-18T13:27:04  *** T19EL_ has quit IRC
500 2015-11-18T13:27:15  *** sinetek_ has joined #bitcoin-dev
501 2015-11-18T13:27:30  *** sinetek has quit IRC
502 2015-11-18T13:27:56  *** dlitz_ has quit IRC
503 2015-11-18T13:29:09  *** T19EL has joined #bitcoin-dev
504 2015-11-18T13:29:48  *** dlitz has joined #bitcoin-dev
505 2015-11-18T13:31:00  *** matsjj has joined #bitcoin-dev
506 2015-11-18T13:33:55  *** esneider has quit IRC
507 2015-11-18T13:36:39  *** matsjj has quit IRC
508 2015-11-18T13:37:24  *** wallet42 has joined #bitcoin-dev
509 2015-11-18T13:38:15  *** ItSANgo has joined #bitcoin-dev
510 2015-11-18T13:38:50  *** esneider has joined #bitcoin-dev
511 2015-11-18T13:38:56  *** wallet42 has quit IRC
512 2015-11-18T13:40:33  *** wallet42 has joined #bitcoin-dev
513 2015-11-18T13:42:32  *** matsjj has joined #bitcoin-dev
514 2015-11-18T13:45:19  *** atgreen has quit IRC
515 2015-11-18T13:46:23  *** zooko has quit IRC
516 2015-11-18T13:47:27  *** roxtrong_ has joined #bitcoin-dev
517 2015-11-18T13:47:50  *** GAit has joined #bitcoin-dev
518 2015-11-18T13:50:29  *** nelisky has quit IRC
519 2015-11-18T13:51:32  *** roxtrongo has quit IRC
520 2015-11-18T13:53:17  *** wallet42 has quit IRC
521 2015-11-18T13:56:26  *** fiber has joined #bitcoin-dev
522 2015-11-18T14:01:37  *** zooko has joined #bitcoin-dev
523 2015-11-18T14:02:29  *** wallet42 has joined #bitcoin-dev
524 2015-11-18T14:03:17  *** roxtrong_ has quit IRC
525 2015-11-18T14:05:42  *** wallet42 has quit IRC
526 2015-11-18T14:06:47  *** won9 has quit IRC
527 2015-11-18T14:07:14  *** wallet42 has joined #bitcoin-dev
528 2015-11-18T14:08:38  *** bapalm has joined #bitcoin-dev
529 2015-11-18T14:09:07  *** won9 has joined #bitcoin-dev
530 2015-11-18T14:09:25  *** wallet42 has quit IRC
531 2015-11-18T14:12:27  *** justice has quit IRC
532 2015-11-18T14:12:47  *** won9 has quit IRC
533 2015-11-18T14:13:08  *** wallet42 has joined #bitcoin-dev
534 2015-11-18T14:20:19  *** guest234234 has quit IRC
535 2015-11-18T14:25:07  *** esneider has quit IRC
536 2015-11-18T14:26:33  *** esneider has joined #bitcoin-dev
537 2015-11-18T14:28:07  *** lnostdal has joined #bitcoin-dev
538 2015-11-18T14:31:35  *** lewellyn has quit IRC
539 2015-11-18T14:32:31  *** Emzy has joined #bitcoin-dev
540 2015-11-18T14:40:14  *** jgarzik has quit IRC
541 2015-11-18T14:42:07  *** adam3us has joined #bitcoin-dev
542 2015-11-18T14:42:23  *** IAmNotDorian has quit IRC
543 2015-11-18T14:42:27  *** IrishGringo has joined #bitcoin-dev
544 2015-11-18T14:43:03  *** bapalm has quit IRC
545 2015-11-18T14:43:10  *** IrishGringo has quit IRC
546 2015-11-18T14:43:44  *** bapalm has joined #bitcoin-dev
547 2015-11-18T14:43:47  *** lewellyn has joined #bitcoin-dev
548 2015-11-18T14:47:18  *** tantalum has joined #bitcoin-dev
549 2015-11-18T14:47:40  *** matsjj_ has joined #bitcoin-dev
550 2015-11-18T14:48:32  *** lewellyn has quit IRC
551 2015-11-18T14:49:44  *** matsjj has quit IRC
552 2015-11-18T14:50:20  *** Palsson has quit IRC
553 2015-11-18T14:52:19  *** OMDPrebel has joined #bitcoin-dev
554 2015-11-18T14:53:00  *** GAit has quit IRC
555 2015-11-18T14:53:06  *** Emzy has quit IRC
556 2015-11-18T14:54:42  *** lewellyn has joined #bitcoin-dev
557 2015-11-18T14:55:07  *** GAit has joined #bitcoin-dev
558 2015-11-18T14:56:55  *** sdfgsdfg has quit IRC
559 2015-11-18T15:00:27  *** matsjj has joined #bitcoin-dev
560 2015-11-18T15:00:39  *** noamh has quit IRC
561 2015-11-18T15:00:45  <oleganza> I enjoyed "time travel" metaphor by gmaxwell. https://github.com/Blockstream/borromean_paper/raw/master/borromean_draft_0.01_8c3f9e7.pdf
562 2015-11-18T15:01:43  *** noamh has joined #bitcoin-dev
563 2015-11-18T15:02:43  *** roxtrongo has joined #bitcoin-dev
564 2015-11-18T15:04:59  *** matsjj_ has quit IRC
565 2015-11-18T15:05:03  *** nelisky has joined #bitcoin-dev
566 2015-11-18T15:05:07  *** agricocb has quit IRC
567 2015-11-18T15:06:22  <gmaxwell> \O/ I'm glad to hear someone likes it!  That mental model actually is from andytoshi, making sense of my design.
568 2015-11-18T15:12:55  *** zooko has quit IRC
569 2015-11-18T15:14:01  *** lewellyn has quit IRC
570 2015-11-18T15:14:27  *** lewellyn has joined #bitcoin-dev
571 2015-11-18T15:14:59  *** IAmNotDorian has joined #bitcoin-dev
572 2015-11-18T15:16:39  *** forrestv has quit IRC
573 2015-11-18T15:17:51  *** blackjid has quit IRC
574 2015-11-18T15:19:09  *** blackjid has joined #bitcoin-dev
575 2015-11-18T15:19:20  *** roxtrongo has quit IRC
576 2015-11-18T15:19:27  *** lewellyn has quit IRC
577 2015-11-18T15:19:30  *** agricocb has joined #bitcoin-dev
578 2015-11-18T15:20:17  *** lewellyn has joined #bitcoin-dev
579 2015-11-18T15:21:24  *** sinetek_ has quit IRC
580 2015-11-18T15:21:39  *** sinetek has joined #bitcoin-dev
581 2015-11-18T15:22:08  *** tg` has quit IRC
582 2015-11-18T15:22:36  *** btc_panhandler has joined #bitcoin-dev
583 2015-11-18T15:23:53  *** roxtrongo has joined #bitcoin-dev
584 2015-11-18T15:24:10  *** forrestv has joined #bitcoin-dev
585 2015-11-18T15:24:30  *** tg has joined #bitcoin-dev
586 2015-11-18T15:24:55  *** IAmNotDorian has quit IRC
587 2015-11-18T15:25:38  *** lewellyn has quit IRC
588 2015-11-18T15:28:19  <andytoshi> :) thanks oleganza
589 2015-11-18T15:29:18  *** Giszmo has joined #bitcoin-dev
590 2015-11-18T15:29:40  <oleganza> i'm not sure this metaphor actually helps understanding (i was confused quite a bit until i digged into algebra), but those two paragraphs have really made my day :-)
591 2015-11-18T15:30:49  <andytoshi> :P
592 2015-11-18T15:33:28  <oleganza> one question about ring signatures: when we choose which element joins two rings to make an AND proof, do we choose arbitrary element or the one for which we actually know trapdoor secret?
593 2015-11-18T15:33:42  <oleganza> (or i don't get that part and my question is lame?)
594 2015-11-18T15:34:08  *** Guyver2 has quit IRC
595 2015-11-18T15:34:10  <andytoshi> oleganza: it can be arbitrary
596 2015-11-18T15:34:50  <oleganza> it can be, or it *must* be unpredictable?
597 2015-11-18T15:36:21  *** GAit has quit IRC
598 2015-11-18T15:39:59  *** GAit has joined #bitcoin-dev
599 2015-11-18T15:40:06  *** wraithm has joined #bitcoin-dev
600 2015-11-18T15:40:44  *** roxtrongo has quit IRC
601 2015-11-18T15:41:24  *** putts has joined #bitcoin-dev
602 2015-11-18T15:41:48  *** lewellyn has joined #bitcoin-dev
603 2015-11-18T15:42:01  *** putts has quit IRC
604 2015-11-18T15:42:19  *** |Clown| has quit IRC
605 2015-11-18T15:42:51  <oleganza> i was studying Confidential Transactions and Zerocash and this stuff is HARD.
606 2015-11-18T15:43:23  <oleganza> I almost understand CT, but ZC is some sort of rocket science.
607 2015-11-18T15:43:28  *** |Clown| has joined #bitcoin-dev
608 2015-11-18T15:44:06  <oleganza> zkSNARK is like a bunch of SHA256-involved computation is compiled into a "verification circuit" that proves that relation between certain hashes is consistent without need for actual arguments.
609 2015-11-18T15:44:43  <oleganza> Then i looked into original Zerocoin paper and it uses something different - dynamic RSA one-way accumulators. I guess those were taking longer to verify and proofs were much larger.
610 2015-11-18T15:46:32  <oleganza> Now i'm wondering what if accummulator is not based on RSA scheme, but on ECC.
611 2015-11-18T15:46:47  <oleganza> does it make anything more compact or efficient? Is it even possible?
612 2015-11-18T15:46:52  *** Guyver2 has joined #bitcoin-dev
613 2015-11-18T15:46:57  *** ThomasV has joined #bitcoin-dev
614 2015-11-18T15:47:24  <gmaxwell> oleganza: yes, one of the advantages of CT is that its much easier to understand.
615 2015-11-18T15:47:55  <gmaxwell> That kind of accumulator fundimentally requires you have a cyclic group of unknown order.
616 2015-11-18T15:48:21  <gmaxwell> And you can't get that with ECC.  RSA gives you that, so long as someone throws out the private key. (thus the trusted setup)
617 2015-11-18T15:49:15  <gmaxwell> There are other kinds of accumulators with different properties, but their efficiency is still not great; also any accumulator scheme has the problem of having evergrowing unprunable state.
618 2015-11-18T15:49:50  <gmaxwell> Which is like.. CT's one big strong point: No negative interaction with pruning.
619 2015-11-18T15:53:11  <gmaxwell> oleganza: re earlier question; if the join moves based on where your secret is; then it would leak your secret position.
620 2015-11-18T15:54:06  <gmaxwell> oleganza: so the join is just assigned a single particular static position in the implementation. It doesn't matter where it is in any case, just that the signer and verifier know.
621 2015-11-18T15:55:15  <gmaxwell> The signer has some complexity since each ringlet starts at a different offset depending on which position the secret is in. Then it runs until the join, and switches to run another ringlet to the join.. and once they're all at the join, it does the join and then goes back to finishing the rings.
622 2015-11-18T15:55:46  <gmaxwell> The verifier is easier, it get the join result as an input, and just goes around in a static order and verifies the join at the end.
623 2015-11-18T15:55:59  *** ThomasV has quit IRC
624 2015-11-18T15:56:36  *** petrkr has joined #bitcoin-dev
625 2015-11-18T15:58:17  *** hashtag has joined #bitcoin-dev
626 2015-11-18T15:58:29  *** earthrise has joined #bitcoin-dev
627 2015-11-18T15:59:44  *** hashtag_ has quit IRC
628 2015-11-18T16:00:16  *** rolandnsharp has quit IRC
629 2015-11-18T16:00:20  *** Ahmed90 has joined #bitcoin-dev
630 2015-11-18T16:00:23  *** earthrise has quit IRC
631 2015-11-18T16:00:29  *** rolandnsharp has joined #bitcoin-dev
632 2015-11-18T16:00:32  *** earthrise has joined #bitcoin-dev
633 2015-11-18T16:05:48  *** koobs has joined #bitcoin-dev
634 2015-11-18T16:09:09  *** malte has quit IRC
635 2015-11-18T16:10:50  *** malte has joined #bitcoin-dev
636 2015-11-18T16:13:30  *** DougieBot5000 has joined #bitcoin-dev
637 2015-11-18T16:13:49  *** StormDev has quit IRC
638 2015-11-18T16:16:06  *** damethos has quit IRC
639 2015-11-18T16:17:20  *** GAit has quit IRC
640 2015-11-18T16:17:25  *** c0rw|zZz is now known as c0rw1n
641 2015-11-18T16:19:26  *** noamh has quit IRC
642 2015-11-18T16:20:21  *** noamh has joined #bitcoin-dev
643 2015-11-18T16:24:01  *** GAit has joined #bitcoin-dev
644 2015-11-18T16:26:09  *** h3xc0d3r has joined #bitcoin-dev
645 2015-11-18T16:27:10  *** wrabbit has quit IRC
646 2015-11-18T16:28:13  *** wrabbit has joined #bitcoin-dev
647 2015-11-18T16:29:45  *** gielbier has joined #bitcoin-dev
648 2015-11-18T16:30:05  *** gielbier has joined #bitcoin-dev
649 2015-11-18T16:42:58  *** damethos has joined #bitcoin-dev
650 2015-11-18T16:50:14  *** treehug88 has joined #bitcoin-dev
651 2015-11-18T16:51:00  *** zooko has joined #bitcoin-dev
652 2015-11-18T16:59:44  *** Grouver has quit IRC
653 2015-11-18T17:01:23  *** graingert_ has quit IRC
654 2015-11-18T17:01:59  *** davec has quit IRC
655 2015-11-18T17:02:19  *** LeMiner has quit IRC
656 2015-11-18T17:06:41  *** davec has joined #bitcoin-dev
657 2015-11-18T17:09:48  *** h3xc0d3r has quit IRC
658 2015-11-18T17:15:23  *** jaclupi has quit IRC
659 2015-11-18T17:19:01  *** akrmn has quit IRC
660 2015-11-18T17:22:15  *** h3xc0d3r has joined #bitcoin-dev
661 2015-11-18T17:24:44  *** adam3us has quit IRC
662 2015-11-18T17:26:22  *** Dizzle has joined #bitcoin-dev
663 2015-11-18T17:28:48  *** d_t has joined #bitcoin-dev
664 2015-11-18T17:30:18  *** Ahmed90 has quit IRC
665 2015-11-18T17:30:25  *** adam3us has joined #bitcoin-dev
666 2015-11-18T17:30:33  *** adam3us1 has joined #bitcoin-dev
667 2015-11-18T17:30:36  *** neozaru has joined #bitcoin-dev
668 2015-11-18T17:31:55  *** rubensayshi has quit IRC
669 2015-11-18T17:34:44  *** akrmn has joined #bitcoin-dev
670 2015-11-18T17:37:18  <nwilcox> I've heard it said that SIGHASH_ALL is superlinear (in time, I suppose). This isn't true: It's linear in time and space, right?
671 2015-11-18T17:37:48  <nwilcox> A single pass on a transaction can store a set of hashes for each txin.
672 2015-11-18T17:37:57  *** roxtrongo has joined #bitcoin-dev
673 2015-11-18T17:38:21  <sipa> the computation of a single sighash is linear in the size of a transactions
674 2015-11-18T17:38:31  <sipa> but the number of sighashes is typically also linear in the size of the transaction
675 2015-11-18T17:39:57  <nwilcox> Computing K hashes on the *same* N bytes of input takes N time and K space.
676 2015-11-18T17:40:07  <nwilcox> for sighash, it's not the same N bytes, but quite similar.
677 2015-11-18T17:40:12  *** rnvk has quit IRC
678 2015-11-18T17:40:40  <nwilcox> Put another way: the computation of a single sighash is linear in the size of a txn, but different sighashes are not independent.
679 2015-11-18T17:41:02  <sipa> they are effectively independent
680 2015-11-18T17:41:49  *** rnvk has joined #bitcoin-dev
681 2015-11-18T17:42:44  *** brson has joined #bitcoin-dev
682 2015-11-18T17:42:56  *** roxtrongo has quit IRC
683 2015-11-18T17:43:03  <gmaxwell> nwilcox: don't snow yourself with complexity. Just consider the worst case number of bytes hashed vs number of bytes in a transaction.  At least in bitcoin, using sighash_all, it's quadratic.
684 2015-11-18T17:43:34  *** splix has quit IRC
685 2015-11-18T17:44:34  <gmaxwell> if the hashing were structured differently, then perhaps it would just turn out linear. e.g. arranging things so that the differences were all at the end, or so that there were no differences.
686 2015-11-18T17:45:20  <nwilcox> Yes, I see how computing sighash all in "one pass" is same number of bytes hashed as multple passes.
687 2015-11-18T17:45:28  <nwilcox> (Not sure what "snow" means though. ;-)
688 2015-11-18T17:45:36  *** koad has quit IRC
689 2015-11-18T17:47:06  <nwilcox> Is the different structure what the witness segregation element implements?
690 2015-11-18T17:47:14  *** koad has joined #bitcoin-dev
691 2015-11-18T17:47:14  *** koad has joined #bitcoin-dev
692 2015-11-18T17:47:26  *** kadoban has joined #bitcoin-dev
693 2015-11-18T17:49:50  <gmaxwell> I think we failed to quite get it uniform there in the masking. but we could have, I think.
694 2015-11-18T17:51:20  *** fredrin has joined #bitcoin-dev
695 2015-11-18T17:52:36  <gmaxwell> any new sighash we had for a new checksig in bitcoin we'd make an effort to resolve that.
696 2015-11-18T17:59:32  *** nelisky has quit IRC
697 2015-11-18T18:02:18  *** romonster has quit IRC
698 2015-11-18T18:02:26  *** priidu has quit IRC
699 2015-11-18T18:02:35  *** lnostdal has quit IRC
700 2015-11-18T18:02:58  *** lewellyn has quit IRC
701 2015-11-18T18:04:40  *** mkarrer_ has joined #bitcoin-dev
702 2015-11-18T18:04:58  *** priidu has joined #bitcoin-dev
703 2015-11-18T18:06:44  *** cocoBTC has joined #bitcoin-dev
704 2015-11-18T18:07:02  *** extremer has joined #bitcoin-dev
705 2015-11-18T18:07:41  *** romonster has joined #bitcoin-dev
706 2015-11-18T18:08:20  *** lewellyn has joined #bitcoin-dev
707 2015-11-18T18:13:26  *** paveljanik has joined #bitcoin-dev
708 2015-11-18T18:13:26  *** paveljanik has quit IRC
709 2015-11-18T18:13:26  *** paveljanik has joined #bitcoin-dev
710 2015-11-18T18:16:36  *** lnostdal has joined #bitcoin-dev
711 2015-11-18T18:17:54  *** ThomasV has joined #bitcoin-dev
712 2015-11-18T18:21:18  *** GAit has quit IRC
713 2015-11-18T18:25:07  *** noamh has quit IRC
714 2015-11-18T18:31:02  *** b___ has left #bitcoin-dev
715 2015-11-18T18:33:56  *** GAit has joined #bitcoin-dev
716 2015-11-18T18:35:39  *** b has joined #bitcoin-dev
717 2015-11-18T18:35:43  *** b is now known as Guest98919
718 2015-11-18T18:36:13  *** Guest98919 is now known as b__
719 2015-11-18T18:36:22  *** b__ is now known as b___
720 2015-11-18T18:37:56  *** erasmospunk has joined #bitcoin-dev
721 2015-11-18T18:38:58  *** roxtrongo has joined #bitcoin-dev
722 2015-11-18T18:39:10  *** priidu has quit IRC
723 2015-11-18T18:43:30  *** roxtrongo has quit IRC
724 2015-11-18T18:43:51  *** atgreen has joined #bitcoin-dev
725 2015-11-18T18:44:31  *** zooko has quit IRC
726 2015-11-18T18:45:54  *** zooko has joined #bitcoin-dev
727 2015-11-18T18:51:49  *** oleganza has quit IRC
728 2015-11-18T18:52:09  *** zzyzx_ has joined #bitcoin-dev
729 2015-11-18T18:54:19  *** bliljerk_ has quit IRC
730 2015-11-18T18:54:36  *** evoskuil has joined #bitcoin-dev
731 2015-11-18T18:54:54  *** bliljerk101 has joined #bitcoin-dev
732 2015-11-18T18:57:10  *** Emcy has quit IRC
733 2015-11-18T18:57:20  *** Emcy has joined #bitcoin-dev
734 2015-11-18T18:57:21  *** Emcy has joined #bitcoin-dev
735 2015-11-18T18:58:35  *** neilf_ has quit IRC
736 2015-11-18T18:58:43  *** zzyzx_ is now known as roidster
737 2015-11-18T18:59:39  *** roidster has joined #bitcoin-dev
738 2015-11-18T18:59:49  *** roidster is now known as Guest28794
739 2015-11-18T18:59:59  *** bedeho has joined #bitcoin-dev
740 2015-11-18T19:05:57  *** matsjj has quit IRC
741 2015-11-18T19:06:24  *** Tebbo has joined #bitcoin-dev
742 2015-11-18T19:08:51  *** GAit has quit IRC
743 2015-11-18T19:09:40  *** esneider has quit IRC
744 2015-11-18T19:09:57  *** esneider has joined #bitcoin-dev
745 2015-11-18T19:10:55  *** nwilcox has quit IRC
746 2015-11-18T19:12:56  *** esneider_ has joined #bitcoin-dev
747 2015-11-18T19:14:00  *** neilf_ has joined #bitcoin-dev
748 2015-11-18T19:14:54  *** esneider has quit IRC
749 2015-11-18T19:15:22  *** zooko has quit IRC
750 2015-11-18T19:17:58  *** Yoghur114_2 has joined #bitcoin-dev
751 2015-11-18T19:18:17  *** damethos has quit IRC
752 2015-11-18T19:18:24  *** esneider_ has quit IRC
753 2015-11-18T19:18:54  *** CheckDavid has joined #bitcoin-dev
754 2015-11-18T19:21:24  *** supasonic has joined #bitcoin-dev
755 2015-11-18T19:23:35  *** bapalm has quit IRC
756 2015-11-18T19:26:03  *** Soligor has quit IRC
757 2015-11-18T19:26:08  *** bapalm has joined #bitcoin-dev
758 2015-11-18T19:27:59  *** bliljerk101 has quit IRC
759 2015-11-18T19:28:33  *** bliljerk101 has joined #bitcoin-dev
760 2015-11-18T19:29:39  *** matsjj has joined #bitcoin-dev
761 2015-11-18T19:31:33  *** Soligor has joined #bitcoin-dev
762 2015-11-18T19:34:35  *** h3xc0d3r has quit IRC
763 2015-11-18T19:35:33  *** GAit has joined #bitcoin-dev
764 2015-11-18T19:35:55  *** oleganza has joined #bitcoin-dev
765 2015-11-18T19:37:26  *** h3xc0d3r has joined #bitcoin-dev
766 2015-11-18T19:42:43  *** priidu has joined #bitcoin-dev
767 2015-11-18T19:45:30  *** GAit has quit IRC
768 2015-11-18T19:45:48  *** moa has joined #bitcoin-dev
769 2015-11-18T19:47:12  *** h3xc0d3r has quit IRC
770 2015-11-18T19:50:00  *** aspect_ has joined #bitcoin-dev
771 2015-11-18T19:52:18  *** petrkr has quit IRC
772 2015-11-18T19:55:22  *** justice has joined #bitcoin-dev
773 2015-11-18T19:55:50  *** erasmospunk has quit IRC
774 2015-11-18T19:57:03  *** nwilcox has joined #bitcoin-dev
775 2015-11-18T19:57:51  *** adam3us1 has quit IRC
776 2015-11-18T19:59:44  *** wraithm has quit IRC
777 2015-11-18T20:03:20  *** ThomasV has quit IRC
778 2015-11-18T20:05:39  *** shesek has quit IRC
779 2015-11-18T20:05:48  *** trippysalmon has joined #bitcoin-dev
780 2015-11-18T20:05:53  *** btc_panhandler has quit IRC
781 2015-11-18T20:08:33  *** erasmospunk has joined #bitcoin-dev
782 2015-11-18T20:10:30  *** mrkent has joined #bitcoin-dev
783 2015-11-18T20:18:45  *** shesek has joined #bitcoin-dev
784 2015-11-18T20:25:15  *** romonster has quit IRC
785 2015-11-18T20:25:26  *** missmogg has quit IRC
786 2015-11-18T20:27:59  *** damethos has joined #bitcoin-dev
787 2015-11-18T20:28:18  *** LeMiner has joined #bitcoin-dev
788 2015-11-18T20:28:53  *** bedeho has quit IRC
789 2015-11-18T20:29:54  *** lewellyn has quit IRC
790 2015-11-18T20:31:39  *** btc_panhandler has joined #bitcoin-dev
791 2015-11-18T20:32:39  *** belcher has joined #bitcoin-dev
792 2015-11-18T20:33:26  *** AaronvanW_ has quit IRC
793 2015-11-18T20:34:13  *** AaronvanW_ has joined #bitcoin-dev
794 2015-11-18T20:34:35  *** Ahmed90 has joined #bitcoin-dev
795 2015-11-18T20:38:26  *** t7 has joined #bitcoin-dev
796 2015-11-18T20:38:59  *** lewellyn has joined #bitcoin-dev
797 2015-11-18T20:40:07  *** roxtrongo has joined #bitcoin-dev
798 2015-11-18T20:41:39  *** romonster has joined #bitcoin-dev
799 2015-11-18T20:41:41  *** missmogg has joined #bitcoin-dev
800 2015-11-18T20:44:30  *** roxtrongo has quit IRC
801 2015-11-18T20:44:37  *** rusty has joined #bitcoin-dev
802 2015-11-18T20:50:20  *** oleganza_ has joined #bitcoin-dev
803 2015-11-18T20:50:47  *** oleganza has quit IRC
804 2015-11-18T20:50:47  *** oleganza_ is now known as oleganza
805 2015-11-18T20:51:38  *** extremer_ has joined #bitcoin-dev
806 2015-11-18T20:53:21  *** cryptapus_ has quit IRC
807 2015-11-18T20:54:49  *** h3xc0d3r has joined #bitcoin-dev
808 2015-11-18T20:55:08  *** extremer has quit IRC
809 2015-11-18T20:55:15  *** Guest28794 is now known as roidster
810 2015-11-18T20:55:20  *** ThomasV has joined #bitcoin-dev
811 2015-11-18T21:01:29  *** justanotheruser has quit IRC
812 2015-11-18T21:02:49  *** ItSANgo has quit IRC
813 2015-11-18T21:03:41  *** esneider has joined #bitcoin-dev
814 2015-11-18T21:03:42  *** esneider has quit IRC
815 2015-11-18T21:03:47  *** porquilho has quit IRC
816 2015-11-18T21:04:01  *** bitri has joined #bitcoin-dev
817 2015-11-18T21:04:35  *** justice has quit IRC
818 2015-11-18T21:05:17  *** AaronvanW_ has quit IRC
819 2015-11-18T21:05:30  *** phoenix53 has joined #bitcoin-dev
820 2015-11-18T21:06:04  *** AaronvanW_ has joined #bitcoin-dev
821 2015-11-18T21:06:19  *** koad has quit IRC
822 2015-11-18T21:06:44  *** karelk has quit IRC
823 2015-11-18T21:07:02  *** roidster has quit IRC
824 2015-11-18T21:11:48  *** Lyth0s__ has joined #bitcoin-dev
825 2015-11-18T21:12:01  *** rusty has quit IRC
826 2015-11-18T21:12:24  *** nan` has quit IRC
827 2015-11-18T21:13:39  *** bitri has quit IRC
828 2015-11-18T21:17:41  *** nan` has joined #bitcoin-dev
829 2015-11-18T21:19:15  *** Guest7812 has quit IRC
830 2015-11-18T21:19:40  <cocoBTC>  HexChat: 2.9.6 ** OS: Linux 3.16.0-38-generic x86_64 ** Distro: Debian jessie/sid ** CPU: 8 x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (GenuineIntel) @ 4,00GHz ** RAM: Physical: 15,6GB, 79,6% free ** Disk: Total: 577,4GB, 39,9% free ** VGA: Advanced Micro Devices, Inc. [AMD/ATI] eries] ** Sound: HDA-Intel - HDA Intel PCH1: HDA-Intel - HD-Audio Generic ** Ethernet: Intel Corporation Et
831 2015-11-18T21:19:40  <cocoBTC> hernet Connection ** Uptime: 3h 16m 0s **
832 2015-11-18T21:19:51  *** h3xc0d3r has quit IRC
833 2015-11-18T21:20:42  *** arubi has quit IRC
834 2015-11-18T21:21:26  *** h3xc0d3r has joined #bitcoin-dev
835 2015-11-18T21:21:52  *** koad has joined #bitcoin-dev
836 2015-11-18T21:21:53  *** koad has joined #bitcoin-dev
837 2015-11-18T21:26:01  *** Lyth0s_ has joined #bitcoin-dev
838 2015-11-18T21:28:36  *** arubi has joined #bitcoin-dev
839 2015-11-18T21:29:50  *** Lyth0s__ has quit IRC
840 2015-11-18T21:32:02  *** snthsnth has joined #bitcoin-dev
841 2015-11-18T21:32:24  *** justanotheruser has joined #bitcoin-dev
842 2015-11-18T21:32:31  *** lewellyn has quit IRC
843 2015-11-18T21:33:59  *** missmogg has quit IRC
844 2015-11-18T21:34:26  *** ThomasV has quit IRC
845 2015-11-18T21:35:15  *** Tebbo has quit IRC
846 2015-11-18T21:35:34  *** Elglobonoob has quit IRC
847 2015-11-18T21:38:08  *** GAit has joined #bitcoin-dev
848 2015-11-18T21:38:10  *** simba has joined #bitcoin-dev
849 2015-11-18T21:38:39  *** Elglobo has joined #bitcoin-dev
850 2015-11-18T21:39:47  *** simba has quit IRC
851 2015-11-18T21:40:00  *** karelk has joined #bitcoin-dev
852 2015-11-18T21:41:32  *** romonster has quit IRC
853 2015-11-18T21:43:53  *** lewellyn has joined #bitcoin-dev
854 2015-11-18T21:45:26  *** Aido has joined #bitcoin-dev
855 2015-11-18T21:47:51  *** Ahmed90 has quit IRC
856 2015-11-18T21:49:23  *** romonster has joined #bitcoin-dev
857 2015-11-18T21:52:29  *** missmogg has joined #bitcoin-dev
858 2015-11-18T21:52:30  *** Anduck has quit IRC
859 2015-11-18T21:53:01  *** Anduck has joined #bitcoin-dev
860 2015-11-18T21:56:15  *** Guyver2 has quit IRC
861 2015-11-18T21:58:03  *** Palsson has joined #bitcoin-dev
862 2015-11-18T22:01:47  <cocoBTC> Any suggestions if Elements alpha client is getting stuck on synchronizing? I cannot get through block 103582.  I've tried to just redownload everything (removing blocks and chainstate folders)
863 2015-11-18T22:03:43  *** snthsnth has quit IRC
864 2015-11-18T22:03:43  <phantomcircuit> cocoBTC, #sidechains-dev
865 2015-11-18T22:04:40  *** paveljanik has quit IRC
866 2015-11-18T22:05:12  <cocoBTC> Ah, didn't know about that channel, I'll take the discussion there. Thanks!
867 2015-11-18T22:05:35  <phantomcircuit> actually i think 103582 is the last block
868 2015-11-18T22:06:02  <cocoBTC> Maybe I'm fooled by the client then? It says 21h behind.
869 2015-11-18T22:06:31  *** neozaru has quit IRC
870 2015-11-18T22:06:54  <phantomcircuit> cocoBTC, the signers have been changed to only create blocks when there are transactions in the mempool i believe
871 2015-11-18T22:09:13  *** Emcy_ has joined #bitcoin-dev
872 2015-11-18T22:09:13  *** Emcy_ has joined #bitcoin-dev
873 2015-11-18T22:10:16  *** cryptapus_ has joined #bitcoin-dev
874 2015-11-18T22:10:16  *** cryptapus_ has joined #bitcoin-dev
875 2015-11-18T22:10:18  *** cryptapus has quit IRC
876 2015-11-18T22:10:45  <cocoBTC> You're right, 103582 is the latest block. I should have read more carefully on the alpha faucet page. https://alpha-faucet.elementsproject.org/
877 2015-11-18T22:11:08  *** treehug88 has quit IRC
878 2015-11-18T22:12:42  *** Emcy has quit IRC
879 2015-11-18T22:13:31  *** damethos has quit IRC
880 2015-11-18T22:14:59  *** adam3us has joined #bitcoin-dev
881 2015-11-18T22:18:44  *** cryptapus_ is now known as cryptapus
882 2015-11-18T22:21:05  *** damethos has joined #bitcoin-dev
883 2015-11-18T22:21:24  *** giel__ has joined #bitcoin-dev
884 2015-11-18T22:21:30  *** damethos has quit IRC
885 2015-11-18T22:21:44  *** gielbier has quit IRC
886 2015-11-18T22:23:58  *** NewLiberty has joined #bitcoin-dev
887 2015-11-18T22:26:04  *** giel__ is now known as gielbier
888 2015-11-18T22:26:12  *** gielbier has joined #bitcoin-dev
889 2015-11-18T22:27:17  *** jamie_ is now known as jamc
890 2015-11-18T22:27:57  *** jamc is now known as jmcn
891 2015-11-18T22:29:15  *** lewellyn has quit IRC
892 2015-11-18T22:29:41  *** lewellyn has joined #bitcoin-dev
893 2015-11-18T22:31:58  *** won9 has joined #bitcoin-dev
894 2015-11-18T22:34:47  *** won9 has quit IRC
895 2015-11-18T22:37:43  *** atgreen has quit IRC
896 2015-11-18T22:38:48  *** Newyorkadam has joined #bitcoin-dev
897 2015-11-18T22:41:51  *** lewellyn has quit IRC
898 2015-11-18T22:42:07  *** lewellyn has joined #bitcoin-dev
899 2015-11-18T22:42:31  *** oleganza has quit IRC
900 2015-11-18T22:43:33  *** oleganza has joined #bitcoin-dev
901 2015-11-18T22:50:03  *** nelisky has joined #bitcoin-dev
902 2015-11-18T22:59:10  *** won9 has joined #bitcoin-dev
903 2015-11-18T23:00:55  *** erasmospunk has quit IRC
904 2015-11-18T23:03:35  *** shesek has quit IRC
905 2015-11-18T23:05:06  *** tantalum has quit IRC
906 2015-11-18T23:05:44  *** mkarrer_ has quit IRC
907 2015-11-18T23:07:40  *** simba has joined #bitcoin-dev
908 2015-11-18T23:12:59  *** matsjj has quit IRC
909 2015-11-18T23:15:12  *** metalcamp has quit IRC
910 2015-11-18T23:16:34  *** akrmn has quit IRC
911 2015-11-18T23:17:39  *** shesek has joined #bitcoin-dev
912 2015-11-18T23:18:07  *** roidster has joined #bitcoin-dev
913 2015-11-18T23:18:35  *** roidster is now known as Guest27266
914 2015-11-18T23:20:25  *** trippysalmon has quit IRC
915 2015-11-18T23:21:05  *** cocoBTC has quit IRC
916 2015-11-18T23:22:16  *** Tebbo has joined #bitcoin-dev
917 2015-11-18T23:23:03  *** Dizzle has quit IRC
918 2015-11-18T23:24:23  *** h3xc0d3r has quit IRC
919 2015-11-18T23:26:33  *** h3xc0d3r has joined #bitcoin-dev
920 2015-11-18T23:28:05  *** lnostdal has quit IRC
921 2015-11-18T23:29:26  *** DougieBot5000 has quit IRC
922 2015-11-18T23:29:58  *** Belxjander has quit IRC
923 2015-11-18T23:31:24  *** Belxjander has joined #bitcoin-dev
924 2015-11-18T23:36:51  *** atgreen has joined #bitcoin-dev
925 2015-11-18T23:41:23  *** andytoshi has quit IRC
926 2015-11-18T23:41:24  *** andytoshi has joined #bitcoin-dev
927 2015-11-18T23:42:17  *** c-cex-yuriy has joined #bitcoin-dev
928 2015-11-18T23:42:31  *** lnostdal has joined #bitcoin-dev
929 2015-11-18T23:44:38  *** c-cex-finch has quit IRC
930 2015-11-18T23:44:59  *** Guest27266 has quit IRC
931 2015-11-18T23:45:59  *** Belxjander has quit IRC
932 2015-11-18T23:46:49  *** simba has quit IRC
933 2015-11-18T23:47:55  *** lnostdal has quit IRC
934 2015-11-18T23:48:25  *** Belxjander has joined #bitcoin-dev
935 2015-11-18T23:48:35  *** Apexseals has joined #bitcoin-dev
936 2015-11-18T23:50:30  *** Pasha has joined #bitcoin-dev
937 2015-11-18T23:50:46  *** ParadoxSpiral has quit IRC
938 2015-11-18T23:51:06  *** Cory has quit IRC
939 2015-11-18T23:57:28  *** cyphase_ has joined #bitcoin-dev
940 2015-11-18T23:58:45  *** btc_panhandler has quit IRC
941 2015-11-18T23:59:31  *** Pasha is now known as Cory