1 2014-10-17 00:00:03 ericmuyser has joined
2 2014-10-17 00:00:21 okae has quit (Quit: bye bye.)
3 2014-10-17 00:00:52 aliasaila has joined
4 2014-10-17 00:02:13 nanotube has quit (Ping timeout: 272 seconds)
5 2014-10-17 00:04:36 ericmuyser has quit (Ping timeout: 244 seconds)
6 2014-10-17 00:05:22 <coryfields_> i ended up having to move both out on their own
7 2014-10-17 00:05:27 <coryfields_> sec
8 2014-10-17 00:05:49 <coryfields_> sipa: iirc, CTxOutCompressor -> coins caused a circular dependency with main
9 2014-10-17 00:06:01 patcon has quit (Remote host closed the connection)
10 2014-10-17 00:06:33 thestringpuller has left ()
11 2014-10-17 00:06:47 <coryfields_> https://github.com/theuni/bitcoin/commit/a3443cc7467f7c3e88baeb361b11cc7e3152845d
12 2014-10-17 00:06:49 <sipa> coryfields_: heh, how does compressor depend on main?
13 2014-10-17 00:07:16 nanotube has joined
14 2014-10-17 00:07:50 <jtimon> so do you mind if I separate core/transaction already? it should help with the script stuff
15 2014-10-17 00:08:06 <jtimon> also seems independent from your other movements
16 2014-10-17 00:08:20 <sipa> coryfields_: i don't understand why that would be needed
17 2014-10-17 00:08:47 <coryfields_> sipa: it might've been undo and not compressor, sec
18 2014-10-17 00:09:12 <sipa> undo needs txcompressor
19 2014-10-17 00:09:15 zeiris has quit (Ping timeout: 244 seconds)
20 2014-10-17 00:09:44 <sipa> but undo in main, and txcompressor in coins should work - unless i'm missing something
21 2014-10-17 00:09:55 blast has quit (Read error: Connection reset by peer)
22 2014-10-17 00:10:18 Guest45377 has quit (Ping timeout: 240 seconds)
23 2014-10-17 00:10:25 zeiris has joined
24 2014-10-17 00:10:37 <jtimon> also that commit (probably they should be 2 separated commits) seems independently useful and non controversial, any reason not to create a PR with it already?
25 2014-10-17 00:11:08 <coryfields_> sipa: sorry, i really can't remember the problem now. i've moved way too much stuff around this week
26 2014-10-17 00:11:12 <sipa> ok
27 2014-10-17 00:11:22 <coryfields_> sipa: as usual, 95% change i'm just flat-out misremembering
28 2014-10-17 00:11:39 <sipa> no worries; always better to have something that works
29 2014-10-17 00:11:55 <sipa> i'm mostly just questioning my own understanding
30 2014-10-17 00:12:25 <jtimon> sipa any reason to make main fatter instead of having separated files?
31 2014-10-17 00:13:23 <sipa> i'm not actually a fan of the "one file for every class" mentality
32 2014-10-17 00:13:24 <coryfields_> jtimon: no reason not to PR it, just trying to keep the code movement to a minimum until there's something to show for it
33 2014-10-17 00:13:37 <coryfields_> but if it would help you as well, you're welcome to go for it
34 2014-10-17 00:13:58 <sipa> i'm not opposed to separate files, btw, just saying that it is wrong that something is in core now, and would fit in main
35 2014-10-17 00:14:19 <sipa> independently moving it to another file (depended on by main, and not by core) accomplishes the same goal
36 2014-10-17 00:14:36 <jtimon> I see, thanks, I'll move inpoint to txmempool and separate core/transaction for now
37 2014-10-17 00:15:37 <jtimon> I mean, my slow and low memory laptop some times has problems compiling main already
38 2014-10-17 00:16:17 <coryfields_> sipa: btw, this key movement is working out really nicely i think. From the looks, i'd much rather do this than the other movements i proposed
39 2014-10-17 00:16:51 <sipa> jtimon: ha, yes, that's a good reason to split things up, but the actual amount of .cpp code moved is tiny compared to what is already in main i think
40 2014-10-17 00:17:16 <sipa> and header movement doesn't help here, as you'd still need to (directly or indirectly) include the headers in main
41 2014-10-17 00:17:22 <sipa> coryfields_: looking forward
42 2014-10-17 00:17:34 johnsoft has quit (Ping timeout: 258 seconds)
43 2014-10-17 00:17:35 <jtimon> yeah, was just concerned about making main even bigger
44 2014-10-17 00:17:56 <sipa> yeah, fair enough
45 2014-10-17 00:18:26 johnsoft has joined
46 2014-10-17 00:18:40 torsthaldo has quit (Read error: Connection reset by peer)
47 2014-10-17 00:18:46 <coryfields_> jtimon: as for the core classes (i believe you were asking earlier), i really don't mind how they're arranged/moved at all, as long as new dependencies aren't added
48 2014-10-17 00:18:51 Pan0ram1x has joined
49 2014-10-17 00:18:53 <coryfields_> which i'm sure you're not doing anyway
50 2014-10-17 00:19:12 Dizzle__ has quit (Quit: Leaving...)
51 2014-10-17 00:19:13 Pan0ram1x is now known as Guest29578
52 2014-10-17 00:19:37 <jtimon> #5096
53 2014-10-17 00:19:37 Zifre has joined
54 2014-10-17 00:19:50 johnsoft has quit (Read error: Connection reset by peer)
55 2014-10-17 00:19:59 <jtimon> no, I won't add more deps, just a couple of moveonly PRs
56 2014-10-17 00:20:27 <jtimon> that #5096 is specially trivial
57 2014-10-17 00:20:37 <coryfields_> ok, don't worry about me then. only one that would collide is the commit above, which is no problem to work around
58 2014-10-17 00:20:41 johnsoft has joined
59 2014-10-17 00:22:14 guruvan has joined
60 2014-10-17 00:22:21 wiretapped has joined
61 2014-10-17 00:22:38 KillYourTV has joined
62 2014-10-17 00:22:50 Lexa has joined
63 2014-10-17 00:23:00 karc has joined
64 2014-10-17 00:23:26 BananaLotus has joined
65 2014-10-17 00:23:53 owlhooter has joined
66 2014-10-17 00:23:54 gst has joined
67 2014-10-17 00:24:08 iwilcox has joined
68 2014-10-17 00:24:14 Subo1977 has joined
69 2014-10-17 00:24:23 justanotheruser has quit (Ping timeout: 245 seconds)
70 2014-10-17 00:26:10 random_cat has joined
71 2014-10-17 00:26:41 Adlai has joined
72 2014-10-17 00:26:45 Miroluik has joined
73 2014-10-17 00:29:29 paxtoncamaro91 has joined
74 2014-10-17 00:30:46 donpillou has joined
75 2014-10-17 00:31:23 justanotheruser has joined
76 2014-10-17 00:37:28 kromtar has quit (Quit: bye bye.)
77 2014-10-17 00:38:39 wizardofozzie has joined
78 2014-10-17 00:38:42 justanotheruser has quit (Ping timeout: 244 seconds)
79 2014-10-17 00:42:14 Lightsword has quit (Quit: Lightsword)
80 2014-10-17 00:43:09 <coryfields_> sipa: no clue what the problem was there, works fine now (the circular dep). I must've had some other local conflicting changes.
81 2014-10-17 00:44:17 <sipa> ok, cool
82 2014-10-17 00:44:19 wizardofozzie has quit (Quit: Updating details, brb)
83 2014-10-17 00:44:43 Dr-G has joined
84 2014-10-17 00:47:20 won9 has joined
85 2014-10-17 00:47:22 belcher has quit (Quit: Leaving)
86 2014-10-17 00:47:49 Guest9784 has quit (Ping timeout: 272 seconds)
87 2014-10-17 00:50:27 jedunnig_ has joined
88 2014-10-17 00:50:42 rnvk has joined
89 2014-10-17 00:52:43 jedunnigan has quit (Ping timeout: 245 seconds)
90 2014-10-17 01:00:50 ericmuyser has joined
91 2014-10-17 01:01:57 erasmospunk has quit (Remote host closed the connection)
92 2014-10-17 01:05:18 ericmuyser has quit (Ping timeout: 240 seconds)
93 2014-10-17 01:06:07 Whoop has quit (Ping timeout: 260 seconds)
94 2014-10-17 01:10:07 Whoop has joined
95 2014-10-17 01:13:19 brson has quit (Ping timeout: 255 seconds)
96 2014-10-17 01:13:30 mpmcsweeney has joined
97 2014-10-17 01:13:48 brson has joined
98 2014-10-17 01:14:39 blast has joined
99 2014-10-17 01:21:33 PRab has quit (Remote host closed the connection)
100 2014-10-17 01:22:35 Lightsword has joined
101 2014-10-17 01:22:52 justanotheruser has joined
102 2014-10-17 01:28:18 justanotheruser has quit (Ping timeout: 240 seconds)
103 2014-10-17 01:30:00 brson has quit (Quit: leaving)
104 2014-10-17 01:30:36 brson has joined
105 2014-10-17 01:39:09 Dr-G2 has joined
106 2014-10-17 01:43:05 Dr-G has quit (Ping timeout: 264 seconds)
107 2014-10-17 01:47:28 justanotheruser has joined
108 2014-10-17 01:52:37 bedeho has quit (Quit: Nettalk6 - www.ntalk.de)
109 2014-10-17 01:56:13 brson has quit (Quit: leaving)
110 2014-10-17 01:56:26 pen has quit (Ping timeout: 260 seconds)
111 2014-10-17 01:56:32 brson has joined
112 2014-10-17 01:56:54 RagnarDanneskjol has joined
113 2014-10-17 01:57:33 dcousens has joined
114 2014-10-17 01:58:12 <dcousens> Anyone know who runs webbtc.com?
115 2014-10-17 01:59:09 <justanotheruser> dcousens: whois says Marius Hanne
116 2014-10-17 01:59:58 * justanotheruser pings mhanne
117 2014-10-17 02:00:04 <dcousens> cheers justanotheruser
118 2014-10-17 02:01:43 ericmuyser has joined
119 2014-10-17 02:06:21 ericmuyser has quit (Ping timeout: 255 seconds)
120 2014-10-17 02:06:21 RoboTeddy has quit (Ping timeout: 272 seconds)
121 2014-10-17 02:06:54 RoboTeddy has joined
122 2014-10-17 02:07:07 Andrewmeows has joined
123 2014-10-17 02:07:50 one0one has joined
124 2014-10-17 02:08:50 Joshmeows has joined
125 2014-10-17 02:09:29 mkarrer has quit (Remote host closed the connection)
126 2014-10-17 02:10:56 mkarrer has joined
127 2014-10-17 02:11:25 Andymeows has quit (Ping timeout: 272 seconds)
128 2014-10-17 02:12:16 Andrewmeows has quit (Ping timeout: 255 seconds)
129 2014-10-17 02:20:44 sinetek has joined
130 2014-10-17 02:22:05 robonerd has quit (Ping timeout: 265 seconds)
131 2014-10-17 02:23:52 robonerd has joined
132 2014-10-17 02:23:52 rdponticelli has joined
133 2014-10-17 02:26:52 pen has joined
134 2014-10-17 02:28:34 pen has quit (Remote host closed the connection)
135 2014-10-17 02:30:32 aschildbach has joined
136 2014-10-17 02:31:03 aschildbach_ has quit (Ping timeout: 272 seconds)
137 2014-10-17 02:32:15 sinetek has quit (Remote host closed the connection)
138 2014-10-17 02:37:52 Subo1977_ has joined
139 2014-10-17 02:40:41 Subo1977 has quit (Ping timeout: 264 seconds)
140 2014-10-17 02:44:52 xdotcomm_ has quit (Read error: Connection reset by peer)
141 2014-10-17 02:45:16 xdotcommer has joined
142 2014-10-17 02:46:38 devthedev has joined
143 2014-10-17 02:47:36 hashtag has joined
144 2014-10-17 02:54:47 NewLiberty has quit (Read error: Connection reset by peer)
145 2014-10-17 02:56:26 brson has quit (Quit: leaving)
146 2014-10-17 02:58:15 Lightsword has quit (Quit: Lightsword)
147 2014-10-17 02:59:04 attilah has joined
148 2014-10-17 03:01:37 mkarrer has quit (Remote host closed the connection)
149 2014-10-17 03:01:41 justanotheruser has quit (Ping timeout: 246 seconds)
150 2014-10-17 03:02:15 PRab has joined
151 2014-10-17 03:02:17 mpmcsweeney has quit (Remote host closed the connection)
152 2014-10-17 03:02:30 ericmuyser has joined
153 2014-10-17 03:06:53 ericmuyser has quit (Ping timeout: 245 seconds)
154 2014-10-17 03:08:21 mrebola has quit (Quit: Leaving)
155 2014-10-17 03:12:36 coinheavy has joined
156 2014-10-17 03:15:29 rdponticelli has quit (Ping timeout: 264 seconds)
157 2014-10-17 03:17:39 ionstorm has quit (Remote host closed the connection)
158 2014-10-17 03:17:45 Burrito has quit (Quit: Leaving)
159 2014-10-17 03:21:14 ruukasu has quit (Ping timeout: 250 seconds)
160 2014-10-17 03:27:01 Joshmeows is now known as Andymeows
161 2014-10-17 03:27:36 patcon has joined
162 2014-10-17 03:29:58 ruukasu has joined
163 2014-10-17 03:30:49 devthedev has quit (Remote host closed the connection)
164 2014-10-17 03:31:41 darkee has joined
165 2014-10-17 03:36:54 Andrewmeows has joined
166 2014-10-17 03:38:11 Andymeows has quit (Ping timeout: 272 seconds)
167 2014-10-17 03:38:53 kgk_ has joined
168 2014-10-17 03:39:21 Andrewmeows is now known as Andymeows
169 2014-10-17 03:42:07 kgk_ has quit (Client Quit)
170 2014-10-17 03:43:33 stalled has quit (Ping timeout: 255 seconds)
171 2014-10-17 03:46:36 Overlord has joined
172 2014-10-17 03:47:06 <Overlord> Cheap Cloud Node Contracts: https://zeushash.com/refer/2z6737
173 2014-10-17 03:47:25 Lightsword has joined
174 2014-10-17 03:47:29 <phantomcircuit> gwillen, ^
175 2014-10-17 03:48:33 Overlord has quit (Client Quit)
176 2014-10-17 03:52:15 johnsoft has quit (Ping timeout: 260 seconds)
177 2014-10-17 03:53:16 johnsoft has joined
178 2014-10-17 03:56:21 JohnKenney has joined
179 2014-10-17 03:56:24 mpmcsweeney has joined
180 2014-10-17 03:57:11 jedunnig_ has quit (Remote host closed the connection)
181 2014-10-17 03:58:34 sinetek has joined
182 2014-10-17 04:01:14 stalled has joined
183 2014-10-17 04:02:15 jtimon has quit (Ping timeout: 272 seconds)
184 2014-10-17 04:03:10 ericmuyser has joined
185 2014-10-17 04:07:36 ericmuyser has quit (Ping timeout: 250 seconds)
186 2014-10-17 04:07:57 TheSeven has quit (Ping timeout: 272 seconds)
187 2014-10-17 04:08:41 TheSeven has joined
188 2014-10-17 04:09:48 Squidicc has quit (Ping timeout: 240 seconds)
189 2014-10-17 04:10:04 kindoge has quit (Quit: ZNC - http://znc.in)
190 2014-10-17 04:10:13 mpmcsweeney has quit (Remote host closed the connection)
191 2014-10-17 04:11:23 kindoge has joined
192 2014-10-17 04:11:44 <nullbyte> .wu
193 2014-10-17 04:12:00 <nullbyte> disregard
194 2014-10-17 04:12:29 <gwillen> phantomcircuit: thanks
195 2014-10-17 04:18:58 hmsimha has quit (Ping timeout: 245 seconds)
196 2014-10-17 04:20:35 won9 has quit (Quit: won9)
197 2014-10-17 04:21:39 Mutsumi has quit (Read error: Connection reset by peer)
198 2014-10-17 04:21:57 Mutsumi has joined
199 2014-10-17 04:22:16 jtimon has joined
200 2014-10-17 04:27:37 Mutsumi has quit (Read error: Connection reset by peer)
201 2014-10-17 04:28:33 Mutsumi has joined
202 2014-10-17 04:28:43 Mutsumi has quit (Changing host)
203 2014-10-17 04:28:43 Mutsumi has joined
204 2014-10-17 04:30:41 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
205 2014-10-17 04:30:48 Raziel has quit (Ping timeout: 255 seconds)
206 2014-10-17 04:32:37 Diablo-D3 has joined
207 2014-10-17 04:33:03 coderwill has quit (Quit: leaving)
208 2014-10-17 04:33:58 hmmma1 has joined
209 2014-10-17 04:36:39 coderwill has joined
210 2014-10-17 04:42:10 attilah1 has joined
211 2014-10-17 04:45:38 attilah has quit (Ping timeout: 265 seconds)
212 2014-10-17 04:46:52 Andrewmeows has joined
213 2014-10-17 04:47:54 won9 has joined
214 2014-10-17 04:49:48 Andymeows has quit (Ping timeout: 245 seconds)
215 2014-10-17 04:50:07 hashtag has quit (Ping timeout: 258 seconds)
216 2014-10-17 04:50:23 attilah1 has quit (Ping timeout: 272 seconds)
217 2014-10-17 04:52:02 ericmuyser has joined
218 2014-10-17 04:53:46 mmatthew_43 has joined
219 2014-10-17 04:57:16 fatalhalt has joined
220 2014-10-17 04:59:21 PaulCapestany has quit ()
221 2014-10-17 04:59:52 mmatthew_43 has quit (Ping timeout: 240 seconds)
222 2014-10-17 05:02:47 justanotheruser has joined
223 2014-10-17 05:03:02 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
224 2014-10-17 05:03:27 NewLiberty has joined
225 2014-10-17 05:09:41 Quanttek has joined
226 2014-10-17 05:11:35 mpmcsweeney has joined
227 2014-10-17 05:12:07 iamsatoshi has joined
228 2014-10-17 05:13:57 shadowbroker has joined
229 2014-10-17 05:15:03 weilu has joined
230 2014-10-17 05:19:59 nullbyte has quit (Ping timeout: 260 seconds)
231 2014-10-17 05:20:29 <SomeoneWeird> phantomcircuit: you don't have ops?
232 2014-10-17 05:20:31 * SomeoneWeird shrugs
233 2014-10-17 05:21:23 DougieBot5000 has quit (Quit: Leaving)
234 2014-10-17 05:21:36 nullbyte has joined
235 2014-10-17 05:21:36 nullbyte has quit (Changing host)
236 2014-10-17 05:21:36 nullbyte has joined
237 2014-10-17 05:22:11 Andrewmeows is now known as Andymeows
238 2014-10-17 05:23:16 oujh has quit (Quit: Leaving)
239 2014-10-17 05:26:25 paveljanik has joined
240 2014-10-17 05:28:04 coeus_ has quit (Ping timeout: 258 seconds)
241 2014-10-17 05:31:35 Dizzle has joined
242 2014-10-17 05:33:28 Dizzle has quit (Client Quit)
243 2014-10-17 05:34:15 nullbyte has quit (Ping timeout: 244 seconds)
244 2014-10-17 05:34:59 mpmcsweeney has quit ()
245 2014-10-17 05:36:02 nullbyte has joined
246 2014-10-17 05:39:17 RoboTeddy has quit (Ping timeout: 265 seconds)
247 2014-10-17 05:39:39 Trix has joined
248 2014-10-17 05:40:15 trixisowned has quit (Disconnected by services)
249 2014-10-17 05:40:17 Trix is now known as trixisowned
250 2014-10-17 05:40:37 Diablo-D3 has joined
251 2014-10-17 05:40:40 syst3mw0rm has joined
252 2014-10-17 05:50:36 PaulCapestany has joined
253 2014-10-17 05:51:02 Namworld has quit ()
254 2014-10-17 05:51:53 fatalhalt has quit (Quit: Leaving)
255 2014-10-17 05:53:53 johnsoft has quit (Ping timeout: 244 seconds)
256 2014-10-17 05:54:06 syst3mw0_ has joined
257 2014-10-17 05:54:40 johnsoft has joined
258 2014-10-17 05:55:40 O01eg has quit (Ping timeout: 258 seconds)
259 2014-10-17 05:55:51 syst3mw0rm has quit (Ping timeout: 260 seconds)
260 2014-10-17 05:58:51 Quanttek has quit (Ping timeout: 260 seconds)
261 2014-10-17 06:02:31 Guest9784 has joined
262 2014-10-17 06:03:38 neozaru has joined
263 2014-10-17 06:03:46 won9 has quit (Quit: won9)
264 2014-10-17 06:03:46 chaosagent has quit (Ping timeout: 260 seconds)
265 2014-10-17 06:03:59 iamsatoshi has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
266 2014-10-17 06:08:45 Aido_ has joined
267 2014-10-17 06:10:51 realtime has joined
268 2014-10-17 06:11:46 Aido has quit (Ping timeout: 258 seconds)
269 2014-10-17 06:12:57 realtime_ has quit (Read error: Connection reset by peer)
270 2014-10-17 06:13:07 Andymeows has quit (Ping timeout: 260 seconds)
271 2014-10-17 06:14:25 YoY has joined
272 2014-10-17 06:22:22 Zifre has quit (Ping timeout: 250 seconds)
273 2014-10-17 06:25:08 Zifre has joined
274 2014-10-17 06:25:13 profreid has joined
275 2014-10-17 06:27:18 super3 has joined
276 2014-10-17 06:31:05 profreid has quit (Ping timeout: 244 seconds)
277 2014-10-17 06:33:58 Guest9784 has quit (Ping timeout: 245 seconds)
278 2014-10-17 06:37:50 sinetek has quit (Read error: No route to host)
279 2014-10-17 06:38:20 profreid has joined
280 2014-10-17 06:39:05 neozaru has quit (Read error: Connection reset by peer)
281 2014-10-17 06:41:28 MoALTz has quit (Quit: Leaving)
282 2014-10-17 06:44:56 ericmuyser has quit (Remote host closed the connection)
283 2014-10-17 06:45:26 oujh has joined
284 2014-10-17 06:53:32 RoboTeddy has joined
285 2014-10-17 06:54:24 ericmuyser has joined
286 2014-10-17 06:54:28 ericmuyser has quit (Remote host closed the connection)
287 2014-10-17 06:57:26 HaltingState has quit (Remote host closed the connection)
288 2014-10-17 07:00:29 slorunner has joined
289 2014-10-17 07:01:16 <slorunner> hello, i don't find the github link for bitcoin payment (PHP) anyone here to help?
290 2014-10-17 07:02:07 WeCluster has quit (Ping timeout: 260 seconds)
291 2014-10-17 07:03:16 aburan28 has quit (Remote host closed the connection)
292 2014-10-17 07:03:58 WeCluster has joined
293 2014-10-17 07:04:46 <wumpus> https://github.com/gavinandresen/paymentrequest
294 2014-10-17 07:05:09 sinetek has joined
295 2014-10-17 07:10:36 lclc_bnc is now known as lclc
296 2014-10-17 07:17:54 Eiii has quit ()
297 2014-10-17 07:20:11 todam00n has joined
298 2014-10-17 07:20:27 <todam00n> is there a pre compiled bitcoin-cli for os x somewhere?
299 2014-10-17 07:21:09 <wumpus> not AFAIK
300 2014-10-17 07:22:01 papa2 has joined
301 2014-10-17 07:26:12 Alina-malina has quit (Ping timeout: 272 seconds)
302 2014-10-17 07:26:38 Alina-malina has joined
303 2014-10-17 07:26:38 Alina-malina has quit (Changing host)
304 2014-10-17 07:26:38 Alina-malina has joined
305 2014-10-17 07:30:10 AaronvanW has joined
306 2014-10-17 07:31:24 <todam00n> ok
307 2014-10-17 07:31:37 <Luke-Jr> todam00n: depending on what you need, note Bitcoin Core GUI does have a Debug console that works the same more or less
308 2014-10-17 07:31:43 <todam00n> also, is there any bitcoin client that can remotely connect to a wallet via RPC?
309 2014-10-17 07:31:50 <todam00n> I mostly just want to test my RPC connection
310 2014-10-17 07:32:43 <wumpus> easiest would be to run a basic bitcoin-bitcoinrpc test hten
311 2014-10-17 07:33:00 erasmospunk has joined
312 2014-10-17 07:33:14 easye` has joined
313 2014-10-17 07:33:32 Alina-malina has quit (Ping timeout: 240 seconds)
314 2014-10-17 07:33:46 <Luke-Jr> todam00n: unless you have a use for it, it's probably better if you don't enable the RPC connection..
315 2014-10-17 07:35:36 Alina-malina has joined
316 2014-10-17 07:35:36 Alina-malina has quit (Changing host)
317 2014-10-17 07:35:36 Alina-malina has joined
318 2014-10-17 07:35:54 <wumpus> ie, http://www.hastebin.com/ukonoqided.py then call it with python simple_python_bitcoinrpc.py http://bitcoinrpc:password@127.0.0.1:8332/
319 2014-10-17 07:41:01 amtri has joined
320 2014-10-17 07:41:18 <todam00n> I have to... bitcoind server is on another machine
321 2014-10-17 07:44:28 Grouver has joined
322 2014-10-17 07:49:14 <Luke-Jr> todam00n: bitcoind very intentionally won't accept connections from other machines by default, and, IMO, can never safely do so
323 2014-10-17 07:52:36 <todam00n> that was not my question
324 2014-10-17 07:53:44 vmatekole has joined
325 2014-10-17 07:57:53 nullbyte has quit (Ping timeout: 255 seconds)
326 2014-10-17 08:01:09 Eagle[TM] has joined
327 2014-10-17 08:03:01 serialbandicoot has joined
328 2014-10-17 08:06:47 t7 has joined
329 2014-10-17 08:07:30 tarantillo_ has quit (Remote host closed the connection)
330 2014-10-17 08:07:47 tarantillo_ has joined
331 2014-10-17 08:08:12 hmmma1 has quit (Ping timeout: 240 seconds)
332 2014-10-17 08:08:44 justanotheruser has quit (Ping timeout: 244 seconds)
333 2014-10-17 08:10:11 Lightsword has quit (Quit: Lightsword)
334 2014-10-17 08:11:35 Lightsword has joined
335 2014-10-17 08:11:40 <phantomcircuit> SomeoneWeird, this is like the only channel i dont
336 2014-10-17 08:11:43 <phantomcircuit> shrug
337 2014-10-17 08:11:47 Uglux has joined
338 2014-10-17 08:13:26 benrcole has joined
339 2014-10-17 08:14:08 justanotheruser has joined
340 2014-10-17 08:14:40 JackH has joined
341 2014-10-17 08:16:57 weilu has quit (Remote host closed the connection)
342 2014-10-17 08:22:23 c0rw1n has quit (Ping timeout: 260 seconds)
343 2014-10-17 08:25:55 <slorunner> hmm, php script doesn't work, and i can't find the problem, modules work right, but index doesnt :/ using: https://github.com/blockchain/receive_payment_php_demo
344 2014-10-17 08:26:48 <phantomcircuit> slorunner, DO NOT USE BC.I
345 2014-10-17 08:26:58 <phantomcircuit> YOU *WILL* LOSE BITCOINS
346 2014-10-17 08:27:05 <phantomcircuit> also you're off topic
347 2014-10-17 08:27:30 <slorunner> sry then :/ gonna find another
348 2014-10-17 08:27:43 <phantomcircuit> try ##php
349 2014-10-17 08:27:47 <phantomcircuit> gl with that though
350 2014-10-17 08:28:03 WormDrink has joined
351 2014-10-17 08:28:19 amtri has quit (Read error: Connection reset by peer)
352 2014-10-17 08:28:22 <slorunner> is this one ok? https://github.com/gavinandresen/paymentrequest
353 2014-10-17 08:28:54 graingert has joined
354 2014-10-17 08:29:08 <phantomcircuit> slorunner, sure
355 2014-10-17 08:29:24 c0rw1n has joined
356 2014-10-17 08:30:45 <slorunner> gonna set it up later then :)
357 2014-10-17 08:31:19 easye` has quit (Ping timeout: 260 seconds)
358 2014-10-17 08:32:28 shadowbroker has quit (Remote host closed the connection)
359 2014-10-17 08:32:55 benrcole1 has joined
360 2014-10-17 08:34:35 benrcole has quit (Ping timeout: 260 seconds)
361 2014-10-17 08:34:37 slorunner has quit (Quit: Page closed)
362 2014-10-17 08:37:05 benrcole has joined
363 2014-10-17 08:37:09 benrcole1 has quit (Ping timeout: 244 seconds)
364 2014-10-17 08:41:55 profreid has quit (Quit: profreid)
365 2014-10-17 08:41:59 JZavala has quit (Ping timeout: 255 seconds)
366 2014-10-17 08:44:47 amtri has joined
367 2014-10-17 08:44:58 torsthaldo has joined
368 2014-10-17 08:48:56 ThomasV has joined
369 2014-10-17 08:50:47 easye has joined
370 2014-10-17 08:50:49 rdymac has joined
371 2014-10-17 08:53:36 lclc has quit (Ping timeout: 272 seconds)
372 2014-10-17 08:54:19 syst3mw0_ has quit (Ping timeout: 240 seconds)
373 2014-10-17 08:54:21 bedeho has joined
374 2014-10-17 08:54:41 <wumpus> so, headers-first merge today? people have been able to test it for a few days, and I've seen no critical new issues that have surfaced
375 2014-10-17 08:55:08 <Luke-Jr> âº
376 2014-10-17 08:55:17 <sipa> but but but... nobody has acked it
377 2014-10-17 08:55:36 <wumpus> good point
378 2014-10-17 08:55:50 <Luke-Jr> we'll probably accidentally a hardfork, but not sure there's anything more we can do to reduce the risk.
379 2014-10-17 08:55:54 davout has joined
380 2014-10-17 08:55:56 <wumpus> my browser crashes when I open the issue, so adding my ack will take a while :-)
381 2014-10-17 08:56:29 <wumpus> Luke-Jr: huh?
382 2014-10-17 08:56:35 lclc has joined
383 2014-10-17 08:56:45 <wumpus> why do you think this would cause a hardfork?
384 2014-10-17 08:56:48 <justanotheruser> wumpus: you should add that to your browsers issue list
385 2014-10-17 08:57:00 <Luke-Jr> wumpus: just the sheer complexity. I'm not suggesting delaying a merge.
386 2014-10-17 08:57:02 <wumpus> it changes download strategy
387 2014-10-17 08:57:21 <sipa> some validation rules are shuffled too
388 2014-10-17 08:57:27 <sipa> because they happen in a different order now
389 2014-10-17 08:57:51 <sipa> though not the tricky ones (as in: script validation, utxo update logic, block connection are all untouched)
390 2014-10-17 08:58:06 <wumpus> right
391 2014-10-17 08:58:12 <Luke-Jr> I'd just say we should avoid releasing right before any kind of big event we're all going to - so if something happens, we're able to react quickly
392 2014-10-17 08:58:37 <sipa> i think it's likelier that there is some bug that allows a peer to make get stuck than anything else
393 2014-10-17 08:58:50 <sipa> (but then again... that happened spontaneously before anyway)
394 2014-10-17 08:58:55 <Luke-Jr> sipa: stuck on one tree could cause a reorg off it
395 2014-10-17 08:59:17 <wumpus> it's better than the current code
396 2014-10-17 08:59:21 <Luke-Jr> wumpus: definitely.
397 2014-10-17 08:59:28 syst3mw0rm has joined
398 2014-10-17 08:59:47 amtri is now known as amdroid
399 2014-10-17 09:00:06 <wumpus> anyhow - suggestions to reduce risk are welcome, but I don't think waiting with the merge will help there.. if anything, merging it into master makes sure it gets more testing before the actual release
400 2014-10-17 09:00:24 <Luke-Jr> wumpus: like I said, probably not much more we can do - might as well merge it
401 2014-10-17 09:01:59 <Luke-Jr> I mean, unless everyone wants to wait around for a year until every miner is running both 0.8 and 0.9 concurrently to avoid issues - but that's just crazy :p
402 2014-10-17 09:02:47 benrcole1 has joined
403 2014-10-17 09:02:49 <Luke-Jr> sometimes, risks are better handled reactively (if at all) than proactively
404 2014-10-17 09:03:03 <sipa> wumpus: i've heard one complain from someone, but it turned out he was running the bitcoind in his path rather than the headersfirst one
405 2014-10-17 09:03:10 <sipa> wumpus: oh, and from rebroad
406 2014-10-17 09:04:59 amdroid has quit (Ping timeout: 246 seconds)
407 2014-10-17 09:05:29 <wumpus> rebroad is on a very strange network setup on a very faulty computer, I think he lives in a fuzzer :)
408 2014-10-17 09:05:34 <gmaxwell> There is risk, but the code already in master is basically known broken. We're not planning on beginning a RC cycle right away... this needs baking time, which means getting every developer onto it.
409 2014-10-17 09:06:01 <wumpus> anyhow - most problems can be solved after merge
410 2014-10-17 09:06:35 benrcole has quit (Ping timeout: 258 seconds)
411 2014-10-17 09:07:59 <wumpus> as far as I know rebroad is building on top of headers-first, so anything he's doing can be submitted as a pull afterwards
412 2014-10-17 09:08:12 <wumpus> and tested/reviewed separately
413 2014-10-17 09:11:13 benrcole1 has quit (Quit: Leaving.)
414 2014-10-17 09:13:35 shesek has quit (Read error: Connection reset by peer)
415 2014-10-17 09:14:43 protocrypt has joined
416 2014-10-17 09:16:28 c0rw1n has quit (Ping timeout: 245 seconds)
417 2014-10-17 09:16:49 benrcole has joined
418 2014-10-17 09:17:54 graingert has quit (Quit: Ex-Chat)
419 2014-10-17 09:18:10 graingert has joined
420 2014-10-17 09:19:01 <gmaxwell> I haven't tracked rebroad's latest work ... some of the stuff he was doing was planned already and was just left out because it was too much at once (e.g. dynamic windows), some of it seems clearly wrong (but no doubt whatever issue is motivating it for him is probably real), and some is probably fine.
421 2014-10-17 09:19:16 benrcole1 has joined
422 2014-10-17 09:20:01 shesek has joined
423 2014-10-17 09:20:31 amdroid has joined
424 2014-10-17 09:21:38 benrcole has quit (Ping timeout: 260 seconds)
425 2014-10-17 09:23:51 xenog has joined
426 2014-10-17 09:30:24 easye has quit (Read error: Connection reset by peer)
427 2014-10-17 09:30:53 easye has joined
428 2014-10-17 09:31:05 aburan28 has joined
429 2014-10-17 09:32:50 c0rw1n has joined
430 2014-10-17 09:32:52 sinetek has quit (Ping timeout: 272 seconds)
431 2014-10-17 09:38:33 AnoAnon has joined
432 2014-10-17 09:38:46 AnoAnon has quit (Max SendQ exceeded)
433 2014-10-17 09:39:12 banghouse has quit (Remote host closed the connection)
434 2014-10-17 09:41:16 Zarutian has joined
435 2014-10-17 09:42:05 <spinza> Sipa: there was just that slight "issue where it was disc
436 2014-10-17 09:42:17 coinheavy has quit ()
437 2014-10-17 09:42:25 <sipa> oh, right, the disconnection of -addnode's
438 2014-10-17 09:42:32 <spinza> *disconnecting addnodes from the conf
439 2014-10-17 09:42:39 <sipa> meh, that can be fixed later; but be sure to file an issue for that after mergre
440 2014-10-17 09:42:43 <spinza> Sorry mobile typing
441 2014-10-17 09:43:30 <spinza> Yeah think it's meh also but might surprise some
442 2014-10-17 09:46:28 Emcy has quit (Ping timeout: 245 seconds)
443 2014-10-17 09:48:45 <spinza> It's also only an issue until sync is completed
444 2014-10-17 09:55:18 okae has joined
445 2014-10-17 09:55:31 kromtar has joined
446 2014-10-17 09:58:42 sinetek has joined
447 2014-10-17 09:59:27 CheckDavid has joined
448 2014-10-17 10:02:41 Alina-malina has quit (Read error: Connection reset by peer)
449 2014-10-17 10:03:21 Alina-malina has joined
450 2014-10-17 10:03:21 Alina-malina has quit (Changing host)
451 2014-10-17 10:03:21 Alina-malina has joined
452 2014-10-17 10:03:59 Zifre has quit (Ping timeout: 245 seconds)
453 2014-10-17 10:05:02 Uglux has quit (Quit: Verlassend)
454 2014-10-17 10:10:11 syst3mw0rm has quit (Ping timeout: 255 seconds)
455 2014-10-17 10:11:41 Zarutian has quit (Quit: Zarutian)
456 2014-10-17 10:12:44 jtimon has quit (Remote host closed the connection)
457 2014-10-17 10:27:34 <todam00n> what if i downloaded the blockchain with an old version of bitcoin
458 2014-10-17 10:27:55 <wumpus> no problem, the blockchain is still the same
459 2014-10-17 10:27:58 <todam00n> is there any way to restructure it to be compatible?
460 2014-10-17 10:28:00 <todam00n> ok
461 2014-10-17 10:28:08 <wumpus> nooo no such thing needed
462 2014-10-17 10:28:09 <todam00n> i thought newer versions were storing the blockchain differently
463 2014-10-17 10:28:23 <wumpus> the problem is the other way around :)
464 2014-10-17 10:28:33 <todam00n> ah ok :)
465 2014-10-17 10:28:44 <wumpus> if you sync using headers-first, then the files will not be in-order, so older versions won't understand
466 2014-10-17 10:29:04 syst3mw0rm has joined
467 2014-10-17 10:30:46 mkarrer has joined
468 2014-10-17 10:30:51 <wumpus> that's not because shuffling the blocks is better, but because they can arrive in different orderings
469 2014-10-17 10:31:43 syst3mw0_ has joined
470 2014-10-17 10:33:04 syst3mw0_ has quit (Read error: Connection reset by peer)
471 2014-10-17 10:33:10 syst3mw__ has joined
472 2014-10-17 10:34:56 syst3mw0rm has quit (Ping timeout: 246 seconds)
473 2014-10-17 10:38:36 <wumpus> anyhow
474 2014-10-17 10:38:41 * wumpus 84d13ee - (HEAD, master) Merge pull request #4468
475 2014-10-17 10:39:12 t7 has quit (Remote host closed the connection)
476 2014-10-17 10:40:11 ruukasu has quit (Ping timeout: 246 seconds)
477 2014-10-17 10:42:00 sinetek has quit (Quit: No Ping reply in 210 seconds.)
478 2014-10-17 10:42:31 sinetek has joined
479 2014-10-17 10:42:39 drawingthesun has joined
480 2014-10-17 10:43:48 <wumpus> woohoo! headers first is merged, thanks to sipa and everyone else who worked on it or helped testing and reviewing it
481 2014-10-17 10:49:45 <fanquake> woo
482 2014-10-17 10:49:57 <fanquake> I think Iâve found a case where the blockfiles arenât compatible between HF and not HF.
483 2014-10-17 10:50:28 won9 has joined
484 2014-10-17 10:50:55 <wumpus> different from the (known) case I mention above?
485 2014-10-17 10:52:28 <fanquake> heh, it could be that exact case. Master and 0.9.3 wouldnât read the blockfiles after Iâd been running headers first.
486 2014-10-17 10:52:46 hearn has joined
487 2014-10-17 10:53:43 <wumpus> ok, yes,that's expected
488 2014-10-17 10:54:50 <fanquake> ok, no worries.
489 2014-10-17 10:54:53 <wumpus> also warned about in sipa's post: http://sourceforge.net/p/bitcoin/mailman/message/32921390/
490 2014-10-17 10:55:19 <fanquake> Iâm probably not quite keeping up on my reading.
491 2014-10-17 10:55:51 <wumpus> I'm not sure we could make this any clearer.. maybe add a warning to README.md about *warning, running master will make your block files incompatible with earlier versions*
492 2014-10-17 10:56:28 sinetek has quit (Quit: No Ping reply in 180 seconds.)
493 2014-10-17 10:58:22 <sipa> wumpus: w00000t!
494 2014-10-17 10:58:41 sinetek has joined
495 2014-10-17 10:58:52 saulimus has joined
496 2014-10-17 11:03:01 xenog has quit (Quit: Leaving.)
497 2014-10-17 11:05:00 drawingthesun has quit (Ping timeout: 255 seconds)
498 2014-10-17 11:06:18 t7 has joined
499 2014-10-17 11:08:06 <fanquake> wumpus obviously something like thatâll be in bold at the top of the 0.10.0 release
500 2014-10-17 11:08:27 <fanquake> otherwise itâll be the end of the world for anyone who tries to downgrade
501 2014-10-17 11:09:05 wallet42 has joined
502 2014-10-17 11:09:08 sinetek has quit (Ping timeout: 272 seconds)
503 2014-10-17 11:09:28 <wumpus> well not the end of the world, they can always re-bootstrap, it's not like it changes your wallet.dat into an image of nyan cat
504 2014-10-17 11:11:07 syst3mw__ has quit (Ping timeout: 244 seconds)
505 2014-10-17 11:11:40 brooss has joined
506 2014-10-17 11:12:57 <wumpus> (good point to not break wallet backward compatibilty as well, though)
507 2014-10-17 11:15:44 <fanquake> wumpus yep. slight over exaggeration. Maybe keep the nyan cat for april fools next year.
508 2014-10-17 11:17:49 xenog has joined
509 2014-10-17 11:19:22 syst3mw0rm has joined
510 2014-10-17 11:21:14 mkarrer has quit ()
511 2014-10-17 11:21:15 <wumpus> something like https://github.com/laanwj/bitcoin/commit/62e26d3f62a953cfb619bc6e04c7003c6b69360c ?
512 2014-10-17 11:21:56 nowan_ has joined
513 2014-10-17 11:22:02 nowan has quit (Ping timeout: 260 seconds)
514 2014-10-17 11:22:22 rothschild has joined
515 2014-10-17 11:23:22 <fanquake> Yep
516 2014-10-17 11:25:38 <paveljanik> wumpus: s/compatiblity/compatibility/
517 2014-10-17 11:26:40 Rozal has joined
518 2014-10-17 11:28:27 <Rozal> Can we code something in the Bitcoin to make the prices go higher
519 2014-10-17 11:29:00 lmatteis has joined
520 2014-10-17 11:29:18 aliasaila_ has joined
521 2014-10-17 11:30:08 drawingthesun has joined
522 2014-10-17 11:32:34 aliasaila has quit (Ping timeout: 272 seconds)
523 2014-10-17 11:33:41 <sipa> Rozal: no
524 2014-10-17 11:33:46 <sipa> Rozal: make it more useful
525 2014-10-17 11:34:44 <Rozal> excuse you, it's rude to speak when not spoken to.
526 2014-10-17 11:35:33 <Rozal> :)
527 2014-10-17 11:37:26 sinetek has joined
528 2014-10-17 11:39:49 aliasaila_ has quit (Ping timeout: 240 seconds)
529 2014-10-17 11:40:37 mkarrer has joined
530 2014-10-17 11:40:49 <wumpus> there is no correlation between usefulness and the price IMO, anyhow this belongs in #bitcoin-pricetalk
531 2014-10-17 11:46:16 hearn has quit (Quit: Textual IRC Client: www.textualapp.com)
532 2014-10-17 11:46:36 hashtag has joined
533 2014-10-17 11:47:09 c0rw1n_ has joined
534 2014-10-17 11:47:22 c0rw1n has quit (Read error: Connection reset by peer)
535 2014-10-17 11:48:38 NewLiberty has quit (Ping timeout: 260 seconds)
536 2014-10-17 11:48:55 easye has quit (Excess Flood)
537 2014-10-17 11:49:04 chmod755 has joined
538 2014-10-17 11:52:17 hearn has joined
539 2014-10-17 11:52:52 Zarutian has joined
540 2014-10-17 11:53:13 melvster has joined
541 2014-10-17 11:53:51 Zarutian has quit (Read error: Connection reset by peer)
542 2014-10-17 11:54:17 Zarutian has joined
543 2014-10-17 11:55:10 <melvster> hi all there's some rant trending on reddit about the bitcoin-dev mailing list ... the guy's name is melcarvalho which is very similar to the name I post under ( Melvin Carvalho ) ... just wanted to point out that the reddit poster isnt me ... I have great respect for bitcoin devs and process, you guys have helped out out many times ...
544 2014-10-17 11:56:23 <wumpus> I've seen the rant; I wonder how many of the people ranting have actually followed the mailing list, they make it seem like everyone is swearing and shouting at each other
545 2014-10-17 11:56:55 one0one has quit ()
546 2014-10-17 11:57:53 banghouse has joined
547 2014-10-17 11:58:20 <melvster> yeah would be more productive to actually add patches, test, help ... simple truth is that 80%-90% of people on almost all mail lists lurk
548 2014-10-17 11:58:56 todam00n has quit (Quit: todam00n)
549 2014-10-17 12:00:12 mchelen has quit (Ping timeout: 240 seconds)
550 2014-10-17 12:03:06 protocrypt has quit (Ping timeout: 260 seconds)
551 2014-10-17 12:04:42 <wumpus> it's interesting in a way because most of the shouting and childish mobbing towards bitcoin development comes from reddit in the first place, which acts as a giant hate amplifier... so it's mostly self-criticism... anyhow, I've said my thing there and if there are serious issues with people misbehaving on the mailing list, let me know and we can try to handle it professionally
552 2014-10-17 12:04:51 protocrypt has joined
553 2014-10-17 12:06:48 mchelen has joined
554 2014-10-17 12:10:40 <gmaxwell> melvster: thanks for that bit of clarification there to clear your name. :)
555 2014-10-17 12:14:02 sinetek has quit (Read error: Connection reset by peer)
556 2014-10-17 12:19:38 serialbandicoot has quit (Quit: serialbandicoot)
557 2014-10-17 12:23:14 ValicekB has quit (Ping timeout: 272 seconds)
558 2014-10-17 12:24:29 GNULinuxGuy has quit (Ping timeout: 244 seconds)
559 2014-10-17 12:26:54 NewLiberty has joined
560 2014-10-17 12:29:19 paxtoncamaro91 has quit (Ping timeout: 260 seconds)
561 2014-10-17 12:29:48 serialbandicoot has joined
562 2014-10-17 12:31:57 <petertodd> wumpus, melvster: I think you guys are getting trolled: https://www.reddit.com/r/Bitcoin/comments/2jhzxq/linus_regrets_how_insults_damaged_the_linux/clbydo7 <- that last comment is mine, and I did not edit it (as can be verified by the github timestamp)
563 2014-10-17 12:33:31 <petertodd> anyway, I gotta go and catch a plane flight, later
564 2014-10-17 12:34:42 dabura667 has joined
565 2014-10-17 12:34:50 <melvster> petertodd: cheers, have a good trip
566 2014-10-17 12:35:28 <petertodd> melvster: thanks!
567 2014-10-17 12:35:55 Lightsword has quit (Quit: Lightsword)
568 2014-10-17 12:36:54 rfreeman_w has joined
569 2014-10-17 12:37:12 drawingthesun has quit (Ping timeout: 250 seconds)
570 2014-10-17 12:37:16 RazielZ has joined
571 2014-10-17 12:38:40 agricocb has quit (Quit: Leaving.)
572 2014-10-17 12:39:07 Flyer33 has quit (Read error: Connection reset by peer)
573 2014-10-17 12:39:18 Flyer33 has joined
574 2014-10-17 12:39:56 hmsimha has joined
575 2014-10-17 12:40:54 won9 has quit (Quit: won9)
576 2014-10-17 12:41:47 sinetek has joined
577 2014-10-17 12:41:54 JTF195 has quit (Read error: Connection reset by peer)
578 2014-10-17 12:42:32 ThomasV has quit (Ping timeout: 240 seconds)
579 2014-10-17 12:42:39 crunk-juice has joined
580 2014-10-17 12:43:21 ericmuyser has joined
581 2014-10-17 12:44:02 Uglux has joined
582 2014-10-17 12:46:37 maraoz has joined
583 2014-10-17 12:51:17 pooler has joined
584 2014-10-17 12:51:17 pooler has quit (Changing host)
585 2014-10-17 12:51:17 pooler has joined
586 2014-10-17 12:51:43 jrick has quit (Ping timeout: 260 seconds)
587 2014-10-17 12:52:26 jrick has joined
588 2014-10-17 12:54:01 YoY has quit (Quit: Leaving...)
589 2014-10-17 12:54:24 serialbandicoot has quit (Ping timeout: 245 seconds)
590 2014-10-17 12:57:48 serialbandicoot has joined
591 2014-10-17 12:58:06 Luke-Jr has quit (Excess Flood)
592 2014-10-17 12:58:42 papa2 has quit (Ping timeout: 264 seconds)
593 2014-10-17 12:59:33 Luke-Jr has joined
594 2014-10-17 13:01:09 Andymeows has joined
595 2014-10-17 13:02:02 random_cat has quit (Remote host closed the connection)
596 2014-10-17 13:02:03 owlhooter has quit (Remote host closed the connection)
597 2014-10-17 13:02:58 owlhooter has joined
598 2014-10-17 13:03:17 random_cat has joined
599 2014-10-17 13:08:40 gameofunknowns has joined
600 2014-10-17 13:13:06 wallet42 has quit (Ping timeout: 260 seconds)
601 2014-10-17 13:13:34 wallet42 has joined
602 2014-10-17 13:13:44 wallet42 has quit (Changing host)
603 2014-10-17 13:13:44 wallet42 has joined
604 2014-10-17 13:16:12 orperelman has joined
605 2014-10-17 13:20:54 guruvan has quit (Ping timeout: 264 seconds)
606 2014-10-17 13:21:18 sinetek has quit (Quit: No Ping reply in 180 seconds.)
607 2014-10-17 13:21:30 BananaLotus has quit (Ping timeout: 264 seconds)
608 2014-10-17 13:21:40 MiningBuddy has joined
609 2014-10-17 13:21:40 MiningBuddy has quit (Changing host)
610 2014-10-17 13:21:40 MiningBuddy has joined
611 2014-10-17 13:22:32 syst3mw0rm has quit (Ping timeout: 240 seconds)
612 2014-10-17 13:22:46 Andymeows has quit (Ping timeout: 272 seconds)
613 2014-10-17 13:22:57 Namworld has joined
614 2014-10-17 13:23:00 sinetek has joined
615 2014-10-17 13:26:55 BananaLotus has joined
616 2014-10-17 13:26:58 cbeams has joined
617 2014-10-17 13:27:03 guruvan has joined
618 2014-10-17 13:27:16 MiningBuddy has left ()
619 2014-10-17 13:28:02 aquarat2 has joined
620 2014-10-17 13:28:02 YoY has joined
621 2014-10-17 13:28:52 syst3mw0rm has joined
622 2014-10-17 13:30:30 twbt has quit (Ping timeout: 250 seconds)
623 2014-10-17 13:31:08 ericmuyser has quit (Remote host closed the connection)
624 2014-10-17 13:31:52 aquarat has quit (Ping timeout: 260 seconds)
625 2014-10-17 13:32:00 cbeams has quit (Ping timeout: 265 seconds)
626 2014-10-17 13:32:13 twbt has joined
627 2014-10-17 13:32:53 vmatekole has quit (Remote host closed the connection)
628 2014-10-17 13:33:39 imfaust has joined
629 2014-10-17 13:33:44 sinetek has quit (Ping timeout: 260 seconds)
630 2014-10-17 13:38:55 protocrypt has quit (Quit: protocrypt)
631 2014-10-17 13:39:18 <jgarzik> hum
632 2014-10-17 13:39:26 <jgarzik> I'm definitely seeing node drops here too, post-HF-merge
633 2014-10-17 13:40:11 Rozal has quit (Quit: Connection closed for inactivity)
634 2014-10-17 13:43:44 cbeams has joined
635 2014-10-17 13:43:44 cbeams has quit (Changing host)
636 2014-10-17 13:43:44 cbeams has joined
637 2014-10-17 13:44:17 Andymeows has joined
638 2014-10-17 13:44:19 gameofunknowns has quit (Ping timeout: 246 seconds)
639 2014-10-17 13:47:54 cbeams_ has joined
640 2014-10-17 13:48:09 cbeams has quit (Ping timeout: 245 seconds)
641 2014-10-17 13:48:41 YoY has quit (Quit: Leaving...)
642 2014-10-17 13:49:12 cbeams_ has quit (Remote host closed the connection)
643 2014-10-17 13:50:13 YoY has joined
644 2014-10-17 13:50:21 protocrypt has joined
645 2014-10-17 13:50:51 Francisco has quit (Read error: Connection reset by peer)
646 2014-10-17 13:50:54 orperelman has quit (Ping timeout: 260 seconds)
647 2014-10-17 13:50:58 <wumpus> maybe this https://github.com/bitcoin/bitcoin/issues/5097 ?
648 2014-10-17 13:52:20 Quanttek has joined
649 2014-10-17 13:53:07 vmatekole has joined
650 2014-10-17 13:54:17 <kruug> ugh...the release-process.md file on github is out of date :/
651 2014-10-17 13:54:38 <wumpus> kruug: how?
652 2014-10-17 13:54:43 <kruug> Has anyone else built with it? The intermediate input versions are off so the sha256 can't be checked.
653 2014-10-17 13:55:08 <wumpus> are you using the release-process.md of the tag you're building?
654 2014-10-17 13:55:20 <kruug> oh, duh...I didn't check that
655 2014-10-17 13:55:40 <kruug> there we go, now the versions look right :/
656 2014-10-17 13:55:50 <wumpus> in master it's could be that the sha256s are not right, but big changes to gitian are coming anyhow
657 2014-10-17 13:56:18 <wumpus> ok
658 2014-10-17 13:56:43 <kruug> yeah, I was in master and not 0.9.3
659 2014-10-17 13:56:50 Centaure has joined
660 2014-10-17 13:57:14 <kruug> wumpus: just fyi, 0.9.3 doesn't have sha256 for the osx files
661 2014-10-17 13:57:34 <wumpus> that's known, they're not really deterministic IIRC, but the end product is
662 2014-10-17 13:57:53 <kruug> gotcha
663 2014-10-17 13:58:01 ionstorm has joined
664 2014-10-17 13:59:57 <wumpus> reminds me that I need to change the gitian.sigs README.md to not refer to master's release process
665 2014-10-17 14:03:26 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
666 2014-10-17 14:04:15 fanquake has left ()
667 2014-10-17 14:05:47 rfreeman_w has quit (Remote host closed the connection)
668 2014-10-17 14:06:22 agricocb has joined
669 2014-10-17 14:08:19 rfreeman_w has joined
670 2014-10-17 14:08:53 rfreeman_w has quit (Remote host closed the connection)
671 2014-10-17 14:11:05 davout has quit (Quit: kthxbye)
672 2014-10-17 14:12:39 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
673 2014-10-17 14:13:34 mpmcsweeney has joined
674 2014-10-17 14:14:32 hearn has joined
675 2014-10-17 14:16:38 atgreen has joined
676 2014-10-17 14:21:11 ikbenwouter has quit (Quit: Leaving)
677 2014-10-17 14:22:11 Squidicuz has joined
678 2014-10-17 14:24:53 ThomasV has joined
679 2014-10-17 14:27:28 rfreeman_w has joined
680 2014-10-17 14:28:29 syst3mw0rm has quit (Ping timeout: 255 seconds)
681 2014-10-17 14:29:19 rdponticelli has joined
682 2014-10-17 14:41:14 brson has joined
683 2014-10-17 14:42:03 FXOR has quit (Quit: Lost terminal)
684 2014-10-17 14:43:15 wallet42 has quit (Quit: Leaving.)
685 2014-10-17 14:43:57 dabura667 has quit (Quit: Connection closed for inactivity)
686 2014-10-17 14:44:58 ug_ has joined
687 2014-10-17 14:46:17 lclc has quit (Changing host)
688 2014-10-17 14:46:17 lclc has joined
689 2014-10-17 14:47:12 devthedev has joined
690 2014-10-17 14:47:42 Subo1977 has joined
691 2014-10-17 14:48:21 Uglux has quit (Ping timeout: 246 seconds)
692 2014-10-17 14:50:55 nullbyte has joined
693 2014-10-17 14:51:26 xdotcomm_ has joined
694 2014-10-17 14:51:57 ug_ has quit (Read error: Connection reset by peer)
695 2014-10-17 14:52:06 Subo1977_ has quit (Ping timeout: 264 seconds)
696 2014-10-17 14:52:45 simondlr has joined
697 2014-10-17 14:53:57 serialbandicoot_ has joined
698 2014-10-17 14:54:51 serialbandicoot has quit (Ping timeout: 244 seconds)
699 2014-10-17 14:54:51 serialbandicoot_ is now known as serialbandicoot
700 2014-10-17 14:54:51 xdotcommer has quit (Ping timeout: 260 seconds)
701 2014-10-17 14:57:54 OneMiner1 has joined
702 2014-10-17 14:59:32 <kruug> is there a place to find sha256/md5's of the outputs of the gitian process?
703 2014-10-17 15:00:16 <kinlo> https://github.com/bitcoin/gitian.sigs ?
704 2014-10-17 15:00:35 <kinlo> or do you mean on your local gitian install?
705 2014-10-17 15:00:59 <kruug> kinlo: I just went through the build process and I want to compare my output to the outputs of others.
706 2014-10-17 15:01:13 <kinlo> kruug: then look at github
707 2014-10-17 15:01:20 <wumpus> those are in the gitian.sigs repo that kinlo mentions
708 2014-10-17 15:01:30 <kruug> gotcha. Thanks
709 2014-10-17 15:01:33 OneMiner has quit (Ping timeout: 258 seconds)
710 2014-10-17 15:01:43 t7 has quit (Quit: weekend)
711 2014-10-17 15:03:56 gonedrk has joined
712 2014-10-17 15:04:16 <kruug> Hmmm...not exactly what I was looking for.
713 2014-10-17 15:04:35 CheckDavid has quit (Quit: Connection closed for inactivity)
714 2014-10-17 15:05:03 <kruug> I have the bitcoin .exe's, .dmg, and .tar.gz for distribution, and I was looking to verify those.
715 2014-10-17 15:05:30 <kinlo> those are in the repo, no?
716 2014-10-17 15:05:57 <wumpus> the hashes in the assert files are sha256 hashes https://github.com/bitcoin/gitian.sigs/blob/master/0.9.3/laanwj/bitcoin-build.assert
717 2014-10-17 15:06:22 O01eg has joined
718 2014-10-17 15:06:30 <kruug> right, but there is no `bitcoin-0.9.3-win64-setup.exe` hash, for example.
719 2014-10-17 15:06:33 <wumpus> you could also follow the build instructions entirely, it will write an assert file for yourself, then you can use the 'gverify' command to compare
720 2014-10-17 15:06:40 <kinlo> you gotta use the -win directory
721 2014-10-17 15:06:48 <kinlo> as the plain dir has hte linux build
722 2014-10-17 15:06:51 <kinlo> https://github.com/bitcoin/gitian.sigs/blob/master/0.9.3rc2-win/gavinandresen/bitcoin-build.assert
723 2014-10-17 15:06:53 <wumpus> there should be one
724 2014-10-17 15:07:05 <kinlo> that's where you for example find the exe's
725 2014-10-17 15:07:08 gavinandresen has joined
726 2014-10-17 15:07:42 <kruug> oh, gotcha.
727 2014-10-17 15:07:44 <kinlo> so https://github.com/bitcoin/gitian.sigs/blob/master/0.9.3-win/gavinandresen/bitcoin-build.assert are gavin's sigs for the latest build
728 2014-10-17 15:07:54 <kinlo> the previous url was for a beta
729 2014-10-17 15:09:50 PaulCapestany has quit ()
730 2014-10-17 15:11:13 mkarrer has quit (Remote host closed the connection)
731 2014-10-17 15:11:21 PaulCapestany has joined
732 2014-10-17 15:11:32 PaulCapestany has quit (Remote host closed the connection)
733 2014-10-17 15:11:53 <kruug> does the sha256 sum include filenames?
734 2014-10-17 15:11:56 PaulCapestany has joined
735 2014-10-17 15:12:09 zwischenzug2 has joined
736 2014-10-17 15:12:20 <wumpus> no - it is the sha256sum *of the file*
737 2014-10-17 15:12:29 <kruug> The build-process told me to rename the Bitcoin-QT.dmg to bitcoin-0.9.3-osx.dmg, but the gitian.sigs asserts all have the Bitcoin-Qt.dmg as a file name
738 2014-10-17 15:12:54 <wumpus> ok; yes that's how to do the release, doesn't matter for the hash
739 2014-10-17 15:12:56 mkarrer has joined
740 2014-10-17 15:13:12 zwischenzug has quit (Ping timeout: 250 seconds)
741 2014-10-17 15:13:25 ruukasu has joined
742 2014-10-17 15:13:35 lclc is now known as lclc_bnc
743 2014-10-17 15:14:41 <kruug> interesting...my Win and OSX builds match, but the Linux doesn't
744 2014-10-17 15:17:12 devthedev has quit (Ping timeout: 240 seconds)
745 2014-10-17 15:17:30 knotwork has quit (Read error: No route to host)
746 2014-10-17 15:18:05 Adlai has quit (Remote host closed the connection)
747 2014-10-17 15:18:33 Adlai has joined
748 2014-10-17 15:18:41 amdroid has quit (Ping timeout: 272 seconds)
749 2014-10-17 15:19:24 jedunnigan has joined
750 2014-10-17 15:19:58 <btcdrak> nice work on the headers first PR!
751 2014-10-17 15:20:53 jedunnig_ has joined
752 2014-10-17 15:23:23 protocrypt has quit (Quit: protocrypt)
753 2014-10-17 15:24:08 jedunnigan has quit (Ping timeout: 265 seconds)
754 2014-10-17 15:28:05 cbeams has joined
755 2014-10-17 15:28:20 graingert has quit (Ping timeout: 255 seconds)
756 2014-10-17 15:30:20 banghouse has quit (Quit: g2g bbiab)
757 2014-10-17 15:31:52 AaronvanW has quit (Ping timeout: 265 seconds)
758 2014-10-17 15:32:05 bedeho has quit (Quit: Nettalk6 - www.ntalk.de)
759 2014-10-17 15:32:19 protocrypt has joined
760 2014-10-17 15:37:55 dugo has quit (Ping timeout: 250 seconds)
761 2014-10-17 15:43:11 ericmuyser has joined
762 2014-10-17 15:43:41 protocrypt has quit (Quit: protocrypt)
763 2014-10-17 15:44:08 vmatekole has quit (Remote host closed the connection)
764 2014-10-17 15:44:41 dugo has joined
765 2014-10-17 15:46:41 protocrypt has joined
766 2014-10-17 15:46:57 Burrito has joined
767 2014-10-17 15:50:06 Skirmant has joined
768 2014-10-17 15:51:12 psgs has joined
769 2014-10-17 15:51:25 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
770 2014-10-17 15:53:57 AaronvanW has joined
771 2014-10-17 15:54:44 CheckDavid has joined
772 2014-10-17 15:57:14 protocrypt has quit (Quit: protocrypt)
773 2014-10-17 16:03:00 xenog has quit (Quit: Leaving.)
774 2014-10-17 16:03:12 robonerd has quit (Ping timeout: 240 seconds)
775 2014-10-17 16:04:01 profreid has joined
776 2014-10-17 16:04:10 Aquent has joined
777 2014-10-17 16:04:30 robonerd has joined
778 2014-10-17 16:06:36 vmatekole has joined
779 2014-10-17 16:07:02 DougieBot5000 has joined
780 2014-10-17 16:07:57 dabura667 has joined
781 2014-10-17 16:08:50 protocrypt has joined
782 2014-10-17 16:09:51 serialbandicoot has quit (Quit: serialbandicoot)
783 2014-10-17 16:12:52 Guest9784 has joined
784 2014-10-17 16:13:45 atgreen has quit (Read error: Connection reset by peer)
785 2014-10-17 16:14:18 t7 has joined
786 2014-10-17 16:16:29 melvster has quit (Remote host closed the connection)
787 2014-10-17 16:16:30 ericmuyser has quit (Remote host closed the connection)
788 2014-10-17 16:17:23 Zarutian has quit (Quit: Zarutian)
789 2014-10-17 16:17:49 AtashiCon has quit (Quit: AtashiCon)
790 2014-10-17 16:18:28 erasmospunk has quit (Remote host closed the connection)
791 2014-10-17 16:18:30 atgreen has joined
792 2014-10-17 16:20:51 AtashiCon has joined
793 2014-10-17 16:25:39 erasmospunk has joined
794 2014-10-17 16:25:46 vmatekole has quit (Remote host closed the connection)
795 2014-10-17 16:26:01 vmatekole has joined
796 2014-10-17 16:29:14 eristisk has joined
797 2014-10-17 16:31:09 Emzy has joined
798 2014-10-17 16:31:23 JackH has quit (Quit: JackH)
799 2014-10-17 16:32:30 vmatekole has quit (Remote host closed the connection)
800 2014-10-17 16:36:29 tg has quit (Ping timeout: 245 seconds)
801 2014-10-17 16:38:35 cbeams has quit ()
802 2014-10-17 16:39:04 Lightsword has joined
803 2014-10-17 16:41:40 Blackreign has joined
804 2014-10-17 16:44:56 erasmospunk has quit (Remote host closed the connection)
805 2014-10-17 16:45:18 erasmospunk has joined
806 2014-10-17 16:46:18 erasmospunk has quit (Remote host closed the connection)
807 2014-10-17 16:46:28 profreid has quit (Quit: profreid)
808 2014-10-17 16:47:45 c0rw1n_ has quit (Ping timeout: 265 seconds)
809 2014-10-17 16:49:56 <blast> sup gang
810 2014-10-17 16:50:58 lmatteis has quit (Quit: Connection closed for inactivity)
811 2014-10-17 16:51:01 tg has joined
812 2014-10-17 16:52:47 ruukasu has quit (Quit: WeeChat 1.0.1)
813 2014-10-17 16:58:07 imagegami1 has joined
814 2014-10-17 16:58:23 imagegami has quit (Ping timeout: 265 seconds)
815 2014-10-17 16:59:42 Klumben has quit (Read error: Connection reset by peer)
816 2014-10-17 17:00:08 GNULinuxGuy has joined
817 2014-10-17 17:00:54 <wumpus> kruug: and the intermediates match? are you using LXC or KVM?
818 2014-10-17 17:03:48 xdotcomm_ has quit (Read error: Connection reset by peer)
819 2014-10-17 17:04:26 xdotcommer has joined
820 2014-10-17 17:05:13 neozaru has joined
821 2014-10-17 17:05:43 xdotcommer has quit (Read error: Connection reset by peer)
822 2014-10-17 17:06:16 xdotcommer has joined
823 2014-10-17 17:06:45 Klumben has joined
824 2014-10-17 17:06:49 Grouver has quit (Quit: Leaving)
825 2014-10-17 17:07:53 xenog has joined
826 2014-10-17 17:07:55 ruukasu has joined
827 2014-10-17 17:08:12 orperelman has joined
828 2014-10-17 17:09:11 gdm85 has quit (Remote host closed the connection)
829 2014-10-17 17:11:35 RagnarDanneskjol has quit (Ping timeout: 260 seconds)
830 2014-10-17 17:13:56 Eagle[TM] has quit (Ping timeout: 272 seconds)
831 2014-10-17 17:16:19 JTF195 has joined
832 2014-10-17 17:17:13 orperelman has quit (Ping timeout: 240 seconds)
833 2014-10-17 17:18:27 Quanttek has quit (Ping timeout: 250 seconds)
834 2014-10-17 17:18:49 crunk-juice has quit (Remote host closed the connection)
835 2014-10-17 17:19:42 easye has joined
836 2014-10-17 17:25:57 devthedev has joined
837 2014-10-17 17:26:42 imagegami1 has quit (Quit: Leaving.)
838 2014-10-17 17:26:52 imagegami has joined
839 2014-10-17 17:26:55 easye has quit (Excess Flood)
840 2014-10-17 17:29:56 Emzy has quit (Read error: Connection reset by peer)
841 2014-10-17 17:33:23 easye has joined
842 2014-10-17 17:33:34 Emcy has joined
843 2014-10-17 17:33:48 Emcy has quit (Changing host)
844 2014-10-17 17:33:48 Emcy has joined
845 2014-10-17 17:36:05 ArthurNumbanumba has quit (Ping timeout: 265 seconds)
846 2014-10-17 17:37:11 Dizzle has joined
847 2014-10-17 17:37:12 gavinandresen has quit (Quit: gavinandresen)
848 2014-10-17 17:43:18 Quanttek has joined
849 2014-10-17 17:43:30 crunk-juice has joined
850 2014-10-17 17:43:40 erasmospunk has joined
851 2014-10-17 17:50:25 lclc_bnc is now known as lclc
852 2014-10-17 17:50:31 altamic has joined
853 2014-10-17 17:50:53 altamic has left ()
854 2014-10-17 17:51:48 ArthurNumbanumba has joined
855 2014-10-17 17:53:23 MoALTz has joined
856 2014-10-17 17:53:28 benrcole1 has quit (Quit: Leaving.)
857 2014-10-17 17:55:49 Dizzle has quit (Quit: Leaving...)
858 2014-10-17 17:55:56 imfaust has quit (Ping timeout: 255 seconds)
859 2014-10-17 17:56:04 Aquent_ has joined
860 2014-10-17 17:56:46 Zarutian has joined
861 2014-10-17 17:57:19 TheSeven has quit (Ping timeout: 260 seconds)
862 2014-10-17 17:57:39 easye has quit (Read error: Connection reset by peer)
863 2014-10-17 17:58:39 TheSeven has joined
864 2014-10-17 17:58:42 Aquent has quit (Ping timeout: 264 seconds)
865 2014-10-17 17:58:44 easye has joined
866 2014-10-17 18:04:09 rdymac has quit (Quit: Connection closed for inactivity)
867 2014-10-17 18:05:53 Aquent_ is now known as Aquent
868 2014-10-17 18:06:11 WormDrink has quit (Ping timeout: 260 seconds)
869 2014-10-17 18:06:38 Application has quit (Remote host closed the connection)
870 2014-10-17 18:09:26 Dizzle has joined
871 2014-10-17 18:09:35 devthedev has quit (Ping timeout: 250 seconds)
872 2014-10-17 18:16:21 ruukasu has quit (Ping timeout: 244 seconds)
873 2014-10-17 18:17:10 trixisowned has quit (Quit: Leaving)
874 2014-10-17 18:17:21 trixisowned has joined
875 2014-10-17 18:17:46 lclc is now known as lclc_bnc
876 2014-10-17 18:19:42 rdponticelli has quit (Ping timeout: 264 seconds)
877 2014-10-17 18:23:15 c0rw1n has joined
878 2014-10-17 18:23:32 jedunnig_ has quit (Remote host closed the connection)
879 2014-10-17 18:24:37 rdponticelli has joined
880 2014-10-17 18:25:46 easye has quit (Read error: Connection reset by peer)
881 2014-10-17 18:27:50 easye has joined
882 2014-10-17 18:31:18 xenog has quit (Quit: Leaving.)
883 2014-10-17 18:31:32 Trix has joined
884 2014-10-17 18:31:38 trixisowned has quit (Read error: Connection reset by peer)
885 2014-10-17 18:32:36 Trix is now known as trixisowned
886 2014-10-17 18:34:34 TheSeven has quit (Ping timeout: 265 seconds)
887 2014-10-17 18:35:12 TheSeven has joined
888 2014-10-17 18:36:07 Trix has joined
889 2014-10-17 18:36:13 trixisowned has quit (Read error: Connection reset by peer)
890 2014-10-17 18:36:17 Trix has quit (Read error: Connection reset by peer)
891 2014-10-17 18:36:45 trixisowned has joined
892 2014-10-17 18:36:47 c0rw1n_ has joined
893 2014-10-17 18:36:53 <lechuga_> sipa: nice job! (and every1 else who helped)
894 2014-10-17 18:37:55 c0rw1n has quit (Ping timeout: 260 seconds)
895 2014-10-17 18:37:59 erasmospunk has quit (Remote host closed the connection)
896 2014-10-17 18:38:10 pfallenop has quit (Ping timeout: 255 seconds)
897 2014-10-17 18:38:50 easye has quit (Excess Flood)
898 2014-10-17 18:39:26 HaltingState has joined
899 2014-10-17 18:39:59 drawesome has quit (Quit: Leaving)
900 2014-10-17 18:42:36 easye has joined
901 2014-10-17 18:43:28 Aido_ is now known as Aido
902 2014-10-17 18:45:13 Ducky- has quit (Ping timeout: 265 seconds)
903 2014-10-17 18:46:47 trixisowned has quit (Ping timeout: 255 seconds)
904 2014-10-17 18:48:05 REiN^ has joined
905 2014-10-17 18:49:45 <coryfields_> sipa: ping
906 2014-10-17 18:49:50 <sipa> coryfields_: pong
907 2014-10-17 18:49:54 <coryfields_> sipa: quick POC of what we discussed yesterday: https://github.com/theuni/bitcoin/commit/6e8d7336ea6505773bcc04a0c47c32f8c3db1f06
908 2014-10-17 18:50:20 <coryfields_> don't bother reviewing, it was done very hastily. just looking to see if you agree with the concept in general
909 2014-10-17 18:51:00 maraoz has quit (Ping timeout: 265 seconds)
910 2014-10-17 18:51:45 <sipa> coryfields_: agree with concept
911 2014-10-17 18:51:51 <coryfields_> the actual key functionality moves to a new file that knows nothing of CKey/CPubKey/CPrivKey. buffers are passed in/out, allowing the caller to create the mem backings for privkey operations
912 2014-10-17 18:52:06 <sipa> i'd call the file eccrypto, and wrap it in a namespace eccrypto or so :)
913 2014-10-17 18:52:18 <coryfields_> that gets us dangerously close to a key manip lib api
914 2014-10-17 18:52:58 <coryfields_> rather... signing api. the key part is abstract
915 2014-10-17 18:53:36 JZavala has joined
916 2014-10-17 18:53:41 YoY has quit (Quit: Leaving...)
917 2014-10-17 18:53:47 WeCluster has quit (Ping timeout: 260 seconds)
918 2014-10-17 18:53:52 <sipa> though it would be nice if you could link i nverification functionality, without signing functionality
919 2014-10-17 18:53:55 sinetek has joined
920 2014-10-17 18:54:21 <sipa> as if we would switch to libsecp256k1 for signing, i guess we prefer not to depend on that for just the script validation library
921 2014-10-17 18:54:23 <coryfields_> sure, they could be split up
922 2014-10-17 18:55:07 WeCluster has joined
923 2014-10-17 18:55:18 YoY has joined
924 2014-10-17 18:55:22 <coryfields_> once the functionality is moved out of the Key classes, it becomes really easy to split up however we want
925 2014-10-17 18:55:33 ionstorm has quit (Remote host closed the connection)
926 2014-10-17 18:57:24 <coryfields_> ok, i'll do a cleaned up version. I can justify spending some time on it since this is (imo) a better alternative to the other code movement necessary for boost removal for libbitcoinconsensus
927 2014-10-17 18:58:06 <coryfields_> ack on the namespace, i was surprised that it worked without clashing
928 2014-10-17 19:04:59 TheSeven has quit (Ping timeout: 260 seconds)
929 2014-10-17 19:06:19 c0rw1n has joined
930 2014-10-17 19:06:35 c0rw1n_ has quit (Read error: Connection reset by peer)
931 2014-10-17 19:06:43 ConnorM has joined
932 2014-10-17 19:08:59 crunk-juice has quit (Remote host closed the connection)
933 2014-10-17 19:09:20 TheSeven has joined
934 2014-10-17 19:11:04 Application has joined
935 2014-10-17 19:15:54 Demelziraptor has joined
936 2014-10-17 19:16:33 coeus_ has joined
937 2014-10-17 19:19:58 Luke-Jr has quit (Excess Flood)
938 2014-10-17 19:21:07 Ducky- has joined
939 2014-10-17 19:21:38 Luke-Jr has joined
940 2014-10-17 19:21:43 RoboTedd_ has joined
941 2014-10-17 19:24:35 Hasimir has quit (Ping timeout: 260 seconds)
942 2014-10-17 19:24:51 RoboTeddy has quit (Ping timeout: 246 seconds)
943 2014-10-17 19:25:56 RoboTedd_ has quit (Ping timeout: 255 seconds)
944 2014-10-17 19:26:35 <sipa> +
945 2014-10-17 19:27:44 AaronvanW has quit (Ping timeout: 265 seconds)
946 2014-10-17 19:32:23 chichov has joined
947 2014-10-17 19:32:35 nuke1989 has quit (Remote host closed the connection)
948 2014-10-17 19:33:58 dabura667 has quit (Quit: Connection closed for inactivity)
949 2014-10-17 19:34:40 devthedev has joined
950 2014-10-17 19:34:58 Luke-Jr has quit (Excess Flood)
951 2014-10-17 19:36:55 gonedrk has quit (Ping timeout: 265 seconds)
952 2014-10-17 19:37:05 Luke-Jr has joined
953 2014-10-17 19:37:36 gonedrk has joined
954 2014-10-17 19:39:48 AaronvanW has joined
955 2014-10-17 19:42:30 Skirmant has quit (Ping timeout: 264 seconds)
956 2014-10-17 19:42:57 Skirmant has joined
957 2014-10-17 19:43:31 WormDrink has joined
958 2014-10-17 19:43:40 jack423423 has quit (Read error: Connection reset by peer)
959 2014-10-17 19:46:10 RoboTeddy has joined
960 2014-10-17 19:47:24 pen has joined
961 2014-10-17 19:49:58 pfallenop has joined
962 2014-10-17 19:50:15 Luke-Jr has quit (Ping timeout: 260 seconds)
963 2014-10-17 19:51:21 Luke-Jr has joined
964 2014-10-17 19:53:03 crunk-juice has joined
965 2014-10-17 19:53:06 devrandom has joined
966 2014-10-17 19:54:18 gonedrk1 has joined
967 2014-10-17 19:54:20 pfallenop has quit (Ping timeout: 240 seconds)
968 2014-10-17 19:55:23 gonedrk has quit (Ping timeout: 260 seconds)
969 2014-10-17 19:58:50 crunk-juice has quit (Remote host closed the connection)
970 2014-10-17 19:59:49 s1kx has joined
971 2014-10-17 20:01:08 imagegami has quit (Read error: Connection reset by peer)
972 2014-10-17 20:01:25 imagegami has joined
973 2014-10-17 20:01:32 Luke-Jr has quit (Excess Flood)
974 2014-10-17 20:03:00 Luke-Jr has joined
975 2014-10-17 20:06:15 <coryfields_> sipa: looks like with openssl at least, there's not much hope for getting it to use pre-allocated mem for all priv key operations
976 2014-10-17 20:06:46 <gmaxwell> hm? thought they were all on the stack.
977 2014-10-17 20:07:21 <sipa> in openssl? not at all
978 2014-10-17 20:08:35 <sipa> you can use preallocated memory for BN's, i think, but all operations internally done on them would likely copy them to heap space anyway
979 2014-10-17 20:08:38 <coryfields_> i suppose i'll loosen the initial implementation to: you pass us your allocated privkey, but assume that it will be copied around
980 2014-10-17 20:08:43 crunk-juice has joined
981 2014-10-17 20:09:18 <sipa> libsecp256k1 won't copy it
982 2014-10-17 20:09:32 <coryfields_> ok, great
983 2014-10-17 20:09:45 <sipa> wait, it will, but only on the stack
984 2014-10-17 20:10:08 <sipa> which is extremely unlikely to end up in swap as it's constantly changing
985 2014-10-17 20:10:29 aburan28 has quit (Ping timeout: 250 seconds)
986 2014-10-17 20:10:38 <sipa> so yeah - do what you can to secure it, but we can't guarantee it won't be temporarily copied (though if it is, it will be wiped after use)
987 2014-10-17 20:10:42 <coryfields_> well, i don't think it's a huge concern for now, only trying to keep the possibility open for the fugure
988 2014-10-17 20:10:52 <coryfields_> sounds good, will do
989 2014-10-17 20:10:58 <Luke-Jr> in theory, couldn't even registers end up in swap?
990 2014-10-17 20:11:00 <coryfields_> *future
991 2014-10-17 20:11:27 <sipa> coryfields_: if the compiler emits code to swap them to ram, sure
992 2014-10-17 20:11:33 <sipa> eh, lechuga_
993 2014-10-17 20:11:36 <sipa> eh, Luke-Jr
994 2014-10-17 20:11:53 crunk-juice has quit (Remote host closed the connection)
995 2014-10-17 20:12:41 <hearn> sipa: eh? it can get swapped out when the app is idle
996 2014-10-17 20:12:58 <hearn> (the stack)
997 2014-10-17 20:13:19 * hearn gave up on the idea of keeping priv keys in "safe memory" after reading an article about all the different ways stuff can leak
998 2014-10-17 20:13:24 <sipa> hmm, ok
999 2014-10-17 20:14:38 <hearn> of course now i can't find the article again. gah.
1000 2014-10-17 20:15:17 <hearn> ah yes
1001 2014-10-17 20:15:17 <hearn> http://www.daemonology.net/blog/2014-09-06-zeroing-buffers-is-insufficient.html
1002 2014-10-17 20:15:27 NewLiberty has quit (Ping timeout: 260 seconds)
1003 2014-10-17 20:15:28 <sipa> signing takes in the order of 30us, so there is actually quite some chance of being interrupted during that time
1004 2014-10-17 20:15:46 crunk-ju_ has joined
1005 2014-10-17 20:15:58 <gmaxwell> hearn: dunno if they fixed it since but the first version of that article was too optimistic. :)
1006 2014-10-17 20:16:01 <hearn> tl;dr - even if you try and do the right thing, the compiler will screw you over. it's free to make copies of your data anywhere it likes, at any time, even when working in C
1007 2014-10-17 20:16:16 <hearn> and then it's easy to forget things like AES registers too
1008 2014-10-17 20:16:34 <earlz> I'm surprised there aren't bitcoin compatible dongles yet... like where you plugin the USB device and some special bitcoin wallet talks to the dongle for all key signing and such
1009 2014-10-17 20:16:43 <sipa> earlz: you mean the trezor?
1010 2014-10-17 20:16:50 <earlz> not heard of it
1011 2014-10-17 20:17:04 <sipa> wow, ok :)
1012 2014-10-17 20:17:26 <hearn> there have been several
1013 2014-10-17 20:17:30 <hearn> trezor is the best by far, and what i use
1014 2014-10-17 20:17:50 <earlz> dat price though
1015 2014-10-17 20:17:52 <sipa> i actually have a smartcard sized usb signing device that supports multisig :)
1016 2014-10-17 20:17:58 <earlz> I was imaginging somethign that'd fit on an AVR lol
1017 2014-10-17 20:18:13 <sipa> the hard part is how do you communicate with the user
1018 2014-10-17 20:18:26 * earlz is one of the stupid people who trust coinbase with everything ;)
1019 2014-10-17 20:18:35 <sipa> as you need to show something so that the user knows they are signing the right thing
1020 2014-10-17 20:18:43 <earlz> good point
1021 2014-10-17 20:18:47 <hearn> well, that's no more stupid than the other few billion people who use banks. however, it's not what i'd recommend :)
1022 2014-10-17 20:18:49 <sipa> as your software could be malicious and ask to sign something other than what it clames
1023 2014-10-17 20:19:01 <earlz> at least coinbase's vault thing is insured to some extent
1024 2014-10-17 20:19:21 <hearn> yes, but so are banks. so why not use a real one? no offence to coinbase, but a bank they are not
1025 2014-10-17 20:19:42 <earlz> I don't hold enough bitcoin to actually worry either though..
1026 2014-10-17 20:19:44 <BlueMatt> hearn: banks are insured (in the us) by the group that can print money to cover it, coinbase...not so much
1027 2014-10-17 20:19:52 <earlz> Most I've ever held at any time was $600 worth
1028 2014-10-17 20:20:03 <hearn> indeed
1029 2014-10-17 20:20:12 <hearn> earlz: yeah if you only ever had $600 max then a trezor is massive overkill
1030 2014-10-17 20:20:29 <BlueMatt> spend 100$ to cover your $600 investment!
1031 2014-10-17 20:20:30 <hearn> earlz: for you, there are/will be services that do two factor authentication. bitgo is an example of that, not sure if they're doing a consumer focused wallet
1032 2014-10-17 20:20:41 <hearn> chris pacia/alon muroch are working on a decentralised, spv 2-factor authd wallet
1033 2014-10-17 20:20:54 <hearn> you use an android app in conjunction with a desktop app to authorise. that's pretty good, and cheap, if you have an android phone already
1034 2014-10-17 20:21:13 <BlueMatt> note: the hardwarewallet.com one is 25$ for two
1035 2014-10-17 20:21:26 <BlueMatt> and appears to be quite competent, at least from third-party accounts
1036 2014-10-17 20:21:27 <earlz> Eh, I worry about keeping the keys safe... like not from theives but from if my house burns down
1037 2014-10-17 20:21:27 <coryfields_> BlueMatt: no different than buying a ridiculous $1000 purse and putting $10 worth of stuff in it :)
1038 2014-10-17 20:21:45 <BlueMatt> earlz: buy a bank vault!
1039 2014-10-17 20:21:46 <BlueMatt> those are cheap
1040 2014-10-17 20:21:52 <earlz> yea true
1041 2014-10-17 20:21:53 <BlueMatt> coryfields_: but...but...fasion statement!
1042 2014-10-17 20:21:57 <hearn> cheap?
1043 2014-10-17 20:21:59 <hearn> maybe in the usa :)
1044 2014-10-17 20:22:08 * hearn rents a box in a bank vault
1045 2014-10-17 20:22:17 <therp> hearn: 100 CHF per year, IIRC
1046 2014-10-17 20:22:19 <earlz> A safety deposit box I assume is what you mean?
1047 2014-10-17 20:22:25 <hearn> but yes - key escrow tied to your identity is a service we definitely need. of course, then perhaps it's not so different to just using coinbase.
1048 2014-10-17 20:22:29 <hearn> earlz: right
1049 2014-10-17 20:22:53 <chmod755> therp, sounds about right
1050 2014-10-17 20:23:08 <earlz> I personally want to see an anti-fraud multisig service. You use some special *EASY TO USE* mutlisig-only wallet
1051 2014-10-17 20:23:15 <hearn> therp: yeah, that sounds right
1052 2014-10-17 20:23:20 <hearn> earlz: yes that's what bitgo and friends are.
1053 2014-10-17 20:23:35 <hearn> i think greenaddress, too
1054 2014-10-17 20:23:45 <earlz> When you want to send funds out, the anti-fraud service has to ok your transaction.. sending a huge amount or if something looks suspicious, you have to do further authorizatins
1055 2014-10-17 20:23:57 <earlz> are they easy to use though?
1056 2014-10-17 20:24:07 <hearn> they look not too bad, but i never used them myself.
1057 2014-10-17 20:24:08 <earlz> I not looked for competent multisig stuff in a while
1058 2014-10-17 20:24:27 <hearn> the hard part of building such a service is knowing what fraud looks like. bitcoin is a "signal poor" environment
1059 2014-10-17 20:24:34 <earlz> can you combine multisig with HD seeds?
1060 2014-10-17 20:24:47 aschildbach has quit (Ping timeout: 260 seconds)
1061 2014-10-17 20:24:56 <hearn> well, plus, so far everyone who wanted to make such a fraud beating service has had to roll their own wallet from scratch. but now bcj 0.12 has multisig wallets support i hope it'll become a lot easier.
1062 2014-10-17 20:25:00 <hearn> earlz: yes of course
1063 2014-10-17 20:26:14 <hearn> earlz: the startups i know of in the bitcoin anti fraud space are focusing on b2b stuff at the moment, though
1064 2014-10-17 20:26:18 <earlz> I think the most difficult bit about mutlisig is notifying the 2nd keyholder that a transaction needs signed, since it has to be outsid eof the standard p2p network and all
1065 2014-10-17 20:26:19 <hearn> i guess they feel there's not much consumer demand
1066 2014-10-17 20:26:34 <hearn> that's easy. you just have a protocol between wallet app and server.
1067 2014-10-17 20:26:42 <earlz> yea, isn't there a BIP for that?
1068 2014-10-17 20:27:05 <hearn> no there isn't. it's a bit early for a BIP. it's no big deal for protocols here to diverge for a while, people need to experiment and learn what works before standardisation makes sense
1069 2014-10-17 20:27:24 <hearn> like i said, the hard parts are (a) building your own wallet, hopefully now mostly solved at least once bcj 0.12 wallets start launching (real soon now), and (b) knowing what rules to use
1070 2014-10-17 20:27:30 <earlz> at least multisig transactions are ok to send in cleartext so that's not a concern
1071 2014-10-17 20:27:44 NewLiberty has joined
1072 2014-10-17 20:27:46 <hearn> it's easy to handwave from an armchair saying "velocity limits!" but it's hard to implement in a way that doesn't end up being trivially beaten, or have too many FPs to be useful
1073 2014-10-17 20:28:27 <hearn> think about how often americans complain about their credit card stopping working when they travel
1074 2014-10-17 20:28:34 <hearn> and that's WITH enormous amounts of data
1075 2014-10-17 20:29:10 <earlz> Well, idealy, you'd have an out of band way to easily approve and fix things like that
1076 2014-10-17 20:29:32 <hearn> yes, a second factor. but then you may as well just do that without any third party service and 2fa every transaction :) that's chris/alon's approach
1077 2014-10-17 20:29:35 <earlz> like when the fraud service detects something it'd ask you by email and SMS or whatever for approval
1078 2014-10-17 20:29:49 codice_ has quit (Ping timeout: 245 seconds)
1079 2014-10-17 20:29:51 <earlz> I wouldn't mind that
1080 2014-10-17 20:30:10 <hearn> https://www.reddit.com/r/Bitcoin/comments/2etbsx/bitcoin_authenticator_decentralized_2fa_and_next/
1081 2014-10-17 20:30:12 <earlz> recurring transactions are big use case that's not easy right now without a 3rd party holding yoru money
1082 2014-10-17 20:30:24 <hearn> yeah, there was a proposed BIP for that a while ago but it was never implemented afaik
1083 2014-10-17 20:31:06 <earlz> Unless you do the unrecommended thing of keeping all yoru funds in a single address, I don't see any easy way to do it without a special wallet constantly running on yoru computer
1084 2014-10-17 20:31:25 <hearn> yes you do it the latter (or on your phone, which is easier)
1085 2014-10-17 20:31:43 <hearn> you can create time locked funds, potentially, but then you need all the money up front
1086 2014-10-17 20:31:49 <earlz> I want it to happen automatically though
1087 2014-10-17 20:31:52 <earlz> yea, that's the problem
1088 2014-10-17 20:31:53 <NewLiberty> or be prompted
1089 2014-10-17 20:31:53 SebSebastian has quit (Quit: Leaving)
1090 2014-10-17 20:31:54 codice has joined
1091 2014-10-17 20:32:12 DougieBot5000 has quit (Quit: Leaving)
1092 2014-10-17 20:32:17 <hearn> earlz: is it such a big deal to have your phone do it in the background, for you? it can be fully automatic so you don't get asked
1093 2014-10-17 20:32:32 <earlz> I mean, if it's the same people asking for money each month, same amount and same company, I don't wan tto approve it. I trust that it's not in error
1094 2014-10-17 20:32:35 <hearn> most people have their phones on most of the time. if you trust your phone enough to have access to sufficient funds, it can be alright
1095 2014-10-17 20:32:46 <hearn> yes that is quite straightforward to implement with bip70
1096 2014-10-17 20:33:03 <earlz> Also, easy rejection though as well by either party
1097 2014-10-17 20:33:03 <hearn> bip70+extension
1098 2014-10-17 20:33:23 <earlz> If the business is hacked, they should be able to easily invalidate everyone who would normally send them funds
1099 2014-10-17 20:34:07 <ThomasV> hearn: is bitcoin authenticator open sourced?
1100 2014-10-17 20:34:17 <hearn> the way the proposed mechanism worked, when you set up the "direct debit" you could impose a max limit and recurrences
1101 2014-10-17 20:34:22 <hearn> so there was some safety there.
1102 2014-10-17 20:34:33 <hearn> ThomasV: https://github.com/negedzuregal/BitcoinAuthWallet + https://github.com/cpacia/BitcoinAuthenticator
1103 2014-10-17 20:34:39 <hearn> first is the desktop app. second is the android app.
1104 2014-10-17 20:34:47 <ThomasV> oh nice
1105 2014-10-17 20:35:09 <hearn> yeah it's pretty cool. quite heavy into crypto geek territory though. it's got the tor support and shamir's secret sharing, etc
1106 2014-10-17 20:35:21 <hearn> more for power users than mainstream consumer, i think, but their progress is pretty neat
1107 2014-10-17 20:35:26 <hearn> i like that they teamed up :)
1108 2014-10-17 20:36:26 SebSebastian has joined
1109 2014-10-17 20:37:11 crunk-ju_ has quit (Remote host closed the connection)
1110 2014-10-17 20:37:58 <earlz> I really need to learn more about how HD seeds work
1111 2014-10-17 20:41:21 DougieBot5000 has joined
1112 2014-10-17 20:42:03 Andrewmeows has joined
1113 2014-10-17 20:42:20 jMyles has quit (Ping timeout: 240 seconds)
1114 2014-10-17 20:45:09 Andymeows has quit (Ping timeout: 244 seconds)
1115 2014-10-17 20:49:26 <ThomasV> hearn: btw, did you implement bip44 in bitcoinj? (with the wallet birth date)
1116 2014-10-17 20:50:17 <hearn> no. just the regular bip32 hierarchy. using bip44 by default would have imposed too many constraints on the API and wallet designers, and having a choice of hierarchies to select from didn't make it for 0.12
1117 2014-10-17 20:50:43 KillYourTV has quit (Remote host closed the connection)
1118 2014-10-17 20:50:52 <ThomasV> right.. but my question was more about the scanning for wallet addresses
1119 2014-10-17 20:51:25 <hearn> if you restore from seed+birthday then it'll find the rest of the addresses yes, using a gap limit of 100 by default + 1/3rd to keep bloom filter refreshes down
1120 2014-10-17 20:51:29 <hearn> so 133 key lookahead
1121 2014-10-17 20:51:56 <ThomasV> ok
1122 2014-10-17 20:51:58 saulimus has quit (Quit: Leaving)
1123 2014-10-17 20:52:47 <hearn> why?
1124 2014-10-17 20:53:07 KillYourTV has joined
1125 2014-10-17 20:53:27 mrebola has joined
1126 2014-10-17 20:53:44 <ThomasV> because I just read gavin's post about utxo commitments, and the prospect of nodes not having old full blocks
1127 2014-10-17 20:55:05 <gmaxwell> really birth dates aren't enough, we should be keeping good until dates where possible as well.
1128 2014-10-17 20:55:23 <hearn> yes. at the moment the p2p protocol has no pruning support though, so all peers spv clients can find can serve the whole chain
1129 2014-10-17 20:56:32 <sipa> minimal pruning support (with nodes just stopping to announce themselves as full nodes) will likely be in 0.10
1130 2014-10-17 20:57:04 <hearn> right, i know, but those peers don't exist from an spv clients perspective.
1131 2014-10-17 20:57:10 <sipa> indeed
1132 2014-10-17 20:59:52 pfallenop has joined
1133 2014-10-17 20:59:53 <ThomasV> sipa: will that be default?
1134 2014-10-17 21:00:02 <sipa> ThomasV: hell no
1135 2014-10-17 21:00:17 <sipa> it will also disable wallet support, so i doubt many people will run it
1136 2014-10-17 21:00:24 <sipa> except low-disk relay-only nodes
1137 2014-10-17 21:00:36 <hearn> why does it disable wallet support?
1138 2014-10-17 21:00:43 <gmaxwell> it's a second step to the full support.
1139 2014-10-17 21:00:50 jMyles has joined
1140 2014-10-17 21:01:08 <gmaxwell> hearn: because it currently breaks a bunch of wallet rpcs and breaks rescanning.
1141 2014-10-17 21:01:09 <sipa> hearn: just because nobody really thought hard about the wallet implications of it, i guess
1142 2014-10-17 21:01:10 <earlz> Is there an estimate of how much diskspace will be required after the "minimal pruning" bit?
1143 2014-10-17 21:01:14 <hearn> ah ok
1144 2014-10-17 21:01:19 <sipa> earlz: 1 GB or so
1145 2014-10-17 21:01:24 <earlz> wow
1146 2014-10-17 21:01:33 <earlz> that's runnable on my VPS heh
1147 2014-10-17 21:01:56 <gmaxwell> hearn: trying to complete the whole thing in one step would just delay it further. This much made a reasonable atomic unit.
1148 2014-10-17 21:02:28 <hearn> sure, not against that, was just wondering if there was a specific issue with the wallet that needed the full chain. yes, if rescanning breaks, that's an issue.
1149 2014-10-17 21:03:00 <sipa> right; just a bunch of edge cases to consider
1150 2014-10-17 21:03:08 <sipa> and few people willing to work on the wallet code...
1151 2014-10-17 21:03:43 <gmaxwell> plus it has a side effect of discouraging rapid deployment before we've handled some of the network cases. (e.g. still being able to sync from the blocks that the node does have)
1152 2014-10-17 21:03:58 <gmaxwell> which is just a happy alignment.
1153 2014-10-17 21:04:02 <earlz> Is there a list somewhere of alternative fully validating node libraries?
1154 2014-10-17 21:04:20 pfallenop has quit (Ping timeout: 240 seconds)
1155 2014-10-17 21:04:51 pfallenop has joined
1156 2014-10-17 21:05:56 easye has quit (Ping timeout: 260 seconds)
1157 2014-10-17 21:09:24 pfallenop has quit (Ping timeout: 245 seconds)
1158 2014-10-17 21:09:37 <earlz> ?
1159 2014-10-17 21:09:41 ruukasu has joined
1160 2014-10-17 21:09:51 pfallenop has joined
1161 2014-10-17 21:09:56 <hearn> not that i know of. there might be one on the wiki
1162 2014-10-17 21:09:59 <earlz> I know there is a ruby implementation that's a full node.. not of anything else though
1163 2014-10-17 21:10:57 <hearn> bitcoinj has sort of part of one, btcd is one, there are refactorings of bitcoin core.
1164 2014-10-17 21:11:51 <hearn> there was another java one a while back that sank into obscurity because the guy basically didn't announce it or market it, but the code looked remarkably clean
1165 2014-10-17 21:12:01 <lechuga_> which was that?
1166 2014-10-17 21:12:06 Dizzle has quit (Ping timeout: 272 seconds)
1167 2014-10-17 21:12:19 <hearn> done by some retired IBM guy to keep his mind nimble, he said.
1168 2014-10-17 21:12:19 <hearn> i can't remember the name unfortunately
1169 2014-10-17 21:12:20 <earlz> what do you mean "sort of part of one"? lol
1170 2014-10-17 21:12:49 <hearn> earlz: it does full validation and can calculate an address-indexed utxo set if you want, but it doesn't accept connections from other clients
1171 2014-10-17 21:14:30 <hearn> oh yes
1172 2014-10-17 21:14:32 <hearn> bits of proof too
1173 2014-10-17 21:14:38 pfallenop has quit (Ping timeout: 272 seconds)
1174 2014-10-17 21:14:57 pfallenop has joined
1175 2014-10-17 21:15:15 SpicyShibe has quit (Ping timeout: 272 seconds)
1176 2014-10-17 21:15:21 brianhoffman has joined
1177 2014-10-17 21:15:44 <lechuga_> earlz: what's your use case?
1178 2014-10-17 21:17:04 chichov has quit (Ping timeout: 260 seconds)
1179 2014-10-17 21:17:16 hearn__ has joined
1180 2014-10-17 21:17:24 Lightsword has quit (Quit: Lightsword)
1181 2014-10-17 21:17:25 <earlz> just curiosity as to how things could be better
1182 2014-10-17 21:17:40 <ThomasV> I believe bits of proof is closed source
1183 2014-10-17 21:17:45 <earlz> Are HD wallets considered as safe as traditional wallets?
1184 2014-10-17 21:18:02 <lechuga_> it depends on how u use them
1185 2014-10-17 21:18:07 <sipa> earlz: we're currently working on a dynamic library built from the bitcoin core source code, so others don't need to reimplement (all of) the consensus rules
1186 2014-10-17 21:18:30 <sipa> earlz: as it has shown to be incredibly tricky to replicate the behavior bug-for-bug (and not doing so would be a forking risk)
1187 2014-10-17 21:19:11 <sipa> i would be very surprised if any codebase perfectly matches bitcoin core in validation behavior
1188 2014-10-17 21:19:52 pfallenop has quit (Ping timeout: 260 seconds)
1189 2014-10-17 21:20:06 <earlz> I'm reading bip32 trying to understand this ugh
1190 2014-10-17 21:20:25 <Luke-Jr> I think if you use only hardened derivation, HD wallets are at least as secure
1191 2014-10-17 21:20:40 hearn has quit (Ping timeout: 258 seconds)
1192 2014-10-17 21:20:42 <lechuga_> earlz: i'd also recommend http://bitcoinmagazine.com/8396/deterministic-wallets-advantages-flaw/
1193 2014-10-17 21:20:47 <Luke-Jr> I guess except for the ability to access future bitcoins if you're compromised
1194 2014-10-17 21:20:49 <sipa> HD with only hardened derivation is just deterministic wallets
1195 2014-10-17 21:21:00 <Luke-Jr> sipa: ?
1196 2014-10-17 21:21:14 <Luke-Jr> you lose the hierarchy?
1197 2014-10-17 21:21:29 <sipa> right, sure
1198 2014-10-17 21:21:56 <sipa> i mean, technically the behavior of a hardened HD wallet chain is very easy to replicate using just a deterministic wallet
1199 2014-10-17 21:22:06 <sipa> just reuse your derivation construction on generated private keys
1200 2014-10-17 21:22:39 CryptoBuck has quit ()
1201 2014-10-17 21:22:51 <earlz> so, are any random string of bytes a suitable private key, or am I wrong?
1202 2014-10-17 21:23:01 <Luke-Jr> sipa: I don't understand why you need to lose hierarchy
1203 2014-10-17 21:23:08 <sipa> Luke-Jr: you don't
1204 2014-10-17 21:23:16 <Luke-Jr> oh ok
1205 2014-10-17 21:23:27 <sipa> Luke-Jr: but you can easily add the hierarchy again if you already have a determinstic derivation
1206 2014-10-17 21:23:39 <Luke-Jr> sipa: I was thinking a hardened-only HD wallet would be ideal, so your wallet can keep private keys just for spending a limited amount of funds, and if it gets control of too much, it deletes some
1207 2014-10-17 21:24:07 <sipa> that means you also lose the fun part :)
1208 2014-10-17 21:24:14 <Luke-Jr> maybe, but it's a nice use case
1209 2014-10-17 21:24:31 pfallenop has joined
1210 2014-10-17 21:28:05 AaronvanW has quit (Ping timeout: 265 seconds)
1211 2014-10-17 21:29:32 abbursn has joined
1212 2014-10-17 21:29:49 pfallenop has quit (Ping timeout: 272 seconds)
1213 2014-10-17 21:29:50 spinza has quit (Ping timeout: 272 seconds)
1214 2014-10-17 21:33:01 vmatekole has joined
1215 2014-10-17 21:36:26 hearn has joined
1216 2014-10-17 21:36:26 hearn__ has quit (Read error: Connection reset by peer)
1217 2014-10-17 21:38:39 agricocb has quit (Quit: Leaving.)
1218 2014-10-17 21:40:10 WeCluster has quit (Ping timeout: 265 seconds)
1219 2014-10-17 21:42:47 Emzy has joined
1220 2014-10-17 21:44:33 WeCluster has joined
1221 2014-10-17 21:45:10 abbursn has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
1222 2014-10-17 21:45:24 neozaru has quit (Remote host closed the connection)
1223 2014-10-17 21:47:42 <coryfields_> sipa: for sign/signcompact, i should think client libs/apps be expecting to pass in der privkeys?
1224 2014-10-17 21:47:51 <coryfields_> *would be
1225 2014-10-17 21:47:57 <sipa> eww no
1226 2014-10-17 21:48:05 nowan_ has quit (Quit: leaving)
1227 2014-10-17 21:48:10 <sipa> der privkeys is just an artefact of using openssl before
1228 2014-10-17 21:48:18 <sipa> they're annoyingly large and hard to parse
1229 2014-10-17 21:48:23 nowan has joined
1230 2014-10-17 21:48:52 Guest9784 has quit (Ping timeout: 265 seconds)
1231 2014-10-17 21:50:11 altoz has quit (Ping timeout: 258 seconds)
1232 2014-10-17 21:52:31 Andrewmeows has quit (Ping timeout: 260 seconds)
1233 2014-10-17 21:53:16 DeVol has quit (Remote host closed the connection)
1234 2014-10-17 21:53:30 DeVol has joined
1235 2014-10-17 21:54:18 RagnarDanneskjol has joined
1236 2014-10-17 21:57:19 vmatekole has quit (Ping timeout: 245 seconds)
1237 2014-10-17 21:57:39 simondlr has quit (Remote host closed the connection)
1238 2014-10-17 21:58:25 vmatekole has joined
1239 2014-10-17 22:02:08 alferz has quit (Ping timeout: 244 seconds)
1240 2014-10-17 22:03:04 <coryfields_> mm ok
1241 2014-10-17 22:05:01 YoY has quit (Quit: Leaving...)
1242 2014-10-17 22:06:19 jtimon has joined
1243 2014-10-17 22:06:31 pen has quit (Ping timeout: 255 seconds)
1244 2014-10-17 22:07:10 YoY has joined
1245 2014-10-17 22:08:59 aburan28 has joined
1246 2014-10-17 22:11:00 paveljanik has quit (Ping timeout: 272 seconds)
1247 2014-10-17 22:11:02 aschildbach has joined
1248 2014-10-17 22:12:11 DeVol has quit (Remote host closed the connection)
1249 2014-10-17 22:12:18 altoz has joined
1250 2014-10-17 22:12:24 DeVol has joined
1251 2014-10-17 22:13:38 spinza has joined
1252 2014-10-17 22:13:44 belcher has joined
1253 2014-10-17 22:13:48 belcher has quit (Changing host)
1254 2014-10-17 22:13:48 belcher has joined
1255 2014-10-17 22:14:02 hanti is now known as HANTI
1256 2014-10-17 22:14:58 pfallenop has joined
1257 2014-10-17 22:16:42 aburan28 has quit (Ping timeout: 272 seconds)
1258 2014-10-17 22:17:31 Emzy has quit (Quit: Textual IRC Client: http://www.textualapp.com/)
1259 2014-10-17 22:17:45 RazielZ has quit (Read error: Connection reset by peer)
1260 2014-10-17 22:20:30 aburan28 has joined
1261 2014-10-17 22:20:43 chmod755 has quit (Quit: Leaving)
1262 2014-10-17 22:22:20 Raziel has joined
1263 2014-10-17 22:22:20 Raziel has quit (Read error: Connection reset by peer)
1264 2014-10-17 22:27:31 eristisk has quit (Ping timeout: 264 seconds)
1265 2014-10-17 22:27:36 agricocb has joined
1266 2014-10-17 22:32:26 won9 has joined
1267 2014-10-17 22:35:19 Lightsword has joined
1268 2014-10-17 22:36:17 mpmcsweeney has quit (Remote host closed the connection)
1269 2014-10-17 22:39:51 chaosagent has joined
1270 2014-10-17 22:39:55 mrebola has quit (Quit: Leaving)
1271 2014-10-17 22:43:58 DougieBot5000 has quit (Quit: Leaving)
1272 2014-10-17 22:50:07 Guest9784 has joined
1273 2014-10-17 22:52:21 darkee has quit (Quit: darkee)
1274 2014-10-17 22:52:43 aquarat2 is now known as aquarat
1275 2014-10-17 22:53:46 DeVol has quit (Remote host closed the connection)
1276 2014-10-17 22:54:49 DeVol has joined
1277 2014-10-17 22:58:50 brson has quit (Quit: leaving)
1278 2014-10-17 22:59:10 brson has joined
1279 2014-10-17 22:59:10 brson has quit (Client Quit)
1280 2014-10-17 22:59:45 RoboTeddy has quit (Ping timeout: 272 seconds)
1281 2014-10-17 23:00:30 Skirmant has quit (Remote host closed the connection)
1282 2014-10-17 23:00:57 Skirmant has joined
1283 2014-10-17 23:03:34 Skirmant has quit (Remote host closed the connection)
1284 2014-10-17 23:05:24 wiretapped has quit (Remote host closed the connection)
1285 2014-10-17 23:05:37 wiretapped has joined
1286 2014-10-17 23:05:56 Qatz has joined
1287 2014-10-17 23:08:27 maaku has joined
1288 2014-10-17 23:09:09 knotwork has joined
1289 2014-10-17 23:12:56 <kgk> I have always wondered this. In the protocol spec, why is a tx output's value an int64 and not a uint64?
1290 2014-10-17 23:13:35 <Luke-Jr> kgk: the two are equivalent in this case
1291 2014-10-17 23:13:41 Quanttek has quit (Ping timeout: 272 seconds)
1292 2014-10-17 23:13:48 <Luke-Jr> it should be safe to treat it as a uint64
1293 2014-10-17 23:13:54 <kgk> could the value be nagative?
1294 2014-10-17 23:13:57 <kgk> ah ic
1295 2014-10-17 23:13:59 trixisowned has joined
1296 2014-10-17 23:14:06 <kgk> so it's really treated as uint64
1297 2014-10-17 23:14:26 <kgk> thx :)
1298 2014-10-17 23:14:32 <Luke-Jr> it doesn't matter what it's treated as
1299 2014-10-17 23:14:38 <Luke-Jr> the high bit is never set
1300 2014-10-17 23:14:52 <kgk> ohhhh duh
1301 2014-10-17 23:15:05 ThomasV has quit (Ping timeout: 250 seconds)
1302 2014-10-17 23:17:26 hearn__ has joined
1303 2014-10-17 23:17:26 hearn has quit (Read error: Connection reset by peer)
1304 2014-10-17 23:18:30 hearn has joined
1305 2014-10-17 23:20:33 mpmcsweeney has joined
1306 2014-10-17 23:21:18 mpmcsweeney has quit (Remote host closed the connection)
1307 2014-10-17 23:21:38 devthedev_ has joined
1308 2014-10-17 23:22:34 hearn__ has quit (Ping timeout: 272 seconds)
1309 2014-10-17 23:24:51 hearn__ has joined
1310 2014-10-17 23:24:52 hearn has quit (Read error: Connection reset by peer)
1311 2014-10-17 23:28:28 vmatekole has quit (Remote host closed the connection)
1312 2014-10-17 23:28:44 gonedrk1 has quit (Quit: Leaving)
1313 2014-10-17 23:31:56 t7 has quit (Remote host closed the connection)
1314 2014-10-17 23:35:25 RoboTeddy has joined
1315 2014-10-17 23:36:30 devthedev_ has quit (Ping timeout: 272 seconds)
1316 2014-10-17 23:36:35 Centaure has quit (Ping timeout: 260 seconds)
1317 2014-10-17 23:37:25 devthedev has quit (Ping timeout: 255 seconds)
1318 2014-10-17 23:43:00 coinheavy has joined
1319 2014-10-17 23:43:19 ionstorm has joined
1320 2014-10-17 23:44:10 jtimon has quit (Remote host closed the connection)
1321 2014-10-17 23:44:25 devthedev has joined
1322 2014-10-17 23:47:23 Raziel has joined
1323 2014-10-17 23:47:39 maaku has quit (Quit: Leaving)
1324 2014-10-17 23:48:54 jtimon has joined
1325 2014-10-17 23:49:44 <coryfields_> jtimon: ping
1326 2014-10-17 23:50:18 <jtimon> pong
1327 2014-10-17 23:51:18 <coryfields_> jtimon: i've decided to go a different route wrt shuffling stuff around for boost. Am I going to get in your way by reworking key.h/key.cpp significantly ?
1328 2014-10-17 23:51:48 <jtimon> nope, I'm not touching key.o
1329 2014-10-17 23:52:23 <coryfields_> ok, great
1330 2014-10-17 23:52:36 Lightsword has quit (Ping timeout: 265 seconds)
1331 2014-10-17 23:52:58 Lightsword has joined
1332 2014-10-17 23:53:55 Miroluik has quit (Ping timeout: 264 seconds)
1333 2014-10-17 23:54:31 Informerop has quit (Ping timeout: 264 seconds)
1334 2014-10-17 23:55:01 Lightsword has quit (Client Quit)
1335 2014-10-17 23:55:25 Guest9784 has quit (Ping timeout: 255 seconds)
1336 2014-10-17 23:55:39 Miroluik has joined
1337 2014-10-17 23:56:18 Informerop has joined
1338 2014-10-17 23:56:21 Lightsword has joined
1339 2014-10-17 23:58:53 justanotheruser has quit (Ping timeout: 240 seconds)
1340 2014-10-17 23:59:09 vmatekole has joined