1 2014-09-20 00:00:40 zwischenzug has quit (Quit: Leaving)
2 2014-09-20 00:00:41 WeCluster has quit (Quit: WeCluster)
3 2014-09-20 00:01:04 btiefert has joined
4 2014-09-20 00:01:05 cagedwisdom has joined
5 2014-09-20 00:01:34 cagedwisdom has quit (Remote host closed the connection)
6 2014-09-20 00:03:07 Eiii has joined
7 2014-09-20 00:04:37 zoroastre has joined
8 2014-09-20 00:08:23 jujumax has quit (Remote host closed the connection)
9 2014-09-20 00:08:56 jujumax has joined
10 2014-09-20 00:11:23 benrcole1 has quit (Quit: Leaving.)
11 2014-09-20 00:12:50 ahmed_ is now known as ahmed_ZzZz
12 2014-09-20 00:13:07 jujumax has quit (Ping timeout: 245 seconds)
13 2014-09-20 00:17:44 benrcole has joined
14 2014-09-20 00:24:58 oda_ has quit (Quit: Textual IRC Client: www.textualapp.com)
15 2014-09-20 00:26:05 Burrito has quit (Quit: Leaving)
16 2014-09-20 00:27:13 YoY has quit (Ping timeout: 260 seconds)
17 2014-09-20 00:28:52 YoY has joined
18 2014-09-20 00:29:53 grantenier has joined
19 2014-09-20 00:30:05 grantenier has left ()
20 2014-09-20 00:33:13 Aido has quit (Quit: leaving)
21 2014-09-20 00:33:31 MaxSan has quit (Quit: Leaving.)
22 2014-09-20 00:38:24 hashtag has joined
23 2014-09-20 00:40:02 YoY has quit (Ping timeout: 240 seconds)
24 2014-09-20 00:41:16 YoY has joined
25 2014-09-20 00:43:08 hanti is now known as HANTI
26 2014-09-20 00:47:19 weilu has joined
27 2014-09-20 00:51:11 sleepnbum has quit (Ping timeout: 244 seconds)
28 2014-09-20 00:51:57 akstunt600 has quit (Read error: Connection reset by peer)
29 2014-09-20 00:52:01 weilu has quit (Ping timeout: 272 seconds)
30 2014-09-20 00:52:14 mpmcsweeney has joined
31 2014-09-20 00:52:58 akstunt600 has joined
32 2014-09-20 01:00:34 benrcole has quit (Quit: Leaving.)
33 2014-09-20 01:02:47 jMyles has quit (Remote host closed the connection)
34 2014-09-20 01:02:47 YoY has quit (Ping timeout: 272 seconds)
35 2014-09-20 01:02:53 mpmcsweeney has quit ()
36 2014-09-20 01:03:09 mpmcsweeney has joined
37 2014-09-20 01:03:28 mpmcsweeney has quit (Client Quit)
38 2014-09-20 01:03:54 YoY has joined
39 2014-09-20 01:03:54 WeCluster has joined
40 2014-09-20 01:04:41 RoboTeddy has quit (Ping timeout: 272 seconds)
41 2014-09-20 01:05:16 derbumi has quit (Quit: derbumi)
42 2014-09-20 01:09:53 lmatteis has quit (Quit: Connection closed for inactivity)
43 2014-09-20 01:13:26 Aido has joined
44 2014-09-20 01:14:44 bVector has left ()
45 2014-09-20 01:19:10 ShawnLeary has quit (Ping timeout: 272 seconds)
46 2014-09-20 01:20:46 llllllllll has quit ()
47 2014-09-20 01:20:53 Strider has left ()
48 2014-09-20 01:20:59 raistlinthewiz has quit (Quit: Connection closed for inactivity)
49 2014-09-20 01:21:08 <agorist000> Can anybody explain why we're not supporting nLockTime?
50 2014-09-20 01:21:57 <sipa> nLockTime works and always has (as a consensus rule)
51 2014-09-20 01:22:54 <agorist000> then why can't I create time-locked transactions without them being thrown out by bitcoind as "non-canonical" ?
52 2014-09-20 01:23:08 <phantomcircuit> because it's a DoS vector
53 2014-09-20 01:23:22 <phantomcircuit> you just keep adjusting the nLockTime value
54 2014-09-20 01:23:36 <sipa> non-canonical?
55 2014-09-20 01:23:46 <agorist000> sipa, yes
56 2014-09-20 01:23:47 <sipa> it shouldn't throw them about because of that reason
57 2014-09-20 01:23:59 <sipa> sure your transaction isn't just noncanonical for other reasons?
58 2014-09-20 01:24:24 <sipa> note that bitcoind _will_ not accept non-final transactions to its mempool
59 2014-09-20 01:24:27 <agorist000> I suppose its possible
60 2014-09-20 01:24:41 <sipa> but timelocked and final transactions are valid inside blocks
61 2014-09-20 01:24:55 <sipa> consistent with timelock rules
62 2014-09-20 01:25:35 <agorist000> so timelock is supported regardless of being a "DoS vector' ?
63 2014-09-20 01:25:40 knotwork__ has quit (Read error: Connection reset by peer)
64 2014-09-20 01:26:04 <sipa> timelocking is a consensus rule; it cannot be changed without a hardforking change
65 2014-09-20 01:26:19 <sipa> but the only thing that consensus rules govern is whether a transaction is valid in a block or not
66 2014-09-20 01:26:44 <sipa> what is accepted into the mempool is subject to local policy
67 2014-09-20 01:26:56 <phantomcircuit> sipa, he's saying it's being rejected by the mempool
68 2014-09-20 01:27:01 <sipa> and non-final transactions are currently not accepted into the mempool because of DoS rules
69 2014-09-20 01:27:06 <phantomcircuit> which is what happens i believe because they're non final
70 2014-09-20 01:27:09 <sipa> indeed
71 2014-09-20 01:27:20 <sipa> but that is completely independent of whether timelock works or not
72 2014-09-20 01:27:28 <sipa> the rule is that non-final things are not accepted :)
73 2014-09-20 01:28:05 <agorist000> maybe I'm just unsure of what final means exactly
74 2014-09-20 01:30:19 rdponticelli has quit (Ping timeout: 264 seconds)
75 2014-09-20 01:30:26 <sipa> final means (no locktime) OR (locktime in the past) OR (all inputs final
76 2014-09-20 01:30:41 <sipa> an input is final when its sequence number is 0xFFFFFFFF
77 2014-09-20 01:30:58 <agorist000> if a tx is final, sequence must be uint max? Which means timelock is ignored...
78 2014-09-20 01:31:13 <agorist000> Am I missgin something?
79 2014-09-20 01:31:17 <sipa> reread my sentence
80 2014-09-20 01:31:48 <sipa> either of those 3 conditions is enough for finality
81 2014-09-20 01:32:04 <agorist000> okay so if timelock is past, it should propagate and be included in blocks?
82 2014-09-20 01:32:09 <sipa> yes
83 2014-09-20 01:32:37 <sipa> but if bitcoind complains that it's noncanonical, you have an unrelated problem in your transaction
84 2014-09-20 01:32:47 at0mat has joined
85 2014-09-20 01:33:32 <agorist000> so then timelock is fully suppported, but sequencing is not? Because all but last in sequence are not final, which can be used for DoS somehow
86 2014-09-20 01:33:57 <sipa> the DoS potential is in relaying non-final transactions, because they can't be accepted into blocks
87 2014-09-20 01:34:11 <agorist000> Aha, that makes sense.
88 2014-09-20 01:34:13 <sipa> the reason for non-finality is irrelevant
89 2014-09-20 01:34:20 <agorist000> Thank you.
90 2014-09-20 01:34:25 <sipa> yw
91 2014-09-20 01:35:19 <DiabloD3> https://github.com/vladikoff/chromeos-apk/blob/master/README.md
92 2014-09-20 01:35:32 <DiabloD3> tthis might be useful for android client devs
93 2014-09-20 01:37:29 crunk-juice has joined
94 2014-09-20 01:38:04 Zarutian has quit (Quit: Zarutian)
95 2014-09-20 01:43:12 YoY has quit (Ping timeout: 245 seconds)
96 2014-09-20 01:44:06 dgenr8 has quit (Quit: Leaving)
97 2014-09-20 01:45:14 YoY has joined
98 2014-09-20 01:45:16 akstunt600 has quit (Read error: Connection reset by peer)
99 2014-09-20 01:46:02 akstunt600 has joined
100 2014-09-20 01:47:29 drawingthesun has quit (Ping timeout: 260 seconds)
101 2014-09-20 01:48:03 weilu has joined
102 2014-09-20 01:48:12 drawingthesun has joined
103 2014-09-20 01:52:30 MolokoDeck has joined
104 2014-09-20 01:52:40 weilu has quit (Ping timeout: 258 seconds)
105 2014-09-20 01:53:42 Raziel has quit (Ping timeout: 244 seconds)
106 2014-09-20 01:55:21 hashtag has quit (Ping timeout: 258 seconds)
107 2014-09-20 01:57:07 dgenr8 has joined
108 2014-09-20 01:58:20 WeCluster has quit (Quit: WeCluster)
109 2014-09-20 01:58:55 YoY has quit (Ping timeout: 272 seconds)
110 2014-09-20 02:02:36 wallet42 has quit (Quit: Leaving.)
111 2014-09-20 02:05:45 YoY has joined
112 2014-09-20 02:08:49 x48_ has quit (Remote host closed the connection)
113 2014-09-20 02:09:25 x48 has joined
114 2014-09-20 02:09:45 crunk-juice has quit (Remote host closed the connection)
115 2014-09-20 02:12:29 Subo1977_ has joined
116 2014-09-20 02:15:42 davec has quit (Read error: Connection reset by peer)
117 2014-09-20 02:16:31 Subo1977 has quit (Ping timeout: 264 seconds)
118 2014-09-20 02:20:10 drawingthesun has quit (Quit: Leaving)
119 2014-09-20 02:21:16 davec has joined
120 2014-09-20 02:21:40 x48_ has joined
121 2014-09-20 02:23:21 rdponticelli has joined
122 2014-09-20 02:24:02 Application has quit (Ping timeout: 245 seconds)
123 2014-09-20 02:25:07 x48 has quit (Ping timeout: 272 seconds)
124 2014-09-20 02:28:12 YoY has quit (Ping timeout: 245 seconds)
125 2014-09-20 02:28:24 Maged has quit (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
126 2014-09-20 02:28:40 adam3us has quit (Quit: Leaving.)
127 2014-09-20 02:31:13 WeCluster has joined
128 2014-09-20 02:31:26 WeCluster has quit (Client Quit)
129 2014-09-20 02:31:51 YoY has joined
130 2014-09-20 02:32:00 CoinHeavy has quit (Quit: CoinHeavy)
131 2014-09-20 02:33:34 crunk-juice has joined
132 2014-09-20 02:39:42 crunk-juice has quit (Remote host closed the connection)
133 2014-09-20 02:39:59 crunk-juice has joined
134 2014-09-20 02:44:40 crunk-juice has quit (Remote host closed the connection)
135 2014-09-20 02:45:17 crunk-juice has joined
136 2014-09-20 02:46:31 atgreen has quit (Read error: Connection reset by peer)
137 2014-09-20 02:46:47 atgreen has joined
138 2014-09-20 02:48:50 weilu has joined
139 2014-09-20 02:49:57 crunk-juice has quit (Ping timeout: 260 seconds)
140 2014-09-20 02:52:38 CoinHeavy has joined
141 2014-09-20 02:53:07 Trix has joined
142 2014-09-20 02:54:11 weilu has quit (Ping timeout: 272 seconds)
143 2014-09-20 02:55:13 trixisowned has quit (Ping timeout: 246 seconds)
144 2014-09-20 02:55:41 Trix is now known as trixisowned
145 2014-09-20 03:01:03 zoroastre has quit (Quit: Leaving)
146 2014-09-20 03:02:31 YoY has quit (Quit: Leaving...)
147 2014-09-20 03:02:48 banghouse has quit (Quit: g2g bbiab)
148 2014-09-20 03:04:19 YoY has joined
149 2014-09-20 03:06:55 DougieBot5000 has quit (Quit: Leaving)
150 2014-09-20 03:07:44 adam3us has joined
151 2014-09-20 03:11:33 crunk-juice has joined
152 2014-09-20 03:15:21 banghouse has joined
153 2014-09-20 03:16:41 eoss has joined
154 2014-09-20 03:17:36 CoinHeavy has quit (Quit: CoinHeavy)
155 2014-09-20 03:19:41 NewLiberty has joined
156 2014-09-20 03:23:21 NikolaiToryzin has joined
157 2014-09-20 03:23:32 ThomasV has joined
158 2014-09-20 03:27:08 knotwork has joined
159 2014-09-20 03:27:22 knotwork has quit (Changing host)
160 2014-09-20 03:27:22 knotwork has joined
161 2014-09-20 03:27:50 tarantillo_ has quit (Remote host closed the connection)
162 2014-09-20 03:28:06 tarantillo_ has joined
163 2014-09-20 03:28:49 CoinHeavy has joined
164 2014-09-20 03:31:56 akstunt600 has quit (Read error: Connection reset by peer)
165 2014-09-20 03:32:40 akstunt600 has joined
166 2014-09-20 03:39:19 ArthurNumba3 has quit (Ping timeout: 246 seconds)
167 2014-09-20 03:39:47 ArthurNumba3 has joined
168 2014-09-20 03:39:54 qualiabyte has joined
169 2014-09-20 03:40:51 adam3us has quit (Quit: Leaving.)
170 2014-09-20 03:41:26 CheckDavid has quit (Quit: Connection closed for inactivity)
171 2014-09-20 03:43:43 DougieBot5000 has joined
172 2014-09-20 03:46:50 crunk-juice has quit (Remote host closed the connection)
173 2014-09-20 03:47:08 x48_ has quit (Remote host closed the connection)
174 2014-09-20 03:47:15 crunk-juice has joined
175 2014-09-20 03:47:48 TheSeven has quit (Ping timeout: 260 seconds)
176 2014-09-20 03:48:07 x48_ has joined
177 2014-09-20 03:49:02 TheSeven has joined
178 2014-09-20 03:49:38 weilu has joined
179 2014-09-20 03:54:11 weilu has quit (Ping timeout: 258 seconds)
180 2014-09-20 03:56:37 dabura667 has joined
181 2014-09-20 03:58:57 Namworld has quit ()
182 2014-09-20 03:58:57 jtimon has quit (Quit: No Ping reply in 180 seconds.)
183 2014-09-20 03:59:23 <dabura667> Could anyone give me a ballpark figure on how many bytes that a new address generated by getaddress() would add to an encrypted wallet file?
184 2014-09-20 04:01:31 <dabura667> err sorry, not getaddress() but I mean clicking "Add new" in the receiving address window.
185 2014-09-20 04:02:43 rdponticelli has quit (Ping timeout: 264 seconds)
186 2014-09-20 04:05:04 crunk-juice has quit (Remote host closed the connection)
187 2014-09-20 04:12:24 copumpkin has quit ()
188 2014-09-20 04:13:17 sdbherh has joined
189 2014-09-20 04:16:23 weilu has joined
190 2014-09-20 04:19:51 copumpkin has joined
191 2014-09-20 04:21:36 wallet42 has joined
192 2014-09-20 04:23:15 wallet42 has quit (Client Quit)
193 2014-09-20 04:23:33 MolokoDeck has quit (Ping timeout: 240 seconds)
194 2014-09-20 04:25:18 akstunt600 has quit (Read error: Connection reset by peer)
195 2014-09-20 04:26:15 akstunt600 has joined
196 2014-09-20 04:28:40 x48_ has quit ()
197 2014-09-20 04:28:59 x48 has joined
198 2014-09-20 04:31:32 trixisowned has quit (Quit: Leaving)
199 2014-09-20 04:31:47 trixisowned has joined
200 2014-09-20 04:34:21 MolokoDeck has joined
201 2014-09-20 04:41:44 jtimon has joined
202 2014-09-20 04:41:53 sleepnbum has joined
203 2014-09-20 04:42:22 sleepnbum is now known as Guest80871
204 2014-09-20 04:51:39 hashtag has joined
205 2014-09-20 04:52:36 Guest80871 has quit ()
206 2014-09-20 04:57:09 jedunnigan has joined
207 2014-09-20 04:59:28 hashtag has quit (Ping timeout: 246 seconds)
208 2014-09-20 05:01:47 bedeho has joined
209 2014-09-20 05:09:38 benrcole has joined
210 2014-09-20 05:16:29 eoss has quit (Remote host closed the connection)
211 2014-09-20 05:17:41 Application has joined
212 2014-09-20 05:18:39 akstunt600 has quit (Read error: Connection reset by peer)
213 2014-09-20 05:19:23 akstunt600 has joined
214 2014-09-20 05:19:45 cym has quit (Read error: Connection timed out)
215 2014-09-20 05:20:16 benrcole has quit (Quit: Leaving.)
216 2014-09-20 05:21:52 Application has quit (Ping timeout: 245 seconds)
217 2014-09-20 05:21:56 cym has joined
218 2014-09-20 05:22:40 RoboTeddy has joined
219 2014-09-20 05:22:55 cym has quit (Max SendQ exceeded)
220 2014-09-20 05:23:16 cym has joined
221 2014-09-20 05:23:46 cym has quit (Max SendQ exceeded)
222 2014-09-20 05:23:49 wallet42 has joined
223 2014-09-20 05:26:38 BlackPrapor has joined
224 2014-09-20 05:26:52 Application has joined
225 2014-09-20 05:27:59 wallet42 has quit (Client Quit)
226 2014-09-20 05:31:34 wallet42 has joined
227 2014-09-20 05:32:47 robonerd has quit (Ping timeout: 244 seconds)
228 2014-09-20 05:33:13 wallet42 has quit (Client Quit)
229 2014-09-20 05:33:34 weilu has quit (Remote host closed the connection)
230 2014-09-20 05:33:55 wallet42 has joined
231 2014-09-20 05:34:05 robonerd has joined
232 2014-09-20 05:37:03 <dcousens> dabura667: are you referring to the standard client with that question?
233 2014-09-20 05:37:14 wallet42 has quit (Client Quit)
234 2014-09-20 05:37:54 wallet42 has joined
235 2014-09-20 05:37:58 <dcousens> a private key is 32 bytes (padded), with an optional compression flag... in its more raw form anyway. If you start encoding more information than that, obviously the size will increase
236 2014-09-20 05:39:36 wallet42 has quit (Client Quit)
237 2014-09-20 05:43:05 wallet42 has joined
238 2014-09-20 05:44:10 HaltingState has quit (Remote host closed the connection)
239 2014-09-20 05:45:56 cagedwisdom has joined
240 2014-09-20 05:46:16 wallet42 has quit (Client Quit)
241 2014-09-20 05:57:33 crypt0h4z3 has quit (Read error: Connection reset by peer)
242 2014-09-20 05:57:37 bitspill has quit (Ping timeout: 260 seconds)
243 2014-09-20 05:57:53 Muis has quit (Read error: Connection reset by peer)
244 2014-09-20 05:57:53 yena has quit (Read error: Connection reset by peer)
245 2014-09-20 05:57:53 aljosa has quit (Read error: Connection reset by peer)
246 2014-09-20 05:57:53 ahmed_ZzZz has quit (Read error: Connection reset by peer)
247 2014-09-20 05:57:54 michagogo has quit (Read error: Connection reset by peer)
248 2014-09-20 05:57:56 dabura667 has quit (Ping timeout: 272 seconds)
249 2014-09-20 05:57:56 cystic has quit (Ping timeout: 272 seconds)
250 2014-09-20 05:57:56 bedouin_ has quit (Read error: Connection reset by peer)
251 2014-09-20 05:57:56 btcdrak has quit (Ping timeout: 272 seconds)
252 2014-09-20 05:57:56 happyface has quit (Ping timeout: 272 seconds)
253 2014-09-20 05:57:57 artifexd has quit (Read error: Connection reset by peer)
254 2014-09-20 05:58:00 rdekley has quit (Ping timeout: 260 seconds)
255 2014-09-20 05:58:05 yrashk__ has quit (Ping timeout: 260 seconds)
256 2014-09-20 05:58:05 thaMan has quit (Ping timeout: 260 seconds)
257 2014-09-20 05:58:33 jebus911 has quit (Ping timeout: 260 seconds)
258 2014-09-20 05:58:34 foamz has quit (Ping timeout: 272 seconds)
259 2014-09-20 05:58:56 elgrecoFL has quit (Ping timeout: 260 seconds)
260 2014-09-20 05:59:24 antizionist__ has quit (Ping timeout: 260 seconds)
261 2014-09-20 05:59:29 jordandotdev has quit (Ping timeout: 260 seconds)
262 2014-09-20 05:59:50 igrigorik_ has quit (Ping timeout: 272 seconds)
263 2014-09-20 06:01:16 wcummings has quit (Ping timeout: 260 seconds)
264 2014-09-20 06:04:02 NewLiberty has quit (Ping timeout: 272 seconds)
265 2014-09-20 06:04:31 weilu has joined
266 2014-09-20 06:05:34 ionstorm has quit (Quit: Leaving)
267 2014-09-20 06:08:46 weilu has quit (Ping timeout: 246 seconds)
268 2014-09-20 06:11:57 akstunt600 has quit (Read error: Connection reset by peer)
269 2014-09-20 06:12:53 akstunt600 has joined
270 2014-09-20 06:16:07 Blackreign has joined
271 2014-09-20 06:19:22 igrigorik__ has joined
272 2014-09-20 06:19:38 Guest2024 has joined
273 2014-09-20 06:20:04 elgrecoFL has joined
274 2014-09-20 06:20:34 rdekley has joined
275 2014-09-20 06:21:21 antizionist__ has joined
276 2014-09-20 06:21:25 cystic has joined
277 2014-09-20 06:21:34 thaMan has joined
278 2014-09-20 06:21:35 yena has joined
279 2014-09-20 06:22:17 foamz has joined
280 2014-09-20 06:22:24 aljosa has joined
281 2014-09-20 06:22:42 btcdrak has joined
282 2014-09-20 06:22:53 DanMAbraham has joined
283 2014-09-20 06:23:16 bitspill has joined
284 2014-09-20 06:23:20 michagogo_ has joined
285 2014-09-20 06:23:22 michagogo_ is now known as Guest37288
286 2014-09-20 06:23:30 bedouin_ has joined
287 2014-09-20 06:23:31 happyface has joined
288 2014-09-20 06:23:56 yrashk__ has joined
289 2014-09-20 06:24:37 jordandotdev has joined
290 2014-09-20 06:25:00 omefire1 has quit (Read error: Connection reset by peer)
291 2014-09-20 06:25:17 dabura667 has joined
292 2014-09-20 06:26:11 jebus911 has joined
293 2014-09-20 06:27:28 wcummings has joined
294 2014-09-20 06:28:17 super3 has quit (Ping timeout: 258 seconds)
295 2014-09-20 06:28:30 <sipa> dabura667: around a 100 i guess
296 2014-09-20 06:29:03 crypt0h4z3 has joined
297 2014-09-20 06:29:08 <dabura667> Could you please elaborate?
298 2014-09-20 06:29:54 <dabura667> Meaning that creating a new key will increase file size by 100 bytes? How does it affect the key pool?
299 2014-09-20 06:29:59 ahmed_ has joined
300 2014-09-20 06:30:10 <sipa> define 'create a new key'
301 2014-09-20 06:30:24 wallet42 has joined
302 2014-09-20 06:31:52 Muis has joined
303 2014-09-20 06:32:09 wallet42 has quit (Client Quit)
304 2014-09-20 06:32:30 <wumpus> it removes a key from the key pool and puts it into active use, if the wallet is encrypted it will not immediately renew the keypool so there will be a key less in it
305 2014-09-20 06:35:13 <dabura667> wumpus: thanks. So the encrypted file will only increase in size after it runs out of keys in the key pool. When the key pool runs out does it automatically refill with 100 keys or do you have to run the rpc call to refill the pool?
306 2014-09-20 06:35:49 <wumpus> it does automatically so but only on the next 'walletpassphrase'
307 2014-09-20 06:35:53 <sipa> every time a key is used, the keypool is refilled to stay at 100 unused keys
308 2014-09-20 06:36:08 <sipa> for an encrypted wallet, only when the passphrase is available
309 2014-09-20 06:36:34 paveljanik has joined
310 2014-09-20 06:37:31 <wumpus> I'm fairly sure the wallet file will still increase in size though, as meta-information such as a label is added
311 2014-09-20 06:38:49 <wumpus> I wouldn't be concerned about that, generally it's transactions that take up lots of space in a wallet, not keys and related info
312 2014-09-20 06:40:06 benrcole has joined
313 2014-09-20 06:41:02 jtimon has quit (Ping timeout: 245 seconds)
314 2014-09-20 06:41:44 RoboTedd_ has joined
315 2014-09-20 06:44:13 RoboTeddy has quit (Ping timeout: 260 seconds)
316 2014-09-20 06:49:27 adam3us has joined
317 2014-09-20 06:49:33 YoY has quit (Ping timeout: 240 seconds)
318 2014-09-20 06:49:52 adam3us has quit (Remote host closed the connection)
319 2014-09-20 06:54:21 MoALTz has joined
320 2014-09-20 06:56:32 ThomasV has quit (Ping timeout: 245 seconds)
321 2014-09-20 07:02:22 cadaver has joined
322 2014-09-20 07:03:23 WeCluster has joined
323 2014-09-20 07:05:03 imton has joined
324 2014-09-20 07:05:22 akstunt600 has quit (Read error: Connection reset by peer)
325 2014-09-20 07:06:23 akstunt600 has joined
326 2014-09-20 07:07:48 WeCluster has quit (Client Quit)
327 2014-09-20 07:08:58 nullbyte has quit (Ping timeout: 246 seconds)
328 2014-09-20 07:09:37 hmsimha has joined
329 2014-09-20 07:13:16 cym has joined
330 2014-09-20 07:14:18 RoboTedd_ has quit (Ping timeout: 258 seconds)
331 2014-09-20 07:22:21 xnyhps_ is now known as xnyhps
332 2014-09-20 07:25:33 wizkid057 has quit (Ping timeout: 240 seconds)
333 2014-09-20 07:30:35 benrcole has quit (Quit: Leaving.)
334 2014-09-20 07:31:15 aliasaila_ has joined
335 2014-09-20 07:31:58 jedunnigan has quit (Remote host closed the connection)
336 2014-09-20 07:34:08 aliasaila has quit (Ping timeout: 260 seconds)
337 2014-09-20 07:36:01 chichov has joined
338 2014-09-20 07:36:20 chichov has quit (Client Quit)
339 2014-09-20 07:38:32 ThomasV has joined
340 2014-09-20 07:42:56 random_cat_ has quit (Ping timeout: 264 seconds)
341 2014-09-20 07:43:46 melvster1 has quit (Remote host closed the connection)
342 2014-09-20 07:43:56 firelegend has quit (Ping timeout: 260 seconds)
343 2014-09-20 07:45:07 paveljanik has quit (Quit: This computer has gone to sleep)
344 2014-09-20 07:45:23 weilu has joined
345 2014-09-20 07:45:34 firelegend has joined
346 2014-09-20 07:46:02 ThomasV has quit (Ping timeout: 245 seconds)
347 2014-09-20 07:48:08 benrcole has joined
348 2014-09-20 07:48:52 neozaru has joined
349 2014-09-20 07:54:46 benrcole1 has joined
350 2014-09-20 07:55:41 stapler117 has quit ()
351 2014-09-20 07:56:09 benrcole has quit (Ping timeout: 260 seconds)
352 2014-09-20 07:56:33 random_cat_ has joined
353 2014-09-20 07:56:44 aliasaila_ is now known as aliasaila
354 2014-09-20 07:57:49 CoinHeavy has quit (Quit: CoinHeavy)
355 2014-09-20 07:58:34 aliasaila has quit (Quit: Leaving)
356 2014-09-20 07:58:34 akstunt600 has quit (Read error: Connection reset by peer)
357 2014-09-20 07:59:09 grubles has quit (Quit: Leaving)
358 2014-09-20 07:59:23 akstunt600 has joined
359 2014-09-20 07:59:34 HaltingState has joined
360 2014-09-20 08:01:11 grubles has joined
361 2014-09-20 08:04:05 benrcole1 has quit (Quit: Leaving.)
362 2014-09-20 08:04:12 wallet42 has joined
363 2014-09-20 08:06:15 grubles has quit (Quit: Leaving)
364 2014-09-20 08:06:44 tarantillo_ has quit (Remote host closed the connection)
365 2014-09-20 08:07:02 tarantillo_ has joined
366 2014-09-20 08:08:04 grubles has joined
367 2014-09-20 08:11:42 weilu has quit (Remote host closed the connection)
368 2014-09-20 08:16:21 weilu has joined
369 2014-09-20 08:18:47 Guest80871 has joined
370 2014-09-20 08:20:01 GM0127 has joined
371 2014-09-20 08:20:02 kobigurk has joined
372 2014-09-20 08:21:24 gdm85 has quit (Remote host closed the connection)
373 2014-09-20 08:21:47 orperelman has joined
374 2014-09-20 08:21:48 gdm85 has joined
375 2014-09-20 08:22:24 DanMAbraham has quit ()
376 2014-09-20 08:22:40 moarrr has joined
377 2014-09-20 08:22:50 moarrr has quit (Client Quit)
378 2014-09-20 08:24:56 wizkid057 has joined
379 2014-09-20 08:31:33 dcousens has quit (Ping timeout: 240 seconds)
380 2014-09-20 08:32:29 imton_ has joined
381 2014-09-20 08:32:30 dcousens has joined
382 2014-09-20 08:32:33 imton has quit (Ping timeout: 240 seconds)
383 2014-09-20 08:32:33 imton_ is now known as imton
384 2014-09-20 08:33:45 derbumi has joined
385 2014-09-20 08:36:14 derbumi has quit (Client Quit)
386 2014-09-20 08:41:33 Eiii has quit ()
387 2014-09-20 08:45:00 DougieBot5000 has quit (Quit: Leaving)
388 2014-09-20 08:51:54 akstunt600 has quit (Read error: Connection reset by peer)
389 2014-09-20 08:52:14 raistlinthewiz has joined
390 2014-09-20 08:53:05 akstunt600 has joined
391 2014-09-20 08:53:06 MolokoDeck is now known as MolokoDesk
392 2014-09-20 08:56:27 Guest80871 has quit (Ping timeout: 245 seconds)
393 2014-09-20 08:56:49 aschildbach has joined
394 2014-09-20 08:56:56 Quanttek has quit (Ping timeout: 272 seconds)
395 2014-09-20 08:57:21 lclc_bnc is now known as lclc
396 2014-09-20 09:06:19 rdymac has joined
397 2014-09-20 09:09:18 YoY has joined
398 2014-09-20 09:10:12 roconnor__ has joined
399 2014-09-20 09:11:12 roconnor_ has quit (Ping timeout: 260 seconds)
400 2014-09-20 09:19:12 cadaver has quit (Remote host closed the connection)
401 2014-09-20 09:22:43 dgenr8 has quit (Ping timeout: 258 seconds)
402 2014-09-20 09:23:06 dgenr8 has joined
403 2014-09-20 09:30:51 Uglux has joined
404 2014-09-20 09:33:16 Dyaheon has quit (Ping timeout: 272 seconds)
405 2014-09-20 09:33:16 MaxSan has joined
406 2014-09-20 09:41:50 erasmospunk has joined
407 2014-09-20 09:44:12 blast_ has quit (Remote host closed the connection)
408 2014-09-20 09:47:00 weilu has quit (Remote host closed the connection)
409 2014-09-20 09:47:35 Clown has joined
410 2014-09-20 09:47:35 is now known as Clown|!~clown@unaffiliated/clown/x-0272709|Guest57462
411 2014-09-20 09:47:35 Guest57462 has quit (Killed (rajaniemi.freenode.net (Nickname regained by services)))
412 2014-09-20 09:47:35 Clown is now known as |Clown|
413 2014-09-20 09:49:33 oujh has quit (Ping timeout: 240 seconds)
414 2014-09-20 09:55:50 eristisk has joined
415 2014-09-20 09:56:09 Trix has joined
416 2014-09-20 09:56:58 trixisowned has quit (Disconnected by services)
417 2014-09-20 09:57:04 Trix is now known as trixisowned
418 2014-09-20 09:58:22 orperelman has quit (Ping timeout: 246 seconds)
419 2014-09-20 10:02:26 jordandotdev has quit (Quit: Connection closed for inactivity)
420 2014-09-20 10:05:31 Quanttek has joined
421 2014-09-20 10:10:04 CheckDavid has joined
422 2014-09-20 10:12:28 Dyaheon has joined
423 2014-09-20 10:15:07 eristisk has quit (Quit: killall -9 irc)
424 2014-09-20 10:21:36 VBet has joined
425 2014-09-20 10:22:17 VBet has quit (Killed (idoru (Spam is off topic on freenode.)))
426 2014-09-20 10:23:29 aliasaila has joined
427 2014-09-20 10:23:38 llllllllll has joined
428 2014-09-20 10:24:09 HANTI is now known as hanti
429 2014-09-20 10:24:50 hemry has joined
430 2014-09-20 10:26:06 erasmospunk has quit (Quit: ttm)
431 2014-09-20 10:29:21 weilu has joined
432 2014-09-20 10:29:25 stevedekorte has joined
433 2014-09-20 10:30:27 kinlo has quit (Ping timeout: 258 seconds)
434 2014-09-20 10:30:46 BlueMatt has quit (Ping timeout: 258 seconds)
435 2014-09-20 10:30:57 [Derek] has quit (Ping timeout: 258 seconds)
436 2014-09-20 10:32:02 kinlo has joined
437 2014-09-20 10:33:00 BananaLotus has quit (Remote host closed the connection)
438 2014-09-20 10:33:29 BananaLotus has joined
439 2014-09-20 10:33:34 BlueMatt has joined
440 2014-09-20 10:33:56 psgs has quit (away!~psgs@2001:41d0:1:68a3::39|Ping timeout: 258 seconds)
441 2014-09-20 10:34:01 JimDowJones has quit (Ping timeout: 258 seconds)
442 2014-09-20 10:34:20 LarsLarsen has quit (Ping timeout: 246 seconds)
443 2014-09-20 10:34:46 JimDowJones has joined
444 2014-09-20 10:36:18 Belkaar has quit (Quit: quit)
445 2014-09-20 10:37:05 Plinker has joined
446 2014-09-20 10:37:06 john_z has quit (Ping timeout: 258 seconds)
447 2014-09-20 10:37:20 john_z has joined
448 2014-09-20 10:37:41 Jouke has joined
449 2014-09-20 10:37:45 gribble has quit (Disconnected by services)
450 2014-09-20 10:38:11 Jouke_ has quit (Ping timeout: 258 seconds)
451 2014-09-20 10:38:14 Plinker__ has quit (Ping timeout: 258 seconds)
452 2014-09-20 10:38:24 Belkaar has joined
453 2014-09-20 10:38:33 akstunt600 has quit (Read error: Connection reset by peer)
454 2014-09-20 10:38:48 one_zero has joined
455 2014-09-20 10:39:08 TheSeven has quit (Ping timeout: 272 seconds)
456 2014-09-20 10:39:12 [Derek] has joined
457 2014-09-20 10:39:45 TheSeven has joined
458 2014-09-20 10:41:09 psgs has joined
459 2014-09-20 10:41:09 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
460 2014-09-20 10:41:14 ak_ has joined
461 2014-09-20 10:42:17 Quanttek has quit (Ping timeout: 260 seconds)
462 2014-09-20 10:44:02 Neozonz has joined
463 2014-09-20 10:46:13 gribble has joined
464 2014-09-20 10:46:54 Neozonz has quit (Ping timeout: 244 seconds)
465 2014-09-20 10:48:34 MoALTz has quit (Quit: Leaving)
466 2014-09-20 10:51:45 benrcole has joined
467 2014-09-20 10:54:02 EagleTM has joined
468 2014-09-20 10:55:05 MoALTz has joined
469 2014-09-20 10:56:48 benrcole has quit (Ping timeout: 272 seconds)
470 2014-09-20 10:57:00 benrcole has joined
471 2014-09-20 10:57:31 da2ce7 has joined
472 2014-09-20 11:00:23 qualiabyte has quit (Quit: Leaving)
473 2014-09-20 11:01:22 weilu has quit (Remote host closed the connection)
474 2014-09-20 11:06:48 benrcole1 has joined
475 2014-09-20 11:08:31 benrcole has quit (Ping timeout: 258 seconds)
476 2014-09-20 11:21:14 pecket has joined
477 2014-09-20 11:30:26 imfaust has quit (Ping timeout: 246 seconds)
478 2014-09-20 11:32:02 ak_ has quit (Read error: Connection reset by peer)
479 2014-09-20 11:32:14 weilu has joined
480 2014-09-20 11:32:49 ak_ has joined
481 2014-09-20 11:34:15 JackH has joined
482 2014-09-20 11:34:46 da2ce7_laptop has joined
483 2014-09-20 11:36:08 Raziel has joined
484 2014-09-20 11:36:49 weilu has quit (Ping timeout: 260 seconds)
485 2014-09-20 11:39:04 da2ce7 has quit (Ping timeout: 272 seconds)
486 2014-09-20 11:43:40 MolokoDesk has quit (Ping timeout: 272 seconds)
487 2014-09-20 11:44:00 MolokoDesk has joined
488 2014-09-20 11:49:33 <firelegend> I am trying to compile the latest git master, but the configure process is failing on the boost library. I have boost v 1.50 and have compiled bitcoin-qt and the daemon before, but the new build system is giving me error messages, some I manually removed from the configure, but now I "No working boost sleep implementation found."
489 2014-09-20 11:50:15 <firelegend> I am unsure how to debug this problem.
490 2014-09-20 11:51:24 rdponticelli has joined
491 2014-09-20 11:51:36 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
492 2014-09-20 11:59:09 <firelegend> fixed it, thanks to the config.log
493 2014-09-20 11:59:32 <firelegend> seems like when you specify BOOST_LDLAGS, you need to supply the path as -L/path/ rather than just the path
494 2014-09-20 12:00:16 stevedekorte has quit (Quit: stevedekorte)
495 2014-09-20 12:05:12 YoY has quit (Ping timeout: 272 seconds)
496 2014-09-20 12:05:36 benrcole has joined
497 2014-09-20 12:06:33 <firelegend> there is also a missing stdlib.h include in utilstrencodings.cpp, as g++ complained that strtol and strtoll were missing
498 2014-09-20 12:06:38 stevedekorte has joined
499 2014-09-20 12:06:40 benrcole1 has quit (Ping timeout: 260 seconds)
500 2014-09-20 12:06:50 <firelegend> well, stdlib I suppose in C++'s case
501 2014-09-20 12:07:15 YoY has joined
502 2014-09-20 12:08:19 mpmcsweeney has joined
503 2014-09-20 12:19:53 gwb3 has quit (Quit: leaving)
504 2014-09-20 12:25:13 ak_ has quit (Read error: Connection reset by peer)
505 2014-09-20 12:26:05 skinnkavaj has quit (Ping timeout: 246 seconds)
506 2014-09-20 12:26:23 ak_ has joined
507 2014-09-20 12:26:45 BlackPrapor has quit (Ping timeout: 272 seconds)
508 2014-09-20 12:26:52 benrcole has quit (Quit: Leaving.)
509 2014-09-20 12:26:57 skinnkavaj has joined
510 2014-09-20 12:29:03 Zarutian has joined
511 2014-09-20 12:32:56 weilu has joined
512 2014-09-20 12:36:27 YoY has quit (Ping timeout: 244 seconds)
513 2014-09-20 12:37:23 YoY has joined
514 2014-09-20 12:37:29 weilu has quit (Ping timeout: 260 seconds)
515 2014-09-20 12:39:54 Soligor has quit (Ping timeout: 260 seconds)
516 2014-09-20 12:40:45 skinnkavaj has quit (Ping timeout: 260 seconds)
517 2014-09-20 12:43:20 skinnkavaj has joined
518 2014-09-20 12:43:34 Quanttek has joined
519 2014-09-20 12:46:34 Soligor has joined
520 2014-09-20 12:50:19 BlackPrapor has joined
521 2014-09-20 12:50:24 JackH has quit (Ping timeout: 244 seconds)
522 2014-09-20 12:51:58 one_zero has quit ()
523 2014-09-20 12:51:59 hemry has quit (Remote host closed the connection)
524 2014-09-20 12:52:35 hemry has joined
525 2014-09-20 12:55:38 Soligor has quit (Ping timeout: 245 seconds)
526 2014-09-20 12:56:32 Burrito has joined
527 2014-09-20 12:57:08 hemry has quit (Ping timeout: 272 seconds)
528 2014-09-20 13:01:42 altoz has quit (Remote host closed the connection)
529 2014-09-20 13:04:59 ShawnLeary has joined
530 2014-09-20 13:06:27 drawingthesun has joined
531 2014-09-20 13:08:10 mpmcsweeney has quit (Remote host closed the connection)
532 2014-09-20 13:08:24 Uglux has quit (Quit: Leaving)
533 2014-09-20 13:08:46 mpmcsweeney has joined
534 2014-09-20 13:09:02 benrcole has joined
535 2014-09-20 13:09:46 hearn has joined
536 2014-09-20 13:11:33 YoY has quit (Ping timeout: 260 seconds)
537 2014-09-20 13:13:07 mpmcsweeney has quit (Ping timeout: 244 seconds)
538 2014-09-20 13:13:40 benrcole has quit (Ping timeout: 272 seconds)
539 2014-09-20 13:13:52 benrcole has joined
540 2014-09-20 13:14:58 YoY has joined
541 2014-09-20 13:18:10 Namworld has joined
542 2014-09-20 13:18:31 ak_ has quit (Read error: Connection reset by peer)
543 2014-09-20 13:19:25 ak_ has joined
544 2014-09-20 13:24:10 crunk-juice has joined
545 2014-09-20 13:24:54 crunk-juice has quit (Remote host closed the connection)
546 2014-09-20 13:25:22 MaxSan has quit (Quit: Leaving.)
547 2014-09-20 13:26:17 YoY has quit (Ping timeout: 246 seconds)
548 2014-09-20 13:28:03 YoY has joined
549 2014-09-20 13:33:40 weilu has joined
550 2014-09-20 13:37:26 lclc is now known as lclc_bnc
551 2014-09-20 13:38:08 weilu has quit (Ping timeout: 245 seconds)
552 2014-09-20 13:42:03 cym has quit (Read error: Connection reset by peer)
553 2014-09-20 13:42:21 cym has joined
554 2014-09-20 13:42:53 <wumpus> do you have any special warning flags on? I see no complaints while compiling strencodings.cpp
555 2014-09-20 13:43:18 cym has quit (Max SendQ exceeded)
556 2014-09-20 13:43:38 cym has joined
557 2014-09-20 13:44:29 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
558 2014-09-20 13:45:49 paul0 has joined
559 2014-09-20 13:52:37 MaxSan has joined
560 2014-09-20 13:54:35 benrcole has quit (Quit: Leaving.)
561 2014-09-20 14:03:04 nanotube has quit (Ping timeout: 272 seconds)
562 2014-09-20 14:10:25 <firelegend> None that I know of
563 2014-09-20 14:12:04 ak_ has quit (Read error: Connection reset by peer)
564 2014-09-20 14:13:01 ak_ has joined
565 2014-09-20 14:17:35 nanotube has joined
566 2014-09-20 14:18:16 YoY has quit (Ping timeout: 272 seconds)
567 2014-09-20 14:19:58 YoY has joined
568 2014-09-20 14:20:08 san4 has joined
569 2014-09-20 14:21:21 Subo1977 has joined
570 2014-09-20 14:21:32 nullbyte has joined
571 2014-09-20 14:21:37 belcher has joined
572 2014-09-20 14:21:37 belcher has quit (Changing host)
573 2014-09-20 14:21:37 belcher has joined
574 2014-09-20 14:23:15 Belxjander has quit (Read error: No route to host)
575 2014-09-20 14:23:31 JackH has joined
576 2014-09-20 14:23:31 x48 has quit ()
577 2014-09-20 14:23:44 Subo1977_ has quit (Ping timeout: 264 seconds)
578 2014-09-20 14:23:48 x48 has joined
579 2014-09-20 14:26:03 crunk-juice has joined
580 2014-09-20 14:26:08 W0rmDr1nk has quit (Ping timeout: 245 seconds)
581 2014-09-20 14:26:24 shieye has joined
582 2014-09-20 14:28:31 crunk-juice has quit (Remote host closed the connection)
583 2014-09-20 14:32:58 hearn has joined
584 2014-09-20 14:34:26 weilu has joined
585 2014-09-20 14:36:47 cagedwisdom has quit (Remote host closed the connection)
586 2014-09-20 14:36:55 imfaust has joined
587 2014-09-20 14:38:38 weilu has quit (Ping timeout: 245 seconds)
588 2014-09-20 14:40:03 RyanM has joined
589 2014-09-20 14:42:00 Belxjander has joined
590 2014-09-20 14:43:51 RyanM has quit (Client Quit)
591 2014-09-20 14:44:41 Hasimir has quit (Read error: Connection reset by peer)
592 2014-09-20 14:46:47 lyspooner has joined
593 2014-09-20 14:48:23 kdomanski__ has joined
594 2014-09-20 14:48:33 <lyspooner> in version 0.9.1 i sent coins to a few addresses in my wallet, it showed a balance of X. i then encrypted my wallet and now it shows a balance of less than X. Some of the transactions which looked fine before the encryption are now showing a status of "Conflicted" a little help?
595 2014-09-20 14:49:02 sdndfgsnm has joined
596 2014-09-20 14:49:46 Hasimir has joined
597 2014-09-20 14:49:59 JohnKenney has joined
598 2014-09-20 14:51:08 T19EL_ has quit (Ping timeout: 245 seconds)
599 2014-09-20 14:51:09 kdomanski_ has quit (Ping timeout: 272 seconds)
600 2014-09-20 14:52:52 sdbherh has quit (Ping timeout: 272 seconds)
601 2014-09-20 14:53:03 T19EL has joined
602 2014-09-20 14:53:53 kobigurk has quit (Ping timeout: 256 seconds)
603 2014-09-20 14:54:08 sdndfgsnm has quit (Ping timeout: 272 seconds)
604 2014-09-20 14:59:48 YoY has quit (Ping timeout: 245 seconds)
605 2014-09-20 15:01:03 cagedwisdom has joined
606 2014-09-20 15:02:32 cassidyslivers has joined
607 2014-09-20 15:03:32 x48_ has joined
608 2014-09-20 15:03:33 x48 has quit (Read error: Connection reset by peer)
609 2014-09-20 15:05:17 ak_ has quit (Read error: Connection reset by peer)
610 2014-09-20 15:06:05 ak_ has joined
611 2014-09-20 15:07:19 ArthurNumba3 has quit (Ping timeout: 244 seconds)
612 2014-09-20 15:09:54 kobigurk has joined
613 2014-09-20 15:13:53 stevedekorte has quit (Quit: stevedekorte)
614 2014-09-20 15:14:12 hashtag has joined
615 2014-09-20 15:14:19 lclc_bnc is now known as lclc
616 2014-09-20 15:20:11 ArthurNumba3 has joined
617 2014-09-20 15:31:56 hmsimha has quit (Ping timeout: 246 seconds)
618 2014-09-20 15:32:43 NewLiberty has joined
619 2014-09-20 15:35:14 weilu has joined
620 2014-09-20 15:37:33 hemry has joined
621 2014-09-20 15:39:38 weilu has quit (Ping timeout: 246 seconds)
622 2014-09-20 15:43:20 lyspooner has quit (Remote host closed the connection)
623 2014-09-20 15:47:48 <Happzz> technically speaking, how do "coin mixers" work?
624 2014-09-20 15:48:16 <Happzz> end user creates a transaction using his input, to some output
625 2014-09-20 15:48:18 <belcher> that word has a few meanings
626 2014-09-20 15:48:23 <belcher> read the coinjoin thread for one kind
627 2014-09-20 15:48:27 <Happzz> thanks
628 2014-09-20 15:48:38 <belcher> another kind, like bitcoinfog just have a lot of bitcoin outputs
629 2014-09-20 15:48:47 <belcher> and you send a different output when you send them some btc
630 2014-09-20 15:48:59 <Happzz> that's prone to a scam from their side, right?
631 2014-09-20 15:49:04 <belcher> yeah, centralized
632 2014-09-20 15:49:15 <Happzz> i mean, the whole point is that the 'mixer' cant scam everyone
633 2014-09-20 15:49:27 <belcher> of coinjoin? yeah thats part of it
634 2014-09-20 15:49:38 <Happzz> gonna read the coinjoin thread and then bother you with relevant questions
635 2014-09-20 15:57:00 <Happzz> how do you actually perform a coinjoin, like explained, technically?
636 2014-09-20 15:57:45 <Happzz> collect all inputs details from everyone, create a tx with the correct outputs, pass around so everyone signs the tx?
637 2014-09-20 15:58:13 <belcher> yeah
638 2014-09-20 15:58:35 ak_ has quit (Read error: Connection reset by peer)
639 2014-09-20 15:59:25 ak_ has joined
640 2014-09-20 15:59:28 da2ce7 has joined
641 2014-09-20 15:59:46 agricocb has quit (Quit: Leaving.)
642 2014-09-20 16:04:02 theadmin` has joined
643 2014-09-20 16:04:09 <theadmin`> anybody know how to force close wallets in multibit?
644 2014-09-20 16:04:24 MolokoDesk has quit (Quit: Leaving)
645 2014-09-20 16:04:52 <Happzz> belcher i'd need to collect all the info, create the full tx and only then start signing people, right?
646 2014-09-20 16:05:11 <belcher> yeah
647 2014-09-20 16:05:13 <Happzz> i mean, i can't collect half the inputs, half the outputs, sign it, then add more stuff and sign again?
648 2014-09-20 16:05:22 <belcher> that would invalidate the earlier signatures
649 2014-09-20 16:06:16 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
650 2014-09-20 16:06:47 hearn has joined
651 2014-09-20 16:07:36 hashtag has quit (Read error: Connection reset by peer)
652 2014-09-20 16:11:13 imton has quit (Quit: imton)
653 2014-09-20 16:12:32 damethos has joined
654 2014-09-20 16:13:29 agricocb has joined
655 2014-09-20 16:14:57 jedunnigan has joined
656 2014-09-20 16:15:28 imton has joined
657 2014-09-20 16:17:08 rdponticelli has quit (Ping timeout: 264 seconds)
658 2014-09-20 16:17:50 Soligor has joined
659 2014-09-20 16:19:33 BlackPrapor has quit (Ping timeout: 240 seconds)
660 2014-09-20 16:21:00 oujh has joined
661 2014-09-20 16:32:45 fanquake_ has joined
662 2014-09-20 16:33:15 samson2 has joined
663 2014-09-20 16:33:33 w1zman has joined
664 2014-09-20 16:33:33 samson_ has quit (Ping timeout: 245 seconds)
665 2014-09-20 16:35:38 fanquake has quit (Ping timeout: 245 seconds)
666 2014-09-20 16:35:39 fanquake_ is now known as fanquake
667 2014-09-20 16:35:39 shieye has quit (Read error: Connection reset by peer)
668 2014-09-20 16:35:56 weilu has joined
669 2014-09-20 16:36:46 shieye has joined
670 2014-09-20 16:37:50 <sipa> petertodd: bip30/34 have nothing to do with the double-hash-merkle-tree weirdness
671 2014-09-20 16:38:15 <sipa> the latter was fixed by considering blocks with duplicate txids as if their merkle root was invalid
672 2014-09-20 16:39:34 <sipa> bip30/34 were about preventing (u)txo entries from being overwritten
673 2014-09-20 16:40:13 weilu has quit (Ping timeout: 245 seconds)
674 2014-09-20 16:42:47 Zarutian has quit (Quit: Zarutian)
675 2014-09-20 16:43:53 Arnavion has quit (Ping timeout: 260 seconds)
676 2014-09-20 16:43:54 AtashiCon has quit (Ping timeout: 260 seconds)
677 2014-09-20 16:49:00 lclc is now known as lclc_bnc
678 2014-09-20 16:50:27 <ahmed_> in the bitcoin wiki. for the poolserver section
679 2014-09-20 16:50:41 <ahmed_> can i include features that a fork of slush's stratum-mining has
680 2014-09-20 16:50:54 <ahmed_> (for example the share logging, merged mining etc)
681 2014-09-20 16:51:52 ak_ has quit (Read error: Connection reset by peer)
682 2014-09-20 16:52:44 ak_ has joined
683 2014-09-20 16:53:48 samson_ has joined
684 2014-09-20 16:54:32 samson2 has quit (Ping timeout: 246 seconds)
685 2014-09-20 16:55:41 YoY has joined
686 2014-09-20 16:57:41 Zarutian has joined
687 2014-09-20 16:59:29 plaprade has joined
688 2014-09-20 17:00:15 tombtc has quit (Quit: quit)
689 2014-09-20 17:06:40 da2ce7 has quit (Remote host closed the connection)
690 2014-09-20 17:07:24 <jgarzik> Some guy "godundoxable" (twitter @SoH4rd) is sniffing around in a harassing and threatening manner. Just FYI, if you see one of my accounts do something weird. (PGP-signed version of same at http://gtf.org/garzik/misc/psa.txt )
691 2014-09-20 17:07:30 da2ce7 has joined
692 2014-09-20 17:08:28 ahmed_ is now known as guest9919
693 2014-09-20 17:08:53 guest9919 is now known as ub3rl33t
694 2014-09-20 17:09:16 amaclin has joined
695 2014-09-20 17:10:41 <amaclin> seems to me that bitcoin has one another problem. centralization of channels https://bitcointalk.org/index.php?topic=766190.0
696 2014-09-20 17:12:46 x48_ has quit (Remote host closed the connection)
697 2014-09-20 17:13:07 ub3rl33t is now known as larrabo
698 2014-09-20 17:13:19 x48 has joined
699 2014-09-20 17:14:19 larrabo is now known as eightbitcoder
700 2014-09-20 17:15:31 eightbitcoder is now known as ahmed_
701 2014-09-20 17:19:09 ahmed_ is now known as ChenSeav
702 2014-09-20 17:22:07 <petertodd> sipa: right, but the root cause was still the merkle tree weirdness; you think referencing the CVE for that exploit would be better?
703 2014-09-20 17:22:18 <sipa> no
704 2014-09-20 17:22:24 <sipa> they are completely independent problems
705 2014-09-20 17:22:31 <sipa> fixed in a completely independent manner
706 2014-09-20 17:22:37 <sipa> or am i missing something?
707 2014-09-20 17:23:24 JohnKenney has quit (Quit: Leaving)
708 2014-09-20 17:23:48 BlackPrapor has joined
709 2014-09-20 17:24:07 <petertodd> sipa: well CVE-2012-2459 is the block hash collision issue, where two separate blocks have the same hash but different contents - that's probably the more fundemental issue at hand, which is that the contents of the tree the merkleroot commits to isn't unique
710 2014-09-20 17:24:46 <sipa> yes, but that CVE has nothing to do with BIP30/34
711 2014-09-20 17:24:59 <petertodd> sipa: yeah, I see your point there
712 2014-09-20 17:25:16 <petertodd> sipa: ok, so I'll replace the references to that BIP with a reference to the CVE instead
713 2014-09-20 17:25:31 <sipa> ok
714 2014-09-20 17:25:34 cagedwisdom has quit (Remote host closed the connection)
715 2014-09-20 17:28:18 pooler has quit (Remote host closed the connection)
716 2014-09-20 17:28:38 mike4 has quit (Read error: Connection reset by peer)
717 2014-09-20 17:28:47 pooler has joined
718 2014-09-20 17:30:08 xdotcommer has quit (Read error: Connection reset by peer)
719 2014-09-20 17:30:52 xdotcommer has joined
720 2014-09-20 17:31:39 amaclin has quit (Ping timeout: 246 seconds)
721 2014-09-20 17:32:28 benrcole has joined
722 2014-09-20 17:32:33 <petertodd> sipa: fixed
723 2014-09-20 17:33:45 grubles has quit (Ping timeout: 272 seconds)
724 2014-09-20 17:33:55 ChenSeav is now known as ahmed_
725 2014-09-20 17:35:53 devrandom has joined
726 2014-09-20 17:36:44 weilu has joined
727 2014-09-20 17:36:58 benrcole has quit (Ping timeout: 245 seconds)
728 2014-09-20 17:37:14 benrcole has joined
729 2014-09-20 17:39:13 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
730 2014-09-20 17:40:23 paveljanik has joined
731 2014-09-20 17:40:29 pooler has quit (Remote host closed the connection)
732 2014-09-20 17:40:54 pooler has joined
733 2014-09-20 17:41:18 weilu has quit (Ping timeout: 260 seconds)
734 2014-09-20 17:42:45 da2ce7 has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
735 2014-09-20 17:44:05 daybyter has joined
736 2014-09-20 17:44:25 benrcole has quit (Quit: Leaving.)
737 2014-09-20 17:45:08 ak_ has quit (Read error: Connection reset by peer)
738 2014-09-20 17:46:17 ak_ has joined
739 2014-09-20 17:47:34 grubles has joined
740 2014-09-20 17:51:27 Eiii has joined
741 2014-09-20 17:51:27 Eiii has quit (Changing host)
742 2014-09-20 17:51:27 Eiii has joined
743 2014-09-20 17:52:11 b-itcoinssg has joined
744 2014-09-20 17:52:52 mike4 has joined
745 2014-09-20 17:54:15 prepost has joined
746 2014-09-20 17:55:16 benrcole has joined
747 2014-09-20 17:55:17 postpre has quit (Ping timeout: 260 seconds)
748 2014-09-20 17:56:58 LarsLarsen has joined
749 2014-09-20 17:57:44 JyZyXEL has joined
750 2014-09-20 17:59:31 benrcole1 has joined
751 2014-09-20 18:00:24 benrcole has quit (Ping timeout: 244 seconds)
752 2014-09-20 18:00:41 postpre has joined
753 2014-09-20 18:00:43 prepost has quit (Ping timeout: 245 seconds)
754 2014-09-20 18:04:12 damethos has quit (Quit: Bye)
755 2014-09-20 18:05:00 prepost has joined
756 2014-09-20 18:05:09 da2ce7 has joined
757 2014-09-20 18:06:13 postpre has quit (Ping timeout: 272 seconds)
758 2014-09-20 18:09:51 Soligor has quit (Ping timeout: 272 seconds)
759 2014-09-20 18:11:32 agricocb has quit (Quit: Leaving.)
760 2014-09-20 18:12:27 Soligor has joined
761 2014-09-20 18:15:43 YoY has quit (Ping timeout: 272 seconds)
762 2014-09-20 18:15:54 non2 has quit (Ping timeout: 244 seconds)
763 2014-09-20 18:17:00 robonerd has quit (Ping timeout: 272 seconds)
764 2014-09-20 18:17:01 prepost has quit (Quit: Konversation terminated!)
765 2014-09-20 18:17:11 prepost has joined
766 2014-09-20 18:17:58 robonerd has joined
767 2014-09-20 18:18:57 _nskelse1_ has quit (Ping timeout: 272 seconds)
768 2014-09-20 18:19:17 YoY has joined
769 2014-09-20 18:20:10 _nskelsey_ has joined
770 2014-09-20 18:20:40 hearn has joined
771 2014-09-20 18:25:32 _nskelsey_ has quit (Ping timeout: 246 seconds)
772 2014-09-20 18:27:31 xenog has joined
773 2014-09-20 18:29:52 non2 has joined
774 2014-09-20 18:30:28 wallet421 has joined
775 2014-09-20 18:30:28 wallet42 has quit (Killed (holmes.freenode.net (Nickname regained by services)))
776 2014-09-20 18:30:28 wallet421 is now known as wallet42
777 2014-09-20 18:35:43 vmatekole has joined
778 2014-09-20 18:37:22 Application has quit (Ping timeout: 260 seconds)
779 2014-09-20 18:37:28 weilu has joined
780 2014-09-20 18:38:30 ak_ has quit (Read error: Connection reset by peer)
781 2014-09-20 18:39:23 ak_ has joined
782 2014-09-20 18:40:53 Application has joined
783 2014-09-20 18:41:44 weilu has quit (Ping timeout: 244 seconds)
784 2014-09-20 18:45:19 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
785 2014-09-20 18:45:40 WeCluster has joined
786 2014-09-20 18:46:11 vmatekole has quit (Ping timeout: 272 seconds)
787 2014-09-20 18:48:08 derbumi has joined
788 2014-09-20 18:48:50 benrcole1 has quit (Quit: Leaving.)
789 2014-09-20 18:50:07 jtimon has joined
790 2014-09-20 18:53:01 rdymac has quit (Quit: Connection closed for inactivity)
791 2014-09-20 18:53:22 vmatekole has joined
792 2014-09-20 18:55:46 _nskelsey_ has joined
793 2014-09-20 18:58:04 <jgarzik> Sigh. Under active online attack right now. Be vigilant. Ask for PGP verification.
794 2014-09-20 18:58:13 WeCluster has quit (Remote host closed the connection)
795 2014-09-20 19:00:05 <Eliel> a form of social engineering attack?
796 2014-09-20 19:01:27 CheckDavid has quit (Quit: Connection closed for inactivity)
797 2014-09-20 19:02:41 zwischenzug has joined
798 2014-09-20 19:02:43 agricocb has joined
799 2014-09-20 19:03:41 oujh has quit (Ping timeout: 246 seconds)
800 2014-09-20 19:04:28 da2ce7 has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzzâ¦)
801 2014-09-20 19:04:46 Application has quit (Remote host closed the connection)
802 2014-09-20 19:07:42 WeCluster has joined
803 2014-09-20 19:07:47 cym has quit (Read error: Connection reset by peer)
804 2014-09-20 19:08:05 cym has joined
805 2014-09-20 19:11:00 zwischenzug has quit (Quit: Leaving)
806 2014-09-20 19:13:01 DougieBot5000 has joined
807 2014-09-20 19:14:20 oujh has joined
808 2014-09-20 19:14:39 derbumi_ has joined
809 2014-09-20 19:15:20 xenog has quit (Quit: Leaving.)
810 2014-09-20 19:16:21 derbumi has quit (Ping timeout: 244 seconds)
811 2014-09-20 19:16:21 derbumi_ is now known as derbumi
812 2014-09-20 19:17:25 JohnKenney has joined
813 2014-09-20 19:20:57 JohnKenney has quit (Client Quit)
814 2014-09-20 19:23:40 JackH has quit (Quit: JackH)
815 2014-09-20 19:25:13 kermit has quit (Ping timeout: 245 seconds)
816 2014-09-20 19:26:56 jMyles has joined
817 2014-09-20 19:28:29 kermit has joined
818 2014-09-20 19:31:47 ak_ has quit (Read error: Connection reset by peer)
819 2014-09-20 19:32:56 ak_ has joined
820 2014-09-20 19:33:29 belcher has quit (Quit: Leaving)
821 2014-09-20 19:34:47 <BlueMatt> were there any recent segfault fixes on bitcoin?
822 2014-09-20 19:34:58 <BlueMatt> specifically, between f7cdcb80ab7016e33e8399df796885ce54eb63b0 and master?
823 2014-09-20 19:38:14 weilu has joined
824 2014-09-20 19:38:49 MaxSan has quit (Quit: Leaving.)
825 2014-09-20 19:41:40 * BlueMatt has backtrace/core dump if anyone is interested
826 2014-09-20 19:41:49 <BlueMatt> dont have time atm to look into it myself
827 2014-09-20 19:42:37 weilu has quit (Ping timeout: 260 seconds)
828 2014-09-20 19:43:00 <gmaxwell> BlueMatt: can you send me the backtrace, I'll at least see if rings any bells.
829 2014-09-20 19:44:47 dabura667 has quit (Quit: Connection closed for inactivity)
830 2014-09-20 19:49:54 <gmaxwell> BlueMatt: from the backtrace I think you hit the issue fixed by def2fdb4b9b52fa908c11fe2f5a42ea04f8e9f11
831 2014-09-20 19:50:19 <gmaxwell> yep, that issue was introduced at 8bc0a0173e885a5b60e12d3769604236967c262e
832 2014-09-20 19:50:45 benrcole has joined
833 2014-09-20 19:52:00 Application has joined
834 2014-09-20 20:00:17 fanquake_ has joined
835 2014-09-20 20:03:09 fanquake has quit (Ping timeout: 260 seconds)
836 2014-09-20 20:05:14 derbumi has quit (Quit: derbumi)
837 2014-09-20 20:05:59 CheckDavid has joined
838 2014-09-20 20:06:35 MaxSan has joined
839 2014-09-20 20:06:44 fanquake_ has quit (Ping timeout: 258 seconds)
840 2014-09-20 20:10:24 fanquake has joined
841 2014-09-20 20:14:01 cassidyslivers has quit (Remote host closed the connection)
842 2014-09-20 20:14:36 paveljanik has quit (Quit: This computer has gone to sleep)
843 2014-09-20 20:15:12 kobigurk has quit (Ping timeout: 256 seconds)
844 2014-09-20 20:15:46 <jgarzik> Eliel, yep
845 2014-09-20 20:16:02 <jgarzik> + SWAT'ing threats and other fun now
846 2014-09-20 20:16:30 aulait has joined
847 2014-09-20 20:21:28 YoY has quit (Ping timeout: 245 seconds)
848 2014-09-20 20:21:53 <petertodd> jgarzik: having people know where you live sucks
849 2014-09-20 20:22:04 <petertodd> jgarzik: good luck, hope your family's safe
850 2014-09-20 20:22:05 imton has quit (Remote host closed the connection)
851 2014-09-20 20:22:31 imton has joined
852 2014-09-20 20:23:43 YoY has joined
853 2014-09-20 20:25:09 ak_ has quit (Read error: Connection reset by peer)
854 2014-09-20 20:26:00 ak_ has joined
855 2014-09-20 20:26:02 non2 has quit (Ping timeout: 260 seconds)
856 2014-09-20 20:29:09 jedunnigan has quit (Remote host closed the connection)
857 2014-09-20 20:32:25 <jgarzik> petertodd, Sadly inevitable if you ever want to own property in the US
858 2014-09-20 20:33:16 Skirmant has joined
859 2014-09-20 20:34:54 imton has quit (Ping timeout: 245 seconds)
860 2014-09-20 20:35:56 Tonykai33 has quit (Quit: Leaving)
861 2014-09-20 20:36:19 Malakai33 has joined
862 2014-09-20 20:36:52 imton has joined
863 2014-09-20 20:37:18 AnoAnon has joined
864 2014-09-20 20:37:54 AnoAnon has quit (Max SendQ exceeded)
865 2014-09-20 20:38:22 AnoAnon has joined
866 2014-09-20 20:38:37 non2 has joined
867 2014-09-20 20:38:38 bedeho has quit (Ping timeout: 260 seconds)
868 2014-09-20 20:38:38 <gmaxwell> jgarzik: It seems like you can have a trust own the property and make the records at least require multiple offline steps to unravel.
869 2014-09-20 20:38:55 weilu has joined
870 2014-09-20 20:41:57 kgk_ has joined
871 2014-09-20 20:42:26 AnoAnon has quit (Client Quit)
872 2014-09-20 20:43:40 weilu has quit (Ping timeout: 244 seconds)
873 2014-09-20 20:44:13 <phantomcircuit> jgarzik, anonymously held company owns the property, only name on the records is your lawyers, who is bound by attorney client privilege not to divulge who you are
874 2014-09-20 20:44:57 <jgarzik> indeed, you can do some of that
875 2014-09-20 20:45:45 <jgarzik> the downside is hiding where you live socially, plus having to move from current loc, plus vastly increased difficulty in maintaining basic services like phone/util/etc. when they are not directly in your name. disaster recovery becomes more difficult.
876 2014-09-20 20:46:40 <jgarzik> Violent threats -> reported to proper authorities
877 2014-09-20 20:48:50 roconnor__ has quit (Quit: Konversation terminated!)
878 2014-09-20 20:50:29 RagnarDanneskjol has joined
879 2014-09-20 20:53:00 shieye has quit (Quit: WeeChat 1.0)
880 2014-09-20 20:58:41 <phantomcircuit> jgarzik, utilities and stuff is easy, but more expensive
881 2014-09-20 20:58:46 <phantomcircuit> business class everything
882 2014-09-20 20:59:20 <jgarzik> that handles the hiding part, but business are usually easily to hack than consumers, in terms of account reset procedures
883 2014-09-20 20:59:27 <jgarzik> *easier
884 2014-09-20 21:02:19 hmsimha has joined
885 2014-09-20 21:02:48 CoinHeavy has joined
886 2014-09-20 21:07:26 YoY has quit (Ping timeout: 244 seconds)
887 2014-09-20 21:07:28 WeCluster has quit (Remote host closed the connection)
888 2014-09-20 21:08:25 GM0127 has quit (Quit: Leaving)
889 2014-09-20 21:09:12 <phantomcircuit> jgarzik, afraid someone is going to hack your electric bill?
890 2014-09-20 21:09:31 <spinza> Ouch has someone published your address? Sorry to hear.
891 2014-09-20 21:09:37 YoY has joined
892 2014-09-20 21:15:37 YoY has quit (Max SendQ exceeded)
893 2014-09-20 21:16:58 YoY has joined
894 2014-09-20 21:18:05 jMyles has quit (Ping timeout: 246 seconds)
895 2014-09-20 21:18:14 <jgarzik> spinza, Address is not hard to find at all. Sadly that's public life for ya.
896 2014-09-20 21:18:33 ak_ has quit (Read error: Connection reset by peer)
897 2014-09-20 21:18:35 <spinza> yeah should be easy
898 2014-09-20 21:18:40 <spinza> property records are public
899 2014-09-20 21:18:50 <spinza> still not nice
900 2014-09-20 21:19:26 ak_ has joined
901 2014-09-20 21:21:18 hmsimha has quit (Ping timeout: 272 seconds)
902 2014-09-20 21:25:39 hemry has quit (Remote host closed the connection)
903 2014-09-20 21:26:04 jMyles has joined
904 2014-09-20 21:26:51 stapler117 has joined
905 2014-09-20 21:27:06 <kdomanski__> so, is it true that SWAT can murder you with compete impunity because "they though you had a gun"?
906 2014-09-20 21:27:18 <kdomanski__> s/compete/complete/
907 2014-09-20 21:27:41 MoALTz has quit (Ping timeout: 272 seconds)
908 2014-09-20 21:28:58 w1zman has quit ()
909 2014-09-20 21:29:18 <firelegend> I thought regular cops do that quite often
910 2014-09-20 21:33:51 WeCluster has joined
911 2014-09-20 21:34:31 WeCluster has quit (Remote host closed the connection)
912 2014-09-20 21:39:44 weilu has joined
913 2014-09-20 21:39:50 elgrecoFL has quit (Changing host)
914 2014-09-20 21:39:50 elgrecoFL has joined
915 2014-09-20 21:39:50 elgrecoFL has quit (Changing host)
916 2014-09-20 21:39:50 elgrecoFL has joined
917 2014-09-20 21:40:16 mike4 has quit (Ping timeout: 258 seconds)
918 2014-09-20 21:41:15 x48_ has joined
919 2014-09-20 21:43:57 x48_ has quit (Remote host closed the connection)
920 2014-09-20 21:44:11 x48 has quit (Read error: Connection reset by peer)
921 2014-09-20 21:44:26 weilu has quit (Ping timeout: 260 seconds)
922 2014-09-20 21:44:32 x48 has joined
923 2014-09-20 21:45:55 x48_ has joined
924 2014-09-20 21:46:15 Blackreign has quit ()
925 2014-09-20 21:48:46 x48 has quit (Ping timeout: 244 seconds)
926 2014-09-20 21:49:39 lmatteis has joined
927 2014-09-20 21:53:55 vmatekol_ has joined
928 2014-09-20 21:57:02 vmatekole has quit (Ping timeout: 260 seconds)
929 2014-09-20 22:01:17 daybyter has quit (Quit: Konversation terminated!)
930 2014-09-20 22:03:39 YoY has quit (Ping timeout: 258 seconds)
931 2014-09-20 22:04:58 mike4 has joined
932 2014-09-20 22:05:58 YoY has joined
933 2014-09-20 22:06:16 johnsoft has quit (Ping timeout: 272 seconds)
934 2014-09-20 22:11:47 ak_ has quit (Read error: Connection reset by peer)
935 2014-09-20 22:12:39 ak_ has joined
936 2014-09-20 22:12:43 dgenr8 has quit (Quit: Leaving)
937 2014-09-20 22:13:32 crunk-juice has joined
938 2014-09-20 22:14:05 BlackPrapor has quit (Ping timeout: 244 seconds)
939 2014-09-20 22:17:40 YoY has quit (Ping timeout: 272 seconds)
940 2014-09-20 22:20:16 Neozonz has joined
941 2014-09-20 22:20:17 YoY has joined
942 2014-09-20 22:23:12 Neozonz has quit (Disc!~Neozonz@unaffiliated/neozonz|Ping timeout: 258 seconds)
943 2014-09-20 22:24:01 robonerd has quit (Quit: Quit)
944 2014-09-20 22:33:44 Guest37288 has quit (Changing host)
945 2014-09-20 22:33:44 Guest37288 has joined
946 2014-09-20 22:33:49 CoinHeavy has quit (Quit: CoinHeavy)
947 2014-09-20 22:33:49 Guest37288 is now known as michaggo
948 2014-09-20 22:33:53 michaggo is now known as michagogo
949 2014-09-20 22:34:51 CoinHeavy has joined
950 2014-09-20 22:37:07 YoY has quit (Ping timeout: 272 seconds)
951 2014-09-20 22:37:34 hanti is now known as HANTI
952 2014-09-20 22:39:17 YoY has joined
953 2014-09-20 22:40:26 weilu has joined
954 2014-09-20 22:44:35 coeus_ has joined
955 2014-09-20 22:44:35 x48_ has quit (Read error: Connection reset by peer)
956 2014-09-20 22:44:42 x48 has joined
957 2014-09-20 22:45:05 weilu has quit (Ping timeout: 244 seconds)
958 2014-09-20 22:45:52 neozaru has quit (Remote host closed the connection)
959 2014-09-20 22:47:18 crunk-juice has quit (Remote host closed the connection)
960 2014-09-20 22:50:34 YoY has quit (Ping timeout: 240 seconds)
961 2014-09-20 22:50:56 derbumi has joined
962 2014-09-20 22:52:04 <lechuga_> is it known that bitcoind returns an address computed with the hash160 of an empty string in the case of invalid pubkeys in the multisig script?
963 2014-09-20 22:52:32 <lechuga_> for decoderawtransaction
964 2014-09-20 22:52:36 <lechuga_> etc
965 2014-09-20 22:53:34 bobbinnumerous has joined
966 2014-09-20 22:54:03 <sipa> this rings a bell, but i'm surprised it's not fixed yet
967 2014-09-20 22:54:37 <lechuga_> https://github.com/coinbase/toshi/issues/76
968 2014-09-20 22:54:41 <lechuga_> what's the right thing to do?
969 2014-09-20 22:55:17 YoY has joined
970 2014-09-20 22:56:37 <lechuga_> i'd lean towards omitting the invalid key from "addresses" as bitcoin-ruby does
971 2014-09-20 23:00:04 jgarzik has quit (Ping timeout: 240 seconds)
972 2014-09-20 23:00:29 TheSeven has quit (Ping timeout: 260 seconds)
973 2014-09-20 23:02:02 TheSeven has joined
974 2014-09-20 23:04:53 johnsoft has joined
975 2014-09-20 23:05:12 ak_ has quit (Read error: Connection reset by peer)
976 2014-09-20 23:06:13 ak_ has joined
977 2014-09-20 23:12:18 jgarzik has joined
978 2014-09-20 23:12:24 jgarzik has quit (Changing host)
979 2014-09-20 23:12:24 jgarzik has joined
980 2014-09-20 23:15:34 jedunnigan has joined
981 2014-09-20 23:17:19 EagleTM has quit (Ping timeout: 245 seconds)
982 2014-09-20 23:18:42 paul0 has quit (Quit: Saindo)
983 2014-09-20 23:21:28 jtimon has quit (Read error: Connection reset by peer)
984 2014-09-20 23:23:08 <Luke-Jr> lechuga_: I thought that was fixed a long time ago
985 2014-09-20 23:23:47 <gmaxwell> silently ignoring bad input is ... yuck.
986 2014-09-20 23:24:40 cagedwisdom has joined
987 2014-09-20 23:25:44 <Luke-Jr> https://github.com/bitcoin/bitcoin/pull/1850
988 2014-09-20 23:25:53 <Luke-Jr> maybe doesn't help the decode case.
989 2014-09-20 23:26:22 <Luke-Jr> Perhaps CBitcoinAddress needs a refactor so this bug cannot happen..
990 2014-09-20 23:27:08 RazielZ has joined
991 2014-09-20 23:28:59 Raziel has quit (Ping timeout: 246 seconds)
992 2014-09-20 23:29:55 TheSeven has quit (Ping timeout: 272 seconds)
993 2014-09-20 23:30:43 TheSeven has joined
994 2014-09-20 23:33:20 Neozonz has joined
995 2014-09-20 23:35:49 x48 has quit (Remote host closed the connection)
996 2014-09-20 23:35:59 Neozonz has quit (Discx2!~Neozonz@unaffiliated/neozonz|Ping timeout: 246 seconds)
997 2014-09-20 23:36:09 WeCluster has joined
998 2014-09-20 23:36:23 x48 has joined
999 2014-09-20 23:38:18 YoY has quit (Ping timeout: 260 seconds)
1000 2014-09-20 23:38:57 justanot1eruser is now known as justanotheruser
1001 2014-09-20 23:39:37 YoY has joined
1002 2014-09-20 23:40:09 zenojis has quit (Ping timeout: 260 seconds)
1003 2014-09-20 23:41:12 weilu has joined
1004 2014-09-20 23:42:13 <lechuga_> Luke-Jr: ah that may be best
1005 2014-09-20 23:44:05 WeCluster has quit (Quit: WeCluster)
1006 2014-09-20 23:44:47 kdomanski__ is now known as kdomanski
1007 2014-09-20 23:45:39 weilu has quit (Ping timeout: 245 seconds)
1008 2014-09-20 23:47:27 rdymac has joined
1009 2014-09-20 23:49:29 bd_ has quit (Ping timeout: 245 seconds)
1010 2014-09-20 23:50:32 bd_ has joined
1011 2014-09-20 23:54:21 zenojis has joined
1012 2014-09-20 23:55:57 YoY has quit (Ping timeout: 246 seconds)
1013 2014-09-20 23:56:12 mint has joined
1014 2014-09-20 23:58:27 ak_ has quit (Read error: Connection reset by peer)
1015 2014-09-20 23:58:57 YoY has joined
1016 2014-09-20 23:59:03 zenojis has quit (Ping timeout: 272 seconds)
1017 2014-09-20 23:59:17 ak_ has joined