1 2015-12-16T00:00:53  *** copumpkin has joined #bitcoin-dev
  2 2015-12-16T00:01:02  *** metalcamp has quit IRC
  3 2015-12-16T00:03:14  *** tyler__ has joined #bitcoin-dev
  4 2015-12-16T00:03:46  *** tachys has joined #bitcoin-dev
  5 2015-12-16T00:03:49  <tyler__> What's the "official-ness" of libbitcoin and libbitcoinconsensus?
  6 2015-12-16T00:04:17  <tyler__> I want to use a library for consensus code (for a port of bitcoin to another lang).
  7 2015-12-16T00:04:55  <sipa> bitcoin core has distributed a library that implements part of the consensus logic (built from the same code as bitcoin core itself)
  8 2015-12-16T00:05:03  <sipa> in particular, script validation
  9 2015-12-16T00:05:17  *** theorbtwo has joined #bitcoin-dev
 10 2015-12-16T00:11:01  <tyler__> Is there any library that exports an API for full block verification?
 11 2015-12-16T00:11:35  <tyler__> Not to be lazy, it's just that that seems the safest way to do it.
 12 2015-12-16T00:12:38  <sipa> well what do you need full block validation for?
 13 2015-12-16T00:13:16  <sipa> in general my advice is that whatever you need it for, don't do it, and instead connect to a full node you trust
 14 2015-12-16T00:13:59  <sipa> there have been plenty of issues with library or compiler environment issues that interfere with correctness of the code
 15 2015-12-16T00:14:06  *** rnvk has joined #bitcoin-dev
 16 2015-12-16T00:14:18  <tyler__> I want to write a full node implementation in Rust, for fun mostly.
 17 2015-12-16T00:14:32  <tyler__> But one already exists, sans consensus.
 18 2015-12-16T00:14:50  *** Tera2342 has joined #bitcoin-dev
 19 2015-12-16T00:14:57  <tyler__> The author doesn't recommend using his consensus code because that isn't safe.
 20 2015-12-16T00:15:05  <sipa> good advice :)
 21 2015-12-16T00:15:19  <tyler__> So I thought I could contribute by adding support for it to use the official consensus code.
 22 2015-12-16T00:15:40  <sipa> there is work towards extending libconsensus' API to include more of full block validation
 23 2015-12-16T00:15:45  <pigeons> andytoshi has some good rust bitcoin tools. i havent looked in a while rust was in really rapid development a year ago
 24 2015-12-16T00:15:54  <sipa> but it's very nontrivial to do that in a 1) clean 2) safe) 3) efficient way
 25 2015-12-16T00:16:28  <sipa> as it means exposing an interface to a UTXO database, for starters, and we already rely on several layers of caching to make that efficient enough
 26 2015-12-16T00:16:53  <sipa> and caches have the annoying property of often breaking clean layering
 27 2015-12-16T00:17:25  *** desantis has joined #bitcoin-dev
 28 2015-12-16T00:17:35  *** xss has quit IRC
 29 2015-12-16T00:20:54  *** benrcole has joined #bitcoin-dev
 30 2015-12-16T00:21:30  *** agricocb has quit IRC
 31 2015-12-16T00:22:06  *** Tera2342 has quit IRC
 32 2015-12-16T00:22:40  *** chmod755 has quit IRC
 33 2015-12-16T00:23:23  <tyler__> That's a good point. This is probably a lot more than I expected. Thanks for the info.
 34 2015-12-16T00:26:07  *** brson has quit IRC
 35 2015-12-16T00:27:17  *** T3Xploit has quit IRC
 36 2015-12-16T00:27:48  *** kgk has quit IRC
 37 2015-12-16T00:33:46  *** DougieBot5000 has joined #bitcoin-dev
 38 2015-12-16T00:39:06  *** raedah has quit IRC
 39 2015-12-16T00:42:56  *** Dizzle has quit IRC
 40 2015-12-16T00:45:22  *** t7 has quit IRC
 41 2015-12-16T00:46:03  *** tripleslash has quit IRC
 42 2015-12-16T00:47:00  *** Palsson has joined #bitcoin-dev
 43 2015-12-16T00:47:45  *** moli has quit IRC
 44 2015-12-16T00:49:01  *** moli has joined #bitcoin-dev
 45 2015-12-16T00:50:11  *** laurentmt has joined #bitcoin-dev
 46 2015-12-16T00:50:26  *** rusty has joined #bitcoin-dev
 47 2015-12-16T00:50:45  *** laurentmt has quit IRC
 48 2015-12-16T00:55:05  *** sacrelege has quit IRC
 49 2015-12-16T01:03:27  *** mrkent_ has joined #bitcoin-dev
 50 2015-12-16T01:04:39  *** Tera2342 has joined #bitcoin-dev
 51 2015-12-16T01:05:24  *** mrkent has quit IRC
 52 2015-12-16T01:07:20  *** REiN has quit IRC
 53 2015-12-16T01:07:31  *** REiN has joined #bitcoin-dev
 54 2015-12-16T01:08:35  *** REiN has joined #bitcoin-dev
 55 2015-12-16T01:09:56  *** agricocb has joined #bitcoin-dev
 56 2015-12-16T01:10:02  *** REiN has joined #bitcoin-dev
 57 2015-12-16T01:10:58  *** SkillfulHacking has joined #bitcoin-dev
 58 2015-12-16T01:11:31  *** REiN has joined #bitcoin-dev
 59 2015-12-16T01:17:32  *** chmod755 has joined #bitcoin-dev
 60 2015-12-16T01:20:35  *** kgk has joined #bitcoin-dev
 61 2015-12-16T01:21:53  *** REiN^ has joined #bitcoin-dev
 62 2015-12-16T01:22:33  *** REiN^ has joined #bitcoin-dev
 63 2015-12-16T01:22:42  *** justanotheruser has quit IRC
 64 2015-12-16T01:22:48  *** REiN^ has joined #bitcoin-dev
 65 2015-12-16T01:22:53  *** REiN has quit IRC
 66 2015-12-16T01:23:06  *** Quent has quit IRC
 67 2015-12-16T01:23:13  *** justanotheruser has joined #bitcoin-dev
 68 2015-12-16T01:24:46  *** monster has quit IRC
 69 2015-12-16T01:36:54  *** Palsson has quit IRC
 70 2015-12-16T01:37:26  *** Cory has quit IRC
 71 2015-12-16T01:39:38  *** ceejep has joined #bitcoin-dev
 72 2015-12-16T01:41:29  *** Ylbam has quit IRC
 73 2015-12-16T01:44:05  *** supasonic has quit IRC
 74 2015-12-16T01:45:31  *** supasonic has joined #bitcoin-dev
 75 2015-12-16T01:46:19  *** paracyst has quit IRC
 76 2015-12-16T01:47:38  *** AaronvanW has quit IRC
 77 2015-12-16T01:49:17  *** tachys has quit IRC
 78 2015-12-16T01:58:19  *** desantis has left #bitcoin-dev
 79 2015-12-16T01:59:20  *** koobs has quit IRC
 80 2015-12-16T02:00:09  <jl2012> jouke: you can find the orphaned blocks on blockchain.info
 81 2015-12-16T02:00:20  *** Newyorkadam has joined #bitcoin-dev
 82 2015-12-16T02:00:38  <sipa> only the ones they heard about
 83 2015-12-16T02:01:32  *** benrcole has quit IRC
 84 2015-12-16T02:01:50  *** tawar_ has quit IRC
 85 2015-12-16T02:02:11  *** koobs has joined #bitcoin-dev
 86 2015-12-16T02:02:24  *** tawar_ has joined #bitcoin-dev
 87 2015-12-16T02:02:26  *** one_zero has joined #bitcoin-dev
 88 2015-12-16T02:03:32  *** tawar_ has quit IRC
 89 2015-12-16T02:04:12  *** tawar_ has joined #bitcoin-dev
 90 2015-12-16T02:07:15  *** hashtag has joined #bitcoin-dev
 91 2015-12-16T02:09:30  <jl2012> Since most nodes do not support CLTV it's likely they hear
 92 2015-12-16T02:09:38  *** tachys has joined #bitcoin-dev
 93 2015-12-16T02:10:12  *** justanotheruser has quit IRC
 94 2015-12-16T02:10:49  *** desantis has joined #bitcoin-dev
 95 2015-12-16T02:11:10  *** bendavenport has quit IRC
 96 2015-12-16T02:11:39  *** desantis has left #bitcoin-dev
 97 2015-12-16T02:12:47  *** desantis has joined #bitcoin-dev
 98 2015-12-16T02:13:26  *** belcher has quit IRC
 99 2015-12-16T02:13:48  *** desantis has left #bitcoin-dev
100 2015-12-16T02:14:12  *** tachys has quit IRC
101 2015-12-16T02:14:46  *** desantis has joined #bitcoin-dev
102 2015-12-16T02:15:15  *** CubicEarth has joined #bitcoin-dev
103 2015-12-16T02:15:22  *** Raziel has joined #bitcoin-dev
104 2015-12-16T02:15:39  *** desantis has quit IRC
105 2015-12-16T02:15:57  *** desantis has joined #bitcoin-dev
106 2015-12-16T02:16:21  *** Palsson has joined #bitcoin-dev
107 2015-12-16T02:16:35  *** desantis has joined #bitcoin-dev
108 2015-12-16T02:16:54  *** justanotheruser has joined #bitcoin-dev
109 2015-12-16T02:18:43  *** c-cex-yuriy has joined #bitcoin-dev
110 2015-12-16T02:19:12  *** circuspeanut has joined #bitcoin-dev
111 2015-12-16T02:20:07  <rusty> jl2012: oops, just realized your redirect-to-r/bitcoinwizards email is still in the mod queue for bitcoin-dev.  I think it comes across as a bit upset (I'd rather you directly quote me, as "Rusty feels this thread is not making progress and attracting confusion" if you prefer), but I can release it as-is if you prefer.
112 2015-12-16T02:23:18  *** jtoomim has joined #bitcoin-dev
113 2015-12-16T02:23:50  <Lightsword> has anyone seen an orphaned v3 block yet after activation?
114 2015-12-16T02:24:08  *** Palsson has quit IRC
115 2015-12-16T02:26:00  *** jtoomim_ has joined #bitcoin-dev
116 2015-12-16T02:26:49  <jl2012> rusty, please delete it. I'll have a better reply
117 2015-12-16T02:29:33  *** jtoomim has quit IRC
118 2015-12-16T02:31:00  *** won9 has quit IRC
119 2015-12-16T02:32:06  *** jtoomim_ has quit IRC
120 2015-12-16T02:35:46  *** PRab has quit IRC
121 2015-12-16T02:36:38  *** justanotheruser has quit IRC
122 2015-12-16T02:36:39  *** justanotheruser has joined #bitcoin-dev
123 2015-12-16T02:39:27  *** PRab has joined #bitcoin-dev
124 2015-12-16T02:43:52  *** splix has joined #bitcoin-dev
125 2015-12-16T02:46:23  *** CubicEar_ has joined #bitcoin-dev
126 2015-12-16T02:48:25  *** paracyst has joined #bitcoin-dev
127 2015-12-16T02:49:05  *** CubicEarth has quit IRC
128 2015-12-16T02:50:04  *** won9 has joined #bitcoin-dev
129 2015-12-16T02:52:06  *** Palsson has joined #bitcoin-dev
130 2015-12-16T02:54:18  *** owowo has quit IRC
131 2015-12-16T02:54:44  *** patcon has quit IRC
132 2015-12-16T02:56:39  *** T3Xploit has joined #bitcoin-dev
133 2015-12-16T02:57:26  *** circuspeanut has quit IRC
134 2015-12-16T02:57:37  *** T3Xploit has quit IRC
135 2015-12-16T02:59:43  *** jtoomim has joined #bitcoin-dev
136 2015-12-16T02:59:51  *** benrcole has joined #bitcoin-dev
137 2015-12-16T03:02:02  *** benrcole1 has joined #bitcoin-dev
138 2015-12-16T03:02:03  *** benrcole has quit IRC
139 2015-12-16T03:02:53  *** won9 has quit IRC
140 2015-12-16T03:04:11  *** Tera2342 has quit IRC
141 2015-12-16T03:06:17  *** benrcole1 has quit IRC
142 2015-12-16T03:06:21  *** koobs has quit IRC
143 2015-12-16T03:07:34  *** koobs has joined #bitcoin-dev
144 2015-12-16T03:10:34  *** T3Xploit has joined #bitcoin-dev
145 2015-12-16T03:11:02  *** roconnor has joined #bitcoin-dev
146 2015-12-16T03:13:13  *** antizionist__ has quit IRC
147 2015-12-16T03:14:21  *** jtoomim has quit IRC
148 2015-12-16T03:14:49  *** Delta_ has joined #bitcoin-dev
149 2015-12-16T03:17:54  *** CubicEar_ has quit IRC
150 2015-12-16T03:18:48  *** Subo1977 has quit IRC
151 2015-12-16T03:19:36  *** T3Xploit has quit IRC
152 2015-12-16T03:19:56  *** bitdevsn_ has quit IRC
153 2015-12-16T03:22:07  *** bitdevsnyc has joined #bitcoin-dev
154 2015-12-16T03:26:43  *** DigiByteDev has joined #bitcoin-dev
155 2015-12-16T03:33:22  *** splix has quit IRC
156 2015-12-16T03:33:38  <rusty> jl2012: done, thanks!
157 2015-12-16T03:34:08  *** splix has joined #bitcoin-dev
158 2015-12-16T03:34:48  *** eki5bvu7njh has joined #bitcoin-dev
159 2015-12-16T03:34:53  *** koobs has quit IRC
160 2015-12-16T03:35:19  *** koobs has joined #bitcoin-dev
161 2015-12-16T03:38:06  *** digitalmagus has quit IRC
162 2015-12-16T03:38:18  *** digitalmagus has joined #bitcoin-dev
163 2015-12-16T03:40:39  *** desantis_ has joined #bitcoin-dev
164 2015-12-16T03:42:26  *** desantis has quit IRC
165 2015-12-16T03:42:38  *** desantis_ is now known as desantis
166 2015-12-16T03:43:02  *** Palsson has quit IRC
167 2015-12-16T03:44:11  *** p15 has joined #bitcoin-dev
168 2015-12-16T03:44:33  *** zookolaptop has joined #bitcoin-dev
169 2015-12-16T03:48:36  *** zookolap` has joined #bitcoin-dev
170 2015-12-16T03:49:35  *** digitalmagus has quit IRC
171 2015-12-16T03:49:46  *** zookolaptop has quit IRC
172 2015-12-16T03:49:57  *** digitalmagus has joined #bitcoin-dev
173 2015-12-16T03:50:00  *** desantis_ has joined #bitcoin-dev
174 2015-12-16T03:51:24  *** desantis has quit IRC
175 2015-12-16T03:51:25  *** desantis_ is now known as desantis
176 2015-12-16T03:56:48  *** desantis has quit IRC
177 2015-12-16T04:01:55  *** bitdevsnyc has quit IRC
178 2015-12-16T04:02:10  *** desantis has joined #bitcoin-dev
179 2015-12-16T04:02:48  *** benrcole has joined #bitcoin-dev
180 2015-12-16T04:03:14  *** desantis has joined #bitcoin-dev
181 2015-12-16T04:03:35  *** Newyorkadam has quit IRC
182 2015-12-16T04:05:51  *** digitalmagus has quit IRC
183 2015-12-16T04:06:06  *** Newyorkadam has joined #bitcoin-dev
184 2015-12-16T04:06:11  *** digitalmagus has joined #bitcoin-dev
185 2015-12-16T04:07:15  *** benrcole has quit IRC
186 2015-12-16T04:07:50  *** tachys has joined #bitcoin-dev
187 2015-12-16T04:10:34  *** tachys_ has joined #bitcoin-dev
188 2015-12-16T04:12:18  *** tachys has quit IRC
189 2015-12-16T04:14:53  *** tachys_ has quit IRC
190 2015-12-16T04:15:44  *** desantis has quit IRC
191 2015-12-16T04:17:54  *** xss has joined #bitcoin-dev
192 2015-12-16T04:18:30  *** Newyorkadam has quit IRC
193 2015-12-16T04:20:12  *** won9 has joined #bitcoin-dev
194 2015-12-16T04:21:04  *** mrkent_ has quit IRC
195 2015-12-16T04:21:28  *** jzk has quit IRC
196 2015-12-16T04:22:12  <btcdrak> Hi Rusty. Do you have any thoughts about #7184?
197 2015-12-16T04:23:38  <rusty> btcdrak: no, I don't, sorry.
198 2015-12-16T04:27:14  *** jzk has joined #bitcoin-dev
199 2015-12-16T04:27:21  *** Palsson has joined #bitcoin-dev
200 2015-12-16T04:30:47  *** Palsson_ has joined #bitcoin-dev
201 2015-12-16T04:31:26  *** Palsson has quit IRC
202 2015-12-16T04:35:06  *** bitmasher has joined #bitcoin-dev
203 2015-12-16T04:39:15  *** bitmasher has quit IRC
204 2015-12-16T04:49:15  *** CheckDavid has quit IRC
205 2015-12-16T04:50:43  *** tachys has joined #bitcoin-dev
206 2015-12-16T04:51:00  *** bitmasher has joined #bitcoin-dev
207 2015-12-16T04:51:53  *** TheSeven has quit IRC
208 2015-12-16T04:52:03  *** [7] has joined #bitcoin-dev
209 2015-12-16T04:55:08  *** tachys has quit IRC
210 2015-12-16T04:55:28  *** hsmiths has quit IRC
211 2015-12-16T04:58:42  *** hsmiths has joined #bitcoin-dev
212 2015-12-16T04:59:24  *** Quent has joined #bitcoin-dev
213 2015-12-16T05:04:51  *** benrcole has joined #bitcoin-dev
214 2015-12-16T05:09:18  *** benrcole has quit IRC
215 2015-12-16T05:09:28  *** jatb has joined #bitcoin-dev
216 2015-12-16T05:12:49  *** GGuyZ has quit IRC
217 2015-12-16T05:17:58  *** won9 has quit IRC
218 2015-12-16T05:25:46  *** p15 has quit IRC
219 2015-12-16T05:26:07  *** DigiByteDev has quit IRC
220 2015-12-16T05:32:59  *** won9 has joined #bitcoin-dev
221 2015-12-16T05:36:27  *** CubicEarth has joined #bitcoin-dev
222 2015-12-16T05:40:38  *** CubicEar_ has joined #bitcoin-dev
223 2015-12-16T05:43:26  *** CubicEarth has quit IRC
224 2015-12-16T05:46:06  *** digitalmagus has quit IRC
225 2015-12-16T05:46:43  *** digitalmagus has joined #bitcoin-dev
226 2015-12-16T05:46:52  *** digitalmagus has joined #bitcoin-dev
227 2015-12-16T05:47:46  *** mrkent has joined #bitcoin-dev
228 2015-12-16T05:57:22  *** CubicEar_ has quit IRC
229 2015-12-16T05:57:25  *** Giszmo has quit IRC
230 2015-12-16T05:59:55  *** chjj has quit IRC
231 2015-12-16T06:00:19  *** ThomasV has joined #bitcoin-dev
232 2015-12-16T06:01:07  <moa> Is there a BIP for the 2-4-8 block expansion proposal?
233 2015-12-16T06:03:00  *** tachys has joined #bitcoin-dev
234 2015-12-16T06:03:43  <tyler__> How can I unsafely copy a box?
235 2015-12-16T06:04:03  <tyler__> I'm implementing my own Rc, sorta.
236 2015-12-16T06:04:33  *** p15x has joined #bitcoin-dev
237 2015-12-16T06:04:36  <aj> moa: no bip, i think it was just proposed via a tweet?
238 2015-12-16T06:05:32  *** benrcole has joined #bitcoin-dev
239 2015-12-16T06:06:48  *** won9 has quit IRC
240 2015-12-16T06:07:25  *** tachys has quit IRC
241 2015-12-16T06:09:02  *** sparetire_ has quit IRC
242 2015-12-16T06:09:05  <moa> tweet: "2-4-8 who do we appreciate?"
243 2015-12-16T06:09:10  *** Tera2342 has joined #bitcoin-dev
244 2015-12-16T06:10:20  *** benrcole has quit IRC
245 2015-12-16T06:13:21  *** mrkent has quit IRC
246 2015-12-16T06:14:42  *** chjj has joined #bitcoin-dev
247 2015-12-16T06:19:47  *** won9 has joined #bitcoin-dev
248 2015-12-16T06:22:08  *** Cory has joined #bitcoin-dev
249 2015-12-16T06:22:12  *** mrkent has joined #bitcoin-dev
250 2015-12-16T06:22:46  *** rusty has quit IRC
251 2015-12-16T06:25:46  *** CubicEarth has joined #bitcoin-dev
252 2015-12-16T06:28:37  *** CubicEar_ has joined #bitcoin-dev
253 2015-12-16T06:29:59  *** CubicEarth has quit IRC
254 2015-12-16T06:30:43  *** CubicEar_ has quit IRC
255 2015-12-16T06:30:59  *** CubicEarth has joined #bitcoin-dev
256 2015-12-16T06:31:03  *** Palsson_ has quit IRC
257 2015-12-16T06:31:57  *** c-cex-yuriy has quit IRC
258 2015-12-16T06:31:58  *** CubicEar_ has joined #bitcoin-dev
259 2015-12-16T06:35:06  *** CubicEarth has quit IRC
260 2015-12-16T06:40:01  *** mrkent has quit IRC
261 2015-12-16T06:43:19  *** p15x has quit IRC
262 2015-12-16T06:43:34  *** REiN has joined #bitcoin-dev
263 2015-12-16T06:43:50  *** REiN has joined #bitcoin-dev
264 2015-12-16T06:44:06  *** REiN has joined #bitcoin-dev
265 2015-12-16T06:48:15  *** zookolap` has quit IRC
266 2015-12-16T06:51:49  *** bliljerk_ has quit IRC
267 2015-12-16T06:52:51  *** bliljerk101 has joined #bitcoin-dev
268 2015-12-16T06:52:56  *** raedah has joined #bitcoin-dev
269 2015-12-16T06:55:28  *** REiN has joined #bitcoin-dev
270 2015-12-16T06:58:03  *** Tera2342 has quit IRC
271 2015-12-16T06:59:32  *** raedah has quit IRC
272 2015-12-16T07:06:05  *** rusty has joined #bitcoin-dev
273 2015-12-16T07:06:25  *** benrcole has joined #bitcoin-dev
274 2015-12-16T07:09:29  *** neozaru has joined #bitcoin-dev
275 2015-12-16T07:10:14  *** ThomasV has quit IRC
276 2015-12-16T07:10:46  *** benrcole has quit IRC
277 2015-12-16T07:12:04  *** rusty has left #bitcoin-dev
278 2015-12-16T07:13:37  *** Palsson has joined #bitcoin-dev
279 2015-12-16T07:19:04  *** meZee has quit IRC
280 2015-12-16T07:20:16  <da2ce7> hello, from memory sipa was writing hardened random mixer and source for bitcoin; was that completed? if not is there publicly available code to look over?
281 2015-12-16T07:22:51  *** Ylbam has joined #bitcoin-dev
282 2015-12-16T07:22:52  *** p15 has joined #bitcoin-dev
283 2015-12-16T07:27:22  *** Palsson has quit IRC
284 2015-12-16T07:27:49  *** bit2017 has joined #bitcoin-dev
285 2015-12-16T07:27:50  *** p15x has joined #bitcoin-dev
286 2015-12-16T07:34:25  *** Palsson has joined #bitcoin-dev
287 2015-12-16T07:35:02  *** metalcamp has joined #bitcoin-dev
288 2015-12-16T07:51:09  *** Palsson has quit IRC
289 2015-12-16T07:51:35  *** bendavenport has joined #bitcoin-dev
290 2015-12-16T07:52:45  *** CubicEarth has joined #bitcoin-dev
291 2015-12-16T07:56:15  *** CubicEar_ has quit IRC
292 2015-12-16T07:56:26  *** bit2017 has quit IRC
293 2015-12-16T07:56:47  *** CubicEarth has quit IRC
294 2015-12-16T07:58:15  *** CubicEarth has joined #bitcoin-dev
295 2015-12-16T07:58:44  *** Raziel has quit IRC
296 2015-12-16T08:01:15  *** ThomasV has joined #bitcoin-dev
297 2015-12-16T08:02:03  *** damethos has joined #bitcoin-dev
298 2015-12-16T08:04:03  *** deego has quit IRC
299 2015-12-16T08:05:35  *** ryan-c has quit IRC
300 2015-12-16T08:05:55  *** deego has joined #bitcoin-dev
301 2015-12-16T08:07:06  *** benrcole has joined #bitcoin-dev
302 2015-12-16T08:07:54  *** BashCo has quit IRC
303 2015-12-16T08:10:15  *** neozaru has quit IRC
304 2015-12-16T08:11:40  *** benrcole has quit IRC
305 2015-12-16T08:16:19  *** Peter_Geschel has quit IRC
306 2015-12-16T08:18:36  *** ryan-c has joined #bitcoin-dev
307 2015-12-16T08:22:10  *** paci has joined #bitcoin-dev
308 2015-12-16T08:24:42  *** CubicEarth has quit IRC
309 2015-12-16T08:26:27  *** Grouver has joined #bitcoin-dev
310 2015-12-16T08:27:54  *** Tera2342 has joined #bitcoin-dev
311 2015-12-16T08:29:07  *** benrcole has joined #bitcoin-dev
312 2015-12-16T08:30:49  *** BashCo has joined #bitcoin-dev
313 2015-12-16T08:32:50  *** digitalmagus has quit IRC
314 2015-12-16T08:33:32  *** benrcole has quit IRC
315 2015-12-16T08:34:02  *** digitalmagus has joined #bitcoin-dev
316 2015-12-16T08:38:12  *** bendavenport has quit IRC
317 2015-12-16T08:39:34  *** hashtagg has quit IRC
318 2015-12-16T08:40:55  *** c0rw|zZz has quit IRC
319 2015-12-16T08:43:25  *** digitalmagus has quit IRC
320 2015-12-16T08:44:14  *** digitalmagus has joined #bitcoin-dev
321 2015-12-16T08:48:36  *** hashtag has quit IRC
322 2015-12-16T08:49:14  *** Guyver2 has joined #bitcoin-dev
323 2015-12-16T08:53:05  *** Cory has quit IRC
324 2015-12-16T08:57:45  *** ThomasV has quit IRC
325 2015-12-16T09:00:04  *** tarantillo_ has quit IRC
326 2015-12-16T09:00:24  *** tarantillo_ has joined #bitcoin-dev
327 2015-12-16T09:02:23  *** benrcole has joined #bitcoin-dev
328 2015-12-16T09:03:54  *** ChaoticMind has quit IRC
329 2015-12-16T09:06:54  *** owowo has joined #bitcoin-dev
330 2015-12-16T09:07:26  *** tyler__ has quit IRC
331 2015-12-16T09:16:22  *** matsjj_ has joined #bitcoin-dev
332 2015-12-16T09:21:46  *** kadoban has quit IRC
333 2015-12-16T09:28:29  *** moa has quit IRC
334 2015-12-16T09:30:52  *** supasonic has quit IRC
335 2015-12-16T09:39:07  *** Bob has joined #bitcoin-dev
336 2015-12-16T09:39:32  *** Bob is now known as Guest22827
337 2015-12-16T09:42:17  *** bung_whole has joined #bitcoin-dev
338 2015-12-16T09:44:47  <bung_whole> I'm still reading through, but hopefully quck question for anyone, do pooled miners get allocated staggered nonce numbers?
339 2015-12-16T09:46:03  *** xss has quit IRC
340 2015-12-16T09:48:07  *** tachys has joined #bitcoin-dev
341 2015-12-16T09:52:38  *** tachys has quit IRC
342 2015-12-16T09:57:36  *** Emcy has joined #bitcoin-dev
343 2015-12-16T09:57:36  *** Emcy has joined #bitcoin-dev
344 2015-12-16T09:57:46  *** bung_whole has quit IRC
345 2015-12-16T09:58:27  *** c0rw|zZz has joined #bitcoin-dev
346 2015-12-16T09:59:26  *** Emcy_ has quit IRC
347 2015-12-16T09:59:46  *** Internet13 has quit IRC
348 2015-12-16T09:59:57  *** CodesInChaos has quit IRC
349 2015-12-16T10:00:34  *** Squidicuz has quit IRC
350 2015-12-16T10:03:37  *** Internet13 has joined #bitcoin-dev
351 2015-12-16T10:04:06  *** desantis has joined #bitcoin-dev
352 2015-12-16T10:04:11  *** roconnor has quit IRC
353 2015-12-16T10:12:48  *** AaronvanW has joined #bitcoin-dev
354 2015-12-16T10:14:59  *** T3Xploit has joined #bitcoin-dev
355 2015-12-16T10:18:58  *** tyler__ has joined #bitcoin-dev
356 2015-12-16T10:21:26  *** Guyver2 has quit IRC
357 2015-12-16T10:32:39  *** ThomasV has joined #bitcoin-dev
358 2015-12-16T10:34:21  *** aulait has joined #bitcoin-dev
359 2015-12-16T10:35:33  *** tyler__ has quit IRC
360 2015-12-16T10:39:14  *** T3Xploit has quit IRC
361 2015-12-16T10:41:02  *** gribble has quit IRC
362 2015-12-16T10:43:37  *** Guyver2 has joined #bitcoin-dev
363 2015-12-16T10:50:46  *** DougieBot5000 has quit IRC
364 2015-12-16T10:54:50  *** T3Xploit has joined #bitcoin-dev
365 2015-12-16T10:57:05  *** BW^- has joined #bitcoin-dev
366 2015-12-16T10:57:13  <BW^-> the OpenSSL dependency will be kicked out soon, right?
367 2015-12-16T10:57:14  <BW^-> in what version?
368 2015-12-16T10:57:29  <Luke-Jr> BW^-: probably 0.13 or 0.14
369 2015-12-16T10:58:18  <BW^-> aha
370 2015-12-16T10:58:25  <BW^-> how does BitcoinD depend on Berkeley DB now?
371 2015-12-16T10:58:29  <BW^-> as of 0.11.2
372 2015-12-16T10:58:39  <BW^-> luke-jr: ?
373 2015-12-16T10:58:52  <Luke-Jr> yes, for the wallet
374 2015-12-16T10:58:57  <BW^-> luke-jr: ah..
375 2015-12-16T10:59:01  <BW^-> luke-jr: but only for the wallet?
376 2015-12-16T10:59:09  <Luke-Jr> yes
377 2015-12-16T11:01:55  *** gwillen has quit IRC
378 2015-12-16T11:04:46  *** benrcole1 has joined #bitcoin-dev
379 2015-12-16T11:07:36  *** benrcole1 has quit IRC
380 2015-12-16T11:08:34  *** benrcole has quit IRC
381 2015-12-16T11:15:24  <BW^-> when you do "-connect=127.0.0.1:8333" (or other port number), what's the default connect resume logics?
382 2015-12-16T11:15:37  <BW^-> I'm not sure but it seems that mine got stuck during sync with "socket receive timeout: 1201s"
383 2015-12-16T11:16:00  *** SynBTC has quit IRC
384 2015-12-16T11:16:36  <BW^-> luke-jr: any idea?
385 2015-12-16T11:17:10  <Luke-Jr> nope
386 2015-12-16T11:19:31  *** ChaoticMind has joined #bitcoin-dev
387 2015-12-16T11:20:54  *** matsjj_ has quit IRC
388 2015-12-16T11:21:15  *** matsjj has joined #bitcoin-dev
389 2015-12-16T11:24:05  *** T3Xploit has quit IRC
390 2015-12-16T11:24:11  <BW^-> starting with what BitcoinD version will I be able to specify the max mempool size?
391 2015-12-16T11:24:15  <BW^-> 0.12?
392 2015-12-16T11:25:49  *** digitalmagus has quit IRC
393 2015-12-16T11:26:42  *** digitalmagus has joined #bitcoin-dev
394 2015-12-16T11:27:41  <Luke-Jr> BW^-: probably
395 2015-12-16T11:27:55  <BW^-> aha
396 2015-12-16T11:29:40  *** SynBTC has joined #bitcoin-dev
397 2015-12-16T11:30:31  *** rnvk has quit IRC
398 2015-12-16T11:32:06  *** jtimon has quit IRC
399 2015-12-16T11:32:42  *** won9 has quit IRC
400 2015-12-16T11:42:06  *** benrcole has joined #bitcoin-dev
401 2015-12-16T11:56:50  *** ThomasV has quit IRC
402 2015-12-16T12:02:20  *** Palsson has joined #bitcoin-dev
403 2015-12-16T12:03:09  <BW^-> umm.. can BitcoinD have memory fragmentation issues?
404 2015-12-16T12:03:31  <BW^-> like, you should restart it every 2 weeks for that reason?
405 2015-12-16T12:03:39  *** one_zero has quit IRC
406 2015-12-16T12:06:20  *** IAmNotDorian has joined #bitcoin-dev
407 2015-12-16T12:06:21  *** IAmNotDorian has joined #bitcoin-dev
408 2015-12-16T12:08:08  <BW^-> luke-jr: the max mempool size, is there any patch i coudl apply to 0.11.2 already?
409 2015-12-16T12:08:14  *** CheckDavid has joined #bitcoin-dev
410 2015-12-16T12:08:19  <Luke-Jr> BW^-: no, it's too complex
411 2015-12-16T12:08:37  <Luke-Jr> you can set a higher min fee though
412 2015-12-16T12:09:50  <BW^-> ah
413 2015-12-16T12:10:12  <BW^-> luke-jr: wait.. the minimum fee, that will be like a criteria for which TRANSACTIONS are accepted to my mempool
414 2015-12-16T12:10:44  <BW^-> luke-jr: but, it will still accept all blocks as usual?
415 2015-12-16T12:11:05  <BW^-> luke-jr: so if I set like 1000 Bitcoins min fee, i will guaranteedly have no mempool issues? :)
416 2015-12-16T12:11:28  <BW^-> luke-jr: and maybe a more seazoned choice would be like 0.0005 just to weed out crap?
417 2015-12-16T12:11:33  <BW^-> or 0.0001
418 2015-12-16T12:11:46  <Luke-Jr> BW^-: there is no options you can change that will break the consensus code
419 2015-12-16T12:12:06  <Luke-Jr> note that the fee you set, will also be used by your wallet in some cases
420 2015-12-16T12:12:47  <BW^-> aha
421 2015-12-16T12:12:57  <BW^-> luke-jr: ok so you basically confirmed - neat, thanks!
422 2015-12-16T12:13:40  *** BW^- has quit IRC
423 2015-12-16T12:16:02  *** Quent has quit IRC
424 2015-12-16T12:16:11  *** Quent1 has joined #bitcoin-dev
425 2015-12-16T12:17:53  *** BW^- has joined #bitcoin-dev
426 2015-12-16T12:19:23  *** Palsson_ has joined #bitcoin-dev
427 2015-12-16T12:20:41  *** Palsson has quit IRC
428 2015-12-16T12:22:32  <BW^-> um.. if BitcoinD is overloaded with transactions from the network, will it stop sending blocks to its whitelisted client then?
429 2015-12-16T12:23:12  *** Prattler has quit IRC
430 2015-12-16T12:23:18  *** cryptapus_ has joined #bitcoin-dev
431 2015-12-16T12:23:19  *** cryptapus_ has joined #bitcoin-dev
432 2015-12-16T12:23:58  <Luke-Jr> BW^-: it shouldn't
433 2015-12-16T12:24:17  <Luke-Jr> but if a peer it requests a block from refuses to send it in a timely manner, it might take 20 minutes to timeout
434 2015-12-16T12:24:31  <BW^-> aha - but if it thinks it needs to catch up (e.g. it's on 0.999 progress), then it won't forward blocks until it itself synced
435 2015-12-16T12:24:47  <BW^-> aha got it
436 2015-12-16T12:29:12  *** kgk_ has joined #bitcoin-dev
437 2015-12-16T12:29:52  *** StormDev has joined #bitcoin-dev
438 2015-12-16T12:32:02  *** kgk has quit IRC
439 2015-12-16T12:33:02  *** airbreather has quit IRC
440 2015-12-16T12:34:58  *** laurentmt has joined #bitcoin-dev
441 2015-12-16T12:35:43  *** airbreather has joined #bitcoin-dev
442 2015-12-16T12:35:45  *** laurentmt has quit IRC
443 2015-12-16T12:40:15  *** justanotheruser has quit IRC
444 2015-12-16T12:40:51  *** StormDev has quit IRC
445 2015-12-16T12:41:10  *** Palsson_ has quit IRC
446 2015-12-16T12:41:18  *** StormDev has joined #bitcoin-dev
447 2015-12-16T12:42:40  *** desantis has quit IRC
448 2015-12-16T12:43:58  *** damethos has quit IRC
449 2015-12-16T12:45:21  *** laurentmt has joined #bitcoin-dev
450 2015-12-16T12:46:34  *** desantis has joined #bitcoin-dev
451 2015-12-16T12:47:00  *** justanotheruser has joined #bitcoin-dev
452 2015-12-16T12:47:10  *** Palsson has joined #bitcoin-dev
453 2015-12-16T12:49:38  *** digitalmagus has quit IRC
454 2015-12-16T12:49:48  *** digitalmagus has joined #bitcoin-dev
455 2015-12-16T12:51:46  *** benrcole has quit IRC
456 2015-12-16T12:52:03  *** benrcole has joined #bitcoin-dev
457 2015-12-16T12:52:48  *** ThomasV has joined #bitcoin-dev
458 2015-12-16T12:55:24  *** laurentmt has quit IRC
459 2015-12-16T12:56:50  *** afk11 has joined #bitcoin-dev
460 2015-12-16T12:57:53  *** wallet42 has joined #bitcoin-dev
461 2015-12-16T12:59:28  <BW^-> so weird, my BitcoinD went up to 800MB heap consumption yesterday, and then just stopped - didn't accept any more connections, nothing.
462 2015-12-16T12:59:45  <BW^-> and "kill":ing caused lots of paging. weird.
463 2015-12-16T12:59:50  <BW^-> 0.11.2 on AMD64
464 2015-12-16T13:01:22  <Ylbam> ltc est tombé à 0.00801 chez btce
465 2015-12-16T13:01:26  <Ylbam> sorry
466 2015-12-16T13:02:24  <BW^-> are there any common reports like this?
467 2015-12-16T13:02:52  <sipa> BW^-: all versions before 0.12 do not have any effective memory limiting on utxo set size and memory pool
468 2015-12-16T13:02:55  <BW^-> so I should expect that BitcoinD can go down and I need to restart it every so often, and have monitoring tools plugged in to it?
469 2015-12-16T13:02:56  <BW^-> could there be memory fragmentation issues that would have made a malloc() somewhere fail?
470 2015-12-16T13:03:18  <BW^-> sipa: right - but if it runs into the ceilign, *and* my OS has a "ulimit" that would kill it if it reached 1GB,
471 2015-12-16T13:03:22  <BW^-> sipa: then it shouldn't go zombie right?
472 2015-12-16T13:03:30  <BW^-> sipa: the only thing i could think of would be that some malloc() would have returned NULL
473 2015-12-16T13:03:37  <BW^-> sipa: and that BitcoinD *NOT* would have responded properly to it!
474 2015-12-16T13:03:43  <BW^-> sipa: thus making it go into a zombie state! :O
475 2015-12-16T13:03:51  <Luke-Jr> BW^-: #bitcoin
476 2015-12-16T13:03:55  <sipa> if malloc fails, bitcoind will most definitely crash immediately
477 2015-12-16T13:03:56  <BW^-> okay
478 2015-12-16T13:04:11  <sipa> your problem sounds like your OS went thrashing
479 2015-12-16T13:04:58  <BW^-> sipa: as in paging..  right.. considering what happened when I finally "kill":ed it, I agree.
480 2015-12-16T13:05:10  <BW^-> sipa: if so, what would the "antidote" be against that happening in the future?
481 2015-12-16T13:05:47  <BW^-> sipa: for now I'll just set "-limitfreerelay=0 -minrelaytxfee=100000000", and when 0.12 is out, i'll specify a max mempool of some hundreds of MB?
482 2015-12-16T13:05:55  <sipa> yes
483 2015-12-16T13:06:20  <sipa> in 0.12 you can use -blocksonly
484 2015-12-16T13:06:59  <BW^-> sipa: or some mempool size anyhow like "I give 200MB"?
485 2015-12-16T13:07:16  <BW^-> sipa: "-blocksonly" will have same effect as "-limitfreerelay=0 -minrelaytxfee=100000000" right?
486 2015-12-16T13:08:47  *** wallet42 has quit IRC
487 2015-12-16T13:10:06  <BW^-> sipa: okay thanks for your thoughts, also Luke-jr gave some suggestiosn - i'll try it again and hope it will run perfectly indefinitely now
488 2015-12-16T13:10:10  *** GGuyZ has joined #bitcoin-dev
489 2015-12-16T13:10:26  *** rnvk has joined #bitcoin-dev
490 2015-12-16T13:11:09  *** circuspeanut has joined #bitcoin-dev
491 2015-12-16T13:12:57  <BW^-> sipa: if it was thrashing, then, with 0.12 and a mempool max limit of say 25% of what I want it to use at most, so say mempool max of 200MB,
492 2015-12-16T13:13:07  <BW^-> sipa: effectively that will make thrashing *never* happen right?
493 2015-12-16T13:14:38  <BW^-> sipa: because the probability that thrashing would come up from turbulence of fragmentation that would cause more than 4x memory allocation inefficiency is simply so low that it won't happen - sounds reasonable?
494 2015-12-16T13:16:46  *** Palsson has quit IRC
495 2015-12-16T13:19:49  *** GGuyZ has quit IRC
496 2015-12-16T13:28:11  *** Palsson has joined #bitcoin-dev
497 2015-12-16T13:30:49  *** p15x has quit IRC
498 2015-12-16T13:31:11  *** StormDev has quit IRC
499 2015-12-16T13:31:40  *** StormDev has joined #bitcoin-dev
500 2015-12-16T13:33:06  *** evoskuil has quit IRC
501 2015-12-16T13:35:06  *** p15 has quit IRC
502 2015-12-16T13:38:58  *** ChaoticMind has quit IRC
503 2015-12-16T13:39:45  *** ChaoticMind has joined #bitcoin-dev
504 2015-12-16T13:40:28  *** rnvk has quit IRC
505 2015-12-16T13:41:04  *** ChaoticMind has quit IRC
506 2015-12-16T13:41:59  *** ChaoticMind has joined #bitcoin-dev
507 2015-12-16T13:49:43  *** evoskuil has joined #bitcoin-dev
508 2015-12-16T13:51:37  *** jtoomim has joined #bitcoin-dev
509 2015-12-16T13:52:19  *** benrcole has quit IRC
510 2015-12-16T13:54:54  *** digitalmagus has quit IRC
511 2015-12-16T13:55:28  *** digitalmagus has joined #bitcoin-dev
512 2015-12-16T13:57:25  *** atgreen_ has joined #bitcoin-dev
513 2015-12-16T13:57:35  *** Giszmo has joined #bitcoin-dev
514 2015-12-16T13:58:34  *** MrHodl has joined #bitcoin-dev
515 2015-12-16T13:59:39  *** Peter_Geschel has joined #bitcoin-dev
516 2015-12-16T14:00:49  *** benrcole has joined #bitcoin-dev
517 2015-12-16T14:02:18  *** theorbtwo has quit IRC
518 2015-12-16T14:03:15  *** StormDev has quit IRC
519 2015-12-16T14:03:33  *** StormDev has joined #bitcoin-dev
520 2015-12-16T14:04:04  *** benrcole1 has joined #bitcoin-dev
521 2015-12-16T14:07:57  *** benrcole has quit IRC
522 2015-12-16T14:12:03  *** c-cex-yuriy has joined #bitcoin-dev
523 2015-12-16T14:12:44  *** Tera2342 has quit IRC
524 2015-12-16T14:12:46  *** tantalum has joined #bitcoin-dev
525 2015-12-16T14:14:10  *** StormDev has quit IRC
526 2015-12-16T14:14:38  *** StormDev has joined #bitcoin-dev
527 2015-12-16T14:15:18  *** StormDev has joined #bitcoin-dev
528 2015-12-16T14:15:46  *** akrmn has joined #bitcoin-dev
529 2015-12-16T14:17:51  *** cryptapus_ has quit IRC
530 2015-12-16T14:20:05  *** agricocb has quit IRC
531 2015-12-16T14:20:52  *** cryptapus_ has joined #bitcoin-dev
532 2015-12-16T14:20:53  *** cryptapus_ has joined #bitcoin-dev
533 2015-12-16T14:22:06  *** ThomasV has quit IRC
534 2015-12-16T14:22:10  *** cryptapus_ has joined #bitcoin-dev
535 2015-12-16T14:22:11  *** cryptapus_ has joined #bitcoin-dev
536 2015-12-16T14:22:33  *** jtoomim has quit IRC
537 2015-12-16T14:23:00  *** cryptapus_ has quit IRC
538 2015-12-16T14:23:09  *** jtoomim has joined #bitcoin-dev
539 2015-12-16T14:23:20  *** cryptapus_ has joined #bitcoin-dev
540 2015-12-16T14:23:21  *** cryptapus_ has joined #bitcoin-dev
541 2015-12-16T14:27:06  *** jtoomim has quit IRC
542 2015-12-16T14:34:06  *** rolandnsharp has quit IRC
543 2015-12-16T14:40:50  *** StormDev has quit IRC
544 2015-12-16T14:41:02  *** atgreen_ has quit IRC
545 2015-12-16T14:41:33  *** mkarrer_ has joined #bitcoin-dev
546 2015-12-16T14:42:31  *** mkarrer has quit IRC
547 2015-12-16T14:43:27  *** mkarrer has joined #bitcoin-dev
548 2015-12-16T14:43:27  *** mkarrer_ has quit IRC
549 2015-12-16T14:43:47  *** mkarrer has quit IRC
550 2015-12-16T14:44:22  *** mkarrer has joined #bitcoin-dev
551 2015-12-16T14:46:35  *** digitalmagus has quit IRC
552 2015-12-16T14:47:07  *** digitalmagus has joined #bitcoin-dev
553 2015-12-16T14:49:07  *** atgreen_ has joined #bitcoin-dev
554 2015-12-16T14:54:10  *** atgreen_ has quit IRC
555 2015-12-16T14:54:34  *** agricocb has joined #bitcoin-dev
556 2015-12-16T15:00:11  *** roconnor has joined #bitcoin-dev
557 2015-12-16T15:00:54  *** justanotheruser has quit IRC
558 2015-12-16T15:03:57  *** gribble has joined #bitcoin-dev
559 2015-12-16T15:03:57  *** ChanServ sets mode: +o gribble
560 2015-12-16T15:04:34  *** jtoomim has joined #bitcoin-dev
561 2015-12-16T15:05:06  *** roconnor has quit IRC
562 2015-12-16T15:07:39  *** justanotheruser has joined #bitcoin-dev
563 2015-12-16T15:10:54  *** atgreen_ has joined #bitcoin-dev
564 2015-12-16T15:16:12  *** IAmNotDorian has quit IRC
565 2015-12-16T15:20:19  *** jgarzik has joined #bitcoin-dev
566 2015-12-16T15:20:20  *** jgarzik has quit IRC
567 2015-12-16T15:20:20  *** jgarzik has joined #bitcoin-dev
568 2015-12-16T15:21:29  *** gielbier has joined #bitcoin-dev
569 2015-12-16T15:21:44  *** gielbier has joined #bitcoin-dev
570 2015-12-16T15:26:11  *** [7] has quit IRC
571 2015-12-16T15:26:43  *** TheSeven has joined #bitcoin-dev
572 2015-12-16T15:40:31  *** Squidicuz has joined #bitcoin-dev
573 2015-12-16T15:40:38  *** noobfikt has quit IRC
574 2015-12-16T15:40:54  *** benrcole1 has quit IRC
575 2015-12-16T15:41:12  *** benrcole has joined #bitcoin-dev
576 2015-12-16T15:46:01  *** sparetire_ has joined #bitcoin-dev
577 2015-12-16T15:49:33  *** benrcole has quit IRC
578 2015-12-16T15:50:41  *** metalcamp has quit IRC
579 2015-12-16T15:50:57  *** Ahmed90 has joined #bitcoin-dev
580 2015-12-16T15:51:43  *** ThomasV has joined #bitcoin-dev
581 2015-12-16T15:54:06  *** jtoomim has quit IRC
582 2015-12-16T15:54:39  *** jtoomim has joined #bitcoin-dev
583 2015-12-16T15:56:58  *** benrcole has joined #bitcoin-dev
584 2015-12-16T15:57:31  *** Michail is now known as Michail1
585 2015-12-16T15:58:43  *** zookolaptop has joined #bitcoin-dev
586 2015-12-16T15:58:44  *** jtoomim has quit IRC
587 2015-12-16T15:59:19  *** benrcole has quit IRC
588 2015-12-16T15:59:37  *** benrcole has joined #bitcoin-dev
589 2015-12-16T16:00:04  *** bung_whole has joined #bitcoin-dev
590 2015-12-16T16:01:04  <bung_whole> I'm still reading through, but hopefully quck question for anyone, do pooled miners get allocated staggered nonce numbers? (posted before didn't see an answer though)
591 2015-12-16T16:03:22  *** cryptapus__ has joined #bitcoin-dev
592 2015-12-16T16:03:22  *** cryptapus__ has joined #bitcoin-dev
593 2015-12-16T16:03:31  *** zookolaptop has quit IRC
594 2015-12-16T16:07:12  *** cryptapus_ has quit IRC
595 2015-12-16T16:11:27  *** metalcamp has joined #bitcoin-dev
596 2015-12-16T16:13:07  *** sotisoti has joined #bitcoin-dev
597 2015-12-16T16:13:36  *** treehug88 has joined #bitcoin-dev
598 2015-12-16T16:13:41  *** hazboluah has joined #bitcoin-dev
599 2015-12-16T16:16:35  *** afk11 has quit IRC
600 2015-12-16T16:18:13  *** benrcole has quit IRC
601 2015-12-16T16:18:35  *** Emcy_ has joined #bitcoin-dev
602 2015-12-16T16:20:46  *** grizzly_ has quit IRC
603 2015-12-16T16:20:56  *** blackjid has quit IRC
604 2015-12-16T16:21:28  *** blackjid has joined #bitcoin-dev
605 2015-12-16T16:21:28  *** akrmn has quit IRC
606 2015-12-16T16:21:40  *** benrcole has joined #bitcoin-dev
607 2015-12-16T16:21:56  *** Emcy has quit IRC
608 2015-12-16T16:24:35  *** Emcy_ has quit IRC
609 2015-12-16T16:25:11  *** Emcy has joined #bitcoin-dev
610 2015-12-16T16:25:28  *** zookolaptop has joined #bitcoin-dev
611 2015-12-16T16:29:52  *** btc_panhandler has joined #bitcoin-dev
612 2015-12-16T16:31:17  *** justanotheruser has quit IRC
613 2015-12-16T16:33:13  *** btc_panhandler has joined #bitcoin-dev
614 2015-12-16T16:34:21  *** GGuyZ has joined #bitcoin-dev
615 2015-12-16T16:35:33  *** splix has quit IRC
616 2015-12-16T16:39:23  *** Prattler has joined #bitcoin-dev
617 2015-12-16T16:42:33  *** nelisky has joined #bitcoin-dev
618 2015-12-16T16:49:57  *** justanotheruser has joined #bitcoin-dev
619 2015-12-16T16:51:25  *** CubicEarth has joined #bitcoin-dev
620 2015-12-16T17:00:06  *** Grouver has quit IRC
621 2015-12-16T17:03:33  *** antizionist__ has joined #bitcoin-dev
622 2015-12-16T17:10:14  *** neozaru has joined #bitcoin-dev
623 2015-12-16T17:11:20  *** CubicEarth has quit IRC
624 2015-12-16T17:11:41  *** bendavenport has joined #bitcoin-dev
625 2015-12-16T17:12:20  *** TheSeven has quit IRC
626 2015-12-16T17:12:30  *** [7] has joined #bitcoin-dev
627 2015-12-16T17:16:09  *** [7] has quit IRC
628 2015-12-16T17:16:18  *** TheSeven has joined #bitcoin-dev
629 2015-12-16T17:18:39  *** Burrito has joined #bitcoin-dev
630 2015-12-16T17:21:15  *** TheSeven has quit IRC
631 2015-12-16T17:23:29  *** TheSeven has joined #bitcoin-dev
632 2015-12-16T17:23:32  *** fwfweg has joined #bitcoin-dev
633 2015-12-16T17:28:33  *** GGuyZ has quit IRC
634 2015-12-16T17:31:47  *** porquilho has joined #bitcoin-dev
635 2015-12-16T17:38:10  *** rolandnsharp has joined #bitcoin-dev
636 2015-12-16T17:39:55  *** jgarzik has left #bitcoin-dev
637 2015-12-16T17:40:11  *** jgarzik has joined #bitcoin-dev
638 2015-12-16T17:40:12  *** jgarzik has quit IRC
639 2015-12-16T17:40:12  *** jgarzik has joined #bitcoin-dev
640 2015-12-16T17:42:27  *** odlD2 has joined #bitcoin-dev
641 2015-12-16T17:48:39  *** splix has joined #bitcoin-dev
642 2015-12-16T17:50:30  *** t7 has joined #bitcoin-dev
643 2015-12-16T17:53:33  *** desantis has quit IRC
644 2015-12-16T17:54:15  *** wangchun has quit IRC
645 2015-12-16T17:54:34  *** wangchun has joined #bitcoin-dev
646 2015-12-16T17:57:52  *** spinza has quit IRC
647 2015-12-16T17:58:59  *** gwillen has joined #bitcoin-dev
648 2015-12-16T17:59:24  *** gwillen is now known as Guest36878
649 2015-12-16T18:01:02  *** ggggg has joined #bitcoin-dev
650 2015-12-16T18:02:14  *** btc_panhandler has quit IRC
651 2015-12-16T18:02:38  *** btc_panhandler has joined #bitcoin-dev
652 2015-12-16T18:03:01  *** kadoban has joined #bitcoin-dev
653 2015-12-16T18:06:46  *** treehug88 has quit IRC
654 2015-12-16T18:06:47  *** iv3c has joined #bitcoin-dev
655 2015-12-16T18:10:22  *** bendavenport has quit IRC
656 2015-12-16T18:11:05  *** xss has joined #bitcoin-dev
657 2015-12-16T18:11:18  *** bendavenport has joined #bitcoin-dev
658 2015-12-16T18:13:37  *** pooler has quit IRC
659 2015-12-16T18:14:09  *** pooler has joined #bitcoin-dev
660 2015-12-16T18:14:10  *** pooler has joined #bitcoin-dev
661 2015-12-16T18:16:58  *** mrkent has joined #bitcoin-dev
662 2015-12-16T18:17:28  *** MrHodl has quit IRC
663 2015-12-16T18:29:23  *** WeiJunLi has joined #bitcoin-dev
664 2015-12-16T18:29:54  <jaclupi> Hi, is there a way to git clone always the last stable branch (tag)? without the -b it goes for the master that I do not want..
665 2015-12-16T18:30:06  *** JeromeLegoupil has joined #bitcoin-dev
666 2015-12-16T18:30:22  <bung_whole> I wish I could help, but this place is a ghost-town
667 2015-12-16T18:30:44  *** jaclupi has quit IRC
668 2015-12-16T18:31:29  *** vmatekole has joined #bitcoin-dev
669 2015-12-16T18:32:26  *** evoskuil has quit IRC
670 2015-12-16T18:34:02  <WeiJunLi> which requirements is necessary to a server run bitcoin core? ram etc...
671 2015-12-16T18:34:47  <bung_whole> prob just enough hd to store the blockchain
672 2015-12-16T18:35:02  <sipa> if you run with pruning enabled you don't need to store the entire blockchain
673 2015-12-16T18:35:19  <sipa> RAM... depends on the size of the cache you choose, but 0.12 should be default run with ~1Gb of memory max
674 2015-12-16T18:35:39  *** jaclupi has joined #bitcoin-dev
675 2015-12-16T18:36:19  <WeiJunLi> what is the blockchain size actually?
676 2015-12-16T18:36:34  <sipa> 55 GB
677 2015-12-16T18:37:43  *** Grouver has joined #bitcoin-dev
678 2015-12-16T18:38:38  *** gmaxwell has left #bitcoin-dev
679 2015-12-16T18:38:47  *** jaclupi has quit IRC
680 2015-12-16T18:43:06  *** tachys has joined #bitcoin-dev
681 2015-12-16T18:43:38  <bung_whole> I'm still reading through, but hopefully quck question for anyone, do pooled miners get allocated staggered nonce numbers?
682 2015-12-16T18:43:44  <bung_whole> quick*
683 2015-12-16T18:44:12  <sipa> afaic they just get their own block templates
684 2015-12-16T18:44:14  *** jaclupi has joined #bitcoin-dev
685 2015-12-16T18:44:26  <kanzure> sipa: thank you for the email. reads well.
686 2015-12-16T18:44:34  <sipa> it only requires 4 Thash/s to cycle through an entire nonce range in 1ms
687 2015-12-16T18:45:00  <bung_whole> huh so why does it take much longer than that
688 2015-12-16T18:45:34  <sipa> ?
689 2015-12-16T18:45:38  *** evoskuil has joined #bitcoin-dev
690 2015-12-16T18:46:52  <bung_whole> the nonce range you mean like 0 - say 5,000,000,000?
691 2015-12-16T18:47:01  <sipa> the nonce is a 32-bit integer
692 2015-12-16T18:47:08  <sipa> so there are only 4 billion values for it
693 2015-12-16T18:47:10  <WeiJunLi> sipa: can you show me any server sspecification that would just run btc core just fine during 1 year at least (blockchain size is going to increase so gotta prevent)
694 2015-12-16T18:47:24  *** jaclupi has quit IRC
695 2015-12-16T18:47:25  <WeiJunLi> sipa: like an amazon server, whatever provider, just need to see its specification
696 2015-12-16T18:47:41  <sipa> WeiJunLi: no currently released version can guarantee that; i hope that 0.12 will
697 2015-12-16T18:49:09  <bung_whole> Maybe I haven't read enough but I thought finding the correct nonce was essentially finding the block hash?(and the reward)
698 2015-12-16T18:49:43  <sipa> yes
699 2015-12-16T18:49:49  <sipa> ;;difficulty
700 2015-12-16T18:49:50  <gribble> Error: "difficulty" is not a valid command.
701 2015-12-16T18:49:52  <sipa> ;;diff
702 2015-12-16T18:49:53  <gribble> 7.910238090022598E10
703 2015-12-16T18:50:21  <sipa> ;;calc 2**48/65535*7.910238090022598*10000000000
704 2015-12-16T18:50:21  <gribble> 339747323134943887360
705 2015-12-16T18:50:35  <sipa> only one in 339747323134943887360 attempts results in a valid block though
706 2015-12-16T18:51:45  *** jaclupi has joined #bitcoin-dev
707 2015-12-16T18:51:46  <sipa> so you need to search though (on average) 80 billion full nonce ranges before finding a block
708 2015-12-16T18:52:44  <bung_whole> ok so what is the math relationship between the nonce and the target difficulty?
709 2015-12-16T18:52:45  *** zookolaptop has quit IRC
710 2015-12-16T18:52:58  *** t7_ has joined #bitcoin-dev
711 2015-12-16T18:53:03  *** iv3c has quit IRC
712 2015-12-16T18:53:13  <sipa> 1 difficulty = 1 in 2^48/65535 hashes is valid
713 2015-12-16T18:53:14  *** Prattler has quit IRC
714 2015-12-16T18:53:26  <sipa> N difficulty 1 in N*2^48/65535 hashes is valid
715 2015-12-16T18:53:46  *** evoskuil has quit IRC
716 2015-12-16T18:53:55  *** t7 has quit IRC
717 2015-12-16T18:54:58  *** jaclupi has quit IRC
718 2015-12-16T18:56:06  *** patcon has joined #bitcoin-dev
719 2015-12-16T18:56:39  *** patcon has joined #bitcoin-dev
720 2015-12-16T18:57:33  *** zookolaptop has joined #bitcoin-dev
721 2015-12-16T18:58:01  *** iv3c has joined #bitcoin-dev
722 2015-12-16T18:59:00  <bung_whole> thanks I'm just trying to figure out how the nonces, coinbase, merkle root all relate to minig
723 2015-12-16T19:00:12  *** jaclupi has joined #bitcoin-dev
724 2015-12-16T19:02:08  *** btc_panhandler has quit IRC
725 2015-12-16T19:03:20  *** spinza has joined #bitcoin-dev
726 2015-12-16T19:03:34  *** theorbtwo has joined #bitcoin-dev
727 2015-12-16T19:06:00  *** jtimon has joined #bitcoin-dev
728 2015-12-16T19:06:20  *** jaclupi has quit IRC
729 2015-12-16T19:07:17  *** Cory has joined #bitcoin-dev
730 2015-12-16T19:12:07  *** ProTrader has joined #bitcoin-dev
731 2015-12-16T19:13:28  *** helo has quit IRC
732 2015-12-16T19:13:37  *** jaclupi has joined #bitcoin-dev
733 2015-12-16T19:13:42  *** helo has joined #bitcoin-dev
734 2015-12-16T19:15:55  *** BW^- has quit IRC
735 2015-12-16T19:16:17  *** justanotheruser has quit IRC
736 2015-12-16T19:17:50  *** justanotheruser has joined #bitcoin-dev
737 2015-12-16T19:18:29  *** jaclupi has quit IRC
738 2015-12-16T19:18:40  *** Guest36878 has quit IRC
739 2015-12-16T19:18:41  *** Guest36878 has joined #bitcoin-dev
740 2015-12-16T19:18:54  *** Guest36878 is now known as gwillen
741 2015-12-16T19:21:57  *** c-cex-yuriy has quit IRC
742 2015-12-16T19:23:42  *** Emcy_ has joined #bitcoin-dev
743 2015-12-16T19:23:43  *** Emcy_ has joined #bitcoin-dev
744 2015-12-16T19:25:29  *** jaclupi has joined #bitcoin-dev
745 2015-12-16T19:26:46  *** Emcy has quit IRC
746 2015-12-16T19:27:01  *** supasonic has joined #bitcoin-dev
747 2015-12-16T19:27:45  *** evoskuil has joined #bitcoin-dev
748 2015-12-16T19:29:04  <wangchun> Luke-Jr: I talked to antminer last week and we both agree that we need a new mining protocol to replace stratum
749 2015-12-16T19:30:07  *** Palsson has quit IRC
750 2015-12-16T19:30:25  *** jaclupi has quit IRC
751 2015-12-16T19:31:57  *** phoenix54 has joined #bitcoin-dev
752 2015-12-16T19:45:53  *** ThomasV has quit IRC
753 2015-12-16T19:47:04  *** treehug88 has joined #bitcoin-dev
754 2015-12-16T19:48:12  *** patcon has quit IRC
755 2015-12-16T19:49:41  *** jaclupi has joined #bitcoin-dev
756 2015-12-16T19:51:11  *** mrkent has quit IRC
757 2015-12-16T19:56:08  *** jtimon has quit IRC
758 2015-12-16T19:56:51  *** mrkent has joined #bitcoin-dev
759 2015-12-16T20:00:53  *** rusty has joined #bitcoin-dev
760 2015-12-16T20:01:18  *** patcon has joined #bitcoin-dev
761 2015-12-16T20:06:58  *** tachys has quit IRC
762 2015-12-16T20:07:12  *** tachys has joined #bitcoin-dev
763 2015-12-16T20:07:33  *** tachys has quit IRC
764 2015-12-16T20:08:07  <rusty> jgarzik, kanzure, btcdrak: moderated the "$200 full node decentralisation threshold".  It doesn't belong on a -dev list, and unlikely to make progress.
765 2015-12-16T20:08:18  <jgarzik> +1
766 2015-12-16T20:09:16  *** laurentmt has joined #bitcoin-dev
767 2015-12-16T20:19:01  *** t7_ is now known as t7
768 2015-12-16T20:22:00  *** patcon has quit IRC
769 2015-12-16T20:23:26  <BlueMatt> wangchun: I know some people are already working on something more dense on-the-wire
770 2015-12-16T20:23:32  <BlueMatt> that sends just the info you need and nothing else
771 2015-12-16T20:23:48  <BlueMatt> and doesnt do it in fucking hex-in-json
772 2015-12-16T20:25:29  <Lightsword> wangchun, they are so horrible about updating cgminer though that I’m kind of surprized
773 2015-12-16T20:27:33  <Lightsword> wangchun, I don’t neccesarially diagree that we need a new protocol, the issue IMO is cost/benefit of upgrading tons of legacy hardware
774 2015-12-16T20:28:38  *** Beef has quit IRC
775 2015-12-16T20:31:07  *** Grouver has quit IRC
776 2015-12-16T20:31:40  <BlueMatt> Lightsword: meh, writing an adapter that converts new-good-protocol to stratum should be easy
777 2015-12-16T20:32:34  <Lightsword> BlueMatt I mean, just need a stratum proxy basically.
778 2015-12-16T20:33:02  <BlueMatt> yup
779 2015-12-16T20:33:12  * BlueMatt -> lunch
780 2015-12-16T20:33:14  *** vmatekole has quit IRC
781 2015-12-16T20:34:23  *** justanotheruser is now known as middayscience
782 2015-12-16T20:35:34  *** tachys has joined #bitcoin-dev
783 2015-12-16T20:35:37  *** middayscience is now known as justanotheruser
784 2015-12-16T20:39:52  <wangchun> BlueMatt Lightsword: we've sent out boxes with stratum proxy ready to run to big mining operators, but most of them just seized and turn them into gaming consoles.
785 2015-12-16T20:40:21  <wangchun> Some mining farms have thousands of miners, what a waste
786 2015-12-16T20:40:24  <Lightsword> wangchun, got a posted online at all?
787 2015-12-16T20:40:28  <Lightsword> it*
788 2015-12-16T20:40:37  <wangchun> posted online?
789 2015-12-16T20:40:42  <Lightsword> like on github
790 2015-12-16T20:40:50  <Lightsword> the stratum proxy
791 2015-12-16T20:41:09  <wangchun> what you mean?
792 2015-12-16T20:41:33  <Lightsword> have you posted the source code for the stratum proxy on github or another website to download?
793 2015-12-16T20:41:54  <wangchun> Lightsword: no i haven't, it is highly customized only working for our pool
794 2015-12-16T20:42:40  <wangchun> haobtc is running it, the bandwidth requirement for them is only 40Kbps in total
795 2015-12-16T20:42:55  <wangchun> and they have like 14PH/s
796 2015-12-16T20:42:58  <Lightsword> wangchun, I mean, I can do the same thing with a stratum proxy as well :P
797 2015-12-16T20:43:15  <Lightsword> actually I could probably use less, only need a single tcp connection
798 2015-12-16T20:43:59  <wangchun> they used tangpool's proxy (like stratum proxy) in the past, but it does not work very well with the latest antminer s7, which has higher hashrate
799 2015-12-16T20:44:12  *** FakE_ has joined #bitcoin-dev
800 2015-12-16T20:44:33  <Lightsword> wangchun, tangpool’s? I’m use a variant of ckproxy myself with antminers and it works quite well
801 2015-12-16T20:44:44  <wangchun> but for most mining farm operators, they do not know how to set up a stratum proxy... you know
802 2015-12-16T20:44:52  <Lightsword> true…
803 2015-12-16T20:44:55  *** StephenM347 has joined #bitcoin-dev
804 2015-12-16T20:45:01  <Lightsword> well at least the smaller ones
805 2015-12-16T20:45:06  <Lightsword> bigger ones usually hire someone
806 2015-12-16T20:45:56  <Lightsword> wangchun, what do you having in mind as a replacement for stratum, just a different format for the same sort ot TCP socket protocol?
807 2015-12-16T20:46:24  *** Ahmed90 has quit IRC
808 2015-12-16T20:46:53  <wangchun> simply change hex in json to binary could save us a lot
809 2015-12-16T20:47:07  <wangchun> most of the lag we have now comes from stratum update delay
810 2015-12-16T20:47:37  *** FakE_ has quit IRC
811 2015-12-16T20:48:01  <Lightsword> yeah, I could see that helping in China, US I don’t think it would make much difference since we can scale up bandwidth a bit easier
812 2015-12-16T20:48:50  *** kgk_ has quit IRC
813 2015-12-16T20:49:04  *** tachys has quit IRC
814 2015-12-16T20:49:11  <Lightsword> wangchun, would you have it support all the existing stratum features like redirects etc?
815 2015-12-16T20:49:21  <wangchun> I think US China the same on this matter
816 2015-12-16T20:49:39  *** tachys has joined #bitcoin-dev
817 2015-12-16T20:50:13  <wangchun> If you have 150000 long-live TCP connections and you want broadcast like 300 bytes every minute hope that 300 bytes to arrive to all of their destinations within a fraction of a second
818 2015-12-16T20:50:25  <wangchun> you'v got some problem
819 2015-12-16T20:50:40  <Lightsword> well you scan scale it up across many backend servers at least
820 2015-12-16T20:51:04  <wangchun> Lightsword: This is what we are doing right now
821 2015-12-16T20:51:37  *** tachys has quit IRC
822 2015-12-16T20:51:51  *** tachys has joined #bitcoin-dev
823 2015-12-16T20:52:09  <Lightsword> wangchun, any idea why antpools stratum servers are so slow?
824 2015-12-16T20:52:12  <wangchun> anyway we can do it as is, at a higher unnecessary cost
825 2015-12-16T20:52:46  <Lightsword> yeah, IMO the easist way to do it may be via extension
826 2015-12-16T20:52:49  <wangchun> Lightsword: I suppose they may have too many users on each of their servers
827 2015-12-16T20:53:18  <Lightsword> or reformatting while retaining backwards copatibility
828 2015-12-16T20:53:20  <wangchun> They have 197673 active connections right now
829 2015-12-16T20:54:51  <Lightsword> yeah, that’s quite a few :P with good bandwidth 4 gigabit servers could probably handle that easially with very good update times
830 2015-12-16T20:55:32  <wangchun> at 100Mbps each, they need 40 of them.
831 2015-12-16T20:55:37  <Lightsword> wangchun, how easy do you think it would be to have you stratum servers handle multiple stratum formats at once?
832 2015-12-16T20:55:44  *** Newyorkadam has joined #bitcoin-dev
833 2015-12-16T20:56:25  <wangchun> Unless I have been told a good reason to have multiple stratum format
834 2015-12-16T20:56:32  <wangchun> But I think it should be easy
835 2015-12-16T20:56:40  *** Newyorkadam has quit IRC
836 2015-12-16T20:57:00  *** gielbier has quit IRC
837 2015-12-16T20:57:07  <Lightsword> I’m just thinking for backwards copatibility, have cgminer and the stratum server attempt to negotiate the newer protocol first then fall back
838 2015-12-16T20:58:17  <wangchun> That is easy, check whether the first byte received to be "{"
839 2015-12-16T20:58:29  <Lightsword> yep
840 2015-12-16T21:00:10  *** cryptapus__ has quit IRC
841 2015-12-16T21:00:12  *** JStoker has quit IRC
842 2015-12-16T21:00:31  *** vmatekole has joined #bitcoin-dev
843 2015-12-16T21:02:58  *** Beef has joined #bitcoin-dev
844 2015-12-16T21:05:20  *** Giszmo has quit IRC
845 2015-12-16T21:05:33  *** ThomasV has joined #bitcoin-dev
846 2015-12-16T21:05:34  *** patcon has joined #bitcoin-dev
847 2015-12-16T21:11:02  *** hdbuck has joined #bitcoin-dev
848 2015-12-16T21:11:03  *** hdbuck has joined #bitcoin-dev
849 2015-12-16T21:11:23  *** c-cex-yuriy has joined #bitcoin-dev
850 2015-12-16T21:13:24  *** tachys has quit IRC
851 2015-12-16T21:13:31  *** GGuyZ has joined #bitcoin-dev
852 2015-12-16T21:14:37  *** JStoker has joined #bitcoin-dev
853 2015-12-16T21:15:42  *** matsjj has quit IRC
854 2015-12-16T21:16:08  *** tachys has joined #bitcoin-dev
855 2015-12-16T21:16:53  *** patcon has quit IRC
856 2015-12-16T21:18:41  *** GGuyZ has quit IRC
857 2015-12-16T21:25:17  *** treehug88 has quit IRC
858 2015-12-16T21:26:46  *** zookolaptop has quit IRC
859 2015-12-16T21:27:17  *** patcon has joined #bitcoin-dev
860 2015-12-16T21:31:44  *** zelias has joined #bitcoin-dev
861 2015-12-16T21:31:57  *** btc_panhandler has joined #bitcoin-dev
862 2015-12-16T21:35:50  *** zelias has left #bitcoin-dev
863 2015-12-16T21:38:08  *** phoenix54 has quit IRC
864 2015-12-16T21:40:47  *** kgk has joined #bitcoin-dev
865 2015-12-16T21:42:35  *** chjj_ has joined #bitcoin-dev
866 2015-12-16T21:43:35  *** atgreen_ has quit IRC
867 2015-12-16T21:44:39  *** Guyver2 has quit IRC
868 2015-12-16T21:45:45  <mr_burdell> sipa, I think your fee calculation is too simple. don't miners need to maximize fee per byte transferred over the network? not just maximize total fee per block?
869 2015-12-16T21:46:36  <sipa> mr_burdell: if they're not fine with the worst case situation it creates, they shouldn't accept the proposal
870 2015-12-16T21:47:06  <mr_burdell> I just mean with respect to the economics of how they would value fees on transactions
871 2015-12-16T21:47:11  <sipa> plus, IBLT and other improved relay mechanisms make the bytes transferred over the network in non-adverserial conditions irrelevant
872 2015-12-16T21:47:21  <mr_burdell> that's fair
873 2015-12-16T21:47:24  *** rusty has quit IRC
874 2015-12-16T21:48:00  <mr_burdell> my current understanding was that the opportunity cost of including a transaction in a block was roughly correlated with the size in bytes of the transaction
875 2015-12-16T21:48:40  <mr_burdell> and I don't follow how valuing the witness data at 0.25x would mean the fees would be discounted the same way
876 2015-12-16T21:49:07  <mr_burdell> since that data still needs to be transferred
877 2015-12-16T21:49:20  *** laurentmt has quit IRC
878 2015-12-16T21:49:38  <mr_burdell> so until IBLT is implemented, it makes sense that witness data would not get a fee discount
879 2015-12-16T21:49:45  <sipa> see it this way: as miners are concerned, blocks are max 4 MB with this proposal. If they're not fine with that, they shouldn't accept the proposal period (or, alternatively, full nodes shouldn't accept the proposal if they fear that 4 MB would result in unacceptable mining centralization pressure)
880 2015-12-16T21:50:11  <sipa> but mining centralization pressure is not the only cost; there is also the growing resource cost to full nodes and the centralization that results from this
881 2015-12-16T21:50:56  <sipa> and that is where the modified formula comes it: it increases capacity but without worsening several of the operation costs (UTXO operations, UTXO size, block size, historic sync bandwidth, ...)
882 2015-12-16T21:51:25  <sipa> so the assumption behind the proposal is that we are fine with 4x larger blocks in terms of relay efficiency, but not with an outright 4x capacity increase
883 2015-12-16T21:51:32  <mr_burdell> I understand the formula from a risk perspective... I'm saying that the formula may not apply to valuing transaction fees
884 2015-12-16T21:55:05  *** d_t has joined #bitcoin-dev
885 2015-12-16T21:55:27  *** rnvk has joined #bitcoin-dev
886 2015-12-16T21:56:46  *** tantalum has quit IRC
887 2015-12-16T21:58:59  *** ThomasV has quit IRC
888 2015-12-16T21:59:14  *** neozaru has quit IRC
889 2015-12-16T22:00:17  <Luke-Jr> wangchun: maybe interested parties can form a "working group"?
890 2015-12-16T22:01:42  <Luke-Jr> wumpus: maybe the default git branch ought to be the latest stable?
891 2015-12-16T22:01:55  *** btc_panhandler has quit IRC
892 2015-12-16T22:03:11  <kanzure> bitcoin-dev moderation is going to be bumpy for a while. note that jgarzik is operating as a moderator.
893 2015-12-16T22:03:56  <Luke-Jr> wangchun: Lightsword: btw BFGMiner haqs stratum proxy builtin
894 2015-12-16T22:04:01  <sipa> i personally feel that a few of my last mails were off-topic... apologies for that
895 2015-12-16T22:04:12  <jgarzik> kanzure, true as a disclaimer but not true in fact - I do not think I have logged into the admin interface in weeks
896 2015-12-16T22:04:20  <jgarzik> and don't intend to
897 2015-12-16T22:04:41  <kanzure> i have no way of verifying that and i don't care
898 2015-12-16T22:06:39  <kanzure> making claims that are non-verifiable is sort of ugh; now i have to deal with an additional unverifiable factoid? that's not fair.
899 2015-12-16T22:09:27  *** chmod755 has quit IRC
900 2015-12-16T22:10:41  <gijensen> D:
901 2015-12-16T22:14:20  *** ThomasV has joined #bitcoin-dev
902 2015-12-16T22:23:07  *** zookolaptop has joined #bitcoin-dev
903 2015-12-16T22:24:50  *** c0rw|zZz is now known as c0rw1n
904 2015-12-16T22:27:07  <Luke-Jr> kanzure: benefit of the doubt…
905 2015-12-16T22:27:20  *** rnvk has quit IRC
906 2015-12-16T22:27:24  *** Guest18271 has quit IRC
907 2015-12-16T22:27:55  <kanzure> Luke-Jr: a good and useful principle. i don't care what the reality happens to be in this instance, only that i have to keep track of increasingly unverifiable details.
908 2015-12-16T22:36:27  *** won9 has joined #bitcoin-dev
909 2015-12-16T22:37:47  *** ThomasV has quit IRC
910 2015-12-16T22:38:37  *** metalcamp has quit IRC
911 2015-12-16T22:39:20  *** johnsoft has quit IRC
912 2015-12-16T22:41:53  *** JeromeLegoupil has quit IRC
913 2015-12-16T22:43:08  *** matsjj has joined #bitcoin-dev
914 2015-12-16T22:43:52  *** _yoy_ has quit IRC
915 2015-12-16T22:45:14  <AaronvanW> can someone explain to me how SW would provide for "4MB" blocks? (rather than 1.75MB)
916 2015-12-16T22:45:21  <AaronvanW> what's the math behind the number 4
917 2015-12-16T22:45:23  *** chjj_ has quit IRC
918 2015-12-16T22:47:11  *** bung_whole has quit IRC
919 2015-12-16T22:47:12  <AaronvanW> (or point me to an explanation somewhere else)
920 2015-12-16T22:47:18  *** hdbuck has quit IRC
921 2015-12-16T22:47:54  *** Guest45712 has joined #bitcoin-dev
922 2015-12-16T22:49:03  <Guest45712> hey whoever runs the mailing list moderation: we're seeing BlueMatt's replies to Jameson Lopp's post but not the original posts
923 2015-12-16T22:49:06  <kanzure> a bunch of these emails are increasingly off-topic
924 2015-12-16T22:49:15  <kanzure> yes, we are moderating some of the off-topic stuff
925 2015-12-16T22:49:30  <Guest45712> how can the reply be ontopic but the original message off-topic
926 2015-12-16T22:49:35  <kanzure> BlueMatt: keep in mind some of those emails aren't getting delivered to the mailing list, so don't reply in public to everything. check with someone with access to the moderator queue.
927 2015-12-16T22:49:49  <kanzure> Guest45712: because jgarzik is an insider and has rigged things.
928 2015-12-16T22:49:50  *** won9 has quit IRC
929 2015-12-16T22:49:55  <Guest45712> lol rigged things
930 2015-12-16T22:49:59  <kanzure> sorry for this interruption in service please don't blame me
931 2015-12-16T22:50:07  <Guest45712> how did he rig things?
932 2015-12-16T22:50:17  <kanzure> you are asking how a moderator can rig a message to go through?
933 2015-12-16T22:50:20  <kanzure> or are you asking a different question?
934 2015-12-16T22:50:54  <Guest45712> i dont have time to play aspegers babysitter, fix ur list pls thanks
935 2015-12-16T22:50:58  *** Guest45712 has quit IRC
936 2015-12-16T22:50:59  <kanzure> note that i don't mean to use "rig" in a nefarious way here.
937 2015-12-16T22:51:09  *** CubicEarth has joined #bitcoin-dev
938 2015-12-16T22:51:20  <kanzure> haha moderating is now aspie, apparently. sigh.
939 2015-12-16T22:51:27  *** GGuyZ has joined #bitcoin-dev
940 2015-12-16T22:53:00  *** iv3c has quit IRC
941 2015-12-16T22:55:46  *** agricocb has quit IRC
942 2015-12-16T22:55:53  *** arubi has quit IRC
943 2015-12-16T22:56:28  *** arubi has joined #bitcoin-dev
944 2015-12-16T22:56:41  *** won9 has joined #bitcoin-dev
945 2015-12-16T22:56:55  *** YoY has joined #bitcoin-dev
946 2015-12-16T22:57:54  *** chjj_ has joined #bitcoin-dev
947 2015-12-16T22:58:03  *** arubi has quit IRC
948 2015-12-16T22:58:25  *** arubi has joined #bitcoin-dev
949 2015-12-16T23:00:03  *** jtimon has joined #bitcoin-dev
950 2015-12-16T23:01:10  *** arubi has quit IRC
951 2015-12-16T23:02:02  *** arubi has joined #bitcoin-dev
952 2015-12-16T23:03:21  *** Palsson has joined #bitcoin-dev
953 2015-12-16T23:04:34  *** tyler__ has joined #bitcoin-dev
954 2015-12-16T23:08:31  *** GGuyZ has quit IRC
955 2015-12-16T23:08:39  *** rnvk has joined #bitcoin-dev
956 2015-12-16T23:10:53  *** CubicEarth has quit IRC
957 2015-12-16T23:11:21  *** CubicEarth has joined #bitcoin-dev
958 2015-12-16T23:12:03  *** iv3c has joined #bitcoin-dev
959 2015-12-16T23:12:44  *** mpr has joined #bitcoin-dev
960 2015-12-16T23:13:00  *** CubicEarth has quit IRC
961 2015-12-16T23:13:08  *** mpr is now known as Guest58454
962 2015-12-16T23:14:40  *** CubicEarth has joined #bitcoin-dev
963 2015-12-16T23:15:32  *** StephenM347 has quit IRC
964 2015-12-16T23:20:06  *** YoY has quit IRC
965 2015-12-16T23:20:56  *** CubicEarth has quit IRC
966 2015-12-16T23:22:43  *** throughnothing has joined #bitcoin-dev
967 2015-12-16T23:23:01  *** YoY has joined #bitcoin-dev
968 2015-12-16T23:24:29  *** nelisky has quit IRC
969 2015-12-16T23:31:27  *** shaileshg has joined #bitcoin-dev
970 2015-12-16T23:32:39  *** matsjj has quit IRC
971 2015-12-16T23:35:27  *** wallet42 has joined #bitcoin-dev
972 2015-12-16T23:35:52  *** MoALTz has quit IRC
973 2015-12-16T23:36:02  *** rusty has joined #bitcoin-dev
974 2015-12-16T23:37:11  *** MoALTz has joined #bitcoin-dev
975 2015-12-16T23:51:04  *** jtoomim has joined #bitcoin-dev
976 2015-12-16T23:51:53  *** MoALTz has quit IRC
977 2015-12-16T23:53:10  *** vmatekole has quit IRC
978 2015-12-16T23:53:42  *** vmatekole has joined #bitcoin-dev
979 2015-12-16T23:53:56  *** CubicEarth has joined #bitcoin-dev
980 2015-12-16T23:54:18  <BlueMatt> kanzure: ack, though in this case I was responding to something that was on-topic
981 2015-12-16T23:54:19  <BlueMatt> so...oh well
982 2015-12-16T23:56:07  *** nelisky has joined #bitcoin-dev
983 2015-12-16T23:56:32  <rusty> Yes, our moderation is statistical.  I expect that to be tested sorely in the coming days.
984 2015-12-16T23:57:54  *** btc_panhandler has joined #bitcoin-dev