1 2012-05-02 00:00:03 eoss has quit (Remote host closed the connection)
  2 2012-05-02 00:00:44 BlueMatt_ is now known as BlueMatt
  3 2012-05-02 00:00:46 BlueMatt has quit (Changing host)
  4 2012-05-02 00:00:46 BlueMatt has joined
  5 2012-05-02 00:00:55 olp has joined
  6 2012-05-02 00:01:59 b4epoche has quit (Ping timeout: 246 seconds)
  7 2012-05-02 00:01:59 b4epoche_ is now known as b4epoche
  8 2012-05-02 00:02:56 fahadsadah_ has joined
  9 2012-05-02 00:04:51 b4epoche_ has joined
 10 2012-05-02 00:05:02 Pasha is now known as Cory
 11 2012-05-02 00:06:04 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
 12 2012-05-02 00:06:38 barmstrong has joined
 13 2012-05-02 00:12:00 OneMiner has joined
 14 2012-05-02 00:12:04 bitcoinbulletin has joined
 15 2012-05-02 00:19:48 marienz has joined
 16 2012-05-02 00:26:02 <sipa> luke-jr: then 0.6.0 should complain as well
 17 2012-05-02 00:28:42 Diablo-D3 has joined
 18 2012-05-02 00:29:49 mmoya has quit (Ping timeout: 272 seconds)
 19 2012-05-02 00:42:14 d4de has quit (Ping timeout: 246 seconds)
 20 2012-05-02 00:43:08 d4de has joined
 21 2012-05-02 00:55:09 Z0rZ0rZ0r1 has quit (Quit: Wheeeee)
 22 2012-05-02 01:01:56 osmosis has quit (Quit: Leaving)
 23 2012-05-02 01:08:18 copumpkin has quit (Ping timeout: 250 seconds)
 24 2012-05-02 01:08:34 copumpkin has joined
 25 2012-05-02 01:11:36 eoss has joined
 26 2012-05-02 01:20:44 d4de has quit (Ping timeout: 246 seconds)
 27 2012-05-02 01:25:42 DaQatz has joined
 28 2012-05-02 01:26:41 Detritus has joined
 29 2012-05-02 01:29:42 Zarutian has joined
 30 2012-05-02 01:35:02 <sipa> etotheipi_: i think it would be better to always use the compressed coordinates in the CKD
 31 2012-05-02 01:35:50 <sipa> going uncompressed -> compressed is trivial, and you don't need to go in the other direction anyway
 32 2012-05-02 01:38:01 stejin has joined
 33 2012-05-02 01:40:58 BTC_Bear has joined
 34 2012-05-02 01:48:43 Slix` has quit (Read error: Connection reset by peer)
 35 2012-05-02 01:50:14 <etotheipi_> sipa: I thought you were avoiding that for legal reasons
 36 2012-05-02 01:51:30 <etotheipi_> sipa: it doesn't matter to me... as long as it's consistent
 37 2012-05-02 01:52:25 <etotheipi_> I would even be fine with "do what the parent does"
 38 2012-05-02 01:53:40 <etotheipi_> but I prefer the always-one-or-the-other solution
 39 2012-05-02 01:56:25 vigilyn has quit (Ping timeout: 244 seconds)
 40 2012-05-02 01:58:22 <luke-jr>  77 files changed, 4846 insertions(+), 828 deletions(-)
 41 2012-05-02 02:02:32 <sipa> etotheipi_: i'll have to look at the patent text, but i doubt it can be applicable if you don't (need to) decompress
 42 2012-05-02 02:03:47 <etotheipi_> well, kinda
 43 2012-05-02 02:03:54 <etotheipi_> I mean... *I* have to decompress
 44 2012-05-02 02:04:13 <etotheipi_> but I guess OpenSSL handles it natively?
 45 2012-05-02 02:04:14 Nesetalis has joined
 46 2012-05-02 02:05:11 <etotheipi_> oh, nevermind... Crypto++ handles it natively, too
 47 2012-05-02 02:05:50 <luke-jr> sipa: torhs in https://bitcointalk.org/index.php?topic=78846.0
 48 2012-05-02 02:07:02 graingert has joined
 49 2012-05-02 02:08:32 <etotheipi_> sipa, gmaxwell, luke-jr: slightly tangential but relevant to wallet design in general with P2SH:  https://gist.github.com/2572630
 50 2012-05-02 02:08:56 <etotheipi_> looking for a sanity check:  it's not really a proposal as much as laying out an idea for accommodating backups of labels and P2SH scripts
 51 2012-05-02 02:11:35 <luke-jr> hmm, master is buggy for me
 52 2012-05-02 02:13:13 <luke-jr> or not, odd it affects 0.5.1 even :/
 53 2012-05-02 02:13:15 * luke-jr ponders
 54 2012-05-02 02:13:27 <luke-jr> o waitx
 55 2012-05-02 02:13:31 <sipa> etotheipi_: how do you nean you have to decompress? calculation of I is one way
 56 2012-05-02 02:14:15 <sipa> of course you'll need decompression if you're working with compressed public keys
 57 2012-05-02 02:14:59 zeiris has quit (Ping timeout: 240 seconds)
 58 2012-05-02 02:15:23 <sipa> but if CKD is defined to always use the compressed form, you don't get encumbered by the patent in the case you're working with uncompressed pubkeys
 59 2012-05-02 02:15:56 <sipa> as all the mechanism does is wipe out 255 bits
 60 2012-05-02 02:18:11 <sipa> and always-compressed may be more efficient than always-uncompressed (but i'm not sure about that; if every usage of a compressed key in CKD is accompagnied by a decompression anyway, it doesn't matter
 61 2012-05-02 02:20:34 fred-fri has joined
 62 2012-05-02 02:20:41 <fred-fri> what language is the client written in?
 63 2012-05-02 02:20:54 zeiris has joined
 64 2012-05-02 02:21:09 <luke-jr> fred-fri: Bitcoin-Qt and bitcoind are C++ with Boost
 65 2012-05-02 02:21:18 <luke-jr> (and Qt for the GUI)
 66 2012-05-02 02:21:32 <fred-fri> cool, thanks
 67 2012-05-02 02:21:47 <fred-fri> i want to find out more about the p2p implementation of bitcoin
 68 2012-05-02 02:21:57 <fred-fri> any good resources? ive duck duck goed it but cant find much
 69 2012-05-02 02:21:58 eoss has quit (Remote host closed the connection)
 70 2012-05-02 02:22:00 one_zero has joined
 71 2012-05-02 02:24:05 <luke-jr> fred-fri: source code
 72 2012-05-02 02:25:08 <fred-fri> i see.
 73 2012-05-02 02:27:41 Zarutian has quit (Quit: Zarutian)
 74 2012-05-02 02:27:56 olp has quit (Ping timeout: 244 seconds)
 75 2012-05-02 02:34:31 noagendamarket has quit (Ping timeout: 265 seconds)
 76 2012-05-02 02:35:31 darkmethod has joined
 77 2012-05-02 02:46:17 stejin has left ()
 78 2012-05-02 03:11:45 SomeoneWeird_ has quit (Changing host)
 79 2012-05-02 03:11:45 SomeoneWeird_ has joined
 80 2012-05-02 03:12:08 SomeoneWeird_ is now known as SomeoneWeird
 81 2012-05-02 03:12:39 da2ce7 has joined
 82 2012-05-02 03:14:50 Guest35386 is now known as wizkid057
 83 2012-05-02 03:27:36 vigilyn has joined
 84 2012-05-02 03:38:43 copumpkin has quit (Ping timeout: 244 seconds)
 85 2012-05-02 03:39:12 copumpkin has joined
 86 2012-05-02 03:43:24 phantomcircuit_ is now known as phantomcircuit
 87 2012-05-02 03:45:19 RainbowDashh has joined
 88 2012-05-02 03:58:08 banshee12 has quit (Ping timeout: 260 seconds)
 89 2012-05-02 04:16:29 b4epoche_ has quit (Ping timeout: 240 seconds)
 90 2012-05-02 04:21:18 b4epoche_ has joined
 91 2012-05-02 04:35:15 ThomasV has joined
 92 2012-05-02 04:52:48 mmoya has joined
 93 2012-05-02 05:07:48 cosurg1 has quit (Ping timeout: 252 seconds)
 94 2012-05-02 05:18:30 brwyatt is now known as brwyatt|Away
 95 2012-05-02 05:20:44 darkskiez has quit (Ping timeout: 260 seconds)
 96 2012-05-02 05:25:06 png^ds has joined
 97 2012-05-02 05:35:44 png^ds is now known as png85
 98 2012-05-02 05:49:59 sirk390 has joined
 99 2012-05-02 05:51:32 darkmethod has quit (Quit: Computer has gone to sleep.)
100 2012-05-02 06:03:40 brwyatt has quit (Away!~brwyatt@pool-96-226-232-89.dllstx.fios.verizon.net|Ping timeout: 245 seconds)
101 2012-05-02 06:04:55 ThomasV has quit (Read error: Connection reset by peer)
102 2012-05-02 06:05:23 brwyatt has joined
103 2012-05-02 06:11:11 mmoya has quit (Ping timeout: 272 seconds)
104 2012-05-02 06:15:48 brwyatt has quit (Away!~brwyatt@pool-96-226-229-250.dllstx.fios.verizon.net|Ping timeout: 246 seconds)
105 2012-05-02 06:20:59 <Diablo-D3> new poll up: https://bitcointalk.org/index.php?topic=78901.0
106 2012-05-02 06:22:48 brwyatt has joined
107 2012-05-02 06:25:32 Joric has joined
108 2012-05-02 06:45:42 <freewil> Diablo-D3, so how does a IPO work with Diablo Mining Company
109 2012-05-02 06:45:54 <freewil> are you going to use GLBSE
110 2012-05-02 06:48:26 <dub> rainbows and moonbeams I expect
111 2012-05-02 06:48:42 <dub> oh and WIND
112 2012-05-02 06:50:57 danbri has joined
113 2012-05-02 06:55:38 graingert has quit (Remote host closed the connection)
114 2012-05-02 06:56:14 darkee has joined
115 2012-05-02 06:59:17 <Diablo-D3> possibly.
116 2012-05-02 07:02:47 <freewil> have you sought out a nice location for your warehouse
117 2012-05-02 07:05:24 ski_ has quit (Read error: Operation timed out)
118 2012-05-02 07:07:39 <freewil> be prepared for DEA raids
119 2012-05-02 07:08:39 fiddur has joined
120 2012-05-02 07:08:49 ski_ has joined
121 2012-05-02 07:12:29 molecular has quit (Ping timeout: 252 seconds)
122 2012-05-02 07:13:40 molecular has joined
123 2012-05-02 07:17:27 darkskiez has joined
124 2012-05-02 07:20:12 nathan7_ is now known as nathan7
125 2012-05-02 07:36:02 Guest55285 has quit (Changing host)
126 2012-05-02 07:36:02 Guest55285 has joined
127 2012-05-02 07:36:13 Guest55285 is now known as UukGoblin
128 2012-05-02 07:43:07 Joric has quit ()
129 2012-05-02 07:43:38 splatster has quit (Quit: splatster)
130 2012-05-02 07:48:21 danbri has quit (Remote host closed the connection)
131 2012-05-02 07:50:56 Joric has joined
132 2012-05-02 07:56:46 copumpkin has quit (Ping timeout: 260 seconds)
133 2012-05-02 07:56:55 ski_ has quit (Ping timeout: 250 seconds)
134 2012-05-02 07:57:18 copumpkin has joined
135 2012-05-02 07:59:25 ski_ has joined
136 2012-05-02 08:01:30 agricocb has quit (Ping timeout: 246 seconds)
137 2012-05-02 08:03:16 BTC_Bear is now known as BTC_Bear|hbrntng
138 2012-05-02 08:06:15 Lexa has joined
139 2012-05-02 08:08:30 nr9 has joined
140 2012-05-02 08:19:23 Clipse has joined
141 2012-05-02 08:25:07 splatster has joined
142 2012-05-02 08:30:43 ski_ has quit (Ping timeout: 250 seconds)
143 2012-05-02 08:31:44 copumpkin has quit (Ping timeout: 256 seconds)
144 2012-05-02 08:31:56 copumpkin has joined
145 2012-05-02 08:32:45 ski_ has joined
146 2012-05-02 08:33:40 b4epoche_ has quit (Ping timeout: 245 seconds)
147 2012-05-02 08:34:58 erle- has joined
148 2012-05-02 08:36:07 b4epoche_ has joined
149 2012-05-02 08:37:59 <gribble> New news from bitcoinrss: MeniRosenfeld opened issue 1181 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1181>
150 2012-05-02 08:41:20 fpgaminer has quit ()
151 2012-05-02 08:44:18 TheSeven has joined
152 2012-05-02 08:45:55 fpgaminer has joined
153 2012-05-02 08:52:00 splatster has quit (Quit: splatster)
154 2012-05-02 09:12:49 darsk1ez has left ("Ex-Chat")
155 2012-05-02 09:16:04 sytse_ has quit (Ping timeout: 245 seconds)
156 2012-05-02 09:21:30 toffoo has quit ()
157 2012-05-02 09:22:12 sytse has joined
158 2012-05-02 09:25:58 pickett has joined
159 2012-05-02 09:27:44 midnightmagic has quit (Ping timeout: 245 seconds)
160 2012-05-02 09:29:03 midnightmagic has joined
161 2012-05-02 09:29:05 midnightmagic has quit (Excess Flood)
162 2012-05-02 09:29:33 midnightmagic has joined
163 2012-05-02 09:29:34 midnightmagic has quit (Excess Flood)
164 2012-05-02 09:30:03 midnightmagic has joined
165 2012-05-02 09:30:03 midnightmagic has quit (Excess Flood)
166 2012-05-02 09:30:03 Detritus has quit (Ping timeout: 246 seconds)
167 2012-05-02 09:30:33 midnightmagic has joined
168 2012-05-02 09:30:34 midnightmagic has quit (Excess Flood)
169 2012-05-02 09:30:57 ThomasV has joined
170 2012-05-02 09:31:03 midnightmagic has joined
171 2012-05-02 09:31:05 midnightmagic has quit (Excess Flood)
172 2012-05-02 09:31:32 midnightmagic has joined
173 2012-05-02 09:31:33 midnightmagic has quit (Excess Flood)
174 2012-05-02 09:32:03 midnightmagic has joined
175 2012-05-02 09:32:03 midnightmagic has quit (Excess Flood)
176 2012-05-02 09:32:33 midnightmagic has joined
177 2012-05-02 09:32:34 midnightmagic has quit (Excess Flood)
178 2012-05-02 09:33:03 midnightmagic has joined
179 2012-05-02 09:33:05 midnightmagic has quit (Excess Flood)
180 2012-05-02 09:33:33 midnightmagic has joined
181 2012-05-02 09:33:33 midnightmagic has quit (Excess Flood)
182 2012-05-02 09:34:03 midnightmagic has joined
183 2012-05-02 09:34:03 midnightmagic has quit (Excess Flood)
184 2012-05-02 09:34:33 midnightmagic has joined
185 2012-05-02 09:34:34 midnightmagic has quit (Excess Flood)
186 2012-05-02 09:34:42 copumpkin has quit (Ping timeout: 244 seconds)
187 2012-05-02 09:35:03 midnightmagic has joined
188 2012-05-02 09:35:05 midnightmagic has quit (Excess Flood)
189 2012-05-02 09:35:20 copumpkin has joined
190 2012-05-02 09:35:33 midnightmagic has joined
191 2012-05-02 09:35:34 midnightmagic has quit (Excess Flood)
192 2012-05-02 09:36:03 midnightmagic has joined
193 2012-05-02 09:36:03 midnightmagic has quit (Excess Flood)
194 2012-05-02 09:36:33 midnightmagic has joined
195 2012-05-02 09:36:34 midnightmagic has quit (Excess Flood)
196 2012-05-02 09:37:03 midnightmagic has joined
197 2012-05-02 09:37:05 midnightmagic has quit (Excess Flood)
198 2012-05-02 09:37:32 midnightmagic has joined
199 2012-05-02 09:37:33 midnightmagic has quit (Excess Flood)
200 2012-05-02 09:38:03 midnightmagic has joined
201 2012-05-02 09:38:03 midnightmagic has quit (Excess Flood)
202 2012-05-02 09:38:33 midnightmagic has joined
203 2012-05-02 09:38:34 midnightmagic has quit (Excess Flood)
204 2012-05-02 09:39:02 midnightmagic has joined
205 2012-05-02 09:39:04 midnightmagic has quit (Excess Flood)
206 2012-05-02 09:39:24 t7 has joined
207 2012-05-02 09:39:32 midnightmagic has joined
208 2012-05-02 09:39:33 midnightmagic has quit (Excess Flood)
209 2012-05-02 09:40:03 midnightmagic has joined
210 2012-05-02 09:40:03 midnightmagic has quit (Excess Flood)
211 2012-05-02 09:40:33 midnightmagic has joined
212 2012-05-02 09:40:34 midnightmagic has quit (Excess Flood)
213 2012-05-02 09:41:03 midnightmagic has joined
214 2012-05-02 09:41:04 midnightmagic has quit (Excess Flood)
215 2012-05-02 09:44:58 t7 has quit (Remote host closed the connection)
216 2012-05-02 09:50:36 _Fireball has joined
217 2012-05-02 09:57:23 copumpkin has quit (Ping timeout: 250 seconds)
218 2012-05-02 09:57:45 t7 has joined
219 2012-05-02 09:58:01 copumpkin has joined
220 2012-05-02 10:01:22 Turingi has joined
221 2012-05-02 10:06:03 dusty__ has quit (Remote host closed the connection)
222 2012-05-02 10:07:16 agricocb has joined
223 2012-05-02 10:10:38 paraipan has quit (Ping timeout: 276 seconds)
224 2012-05-02 10:11:23 paraipan has joined
225 2012-05-02 10:20:41 talpan has joined
226 2012-05-02 10:20:54 gnsh has joined
227 2012-05-02 10:21:00 <Diablo-D3> everyone, remember to vote in the new poll: https://bitcointalk.org/index.php?topic=78919.0
228 2012-05-02 10:21:48 talpan has quit (Client Quit)
229 2012-05-02 10:21:55 talpan has joined
230 2012-05-02 10:22:12 talpan has quit (Client Quit)
231 2012-05-02 10:25:33 dvide has joined
232 2012-05-02 10:38:37 TD has joined
233 2012-05-02 10:42:00 ski_ has quit (Ping timeout: 250 seconds)
234 2012-05-02 10:43:26 ferroh_ has quit (Ping timeout: 256 seconds)
235 2012-05-02 10:45:36 RazielZ has joined
236 2012-05-02 10:48:56 zeiris has quit (Quit: Lost terminal)
237 2012-05-02 10:49:11 ferroh_ has joined
238 2012-05-02 10:53:43 gjs278 has quit (Remote host closed the connection)
239 2012-05-02 10:54:06 ferroh_ has quit (Ping timeout: 245 seconds)
240 2012-05-02 10:57:16 gjs278 has joined
241 2012-05-02 11:00:31 zeiris has joined
242 2012-05-02 11:03:41 d4de has joined
243 2012-05-02 11:08:52 t7 has quit (Ping timeout: 252 seconds)
244 2012-05-02 11:09:53 t7 has joined
245 2012-05-02 11:10:48 banshee12 has joined
246 2012-05-02 11:16:12 da2ce7 has quit (Ping timeout: 252 seconds)
247 2012-05-02 11:20:38 ferroh_ has joined
248 2012-05-02 11:25:40 erle- has quit (Quit: erle-)
249 2012-05-02 11:26:03 RainbowDashh has quit (Read error: Connection reset by peer)
250 2012-05-02 11:26:20 RainbowDashh has joined
251 2012-05-02 11:27:44 ferroh_ has quit (Ping timeout: 245 seconds)
252 2012-05-02 11:31:08 ferroh_ has joined
253 2012-05-02 11:32:24 occulta has joined
254 2012-05-02 11:32:50 da2ce7 has joined
255 2012-05-02 11:36:02 ferroh_ has quit (Ping timeout: 255 seconds)
256 2012-05-02 11:39:38 james123 is now known as superjames
257 2012-05-02 11:39:48 Joric_ has joined
258 2012-05-02 11:39:57 Joric_ has quit (Changing host)
259 2012-05-02 11:39:58 Joric_ has joined
260 2012-05-02 11:40:23 ferroh_ has joined
261 2012-05-02 11:40:35 Joric_ has quit (Client Quit)
262 2012-05-02 11:41:47 Joric has quit (Ping timeout: 272 seconds)
263 2012-05-02 11:50:18 ferroh_ has quit (Ping timeout: 256 seconds)
264 2012-05-02 11:52:06 BeTep has quit ()
265 2012-05-02 11:53:58 denisx has joined
266 2012-05-02 12:02:14 fred-fri has quit (Quit: Leaving)
267 2012-05-02 12:02:24 ahihi2 has joined
268 2012-05-02 12:03:18 agricocb has quit (Quit: Leaving.)
269 2012-05-02 12:05:57 ferroh_ has joined
270 2012-05-02 12:06:58 localhost has joined
271 2012-05-02 12:07:41 denisx has quit (Quit: denisx)
272 2012-05-02 12:08:01 denisx has joined
273 2012-05-02 12:10:34 denisx has quit (Client Quit)
274 2012-05-02 12:11:22 <etotheipi_> sipa: admittedly... when I started thinking about exchanging serialized chain information, the original 4-byte fingerprint *does* make sense.  I was arguing from the standpoint of my wallet serialization for which saving 16 bytes/addr is not worth the extra code to deal with non-uniqueness
275 2012-05-02 12:13:18 <etotheipi_> sipa: before you brought it up, I assumed that the serialization scheme was for wallet entries or something... the point is I'm not so opposed to a 4-byte code for those serializations
276 2012-05-02 12:14:30 <etotheipi_> though, I think if you do go with it, the first four bytes of the node's hash160 is a better fingerprint
277 2012-05-02 12:14:58 Zarutian has joined
278 2012-05-02 12:15:00 erle- has joined
279 2012-05-02 12:20:03 ferroh_ has quit (Ping timeout: 244 seconds)
280 2012-05-02 12:20:58 gnsh has left ()
281 2012-05-02 12:29:37 Joric has joined
282 2012-05-02 12:44:29 Joric has quit (Ping timeout: 272 seconds)
283 2012-05-02 12:46:55 denisx has joined
284 2012-05-02 12:48:28 b4epoche_ has quit (Ping timeout: 244 seconds)
285 2012-05-02 12:49:20 Joric has joined
286 2012-05-02 12:50:42 <Joric> what's with blockchain.info?
287 2012-05-02 12:51:32 b4epoche_ has joined
288 2012-05-02 12:51:51 sirk390 has left ()
289 2012-05-02 12:53:40 copumpkin has quit (Quit: Computer has gone to sleep.)
290 2012-05-02 12:53:41 Joric_ has joined
291 2012-05-02 12:53:41 Joric_ has quit (Changing host)
292 2012-05-02 12:53:41 Joric_ has joined
293 2012-05-02 12:54:29 Joric_ has quit (Client Quit)
294 2012-05-02 12:55:12 Joric has quit (Ping timeout: 252 seconds)
295 2012-05-02 12:55:17 capiscuas has joined
296 2012-05-02 12:56:06 capiscuas has quit (Read error: Connection reset by peer)
297 2012-05-02 12:57:14 b4epoche has quit (Quit: Computer has gone to sleep.)
298 2012-05-02 12:57:14 b4epoche_ is now known as b4epoche
299 2012-05-02 12:58:54 cande has joined
300 2012-05-02 12:59:55 Zarutian has quit (Read error: Connection reset by peer)
301 2012-05-02 13:00:14 Zarutian has joined
302 2012-05-02 13:00:42 paulo_ has quit (Ping timeout: 260 seconds)
303 2012-05-02 13:01:13 datagutt has joined
304 2012-05-02 13:03:37 sirk390 has joined
305 2012-05-02 13:10:37 splatster has joined
306 2012-05-02 13:23:51 pigeons_ is now known as pigeons
307 2012-05-02 13:28:50 paulo_ has joined
308 2012-05-02 13:34:48 ferroh has joined
309 2012-05-02 13:36:52 setkeh` has joined
310 2012-05-02 13:38:08 setkeh has quit (Ping timeout: 265 seconds)
311 2012-05-02 13:39:10 setkeh` is now known as setkeh
312 2012-05-02 13:44:02 <imsaguy2> gmaxwell: OS is a good idea if phone clients are ever included in that list
313 2012-05-02 13:45:21 copumpkin has joined
314 2012-05-02 13:46:42 <gmaxwell> imsaguy2: good call.
315 2012-05-02 13:49:30 copumpkin has quit (Ping timeout: 240 seconds)
316 2012-05-02 13:50:51 copumpkin has joined
317 2012-05-02 13:57:11 vigilyn has quit (Ping timeout: 244 seconds)
318 2012-05-02 14:04:00 paulo_ has quit (Ping timeout: 260 seconds)
319 2012-05-02 14:04:31 <Diablo-D3> remember to vote in the new poll: https://bitcointalk.org/index.php?topic=78919
320 2012-05-02 14:04:37 Glasswalker has quit (Ping timeout: 252 seconds)
321 2012-05-02 14:06:33 agricocb has joined
322 2012-05-02 14:07:12 <gribble> New news from bitcoinrss: rebroad opened issue 1182 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1182>
323 2012-05-02 14:09:01 skeledre1 has quit (Ping timeout: 252 seconds)
324 2012-05-02 14:09:30 Detritus has joined
325 2012-05-02 14:09:53 skeledre1 has joined
326 2012-05-02 14:12:41 paulo_ has joined
327 2012-05-02 14:22:49 one_zero has quit ()
328 2012-05-02 14:24:40 vigilyn has joined
329 2012-05-02 14:26:18 Glasswalker has joined
330 2012-05-02 14:29:13 danbri has joined
331 2012-05-02 14:29:51 p0s has joined
332 2012-05-02 14:29:58 p0s has quit (Changing host)
333 2012-05-02 14:29:58 p0s has joined
334 2012-05-02 14:33:27 paulo_ has quit (Ping timeout: 260 seconds)
335 2012-05-02 14:43:40 imsaguy has quit (Ping timeout: 260 seconds)
336 2012-05-02 14:44:54 imsaguy has joined
337 2012-05-02 14:45:02 imsaguy has quit (Changing host)
338 2012-05-02 14:45:02 imsaguy has joined
339 2012-05-02 14:45:08 BTC_Bear is now known as hbrntng!~BTC_Bear@unaffiliated/btc-bear/x-5233302|BTC_Bear
340 2012-05-02 14:45:27 SomeoneWeird has quit (Read error: Operation timed out)
341 2012-05-02 14:47:39 Guest64542 has joined
342 2012-05-02 14:47:47 Guest64542 is now known as SomeoneWeird
343 2012-05-02 14:54:41 paulo_ has joined
344 2012-05-02 14:57:11 pusle has joined
345 2012-05-02 15:09:20 jgarzik_ is now known as jgarzik
346 2012-05-02 15:10:08 minimoose has joined
347 2012-05-02 15:10:54 <TD> huh
348 2012-05-02 15:11:03 <TD> did testnet IRC change lately?
349 2012-05-02 15:11:15 <TD> for the first time i'm getting timeouts
350 2012-05-02 15:11:41 <gavinandresen> TD: nope, still #bitcoinTEST
351 2012-05-02 15:13:19 Joric has joined
352 2012-05-02 15:16:30 phungus_ has quit (Ping timeout: 240 seconds)
353 2012-05-02 15:18:12 cande has quit (Ping timeout: 265 seconds)
354 2012-05-02 15:18:18 minimoose_ has joined
355 2012-05-02 15:18:36 phungus has joined
356 2012-05-02 15:19:32 <TD> looks like LFnet is DNS load balanced and one of the nodes may be down
357 2012-05-02 15:20:09 nr9 has quit (Ping timeout: 252 seconds)
358 2012-05-02 15:22:33 minimoose has quit (Ping timeout: 265 seconds)
359 2012-05-02 15:22:33 minimoose_ is now known as minimoose
360 2012-05-02 15:23:53 minimoose_ has joined
361 2012-05-02 15:25:54 minimoose__ has joined
362 2012-05-02 15:26:55 minimoose has quit (Ping timeout: 245 seconds)
363 2012-05-02 15:26:55 minimoose__ is now known as minimoose
364 2012-05-02 15:28:19 minimoose_ has quit (Ping timeout: 255 seconds)
365 2012-05-02 15:29:50 drizztbsd has joined
366 2012-05-02 15:29:58 drizztbsd has quit (Changing host)
367 2012-05-02 15:29:58 drizztbsd has joined
368 2012-05-02 15:30:11 RainbowDashh has quit (Quit: RainbowDashh)
369 2012-05-02 15:30:29 pusle has quit ()
370 2012-05-02 15:32:17 copumpkin is now known as EvilStatist
371 2012-05-02 15:32:26 minimoose_ has joined
372 2012-05-02 15:32:55 EvilStatist is now known as copumpkin
373 2012-05-02 15:34:31 minimoose__ has joined
374 2012-05-02 15:35:17 imsaguy2 is now known as bitcoin_police
375 2012-05-02 15:35:40 bitcoin_police is now known as imsaguy2
376 2012-05-02 15:36:05 minimoose has quit (Ping timeout: 245 seconds)
377 2012-05-02 15:36:06 minimoose__ is now known as minimoose
378 2012-05-02 15:37:05 minimoose_ has quit (Ping timeout: 250 seconds)
379 2012-05-02 15:41:32 minimoose_ has joined
380 2012-05-02 15:44:39 minimoose has quit (Ping timeout: 244 seconds)
381 2012-05-02 15:44:39 minimoose_ is now known as minimoose
382 2012-05-02 15:44:55 MrE16 has quit (Ping timeout: 260 seconds)
383 2012-05-02 15:45:41 Bigpiggy01Mining has quit (Ping timeout: 248 seconds)
384 2012-05-02 15:46:16 Bigpiggy01Mining has joined
385 2012-05-02 15:49:07 minimoose_ has joined
386 2012-05-02 15:51:33 minimoose_ has quit (Client Quit)
387 2012-05-02 15:53:00 minimoose has quit (Ping timeout: 240 seconds)
388 2012-05-02 15:56:46 pierre`_ is now known as pierre`
389 2012-05-02 15:58:02 t7 has quit (Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120425123149])
390 2012-05-02 16:06:09 guruvan has quit (Quit: I probably voided the warranty on this thing.....)
391 2012-05-02 16:07:16 guruvan has joined
392 2012-05-02 16:10:58 da2ce7 has quit (Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/)
393 2012-05-02 16:16:54 Bigpiggy01Mining has quit (Changing host)
394 2012-05-02 16:16:54 Bigpiggy01Mining has joined
395 2012-05-02 16:23:21 toffoo has joined
396 2012-05-02 16:27:04 occulta has quit (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
397 2012-05-02 16:34:46 ciscoftw has joined
398 2012-05-02 16:35:12 pierce has quit (Ping timeout: 252 seconds)
399 2012-05-02 16:47:22 sgornick has joined
400 2012-05-02 16:47:40 da2ce7 has joined
401 2012-05-02 16:50:10 rootty has joined
402 2012-05-02 16:55:28 arthurb has joined
403 2012-05-02 16:56:08 Joric has quit ()
404 2012-05-02 16:57:24 erle- has quit (Quit: erle-)
405 2012-05-02 16:57:50 paulo_ has quit (Ping timeout: 260 seconds)
406 2012-05-02 17:00:22 erle- has joined
407 2012-05-02 17:03:42 <Diablo-D3> vote in the poll if you love Bitcoin: https://bitcointalk.org/index.php?topic=78919.0
408 2012-05-02 17:05:04 b4epoche has quit (Ping timeout: 246 seconds)
409 2012-05-02 17:06:25 b4epoche has joined
410 2012-05-02 17:07:23 capiscuas has joined
411 2012-05-02 17:18:37 Diapolo has joined
412 2012-05-02 17:20:00 capiscuas has quit (Ping timeout: 265 seconds)
413 2012-05-02 17:23:28 t7 has joined
414 2012-05-02 17:24:51 barmstrong has quit (Remote host closed the connection)
415 2012-05-02 17:26:08 ThomasV_ has joined
416 2012-05-02 17:26:26 superjames has quit (Ping timeout: 244 seconds)
417 2012-05-02 17:26:42 ThomasV has quit (Remote host closed the connection)
418 2012-05-02 17:26:53 ThomasV_ has quit (Client Quit)
419 2012-05-02 17:27:17 ThomasV has joined
420 2012-05-02 17:28:04 rootty has left ()
421 2012-05-02 17:30:06 <gribble> New news from bitcoinrss: rebroad opened issue 1183 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1183>
422 2012-05-02 17:31:48 PK has joined
423 2012-05-02 17:32:11 <drizztbsd> Diablo-D3: you can start with 25k
424 2012-05-02 17:32:36 <Diablo-D3> not really
425 2012-05-02 17:33:26 copumpkin has quit (Ping timeout: 248 seconds)
426 2012-05-02 17:33:50 barmstrong has joined
427 2012-05-02 17:33:58 barmstrong has quit (Remote host closed the connection)
428 2012-05-02 17:34:30 barmstrong has joined
429 2012-05-02 17:36:45 superjames has joined
430 2012-05-02 17:42:09 TD has quit (Quit: TD)
431 2012-05-02 17:42:16 cande has joined
432 2012-05-02 17:47:04 cande has quit (Ping timeout: 265 seconds)
433 2012-05-02 17:50:34 justmoon has joined
434 2012-05-02 17:50:34 justmoon has quit (Changing host)
435 2012-05-02 17:50:34 justmoon has joined
436 2012-05-02 17:59:09 copumpkin has joined
437 2012-05-02 18:05:32 darkee has quit (Read error: Connection reset by peer)
438 2012-05-02 18:06:22 darkee has joined
439 2012-05-02 18:10:17 MtRedMin1ng is now known as MtRedMining
440 2012-05-02 18:13:35 paraipan has quit (Ping timeout: 276 seconds)
441 2012-05-02 18:13:44 minimoose has joined
442 2012-05-02 18:14:27 paraipan has joined
443 2012-05-02 18:22:41 ThomasV has quit (Ping timeout: 276 seconds)
444 2012-05-02 18:22:49 PK is now known as PK|Dinner
445 2012-05-02 18:25:47 justmoon has quit (Quit: Leaving)
446 2012-05-02 18:35:42 <gribble> New news from bitcoinrss: rebroad opened issue 1184 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1184>
447 2012-05-02 18:37:00 PK is now known as Dinner!~PK@pdpc/supporter/active/pk|PK
448 2012-05-02 18:42:37 fahadsadah_ has quit (Quit: ZNC - http://znc.sourceforge.net)
449 2012-05-02 18:51:03 minimoose_ has joined
450 2012-05-02 18:52:46 minimoose_ has quit (Client Quit)
451 2012-05-02 18:54:03 minimoose has quit (Ping timeout: 255 seconds)
452 2012-05-02 18:56:36 fahadsadah has joined
453 2012-05-02 18:57:07 m00p has joined
454 2012-05-02 18:57:50 mmoya has joined
455 2012-05-02 18:59:29 TD has joined
456 2012-05-02 19:01:02 <gribble> New news from bitcoinrss: rebroad opened issue 1185 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1185>
457 2012-05-02 19:01:02 coingenuity has quit (Ping timeout: 276 seconds)
458 2012-05-02 19:10:11 BurtyBB has joined
459 2012-05-02 19:14:02 BurtyB has quit (Ping timeout: 276 seconds)
460 2012-05-02 19:19:34 RazielZ has quit (Ping timeout: 248 seconds)
461 2012-05-02 19:22:57 MobiusL has quit (Remote host closed the connection)
462 2012-05-02 19:23:12 png85 has left ("Leaving")
463 2012-05-02 19:24:09 MobiusL has joined
464 2012-05-02 19:24:42 Raziel_ has joined
465 2012-05-02 19:25:59 drizztbsd has quit (Remote host closed the connection)
466 2012-05-02 19:26:15 BurtyBB is now known as BurtyB
467 2012-05-02 19:29:05 erle- has quit (Quit: erle-)
468 2012-05-02 19:29:17 Raziel_ has quit (Client Quit)
469 2012-05-02 19:29:37 RazielZ has joined
470 2012-05-02 19:29:55 datagutt has quit (Quit: kthxbai)
471 2012-05-02 19:30:42 erle- has joined
472 2012-05-02 19:31:54 Diapolo has quit (Ping timeout: 245 seconds)
473 2012-05-02 19:34:11 Blitzboom has quit (Ping timeout: 276 seconds)
474 2012-05-02 19:35:17 Blitzboom has joined
475 2012-05-02 19:35:18 Blitzboom has quit (Changing host)
476 2012-05-02 19:35:18 Blitzboom has joined
477 2012-05-02 19:45:55 ThomasV has joined
478 2012-05-02 19:49:33 wood has quit (Ping timeout: 244 seconds)
479 2012-05-02 19:49:50 peck has quit (Ping timeout: 265 seconds)
480 2012-05-02 19:51:35 p0s has quit (Remote host closed the connection)
481 2012-05-02 19:52:36 peck has joined
482 2012-05-02 19:54:54 ThomasV has quit (Ping timeout: 250 seconds)
483 2012-05-02 19:57:58 ciscoftw has quit ()
484 2012-05-02 20:01:01 devrandom has quit (Remote host closed the connection)
485 2012-05-02 20:01:22 devrandom has joined
486 2012-05-02 20:04:30 <sipa> etotheipi_: first 32 bits of Hash160(K) is also fine to me
487 2012-05-02 20:05:17 <sipa> that way, if you have a treemap from hash160 to nodes, you can even use that to find fingerprints too
488 2012-05-02 20:07:54 wood has joined
489 2012-05-02 20:08:00 Sedra has quit (Ping timeout: 260 seconds)
490 2012-05-02 20:08:30 ThomasV has joined
491 2012-05-02 20:11:09 Lyspooner has joined
492 2012-05-02 20:14:41 danbri has quit (Read error: Connection reset by peer)
493 2012-05-02 20:14:51 m00p has quit (Quit: Leaving)
494 2012-05-02 20:15:47 rdponticelli has joined
495 2012-05-02 20:26:16 danbri has joined
496 2012-05-02 20:34:45 TD has quit (Quit: TD)
497 2012-05-02 20:36:35 tg has quit (Ping timeout: 260 seconds)
498 2012-05-02 20:39:39 coderrr has quit (Changing host)
499 2012-05-02 20:39:39 coderrr has joined
500 2012-05-02 20:40:13 SphericalCow has joined
501 2012-05-02 20:40:13 SphericalCow has quit (Changing host)
502 2012-05-02 20:40:13 SphericalCow has joined
503 2012-05-02 20:47:13 _Fireball has quit (Read error: Connection reset by peer)
504 2012-05-02 20:48:17 _Fireball has joined
505 2012-05-02 20:48:27 guruvan has quit (Remote host closed the connection)
506 2012-05-02 20:52:02 guruvan has joined
507 2012-05-02 20:52:46 sirk390 has quit (Quit: Leaving.)
508 2012-05-02 20:52:48 tg has joined
509 2012-05-02 20:58:29 coingenuity has joined
510 2012-05-02 21:00:31 ThomasV has quit (Ping timeout: 240 seconds)
511 2012-05-02 21:01:45 agricocb has quit (Quit: Leaving.)
512 2012-05-02 21:03:15 RazielZ has quit (Ping timeout: 276 seconds)
513 2012-05-02 21:04:54 PK has quit ()
514 2012-05-02 21:06:26 ciscoftw has joined
515 2012-05-02 21:13:16 dwon has joined
516 2012-05-02 21:14:48 dwon_ has joined
517 2012-05-02 21:18:35 b4epoche has quit (Ping timeout: 260 seconds)
518 2012-05-02 21:19:24 SphericalCow has quit (Ping timeout: 272 seconds)
519 2012-05-02 21:19:25 dwon has quit (Quit: Leaving)
520 2012-05-02 21:19:28 dwon_ has quit (Client Quit)
521 2012-05-02 21:20:23 dwon has joined
522 2012-05-02 21:20:32 SphericalCow_ has joined
523 2012-05-02 21:20:45 SphericalCow_ has quit (Remote host closed the connection)
524 2012-05-02 21:21:21 b4epoche has joined
525 2012-05-02 21:22:49 SphericalCow has joined
526 2012-05-02 21:28:37 erle- has quit (Quit: erle-)
527 2012-05-02 21:29:31 <ciscoftw> anybody using the wireshark dissector 'bitcoin-dissector'?
528 2012-05-02 21:35:16 rdponticelli has quit (Ping timeout: 246 seconds)
529 2012-05-02 21:37:04 setkeh` has joined
530 2012-05-02 21:37:37 Glasswalker has quit (Ping timeout: 265 seconds)
531 2012-05-02 21:37:45 setkeh has quit (Ping timeout: 245 seconds)
532 2012-05-02 21:39:25 rdponticelli has joined
533 2012-05-02 21:43:58 mmoya has quit (Ping timeout: 260 seconds)
534 2012-05-02 21:55:06 RedEmerald has quit (Changing host)
535 2012-05-02 21:55:06 RedEmerald has joined
536 2012-05-02 22:02:27 gavinandresen has quit (Quit: gavinandresen)
537 2012-05-02 22:03:58 Lyspooner has quit (Ping timeout: 246 seconds)
538 2012-05-02 22:04:58 barmstrong has quit (Remote host closed the connection)
539 2012-05-02 22:08:58 barmstrong has joined
540 2012-05-02 22:10:22 copumpkin has quit (Quit: Computer has gone to sleep.)
541 2012-05-02 22:12:51 b4epoche_ has joined
542 2012-05-02 22:14:44 barmstrong has quit (Remote host closed the connection)
543 2012-05-02 22:15:31 _Fireball has quit (Quit:  Try HydraIRC -> http://www.hydrairc.com <-)
544 2012-05-02 22:16:49 <Diablo-D3> vote in the poll if you love Bitcoin: https://bitcointalk.org/index.php?topic=78919.0
545 2012-05-02 22:22:01 <freewil> why am i voting for 3 options
546 2012-05-02 22:23:01 <Diablo-D3> because people might have a range
547 2012-05-02 22:30:13 Diablo-D3 has quit (Remote host closed the connection)
548 2012-05-02 22:30:45 Diablo-D3 has joined
549 2012-05-02 22:32:13 osmosis has joined
550 2012-05-02 22:33:24 tyn has joined
551 2012-05-02 22:39:39 <freewil> hmm sees silly to not just pick one of them
552 2012-05-02 22:41:24 devrandom has quit (Ping timeout: 276 seconds)
553 2012-05-02 22:41:24 random_cat has quit (Ping timeout: 276 seconds)
554 2012-05-02 22:42:03 dwon has quit (Ping timeout: 276 seconds)
555 2012-05-02 22:42:03 paraipan has quit (Ping timeout: 276 seconds)
556 2012-05-02 22:42:22 stalled has quit (Ping timeout: 252 seconds)
557 2012-05-02 22:42:23 parker has quit (Ping timeout: 265 seconds)
558 2012-05-02 22:42:49 random_cat has joined
559 2012-05-02 22:43:00 parker has joined
560 2012-05-02 22:45:31 devrandom has joined
561 2012-05-02 22:46:57 stalled has joined
562 2012-05-02 22:47:16 paraipan has joined
563 2012-05-02 22:48:21 toffoo has quit ()
564 2012-05-02 22:50:54 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
565 2012-05-02 22:53:18 Diablo-D3 has joined
566 2012-05-02 22:53:39 <gribble> New news from bitcoinrss: rebroad opened issue 1186 on bitcoin/bitcoin <https://github.com/bitcoin/bitcoin/issues/1186>
567 2012-05-02 22:55:00 <t7> Diablo-D3: you did a dmca req on github? :
568 2012-05-02 22:55:01 <t7> :)
569 2012-05-02 22:55:09 barmstrong has joined
570 2012-05-02 22:55:13 barmstrong has quit (Remote host closed the connection)
571 2012-05-02 22:55:48 barmstrong has joined
572 2012-05-02 22:59:17 Diablo-D3 has quit (Ping timeout: 244 seconds)
573 2012-05-02 22:59:51 <etotheipi_> sipa: okay, I like that solution... again, we were talking about different use-cases
574 2012-05-02 23:00:32 <etotheipi_> but it's straight now
575 2012-05-02 23:00:59 <etotheipi_> so I further clarified my idea for pseudo-protected P2SH/labels files...
576 2012-05-02 23:02:10 <etotheipi_> sipa, gmaxwell, luke-jr:  I'd appreciate some feedback on the idea:  https://gist.github.com/2572630
577 2012-05-02 23:04:12 paul0 has joined
578 2012-05-02 23:04:47 <etotheipi_> I added the concept that if you encrypt with the hash(parent public key), then you can distribute the whole file with just a watching-only subchain and they won't be able to decrypt the other chain info
579 2012-05-02 23:05:35 spq` has joined
580 2012-05-02 23:06:03 spq has quit (Read error: Connection reset by peer)
581 2012-05-02 23:06:04 setkeh` is now known as setkeh
582 2012-05-02 23:06:23 spq` is now known as spq
583 2012-05-02 23:08:23 copumpkin has joined
584 2012-05-02 23:10:36 brwyatt is now known as Away!~brwyatt@pool-96-226-236-130.dllstx.fios.verizon.net|brwyatt
585 2012-05-02 23:10:50 knotwork has joined
586 2012-05-02 23:10:51 knotwork has quit (Changing host)
587 2012-05-02 23:10:51 knotwork has joined
588 2012-05-02 23:12:10 dwon has joined
589 2012-05-02 23:13:29 MobiusL has quit (Quit: Ex-Chat)
590 2012-05-02 23:14:38 ByronJoh1son is now known as ByronJohnson
591 2012-05-02 23:26:15 barmstrong has quit (Read error: Connection reset by peer)
592 2012-05-02 23:26:33 Turingi has quit (Read error: Connection reset by peer)
593 2012-05-02 23:26:48 barmstrong has joined
594 2012-05-02 23:27:49 t7 has quit (Remote host closed the connection)
595 2012-05-02 23:28:09 zzzzzzzzz has quit (Quit: leaving)
596 2012-05-02 23:31:43 <sipa> i wonder how many queries my DNS seed could handle in its current form
597 2012-05-02 23:31:55 <sipa> does anyone know of way to benchmark that?
598 2012-05-02 23:32:04 <luke-jr> etotheipi_: I wonder if chain 0 should be reserved for extensions?
599 2012-05-02 23:32:21 TD has joined
600 2012-05-02 23:32:43 ahbritto has quit (Read error: Connection reset by peer)
601 2012-05-02 23:37:01 <etotheipi_> luke-jr: that's more of a wallet-spec thing, but I am for it
602 2012-05-02 23:37:18 <luke-jr> sipa: ^
603 2012-05-02 23:37:38 <etotheipi_> at least, if someone wanted to use more chain recursion than the standard, they could start branching off of M/0
604 2012-05-02 23:38:14 <etotheipi_> so M/1, M/2, ... would be regular "accounts" as have already been defined, and M/0 is for...
605 2012-05-02 23:38:53 <etotheipi_> I guess I need more use case ideas for it... what kind of extensions are you thinking about?
606 2012-05-02 23:41:01 fpgaminer has quit (Ping timeout: 240 seconds)
607 2012-05-02 23:45:14 <sipa> etotheipi_: that's why i liked the custom strings idea
608 2012-05-02 23:45:33 <sipa> you could use them for whatever extension you wanted
609 2012-05-02 23:46:05 <etotheipi_> maybe that's it... start all custom strings, however they are implemented, branched off of M/0
610 2012-05-02 23:46:06 <sipa> but they are of course non-discoverable as well
611 2012-05-02 23:46:18 <sipa> why not from M?
612 2012-05-02 23:46:40 <etotheipi_> I'm not sure... it feels like it's better isolated that way (even though it's really not)
613 2012-05-02 23:47:20 <luke-jr> Error: Division by zero
614 2012-05-02 23:47:24 <etotheipi_> but yeah, we should define better how we might use custom strings
615 2012-05-02 23:47:50 <etotheipi_> I kind of like your recursion idea: break the strings into 4-byte chunks and recurse until the string is used up
616 2012-05-02 23:48:43 <sipa> luke-jr: see section 3 of the specification in https://gist.github.com/1799467 ;)
617 2012-05-02 23:49:03 RainbowDashh has joined
618 2012-05-02 23:49:15 <luke-jr> sipa: it would be much easier, if the paste site wrapped.
619 2012-05-02 23:49:22 <sipa> luke-jr: click "raw"
620 2012-05-02 23:49:55 Zarutian has quit (Quit: Zarutian)
621 2012-05-02 23:50:47 RainbowDashh has quit (Client Quit)
622 2012-05-02 23:57:15 <freewil> eek, i like manually wraps at 80chars :)
623 2012-05-02 23:57:43 <sipa> it needs to be reformatted to be a wiki page eventually anyway
624 2012-05-02 23:58:43 * luke-jr glares at freewil
625 2012-05-02 23:59:05 <luke-jr> sipa: what's the delay on that? Draft BIPs don't need to be finished :P
626 2012-05-02 23:59:13 <sipa> luke-jr: i want to have it implemented