1 2014-10-18 00:00:35 DougieBot5000 has joined
  2 2014-10-18 00:01:20 agricocb has quit (Ping timeout: 260 seconds)
  3 2014-10-18 00:02:12 <jtimon> I have a PR prepared to move CTransaction out of core that should help with the minimal libscript, it may cause a trivial conflict on #4981 on the include in main.h, are you ok with that? I can rebase on top of your PR too, yours already has many PRs
  4 2014-10-18 00:03:25 <coryfields_> no problem
  5 2014-10-18 00:03:29 thief has joined
  6 2014-10-18 00:04:22 aburan28 has quit (Remote host closed the connection)
  7 2014-10-18 00:05:04 <coryfields_> wait
  8 2014-10-18 00:05:06 <coryfields_> why move it out?
  9 2014-10-18 00:05:11 hearn__ has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 10 2014-10-18 00:05:53 vmatekole has quit (Remote host closed the connection)
 11 2014-10-18 00:05:54 s1kx has quit (Read error: Connection reset by peer)
 12 2014-10-18 00:06:02 justanotheruser has joined
 13 2014-10-18 00:06:15 realtime has quit (Ping timeout: 246 seconds)
 14 2014-10-18 00:06:44 s1kx has joined
 15 2014-10-18 00:07:32 vmatekole has joined
 16 2014-10-18 00:08:05 rfreeman_w has quit (Remote host closed the connection)
 17 2014-10-18 00:08:14 Lightsword has quit (Quit: Lightsword)
 18 2014-10-18 00:09:02 Lightsword has joined
 19 2014-10-18 00:09:57 rfreeman_w has joined
 20 2014-10-18 00:11:20 Squidicuz has quit (Ping timeout: 240 seconds)
 21 2014-10-18 00:13:11 Blackreign has quit ()
 22 2014-10-18 00:14:36 <jtimon> script/interpreter only needs to know about transactions, not blocks or headers
 23 2014-10-18 00:15:03 DougieBot5000_ has joined
 24 2014-10-18 00:15:17 DougieBot5000 is now known as Guest93327
 25 2014-10-18 00:15:17 Guest93327 has quit (Killed (card.freenode.net (Nickname regained by services)))
 26 2014-10-18 00:15:17 DougieBot5000_ is now known as DougieBot5000
 27 2014-10-18 00:15:20 <coryfields_> ok
 28 2014-10-18 00:19:08 epscy has quit (Ping timeout: 260 seconds)
 29 2014-10-18 00:23:11 fanquake has joined
 30 2014-10-18 00:23:49 fanquake has quit (Client Quit)
 31 2014-10-18 00:25:59 fanquake has joined
 32 2014-10-18 00:30:17 vmatekole has quit (Remote host closed the connection)
 33 2014-10-18 00:30:51 Lightsword has quit (Quit: Lightsword)
 34 2014-10-18 00:31:05 aliasaila has joined
 35 2014-10-18 00:32:26 da2ce7 has joined
 36 2014-10-18 00:35:49 protocrypt has left ()
 37 2014-10-18 00:36:00 da2ce7 has quit (Client Quit)
 38 2014-10-18 00:36:48 justanotheruser has quit (Ping timeout: 260 seconds)
 39 2014-10-18 00:37:57 gavinand1esen has joined
 40 2014-10-18 00:38:09 da2ce7 has joined
 41 2014-10-18 00:38:15 Hasimir has joined
 42 2014-10-18 00:39:13 gavinand1esen has quit (Client Quit)
 43 2014-10-18 00:41:11 sdamashek has quit (Excess Flood)
 44 2014-10-18 00:42:05 justanotheruser has joined
 45 2014-10-18 00:42:25 drawingthesun has joined
 46 2014-10-18 00:42:28 WeCluster has quit (Remote host closed the connection)
 47 2014-10-18 00:42:46 sdamashek has joined
 48 2014-10-18 00:44:27 Lightsword has joined
 49 2014-10-18 00:45:44 Lightsword has quit (Client Quit)
 50 2014-10-18 00:46:05 <jtimon> coryfields_ #5100
 51 2014-10-18 00:49:53 <coryfields_> jtimon: any reason not go ahead and move undo/txcompressor as well?
 52 2014-10-18 00:50:07 gavinand1esen has joined
 53 2014-10-18 00:51:05 jtimon has quit (Ping timeout: 265 seconds)
 54 2014-10-18 00:54:08 <coryfields_> also, you forget a few files? :p
 55 2014-10-18 00:54:36 CheckDavid has quit (Quit: Connection closed for inactivity)
 56 2014-10-18 00:57:08 gavinand1esen has quit (Quit: leaving)
 57 2014-10-18 00:57:47 altgribble has quit (Ping timeout: 250 seconds)
 58 2014-10-18 00:59:52 devthedev has quit (Ping timeout: 244 seconds)
 59 2014-10-18 01:03:03 Lightsword has joined
 60 2014-10-18 01:03:10 copumpkin has joined
 61 2014-10-18 01:05:34 epscy has joined
 62 2014-10-18 01:07:30 belcher_ has joined
 63 2014-10-18 01:07:30 Lightsword has quit (Ping timeout: 255 seconds)
 64 2014-10-18 01:08:18 <CodeShark> is it just me or is the latest master build broken?
 65 2014-10-18 01:08:44 <CodeShark> eric@builds:~/bitcoin$ ./configure
 66 2014-10-18 01:08:44 <CodeShark> ./configure: line 2773: syntax error near unexpected token `disable-shared'
 67 2014-10-18 01:08:44 <CodeShark> ./configure: line 2773: `LT_INIT(disable-shared)'
 68 2014-10-18 01:08:58 <coryfields_> CodeShark: install libtool
 69 2014-10-18 01:09:20 <CodeShark> and run autogen again?
 70 2014-10-18 01:09:29 belcher has quit (Ping timeout: 250 seconds)
 71 2014-10-18 01:09:41 <coryfields_> yea. autogen should yell at you if it's not installed anyway
 72 2014-10-18 01:10:20 <CodeShark> autogen gives me some warnings, but it didn't tell me that specifically before
 73 2014-10-18 01:10:27 <CodeShark> but now it did copy over the libtool stuff
 74 2014-10-18 01:10:33 <CodeShark> however, it still gives me some warnings
 75 2014-10-18 01:10:53 <CodeShark> Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
 76 2014-10-18 01:10:53 Lightsword has joined
 77 2014-10-18 01:10:53 <CodeShark> Makefile.am:46: warning: user target 'distcleancheck' defined here ...
 78 2014-10-18 01:10:53 <CodeShark> src/Makefile.am:347: warning: user target '.mm.o' defined here ...
 79 2014-10-18 01:11:26 <coryfields_> yea, those are normal atm, just haven't fixed em yet
 80 2014-10-18 01:11:46 rrrrandom has joined
 81 2014-10-18 01:12:43 <CodeShark> ok, building
 82 2014-10-18 01:12:53 belcher_ has quit (Ping timeout: 240 seconds)
 83 2014-10-18 01:14:01 Zarutian has quit (Quit: Zarutian)
 84 2014-10-18 01:14:25 altgribble has joined
 85 2014-10-18 01:14:45 okae has quit (Quit: bye bye.)
 86 2014-10-18 01:15:28 <jgarzik> FYI, cross-PGP attestation,
 87 2014-10-18 01:15:35 <jgarzik> http://gtf.org/garzik/bitcoin/psa3-bitpay.txt
 88 2014-10-18 01:15:36 <jgarzik> http://gtf.org/garzik/bitcoin/psa3-pobox.txt
 89 2014-10-18 01:17:19 ShawnLeary has quit (Ping timeout: 255 seconds)
 90 2014-10-18 01:17:21 <coryfields_> [Whois] jgarzik is authed as jgarzik
 91 2014-10-18 01:20:10 belcher_ has joined
 92 2014-10-18 01:20:30 aburan28 has joined
 93 2014-10-18 01:22:53 rrrrandom has quit (Ping timeout: 272 seconds)
 94 2014-10-18 01:26:54 <jgarzik> jgarzik agrees that jgarzik is jgarzik.
 95 2014-10-18 01:27:23 <coryfields_> jgarzik: ah damn, signature's good. i was hoping that was a test :)
 96 2014-10-18 01:28:29 agricocb has joined
 97 2014-10-18 01:28:52 Trix has joined
 98 2014-10-18 01:29:25 copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 99 2014-10-18 01:29:57 <Luke-Jr> [01:22:24] [Whois] jgarzik is logged in as jgarzik.
100 2014-10-18 01:30:57 trixisowned has quit (Ping timeout: 246 seconds)
101 2014-10-18 01:36:03 alferz has joined
102 2014-10-18 01:36:08 won9 has quit (Quit: won9)
103 2014-10-18 01:36:11 <CodeShark> build seems to have worked - thanks, coryfields_
104 2014-10-18 01:36:17 <coryfields_> np
105 2014-10-18 01:37:07 belcher_ has quit (Quit: Leaving)
106 2014-10-18 01:40:10 Lightsword_ has joined
107 2014-10-18 01:40:13 Dr-G3 has joined
108 2014-10-18 01:40:41 alferz has quit (Ping timeout: 244 seconds)
109 2014-10-18 01:41:16 devthedev has joined
110 2014-10-18 01:41:53 Lightsword has quit (Ping timeout: 272 seconds)
111 2014-10-18 01:41:53 Lightsword_ is now known as Lightsword
112 2014-10-18 01:43:07 Dr-G2 has quit (Ping timeout: 264 seconds)
113 2014-10-18 01:45:20 codice has quit (Ping timeout: 244 seconds)
114 2014-10-18 01:46:02 alferz has joined
115 2014-10-18 01:47:15 codice has joined
116 2014-10-18 01:49:23 WeCluster has joined
117 2014-10-18 01:49:25 copumpkin has joined
118 2014-10-18 01:49:58 won9 has joined
119 2014-10-18 01:53:48 shesek has quit (Ping timeout: 260 seconds)
120 2014-10-18 01:56:33 JZavala has quit (Ping timeout: 255 seconds)
121 2014-10-18 01:58:55 Andymeows has joined
122 2014-10-18 02:00:08 aburan28 has quit (Remote host closed the connection)
123 2014-10-18 02:00:30 alferzz has joined
124 2014-10-18 02:00:47 one0one has joined
125 2014-10-18 02:00:50 alferz has quit (Ping timeout: 244 seconds)
126 2014-10-18 02:03:41 devthedev has quit (Remote host closed the connection)
127 2014-10-18 02:04:28 won9 has quit (Quit: won9)
128 2014-10-18 02:09:15 Subo1977_ has joined
129 2014-10-18 02:12:13 Eiii has joined
130 2014-10-18 02:13:43 Subo1977 has quit (Ping timeout: 264 seconds)
131 2014-10-18 02:16:05 Lightsword has quit (Ping timeout: 245 seconds)
132 2014-10-18 02:19:40 won9 has joined
133 2014-10-18 02:19:41 Lightsword has joined
134 2014-10-18 02:21:00 Gazby has joined
135 2014-10-18 02:22:15 shesek has joined
136 2014-10-18 02:29:23 aschildbach_ has joined
137 2014-10-18 02:29:24 aschildbach has quit (Ping timeout: 246 seconds)
138 2014-10-18 02:29:32 Burrito has quit (Quit: Leaving)
139 2014-10-18 02:29:44 jtimon has joined
140 2014-10-18 02:30:08 imfaust has joined
141 2014-10-18 02:36:22 djoot has quit (Remote host closed the connection)
142 2014-10-18 02:40:02 Lightsword has quit (Quit: Lightsword)
143 2014-10-18 02:41:13 Application has quit (Ping timeout: 240 seconds)
144 2014-10-18 02:41:44 Lightsword has joined
145 2014-10-18 02:44:13 Zoop_ has quit (Ping timeout: 258 seconds)
146 2014-10-18 02:46:38 coinheavy has quit ()
147 2014-10-18 02:47:43 andy11 has joined
148 2014-10-18 02:47:56 <andy11> hello bitcoin lovers
149 2014-10-18 02:49:14 torsthaldo has quit (Read error: Connection reset by peer)
150 2014-10-18 02:49:36 Zoop_ has joined
151 2014-10-18 02:49:41 andy11 has quit (Client Quit)
152 2014-10-18 02:53:38 mkarrer has quit (Remote host closed the connection)
153 2014-10-18 02:54:18 Lightsword_ has joined
154 2014-10-18 02:56:01 brianhoffman has quit (Quit: brianhoffman)
155 2014-10-18 02:56:20 Lightsword has quit (Read error: Connection reset by peer)
156 2014-10-18 02:58:41 Lightsword_ has quit (Ping timeout: 250 seconds)
157 2014-10-18 02:58:56 Lightsword has joined
158 2014-10-18 02:59:50 djcoin_ has joined
159 2014-10-18 03:02:04 devthedev has joined
160 2014-10-18 03:03:50 psgs is now known as psgs|away
161 2014-10-18 03:06:36 djcoin_ has left ()
162 2014-10-18 03:07:13 Subo1977 has joined
163 2014-10-18 03:11:19 Subo1977_ has quit (Ping timeout: 264 seconds)
164 2014-10-18 03:16:37 imfaust has quit (Quit: Leaving...)
165 2014-10-18 03:16:47 sinetek has quit (Ping timeout: 244 seconds)
166 2014-10-18 03:18:15 Demelziraptor has quit (Ping timeout: 260 seconds)
167 2014-10-18 03:18:56 da2ce7_laptop has joined
168 2014-10-18 03:19:33 sinetek has joined
169 2014-10-18 03:19:40 da2ce7 has quit (Ping timeout: 260 seconds)
170 2014-10-18 03:20:38 contrapumpkin has joined
171 2014-10-18 03:23:19 copumpkin has quit (Ping timeout: 258 seconds)
172 2014-10-18 03:23:31 <jtimon> coryfields_ sipa: so CTxOutCompressor to txcompressor.o, where should I put the undo stuff?
173 2014-10-18 03:29:05 <sipa> jtimon: CTxOutCompressor can go to coins; undo can go to chain or main
174 2014-10-18 03:31:55 johnsoft has quit (Ping timeout: 245 seconds)
175 2014-10-18 03:32:37 johnsoft has joined
176 2014-10-18 03:32:52 devthedev has quit (Remote host closed the connection)
177 2014-10-18 03:34:47 <jtimon> thanks, sorry I didn't saw your reply on the PR
178 2014-10-18 03:36:53 imfaust has joined
179 2014-10-18 03:41:12 da2ce7_laptop has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
180 2014-10-18 03:41:59 Lightsword has quit (Quit: Lightsword)
181 2014-10-18 03:47:11 contrapumpkin is now known as copumpkin
182 2014-10-18 03:49:55 TheSeven has quit (Disconnected by services)
183 2014-10-18 03:50:06 [7] has joined
184 2014-10-18 03:50:14 ruukasu has quit (Quit: WeeChat 1.0.1)
185 2014-10-18 03:55:55 oujh has quit (Read error: Connection reset by peer)
186 2014-10-18 03:59:29 djoot has joined
187 2014-10-18 03:59:29 djoot has quit (Changing host)
188 2014-10-18 03:59:29 djoot has joined
189 2014-10-18 04:02:18 oujh has joined
190 2014-10-18 04:05:10 Application has joined
191 2014-10-18 04:05:35 ruukasu has joined
192 2014-10-18 04:05:36 coinheavy has joined
193 2014-10-18 04:05:41 coinheavy has quit (Remote host closed the connection)
194 2014-10-18 04:06:37 contrapumpkin has joined
195 2014-10-18 04:07:20 copumpkin has quit (Ping timeout: 265 seconds)
196 2014-10-18 04:07:48 kromtar has quit (Quit: bye bye.)
197 2014-10-18 04:08:16 won9 has quit (Quit: won9)
198 2014-10-18 04:09:36 Application has quit (Ping timeout: 260 seconds)
199 2014-10-18 04:10:14 Application has joined
200 2014-10-18 04:14:31 blast_ has joined
201 2014-10-18 04:17:13 blast has quit (Ping timeout: 240 seconds)
202 2014-10-18 04:19:07 jedunnigan has joined
203 2014-10-18 04:20:38 brand0 has left ()
204 2014-10-18 04:24:42 eagle0wl has joined
205 2014-10-18 04:25:41 CryptoBuck has joined
206 2014-10-18 04:26:11 robonerd has quit (Ping timeout: 258 seconds)
207 2014-10-18 04:26:32 ebfull has quit (Remote host closed the connection)
208 2014-10-18 04:27:09 mike4 has quit (Ping timeout: 265 seconds)
209 2014-10-18 04:27:16 robonerd has joined
210 2014-10-18 04:30:32 Raziel has quit (Ping timeout: 265 seconds)
211 2014-10-18 04:35:07 sinetek has quit (Remote host closed the connection)
212 2014-10-18 04:35:51 contrapumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
213 2014-10-18 04:36:46 mike4 has joined
214 2014-10-18 04:37:20 johnsoft has quit (Ping timeout: 240 seconds)
215 2014-10-18 04:37:45 johnsoft has joined
216 2014-10-18 04:42:36 patcon has quit (Remote host closed the connection)
217 2014-10-18 04:44:10 Lightsword has joined
218 2014-10-18 04:52:25 mpmcsweeney has joined
219 2014-10-18 04:54:26 hashtag has quit (Ping timeout: 244 seconds)
220 2014-10-18 04:57:11 Hybridsole has joined
221 2014-10-18 05:09:37 won9 has joined
222 2014-10-18 05:14:44 Lightsword_ has joined
223 2014-10-18 05:17:15 Andymeows has quit (Ping timeout: 272 seconds)
224 2014-10-18 05:18:06 Lightsword has quit (Ping timeout: 246 seconds)
225 2014-10-18 05:18:07 Lightsword_ is now known as Lightsword
226 2014-10-18 05:21:01 Arnavion has quit (Ping timeout: 272 seconds)
227 2014-10-18 05:21:10 Namworld has quit ()
228 2014-10-18 05:21:16 Arnavion has joined
229 2014-10-18 05:22:14 c0rw1n has quit (Read error: Connection reset by peer)
230 2014-10-18 05:22:25 c0rw1n has joined
231 2014-10-18 05:25:47 JTF195 has quit (Quit: Leaving)
232 2014-10-18 05:26:15 JTF195 has joined
233 2014-10-18 05:30:51 sinetek has joined
234 2014-10-18 05:41:19 Lightsword has quit (Ping timeout: 272 seconds)
235 2014-10-18 05:42:43 Lightsword has joined
236 2014-10-18 05:44:00 CryptoBuck has quit (Ping timeout: 258 seconds)
237 2014-10-18 05:44:10 CryptoBuck has joined
238 2014-10-18 05:51:08 Lightsword has quit (Quit: Lightsword)
239 2014-10-18 05:53:57 imfaust has quit (Ping timeout: 272 seconds)
240 2014-10-18 05:54:44 aburan28 has joined
241 2014-10-18 05:59:23 ThomasV has joined
242 2014-10-18 05:59:27 ThomasV has quit (Changing host)
243 2014-10-18 05:59:27 ThomasV has joined
244 2014-10-18 06:04:51 revival9 has joined
245 2014-10-18 06:04:51 revival9 has quit (Client Quit)
246 2014-10-18 06:06:23 revival9 has joined
247 2014-10-18 06:08:27 imfaust has joined
248 2014-10-18 06:08:46 Aido_ has joined
249 2014-10-18 06:11:13 YoY has quit (Quit: Leaving...)
250 2014-10-18 06:11:42 Aido has quit (Ping timeout: 255 seconds)
251 2014-10-18 06:12:48 YoY has joined
252 2014-10-18 06:23:41 dfletcher has quit (Read error: Connection reset by peer)
253 2014-10-18 06:25:36 dfletcher has joined
254 2014-10-18 06:26:48 aburan28 has quit (Ping timeout: 260 seconds)
255 2014-10-18 06:28:41 Lightsword has joined
256 2014-10-18 06:29:02 aburan28 has joined
257 2014-10-18 06:29:37 dfletcher has quit (Read error: Connection reset by peer)
258 2014-10-18 06:32:17 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
259 2014-10-18 06:44:23 Diablo-D3 has joined
260 2014-10-18 06:44:49 Lightsword has quit (Quit: Lightsword)
261 2014-10-18 06:48:00 REiN^ has quit ()
262 2014-10-18 06:48:08 REiN^ has joined
263 2014-10-18 06:49:00 eagle0wl has left ()
264 2014-10-18 06:52:12 revival9 has quit (Ping timeout: 255 seconds)
265 2014-10-18 06:54:10 jtimon has quit (Read error: Connection reset by peer)
266 2014-10-18 07:01:11 paveljanik has joined
267 2014-10-18 07:01:23 gjs278 has joined
268 2014-10-18 07:01:35 gjs278 has quit (Client Quit)
269 2014-10-18 07:01:48 chaosagent has quit (Ping timeout: 260 seconds)
270 2014-10-18 07:02:53 jMyles has quit (Remote host closed the connection)
271 2014-10-18 07:02:57 weilu has joined
272 2014-10-18 07:05:17 LoRez has quit (Quit: Lost terminal)
273 2014-10-18 07:05:41 Rez has joined
274 2014-10-18 07:06:01 Rez is now known as LoRez
275 2014-10-18 07:06:02 realtime has joined
276 2014-10-18 07:07:57 aliasaila has quit (Remote host closed the connection)
277 2014-10-18 07:09:16 thief has quit (Ping timeout: 260 seconds)
278 2014-10-18 07:11:09 Qatz is now known as SpicyShibe
279 2014-10-18 07:12:34 ionstorm has quit (Remote host closed the connection)
280 2014-10-18 07:12:57 b-itcoinssg has joined
281 2014-10-18 07:13:41 nuke1989 has joined
282 2014-10-18 07:14:53 justanotheruser has quit (Ping timeout: 240 seconds)
283 2014-10-18 07:18:41 drawingthesun has quit (Read error: Connection reset by peer)
284 2014-10-18 07:18:52 extor has quit (Ping timeout: 272 seconds)
285 2014-10-18 07:20:06 extor has joined
286 2014-10-18 07:22:11 justanotheruser has joined
287 2014-10-18 07:24:56 DougieBot5000 has quit (Quit: Leaving)
288 2014-10-18 07:26:16 bedeho has joined
289 2014-10-18 07:26:38 drawingthesun has joined
290 2014-10-18 07:27:46 jedunnigan has quit (Remote host closed the connection)
291 2014-10-18 07:38:40 digitalcurrencyn has joined
292 2014-10-18 07:42:11 weilu has quit (Read error: Connection reset by peer)
293 2014-10-18 07:42:11 AaronvanW has joined
294 2014-10-18 07:44:04 weilu has joined
295 2014-10-18 07:46:03 AaronvanW has quit (Read error: Connection reset by peer)
296 2014-10-18 07:50:33 digitalcurrencyn has quit (Quit: Page closed)
297 2014-10-18 07:57:34 damethos has joined
298 2014-10-18 07:58:56 ThomasV has quit (Ping timeout: 258 seconds)
299 2014-10-18 08:04:01 simondlr has joined
300 2014-10-18 08:05:31 damethos has quit (Remote host closed the connection)
301 2014-10-18 08:07:31 tarantillo_ has quit (Remote host closed the connection)
302 2014-10-18 08:07:37 O01eg has quit (Quit: O01eg)
303 2014-10-18 08:07:51 tarantillo_ has joined
304 2014-10-18 08:09:59 fanquake has quit (Quit: fanquake)
305 2014-10-18 08:13:10 gribble has quit (Ping timeout: 245 seconds)
306 2014-10-18 08:13:16 JackH has joined
307 2014-10-18 08:23:13 neozaru has joined
308 2014-10-18 08:23:28 drawingthesun has quit (Ping timeout: 272 seconds)
309 2014-10-18 08:24:03 JimDowJo3es has quit (Ping timeout: 272 seconds)
310 2014-10-18 08:24:21 JimDowJones has joined
311 2014-10-18 08:24:24 go1111111 has quit (Ping timeout: 260 seconds)
312 2014-10-18 08:24:41 JackH has quit (Ping timeout: 272 seconds)
313 2014-10-18 08:25:27 aschildbach_ has quit (Remote host closed the connection)
314 2014-10-18 08:27:14 Informerop has quit (Remote host closed the connection)
315 2014-10-18 08:27:25 Informerop has joined
316 2014-10-18 08:29:18 NewLiberty has quit (Ping timeout: 265 seconds)
317 2014-10-18 08:34:21 profreid has joined
318 2014-10-18 08:34:34 AaronvanW has joined
319 2014-10-18 08:36:01 go1111111 has joined
320 2014-10-18 08:40:36 johnsoft has quit (Ping timeout: 250 seconds)
321 2014-10-18 08:41:03 johnsoft has joined
322 2014-10-18 08:41:11 Arnavion has quit (Disconnected by services)
323 2014-10-18 08:41:17 Arnavion has joined
324 2014-10-18 08:41:53 AtashiCon has quit (Disconnected by services)
325 2014-10-18 08:41:59 Arnavion3 has joined
326 2014-10-18 08:42:03 Arnavion3 is now known as AtashiCon
327 2014-10-18 08:42:18 WeCluster has quit (Ping timeout: 244 seconds)
328 2014-10-18 08:42:58 Eiii has quit ()
329 2014-10-18 08:43:16 kromtar has joined
330 2014-10-18 08:44:45 gribble has joined
331 2014-10-18 08:46:29 CheckDavid has joined
332 2014-10-18 08:47:13 RoboTedd_ has joined
333 2014-10-18 08:47:25 t7 has joined
334 2014-10-18 08:48:33 WeCluster has joined
335 2014-10-18 08:50:03 RoboTeddy has quit (Ping timeout: 244 seconds)
336 2014-10-18 08:51:30 RoboTedd_ has quit (Ping timeout: 245 seconds)
337 2014-10-18 08:52:09 rubensayshi has joined
338 2014-10-18 09:03:19 rubensayshi has quit (Ping timeout: 272 seconds)
339 2014-10-18 09:10:28 ThomasV has joined
340 2014-10-18 09:15:00 weilu has quit (Remote host closed the connection)
341 2014-10-18 09:15:51 NewLiberty has joined
342 2014-10-18 09:17:39 dfletcher has joined
343 2014-10-18 09:17:53 rubensayshi has joined
344 2014-10-18 09:25:46 Trix is now known as trixisowned
345 2014-10-18 09:26:29 rubensayshi has quit (Ping timeout: 255 seconds)
346 2014-10-18 09:31:22 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
347 2014-10-18 09:31:52 Diablo-D3 has joined
348 2014-10-18 09:32:08 nullbyte has quit (Ping timeout: 265 seconds)
349 2014-10-18 09:32:13 profreid has quit (Ping timeout: 246 seconds)
350 2014-10-18 09:35:46 torsthaldo has joined
351 2014-10-18 09:39:38 wallet42 has joined
352 2014-10-18 09:40:40 WeCluster has quit (Ping timeout: 245 seconds)
353 2014-10-18 09:40:58 imfaust has quit (Ping timeout: 255 seconds)
354 2014-10-18 09:42:37 rubensayshi has joined
355 2014-10-18 09:44:20 wallet42 has quit (Client Quit)
356 2014-10-18 09:46:51 wallet42 has joined
357 2014-10-18 09:47:32 syst3mw0rm has joined
358 2014-10-18 09:47:37 mkarrer has joined
359 2014-10-18 09:50:59 rubensayshi has quit (Ping timeout: 265 seconds)
360 2014-10-18 09:53:29 orperelman has joined
361 2014-10-18 09:58:14 syst3mw0rm has quit (Ping timeout: 240 seconds)
362 2014-10-18 10:00:56 WeCluster has joined
363 2014-10-18 10:01:40 okae has joined
364 2014-10-18 10:02:21 RoboTeddy has joined
365 2014-10-18 10:03:56 trixisowned has quit (Quit: Leaving)
366 2014-10-18 10:04:55 <wallet42> thank you sipa!
367 2014-10-18 10:05:25 <wallet42> for rebasing headers first so many times
368 2014-10-18 10:05:46 JackH has joined
369 2014-10-18 10:06:52 RoboTeddy has quit (Ping timeout: 246 seconds)
370 2014-10-18 10:07:18 rubensayshi has joined
371 2014-10-18 10:11:56 YoY has quit (Ping timeout: 255 seconds)
372 2014-10-18 10:13:13 benrcole has joined
373 2014-10-18 10:14:20 rubensayshi has quit (Ping timeout: 240 seconds)
374 2014-10-18 10:15:54 weilu has joined
375 2014-10-18 10:16:52 weilu has quit (Read error: Connection reset by peer)
376 2014-10-18 10:17:20 CryptoBuck has quit (Ping timeout: 240 seconds)
377 2014-10-18 10:17:45 gjs278 has joined
378 2014-10-18 10:17:57 gjs278 has quit (Client Quit)
379 2014-10-18 10:17:57 vmatekole has joined
380 2014-10-18 10:18:07 CryptoBuck has joined
381 2014-10-18 10:20:43 WizardOfOzzie has joined
382 2014-10-18 10:23:21 trixisowned has joined
383 2014-10-18 10:25:47 WizardOfOzzie has quit (Ping timeout: 246 seconds)
384 2014-10-18 10:27:45 s1kx has quit (Remote host closed the connection)
385 2014-10-18 10:30:15 rubensayshi has joined
386 2014-10-18 10:34:30 WeCluster has quit (Ping timeout: 255 seconds)
387 2014-10-18 10:36:12 rubensayshi has quit (Remote host closed the connection)
388 2014-10-18 10:39:17 JackH has quit (Ping timeout: 260 seconds)
389 2014-10-18 10:42:12 Blackreign has joined
390 2014-10-18 10:43:22 weilu has joined
391 2014-10-18 10:44:00 weilu has quit (Read error: No route to host)
392 2014-10-18 10:46:59 JackH has joined
393 2014-10-18 10:48:09 atgreen has quit (Remote host closed the connection)
394 2014-10-18 10:51:01 lmatteis has joined
395 2014-10-18 10:57:20 PK has joined
396 2014-10-18 11:03:07 RoboTeddy has joined
397 2014-10-18 11:06:49 aschildbach has joined
398 2014-10-18 11:06:55 won9 has quit (Quit: won9)
399 2014-10-18 11:07:44 RoboTeddy has quit (Ping timeout: 260 seconds)
400 2014-10-18 11:18:45 erasmospunk has joined
401 2014-10-18 11:18:52 c0rw1n has quit (Read error: Connection reset by peer)
402 2014-10-18 11:19:35 c0rw1n has joined
403 2014-10-18 11:22:11 <aschildbach> Does headerfirst need to be enabled somehow? I compiled current master and removed all blockchain-related files from ~/.bitcoin/testnet3.
404 2014-10-18 11:22:32 aburan28 has quit (Remote host closed the connection)
405 2014-10-18 11:22:43 <aschildbach> When starting bitcoin-qt it was very fast for first year worth of blockchain. But for the rest it seems slow as ever.
406 2014-10-18 11:22:59 <aschildbach> Is it tied to the age of my wallet somehow?
407 2014-10-18 11:23:42 erasmospunk has quit (Remote host closed the connection)
408 2014-10-18 11:27:56 benrcole has quit (Quit: Leaving.)
409 2014-10-18 11:32:56 nowan has quit (Ping timeout: 255 seconds)
410 2014-10-18 11:34:35 Quanttek has joined
411 2014-10-18 11:34:37 lclc_bnc is now known as lclc
412 2014-10-18 11:35:55 vmatekole has quit (Remote host closed the connection)
413 2014-10-18 11:37:49 YoY has joined
414 2014-10-18 11:39:37 YoY has quit (Client Quit)
415 2014-10-18 11:41:08 YoY has joined
416 2014-10-18 11:44:09 weilu has joined
417 2014-10-18 11:45:36 weilu has quit (Read error: Connection reset by peer)
418 2014-10-18 11:50:24 DigiByteDev has joined
419 2014-10-18 11:50:28 ThomasV has quit (Ping timeout: 246 seconds)
420 2014-10-18 11:51:33 eristisk has joined
421 2014-10-18 12:02:19 alcio has joined
422 2014-10-18 12:02:34 thief has joined
423 2014-10-18 12:03:20 Zarutian has joined
424 2014-10-18 12:03:48 Zarutian has quit (Read error: Connection reset by peer)
425 2014-10-18 12:03:51 RoboTeddy has joined
426 2014-10-18 12:04:28 Zarutian has joined
427 2014-10-18 12:06:04 lclc is now known as lclc_bnc
428 2014-10-18 12:06:14 realtime has quit (Ping timeout: 240 seconds)
429 2014-10-18 12:08:44 RoboTeddy has quit (Ping timeout: 265 seconds)
430 2014-10-18 12:11:33 bedeho has quit (Ping timeout: 258 seconds)
431 2014-10-18 12:14:34 WeCluster has joined
432 2014-10-18 12:19:44 Lightsword has joined
433 2014-10-18 12:28:42 ThomasV has joined
434 2014-10-18 12:30:14 Raziel has joined
435 2014-10-18 12:33:30 profreid has joined
436 2014-10-18 12:40:02 parus has quit (Quit: Lost terminal)
437 2014-10-18 12:40:48 parus has joined
438 2014-10-18 12:41:14 one0one has quit ()
439 2014-10-18 12:42:02 ligar_ has joined
440 2014-10-18 12:42:10 melvster has joined
441 2014-10-18 12:42:24 Namworld has joined
442 2014-10-18 12:45:08 ligar has quit (Ping timeout: 244 seconds)
443 2014-10-18 12:45:09 weilu has joined
444 2014-10-18 12:45:48 weilu has quit (Read error: Connection reset by peer)
445 2014-10-18 12:47:26 ligar_ is now known as ligar
446 2014-10-18 12:47:45 WeCluster has quit (Ping timeout: 245 seconds)
447 2014-10-18 12:48:22 melvster has quit (Ping timeout: 265 seconds)
448 2014-10-18 12:51:50 DigiByteDev has left ()
449 2014-10-18 12:54:57 Centaure has joined
450 2014-10-18 13:01:00 lmatteis has quit (Quit: Connection closed for inactivity)
451 2014-10-18 13:02:56 karc has quit (Ping timeout: 264 seconds)
452 2014-10-18 13:04:29 WormDrink has quit (Ping timeout: 260 seconds)
453 2014-10-18 13:04:40 RoboTeddy has joined
454 2014-10-18 13:08:09 karc has joined
455 2014-10-18 13:08:26 WeCluster has joined
456 2014-10-18 13:08:54 RoboTeddy has quit (Ping timeout: 244 seconds)
457 2014-10-18 13:12:34 WeCluster has quit (Ping timeout: 240 seconds)
458 2014-10-18 13:14:47 <wumpus> aschildbach: latter part of synchronization is CPU bound
459 2014-10-18 13:15:02 <wumpus> faster download doesn't help much thre
460 2014-10-18 13:15:53 <aschildbach> wumpus: Ok, but why was there such a hard separation?
461 2014-10-18 13:16:09 <aschildbach> I mean 1/3 of the chain in 1 minute, 2/3 of the chain in one hour or so.
462 2014-10-18 13:16:25 <aschildbach> (talking about testnet btw)
463 2014-10-18 13:16:38 ThomasV has quit (Ping timeout: 250 seconds)
464 2014-10-18 13:17:38 <wumpus> depends on the number of transactions (well at least inputs) in the chain, that's not distributed evenly
465 2014-10-18 13:21:03 <wumpus> not sure why there would be a sudden change, but I don't know the distribution for testnet
466 2014-10-18 13:21:12 <wumpus> also are you looking at block # or estimates progress %?
467 2014-10-18 13:22:06 <wumpus> anyhow - if during the latter, slower part bitcoind uses most of the CPU, it's correct
468 2014-10-18 13:22:27 <wumpus> if it still seems network bound something else may be wrong
469 2014-10-18 13:28:28 DigiByteDev has joined
470 2014-10-18 13:29:08 DigiByteDev has quit (Client Quit)
471 2014-10-18 13:29:23 mkarrer has quit (Remote host closed the connection)
472 2014-10-18 13:31:08 mkarrer has joined
473 2014-10-18 13:32:31 c0rw1n_ has joined
474 2014-10-18 13:32:31 c0rw1n has quit (Write error: Connection reset by peer)
475 2014-10-18 13:33:04 WeCluster has joined
476 2014-10-18 13:33:32 Quanttek has quit (Ping timeout: 250 seconds)
477 2014-10-18 13:34:11 Quanttek has joined
478 2014-10-18 13:39:08 Zarutian has quit (Quit: Zarutian)
479 2014-10-18 13:41:32 NewLiberty has quit (Ping timeout: 265 seconds)
480 2014-10-18 13:43:57 justanotheruser has quit (Ping timeout: 265 seconds)
481 2014-10-18 13:45:07 rnvk has quit (Quit: Leaving.)
482 2014-10-18 13:46:23 crunk-juice has joined
483 2014-10-18 13:46:39 Lightsword has quit (Quit: Lightsword)
484 2014-10-18 13:47:42 belcher has joined
485 2014-10-18 13:47:42 belcher has quit (Changing host)
486 2014-10-18 13:47:42 belcher has joined
487 2014-10-18 13:48:32 Andymeows has joined
488 2014-10-18 13:48:44 MKCoin has quit (Ping timeout: 260 seconds)
489 2014-10-18 13:49:02 brianhoffman has joined
490 2014-10-18 13:50:28 justanotheruser has joined
491 2014-10-18 13:55:47 Demelziraptor has joined
492 2014-10-18 13:58:54 MKCoin has joined
493 2014-10-18 13:59:48 crunk-juice has quit (Remote host closed the connection)
494 2014-10-18 14:02:15 Quanttek_ has joined
495 2014-10-18 14:05:24 RoboTeddy has joined
496 2014-10-18 14:06:58 Guest64166 is now known as abrkn\\
497 2014-10-18 14:07:49 mpmcswee_ has joined
498 2014-10-18 14:09:15 mpmcswee_ has quit (Remote host closed the connection)
499 2014-10-18 14:09:25 mpmcsweeney has quit (Ping timeout: 245 seconds)
500 2014-10-18 14:09:58 Quanttek_ has quit (Remote host closed the connection)
501 2014-10-18 14:10:03 RoboTeddy has quit (Ping timeout: 265 seconds)
502 2014-10-18 14:12:22 Quanttek has quit (Remote host closed the connection)
503 2014-10-18 14:16:03 Quanttek has joined
504 2014-10-18 14:22:28 mkarrer has quit (Remote host closed the connection)
505 2014-10-18 14:24:34 mkarrer has joined
506 2014-10-18 14:30:43 hashtag has joined
507 2014-10-18 14:31:29 brson has joined
508 2014-10-18 14:31:48 Skirmant has joined
509 2014-10-18 14:33:27 WormDrink has joined
510 2014-10-18 14:37:36 AaronvanW has quit (Ping timeout: 265 seconds)
511 2014-10-18 14:38:20 amtri has joined
512 2014-10-18 14:41:13 profreid has quit (Quit: profreid)
513 2014-10-18 14:44:53 brson has quit (Quit: leaving)
514 2014-10-18 14:45:05 Miroluik has quit (Remote host closed the connection)
515 2014-10-18 14:45:21 Miroluik has joined
516 2014-10-18 14:47:33 Quanttek has quit (Ping timeout: 260 seconds)
517 2014-10-18 14:48:37 Andymeows has quit (Ping timeout: 246 seconds)
518 2014-10-18 14:49:34 NewLiberty has joined
519 2014-10-18 14:54:07 brson has joined
520 2014-10-18 14:54:10 <jgarzik> aschildbach, wumpus: Significantly more testing (more bytes, more transactions) in latter part of testnet chain
521 2014-10-18 14:54:30 <aschildbach> Ok sounds reasonable
522 2014-10-18 14:54:37 <wumpus> ok thanks
523 2014-10-18 14:55:02 <jgarzik> occasionally some jerk will point their ASIC miner at testnet
524 2014-10-18 14:55:15 gavinandresen has joined
525 2014-10-18 14:55:29 <jgarzik> leading to blocks-per-second behavior before they figure out tnBTC is worthless
526 2014-10-18 14:56:27 Zarutian has joined
527 2014-10-18 14:56:44 orperelman has quit (Ping timeout: 272 seconds)
528 2014-10-18 14:57:10 orperelman has joined
529 2014-10-18 14:59:35 jedunnigan has joined
530 2014-10-18 15:05:39 rdn has quit (Ping timeout: 272 seconds)
531 2014-10-18 15:06:11 RoboTeddy has joined
532 2014-10-18 15:07:05 Miroluik has quit (Remote host closed the connection)
533 2014-10-18 15:08:59 HANTI is now known as hanti
534 2014-10-18 15:10:53 RoboTeddy has quit (Ping timeout: 260 seconds)
535 2014-10-18 15:11:41 rdn has joined
536 2014-10-18 15:12:00 hearn has joined
537 2014-10-18 15:12:17 Subo1977_ has joined
538 2014-10-18 15:12:18 Miroluik has joined
539 2014-10-18 15:12:26 brson has quit (Quit: leaving)
540 2014-10-18 15:12:38 brson has joined
541 2014-10-18 15:13:05 jtimon has joined
542 2014-10-18 15:13:55 nowan has joined
543 2014-10-18 15:14:56 justanotheruser has quit (Ping timeout: 250 seconds)
544 2014-10-18 15:15:29 mkarrer has quit (Remote host closed the connection)
545 2014-10-18 15:15:32 Subo1977 has quit (Ping timeout: 264 seconds)
546 2014-10-18 15:20:38 mkarrer has joined
547 2014-10-18 15:21:32 amtri has quit (Ping timeout: 255 seconds)
548 2014-10-18 15:23:03 b-itcoinssg has quit (Quit: Connection closed for inactivity)
549 2014-10-18 15:25:44 DigiByteDev has joined
550 2014-10-18 15:26:43 justanotheruser has joined
551 2014-10-18 15:27:12 dhill has quit (Ping timeout: 260 seconds)
552 2014-10-18 15:29:51 DigiByteDev has quit (Ping timeout: 240 seconds)
553 2014-10-18 15:31:30 JackH has quit (Ping timeout: 244 seconds)
554 2014-10-18 15:33:19 orperelman has quit (Ping timeout: 255 seconds)
555 2014-10-18 15:33:48 c0rw1n_ has quit (Read error: Connection reset by peer)
556 2014-10-18 15:34:46 c0rw1n has joined
557 2014-10-18 15:35:48 amtri has joined
558 2014-10-18 15:36:35 AaronvanW has joined
559 2014-10-18 15:39:59 jtimon has quit (Ping timeout: 255 seconds)
560 2014-10-18 15:41:12 Centaure has quit (Ping timeout: 260 seconds)
561 2014-10-18 15:41:45 WeCluster has quit (Ping timeout: 272 seconds)
562 2014-10-18 15:48:21 Skirmant has quit (Remote host closed the connection)
563 2014-10-18 15:48:24 copumpkin has joined
564 2014-10-18 15:48:45 Skirmant has joined
565 2014-10-18 15:49:28 Skirmant has quit (Remote host closed the connection)
566 2014-10-18 15:49:40 Skirmant has joined
567 2014-10-18 15:50:48 ionstorm has joined
568 2014-10-18 15:53:28 WeCluster has joined
569 2014-10-18 15:56:22 Diablo-D3 has quit (Quit: do coders dream of sheep()?)
570 2014-10-18 15:58:30 Vinnie_win has joined
571 2014-10-18 16:06:53 RoboTeddy has joined
572 2014-10-18 16:08:11 WeCluster has quit (Ping timeout: 245 seconds)
573 2014-10-18 16:09:23 ThomasV has joined
574 2014-10-18 16:09:28 ThomasV has quit (Changing host)
575 2014-10-18 16:09:28 ThomasV has joined
576 2014-10-18 16:11:17 RoboTeddy has quit (Ping timeout: 244 seconds)
577 2014-10-18 16:11:27 hanti is now known as HANTI
578 2014-10-18 16:14:55 ValicekB has joined
579 2014-10-18 16:16:07 s1kx has joined
580 2014-10-18 16:17:48 erasmospunk has joined
581 2014-10-18 16:19:26 Knuk__ has joined
582 2014-10-18 16:21:12 Burrito has joined
583 2014-10-18 16:22:44 Knuk_ has quit (Ping timeout: 255 seconds)
584 2014-10-18 16:25:16 Quanttek has joined
585 2014-10-18 16:27:49 Eiii has joined
586 2014-10-18 16:27:49 Eiii has quit (Changing host)
587 2014-10-18 16:27:49 Eiii has joined
588 2014-10-18 16:31:51 WeCluster has joined
589 2014-10-18 16:32:33 RagnarDanneskjol has quit (Ping timeout: 260 seconds)
590 2014-10-18 16:36:19 lifeofcray has joined
591 2014-10-18 16:36:47 <lifeofcray> humpedumpeplum
592 2014-10-18 16:37:05 <lifeofcray> looking for a nice, simple shop
593 2014-10-18 16:37:09 <lifeofcray> for bitcoin
594 2014-10-18 16:37:16 <lifeofcray> any suggestions?
595 2014-10-18 16:39:59 jtimon has joined
596 2014-10-18 16:42:33 gdbz has quit (Ping timeout: 272 seconds)
597 2014-10-18 16:45:02 gdbz has joined
598 2014-10-18 16:45:07 <owowo> #bitcoin-otc that way -->
599 2014-10-18 16:49:28 <lifeofcray> uh
600 2014-10-18 16:49:39 <lifeofcray> not looking to trade btc
601 2014-10-18 16:49:53 <lifeofcray> looking for a framework for a shop
602 2014-10-18 16:51:50 <owowo> like selling things for btc?
603 2014-10-18 16:51:53 <lewellyn> lifeofcray: i'm working on something i haven't talked about much. but there are no "good" answers atm.
604 2014-10-18 16:52:06 jedunnigan has quit (Remote host closed the connection)
605 2014-10-18 16:52:25 Skirmant has quit (Disconnected by services)
606 2014-10-18 16:52:25 tnamrikS has joined
607 2014-10-18 16:58:08 tnamrikS has quit (Ping timeout: 264 seconds)
608 2014-10-18 17:02:24 lifeofcray2 has joined
609 2014-10-18 17:04:21 robonerd has quit (Ping timeout: 240 seconds)
610 2014-10-18 17:04:40 lifeofcray has quit (Ping timeout: 272 seconds)
611 2014-10-18 17:05:06 robonerd has joined
612 2014-10-18 17:05:47 erasmospunk has quit (Remote host closed the connection)
613 2014-10-18 17:06:03 amtri has quit (Ping timeout: 244 seconds)
614 2014-10-18 17:07:44 RoboTeddy has joined
615 2014-10-18 17:12:19 RoboTeddy has quit (Ping timeout: 255 seconds)
616 2014-10-18 17:15:04 erasmospunk has joined
617 2014-10-18 17:16:35 amtri has joined
618 2014-10-18 17:16:49 aburan28 has joined
619 2014-10-18 17:21:49 dabura667 has joined
620 2014-10-18 17:23:02 FreeSome has joined
621 2014-10-18 17:23:07 amtri has quit (Ping timeout: 255 seconds)
622 2014-10-18 17:23:48 FreeSome has left ()
623 2014-10-18 17:23:54 FreeSome has joined
624 2014-10-18 17:27:34 belcher_ has joined
625 2014-10-18 17:27:48 <dabura667> Quick question for anyone that knows: Is the Trezor's Advanced Settings "Encryption Passphrase" talking about the passphrase salt for passing into the PBKDF2? or is there actually an encryption password, a salt password, and a PIN? (three separate things)
626 2014-10-18 17:29:29 belcher has quit (Ping timeout: 260 seconds)
627 2014-10-18 17:29:38 amtri has joined
628 2014-10-18 17:30:15 Hybridsole has left ()
629 2014-10-18 17:33:35 JackH has joined
630 2014-10-18 17:33:48 ruukasu has quit (Quit: WeeChat 1.0.1)
631 2014-10-18 17:33:59 ruukasu has joined
632 2014-10-18 17:36:02 aliasaila has joined
633 2014-10-18 17:36:27 ruukasu has quit (Client Quit)
634 2014-10-18 17:36:38 ruukasu has joined
635 2014-10-18 17:37:04 Quanttek has quit (Ping timeout: 250 seconds)
636 2014-10-18 17:38:41 nullbyte has joined
637 2014-10-18 17:40:06 devthedev has joined
638 2014-10-18 17:43:10 wizkid057 has quit (Remote host closed the connection)
639 2014-10-18 17:45:07 syst3mw0rm has joined
640 2014-10-18 17:47:46 <ThomasV> dabura667: the first
641 2014-10-18 17:49:13 WeCluster has quit (Ping timeout: 246 seconds)
642 2014-10-18 17:49:22 <dabura667> ThomasV: Thanks.
643 2014-10-18 17:53:51 FreeSome has quit (Quit: FreeSome)
644 2014-10-18 18:01:39 Centaure has joined
645 2014-10-18 18:02:30 weilu has joined
646 2014-10-18 18:08:25 RoboTeddy has joined
647 2014-10-18 18:10:16 vmatekole has joined
648 2014-10-18 18:10:47 wizkid057 has joined
649 2014-10-18 18:11:09 ionstorm has quit (Remote host closed the connection)
650 2014-10-18 18:12:25 EasyAt has joined
651 2014-10-18 18:13:20 RoboTeddy has quit (Ping timeout: 260 seconds)
652 2014-10-18 18:13:53 weilu has quit (Remote host closed the connection)
653 2014-10-18 18:18:30 amtri has quit (Quit: Leaving)
654 2014-10-18 18:21:40 erasmospunk has quit (Remote host closed the connection)
655 2014-10-18 18:22:43 FreeSome has joined
656 2014-10-18 18:23:09 weilu has joined
657 2014-10-18 18:26:06 WeCluster has joined
658 2014-10-18 18:29:05 weilu has quit (Remote host closed the connection)
659 2014-10-18 18:29:51 jtimon has quit (Ping timeout: 240 seconds)
660 2014-10-18 18:37:05 lifeofcray has joined
661 2014-10-18 18:37:05 lifeofcray has quit (Changing host)
662 2014-10-18 18:37:05 lifeofcray has joined
663 2014-10-18 18:37:08 Centaure has quit (Ping timeout: 272 seconds)
664 2014-10-18 18:37:47 alcio has quit (Quit: ChatZilla 0.9.91 [Firefox 33.0/20141013200257])
665 2014-10-18 18:38:44 lifeofcray2 has quit (Ping timeout: 258 seconds)
666 2014-10-18 18:40:25 jtimon has joined
667 2014-10-18 18:42:46 ThomasV has quit (Ping timeout: 245 seconds)
668 2014-10-18 18:44:04 weilu has joined
669 2014-10-18 18:44:49 xenog has joined
670 2014-10-18 18:45:20 JackH has quit (Remote host closed the connection)
671 2014-10-18 18:45:37 JackH has joined
672 2014-10-18 18:48:00 DougieBot5000 has joined
673 2014-10-18 18:48:03 REiN^ has quit ()
674 2014-10-18 18:48:10 syst3mw0rm has quit (Ping timeout: 255 seconds)
675 2014-10-18 18:48:12 REiN^ has joined
676 2014-10-18 18:49:12 RoboTeddy has joined
677 2014-10-18 18:50:23 RoboTeddy has quit (Remote host closed the connection)
678 2014-10-18 18:50:47 weilu has quit (Remote host closed the connection)
679 2014-10-18 18:51:06 RoboTeddy has joined
680 2014-10-18 18:52:11 Application has quit (Remote host closed the connection)
681 2014-10-18 18:53:31 <BlueMatt> sipa: why u no have secp256k1_ecdsa_pubkey_compress???
682 2014-10-18 18:55:11 <sipa> BlueMatt: because it's too trivial :)
683 2014-10-18 18:55:14 <sipa> i can easily add one
684 2014-10-18 18:55:30 RoboTeddy has quit (Ping timeout: 250 seconds)
685 2014-10-18 18:55:33 <BlueMatt> too late, already did
686 2014-10-18 18:56:11 <sipa> why u no send PR?
687 2014-10-18 18:57:20 aliasaila has quit (Remote host closed the connection)
688 2014-10-18 18:58:11 <BlueMatt> because you recreated the repo when you moved it to bitcoin/secp256k1 instead of moving it...so now I cant
689 2014-10-18 18:58:19 <BlueMatt> https://github.com/TheBlueMatt/secp256k1/commit/6d9ec9c273483b5cde62e82e7256df5c052dc7d9
690 2014-10-18 18:58:33 <sipa> i didn't want that "forked from" link at the top :)
691 2014-10-18 18:59:26 <BlueMatt> no, there is a button called "move repo"
692 2014-10-18 18:59:29 <BlueMatt> then you could have moved it
693 2014-10-18 18:59:40 <BlueMatt> https://github.com/WhisperSystems/TextSecure-Browser <-- used to be under my name
694 2014-10-18 18:59:58 <sipa> ah, cool!
695 2014-10-18 19:04:39 weilu has joined
696 2014-10-18 19:08:48 Zarutian has quit (Ping timeout: 255 seconds)
697 2014-10-18 19:10:57 <gmaxwell> hopefully it looks like k[0]=k[65]&1?2:3;klen=33; (2/3ness unchecked)
698 2014-10-18 19:11:09 Andymeows has joined
699 2014-10-18 19:11:18 erasmospunk has joined
700 2014-10-18 19:12:07 Centaure has joined
701 2014-10-18 19:12:08 johnsoft has quit (Ping timeout: 260 seconds)
702 2014-10-18 19:12:23 johnsoft has joined
703 2014-10-18 19:12:50 <BlueMatt> gmaxwell: ahh, well I didnt think that far into it...I've been working higher-level
704 2014-10-18 19:12:52 <BlueMatt> sorry :(
705 2014-10-18 19:13:27 <BlueMatt> also, for my purposes, it can be slow
706 2014-10-18 19:20:29 A has quit (an!~Alan@173.218.170.43|Quit: A|an)
707 2014-10-18 19:23:14 justanotheruser has quit (Ping timeout: 250 seconds)
708 2014-10-18 19:23:38 Application has joined
709 2014-10-18 19:24:40 mpmcsweeney has joined
710 2014-10-18 19:25:12 jtimon has quit (Ping timeout: 265 seconds)
711 2014-10-18 19:26:15 devthedev has quit (Remote host closed the connection)
712 2014-10-18 19:26:47 WeCluster has quit (Quit: WeCluster)
713 2014-10-18 19:27:48 JackH has quit (Ping timeout: 272 seconds)
714 2014-10-18 19:28:15 sinetek has quit (Remote host closed the connection)
715 2014-10-18 19:28:38 sinetek has joined
716 2014-10-18 19:29:42 mpmcsweeney has quit (Ping timeout: 272 seconds)
717 2014-10-18 19:29:58 justanotheruser has joined
718 2014-10-18 19:30:21 coinheavy has joined
719 2014-10-18 19:34:57 Aquent is now known as suckdickalldayto
720 2014-10-18 19:35:17 suckdickalldayto is now known as suckdicktoshi
721 2014-10-18 19:35:34 JackH has joined
722 2014-10-18 19:37:35 contrapumpkin has joined
723 2014-10-18 19:38:17 copumpkin has quit (Ping timeout: 260 seconds)
724 2014-10-18 19:40:59 suckdicktoshi is now known as Aquent
725 2014-10-18 19:41:51 contrapumpkin has quit (Ping timeout: 240 seconds)
726 2014-10-18 19:42:32 FreeSome has quit (Quit: FreeSome)
727 2014-10-18 19:43:38 aliasaila has joined
728 2014-10-18 19:45:46 copumpkin has joined
729 2014-10-18 19:48:28 FreeSome has joined
730 2014-10-18 19:51:56 RoboTeddy has joined
731 2014-10-18 19:52:25 easye has joined
732 2014-10-18 19:53:59 dabura667 has quit (Quit: Connection closed for inactivity)
733 2014-10-18 19:54:27 ruukasu has quit (Ping timeout: 272 seconds)
734 2014-10-18 19:56:16 RoboTeddy has quit (Ping timeout: 246 seconds)
735 2014-10-18 19:57:23 erasmospunk has quit (Quit: ttm)
736 2014-10-18 19:57:24 sinetek is now known as sinetek_
737 2014-10-18 19:57:36 sinetek_ is now known as _sinetek
738 2014-10-18 19:57:49 _sinetek is now known as sinetek
739 2014-10-18 19:57:58 aceat64 has quit (Ping timeout: 260 seconds)
740 2014-10-18 19:59:44 aceat64 has joined
741 2014-10-18 20:01:53 c0rw1n has quit (Read error: Connection reset by peer)
742 2014-10-18 20:02:21 ThomasV has joined
743 2014-10-18 20:02:22 c0rw1n has joined
744 2014-10-18 20:10:47 Dizzle has joined
745 2014-10-18 20:12:12 rnvk has joined
746 2014-10-18 20:18:59 FreeSome has quit (Quit: FreeSome)
747 2014-10-18 20:20:56 ruukasu has joined
748 2014-10-18 20:21:45 lianj has quit (Ping timeout: 265 seconds)
749 2014-10-18 20:25:57 easye has quit (Read error: Connection reset by peer)
750 2014-10-18 20:26:29 easye` has joined
751 2014-10-18 20:28:26 FreeSome has joined
752 2014-10-18 20:30:23 justanotheruser has quit (Quit: Lost terminal)
753 2014-10-18 20:32:54 weilu has quit (Remote host closed the connection)
754 2014-10-18 20:35:08 ericmuyser has joined
755 2014-10-18 20:37:18 george_blair has joined
756 2014-10-18 20:38:51 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
757 2014-10-18 20:41:13 ionstorm has joined
758 2014-10-18 20:43:22 spinza has quit (Ping timeout: 255 seconds)
759 2014-10-18 20:44:04 ThomasV has quit (Ping timeout: 260 seconds)
760 2014-10-18 20:44:38 easye` has quit (Ping timeout: 260 seconds)
761 2014-10-18 20:44:43 brson has quit (Ping timeout: 255 seconds)
762 2014-10-18 20:44:44 chaosagent has joined
763 2014-10-18 20:46:25 brson has joined
764 2014-10-18 20:52:45 RoboTeddy has joined
765 2014-10-18 20:52:59 spinza has joined
766 2014-10-18 20:55:41 lianj has joined
767 2014-10-18 20:57:08 RoboTeddy has quit (Ping timeout: 260 seconds)
768 2014-10-18 20:57:58 ThomasV has joined
769 2014-10-18 21:02:45 jedunnigan has joined
770 2014-10-18 21:03:06 brson has quit (Ping timeout: 255 seconds)
771 2014-10-18 21:03:54 <BlueMatt> sipa: when you do clang-format on everything pre-0.10, you should also do s|MIT/X11|MIT|
772 2014-10-18 21:04:54 brson has joined
773 2014-10-18 21:05:14 simondlr has quit (Remote host closed the connection)
774 2014-10-18 21:11:32 AaronvanW has quit (Ping timeout: 265 seconds)
775 2014-10-18 21:12:32 devrandom has quit (Ping timeout: 264 seconds)
776 2014-10-18 21:14:10 devrandom has joined
777 2014-10-18 21:24:03 Luke-Jr has quit (Excess Flood)
778 2014-10-18 21:25:01 HANTI is now known as hanti
779 2014-10-18 21:26:21 Luke-Jr has joined
780 2014-10-18 21:28:31 belcher_ is now known as belcher
781 2014-10-18 21:29:01 justanotheruser has joined
782 2014-10-18 21:30:51 DoctorBTC has quit (Ping timeout: 258 seconds)
783 2014-10-18 21:37:07 rnvk has quit (Quit: Leaving.)
784 2014-10-18 21:40:25 sinetek has quit (Remote host closed the connection)
785 2014-10-18 21:40:25 Lightsword has joined
786 2014-10-18 21:46:55 johntramp has quit (Disconnected by services)
787 2014-10-18 21:47:14 johntramp_ has joined
788 2014-10-18 21:48:39 rnvk has joined
789 2014-10-18 21:50:52 hearn has joined
790 2014-10-18 21:53:35 RoboTeddy has joined
791 2014-10-18 21:55:29 nullbyte has quit (Ping timeout: 260 seconds)
792 2014-10-18 21:57:05 nullbyte has joined
793 2014-10-18 21:58:00 RoboTeddy has quit (Ping timeout: 255 seconds)
794 2014-10-18 21:58:08 sinetek has joined
795 2014-10-18 21:58:50 jtimon has joined
796 2014-10-18 21:59:48 agricocb has quit (Ping timeout: 272 seconds)
797 2014-10-18 22:04:32 zwischenzug2 has quit (Remote host closed the connection)
798 2014-10-18 22:05:21 zwischenzug2 has joined
799 2014-10-18 22:06:51 Lightsword has quit (Quit: Lightsword)
800 2014-10-18 22:13:13 ThomasV has quit (Ping timeout: 260 seconds)
801 2014-10-18 22:15:35 ThomasV has joined
802 2014-10-18 22:19:18 belcher_ has joined
803 2014-10-18 22:19:19 belcher has quit (Read error: Connection reset by peer)
804 2014-10-18 22:22:01 MoALTz_ has joined
805 2014-10-18 22:22:51 paveljanik has quit (Ping timeout: 240 seconds)
806 2014-10-18 22:23:23 FreeSome has quit (Quit: FreeSome)
807 2014-10-18 22:24:29 <sipa> gmaxwell: did i miss something?
808 2014-10-18 22:25:08 MoALTz has quit (Ping timeout: 272 seconds)
809 2014-10-18 22:25:22 ThomasV has quit (Ping timeout: 244 seconds)
810 2014-10-18 22:28:29 lifeofcray has left ()
811 2014-10-18 22:29:44 PK has quit ()
812 2014-10-18 22:30:39 Diablo-D3 has joined
813 2014-10-18 22:33:00 Zarutian has joined
814 2014-10-18 22:34:31 attilah has joined
815 2014-10-18 22:36:14 sarid has joined
816 2014-10-18 22:36:56 devthedev has joined
817 2014-10-18 22:37:39 Jokosh has joined
818 2014-10-18 22:41:50 Vinnie_win has quit ()
819 2014-10-18 22:45:41 brianhoffman has quit (Quit: brianhoffman)
820 2014-10-18 22:47:11 <starsoccer> is there a certain number of confirmations needed before a multisig input can be spent?
821 2014-10-18 22:47:41 sinetek has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
822 2014-10-18 22:47:56 sinetek has joined
823 2014-10-18 22:47:57 <Luke-Jr> starsoccer: no, and you mean output
824 2014-10-18 22:48:36 <starsoccer> Luke-Jr, no I meant input. I am trying to spend a multisig transaction and keep getting a tx rejected error
825 2014-10-18 22:48:37 <starsoccer> code 22
826 2014-10-18 22:48:53 <Luke-Jr> it's an output you're trying to spend
827 2014-10-18 22:50:01 <starsoccer> Luke-Jr, https://blockchain.info/address/37jyyoaardyT5WjfYB9Xd9NoWBwfR2ofMe
828 2014-10-18 22:50:14 <starsoccer> i am trying to send from the multisig to another address
829 2014-10-18 22:50:47 <Luke-Jr> starsoccer: paste your code?
830 2014-10-18 22:51:12 <starsoccer> you mean the signed transaction?
831 2014-10-18 22:51:22 <Luke-Jr> I mean your code. How you made the transaction.
832 2014-10-18 22:51:36 <Luke-Jr> this isn't user support; if you're not writing code, you're in the wrong place. <.<
833 2014-10-18 22:51:52 ionstorm has quit (Remote host closed the connection)
834 2014-10-18 22:51:56 <starsoccer> right now Im using http://coinb.in/multisig/ just because Its open source and I will reuse its code
835 2014-10-18 22:52:26 <Luke-Jr> ok, can you pastebin the raw tx it gives you?
836 2014-10-18 22:53:08 <starsoccer> lmfao got it to work weirdly enough
837 2014-10-18 22:53:12 <Luke-Jr> also, are you sure your bitcoind has the transaction paying to the multisig?
838 2014-10-18 22:53:16 <starsoccer> one sec let me try something else
839 2014-10-18 22:54:21 RoboTeddy has joined
840 2014-10-18 22:58:48 <starsoccer> Luke-Jr, okay so basically if I sign the transaction at the same by putting in both private keys it seems to work but as soon as I sign the raw transaction with one key
841 2014-10-18 22:58:56 <starsoccer> then sign the result with the second key it fails
842 2014-10-18 22:59:01 RoboTeddy has quit (Ping timeout: 258 seconds)
843 2014-10-18 22:59:08 <Luke-Jr> starsoccer: sounds like a bug in the signer?
844 2014-10-18 22:59:18 <starsoccer> yea
845 2014-10-18 22:59:23 <starsoccer> im thinking so
846 2014-10-18 22:59:32 <starsoccer> let me try a differnt site
847 2014-10-18 22:59:33 <starsoccer> one sec
848 2014-10-18 22:59:50 brson has quit (Remote host closed the connection)
849 2014-10-18 22:59:57 brson has joined
850 2014-10-18 23:00:30 <starsoccer> actully it might not be Its just cause the address is empty lol
851 2014-10-18 23:00:46 <starsoccer> damn just noticed my multisig fee was 0.004 btc which is alot
852 2014-10-18 23:00:51 neozaru has quit (Remote host closed the connection)
853 2014-10-18 23:01:44 <starsoccer> Luke-Jr, I would get a rejected tx error if the address was empty right
854 2014-10-18 23:02:03 <Luke-Jr> what address?
855 2014-10-18 23:02:13 <sipa> starsoccer: bitcoin transactions do _not_ spend from an address
856 2014-10-18 23:02:19 <sipa> they spend specific previous outputs
857 2014-10-18 23:02:31 <starsoccer> https://blockchain.info/address/37jyyoaardyT5WjfYB9Xd9NoWBwfR2ofMe
858 2014-10-18 23:02:35 <starsoccer> sipa, yea I know
859 2014-10-18 23:02:54 <sipa> without sendable coins you wouldn't be able to construct a transaction
860 2014-10-18 23:02:55 <starsoccer> just I think that was why it was failing
861 2014-10-18 23:03:14 <sipa> the question of whether your transaction would be rejected doesn't make sense
862 2014-10-18 23:03:22 <starsoccer> well one sec I am refunding the address and will try to use a differnt tool to create it and send it
863 2014-10-18 23:03:33 <gmaxwell> you couldn't have authored it in the first place unless there were coins to spend.
864 2014-10-18 23:03:37 <sipa> you simply can't construct one in that case, as you need to refer to the previous transaction that credited it
865 2014-10-18 23:03:49 won9 has joined
866 2014-10-18 23:04:17 <starsoccer> well I sent another input to the address just its taking a while to show up for some reason
867 2014-10-18 23:04:23 justanotheruser has quit (Ping timeout: 245 seconds)
868 2014-10-18 23:04:36 * starsoccer yawns
869 2014-10-18 23:04:37 <sipa> #bitcoin please
870 2014-10-18 23:05:04 <starsoccer> sipa, I asked in #bitcoin a while back, but I get no response
871 2014-10-18 23:05:15 weilu has joined
872 2014-10-18 23:07:20 <starsoccer> oo weird my client isnt broadcasting the transaction. Anyway to have bitcoin-qt rebroadcast it?
873 2014-10-18 23:08:03 <sipa> it will occasionally
874 2014-10-18 23:08:07 <belcher_> use a pushtx site
875 2014-10-18 23:08:08 <sipa> every 20-30 minutes
876 2014-10-18 23:08:15 <belcher_> most blockchain explorers have them
877 2014-10-18 23:08:43 <starsoccer> sipa, yes I just read that from googling it. Anyway to rebroadcast manually?
878 2014-10-18 23:08:55 <sipa> what belcher_ said
879 2014-10-18 23:09:12 <starsoccer> let me figure out how to get the tx
880 2014-10-18 23:09:19 <sipa> gettransaction <txid>
881 2014-10-18 23:09:54 <starsoccer> copy the hex and broadcast that?
882 2014-10-18 23:10:10 <starsoccer> belcher_, can you send me a link to a site to pushtx
883 2014-10-18 23:10:15 <starsoccer> I tried blockchain.info but cant find it
884 2014-10-18 23:10:32 justanotheruser has joined
885 2014-10-18 23:10:36 <belcher_> http://btc.blockr.io/tx/push
886 2014-10-18 23:10:36 <starsoccer> oo wait found it
887 2014-10-18 23:10:45 <starsoccer> kk submiteed
888 2014-10-18 23:11:12 * starsoccer retries whole process
889 2014-10-18 23:11:18 <sipa> you should test on testnet
890 2014-10-18 23:12:10 <starsoccer> sipa, true
891 2014-10-18 23:12:20 belcher_ is now known as belcher
892 2014-10-18 23:12:30 <starsoccer> but none of the sites im trying to use have/allow test net :(
893 2014-10-18 23:12:37 <starsoccer> Luke-Jr, anyways tried it again and it didnt work
894 2014-10-18 23:12:40 <starsoccer> so it must be the site
895 2014-10-18 23:12:51 <sipa> why would you use a site?
896 2014-10-18 23:13:25 <starsoccer> sipa, mainly as Im working on creating my own solution, so I used some open source code but I have been having problems with it
897 2014-10-18 23:13:33 <starsoccer> my goal is to not run bitcoin-qt on the server
898 2014-10-18 23:13:41 <sipa> so use any other bitcoin wallet
899 2014-10-18 23:13:53 <starsoccer> I meant not run any bitcoin wallet on the server
900 2014-10-18 23:14:23 <Luke-Jr> starsoccer: step 1: don't use sites
901 2014-10-18 23:14:26 <sipa> i don't understand what you're trying to do then
902 2014-10-18 23:14:30 owlhooter has quit (Remote host closed the connection)
903 2014-10-18 23:14:38 <starsoccer> Luke-Jr, lol thanks
904 2014-10-18 23:14:45 <sipa> if you just want to rely on some 3rd party api that does everything for you, this is not the place to ask about it
905 2014-10-18 23:15:00 <starsoccer> sipa, im trying to create my own site that will do multi-signature escrow.
906 2014-10-18 23:15:06 owlhooter has joined
907 2014-10-18 23:15:11 <starsoccer> sipa, no, Im not relying on a 3rd party api
908 2014-10-18 23:15:41 <starsoccer> Im trying to use bitcoinjs and other open source projects/websites to create my own javascript multisignature solution
909 2014-10-18 23:15:42 <sipa> who will hold the keys?
910 2014-10-18 23:15:47 <starsoccer> sipa, the users of course
911 2014-10-18 23:15:54 <sipa> how do they sign?
912 2014-10-18 23:16:34 <starsoccer> well I want to offer them the ability to sign using my site by just giving my the private key if they are lazy, signing the tosign string i give them, or using a 3rd party site or bitcoin wallet they trust
913 2014-10-18 23:16:59 <sipa> well first make your solution work locally in a wallet
914 2014-10-18 23:17:08 <starsoccer> I have been trying to get the whole multisig to work for nearly a month now and just cnat
915 2014-10-18 23:17:19 <belcher> really? its easy once you get it
916 2014-10-18 23:17:30 <sipa> most things are easy once you get them :)
917 2014-10-18 23:17:30 <belcher> have you read gavin's pastebin about it?
918 2014-10-18 23:17:30 <starsoccer> belcher, yes really I know its quite sad
919 2014-10-18 23:17:38 <starsoccer> belcher, nope linky please
920 2014-10-18 23:18:25 <starsoccer> sipa, true, I mean right now on my site I already have the multisig address creation and redeemscript down and working. Its just the whole transaction selector and signing part that has been giving me lots of problems
921 2014-10-18 23:18:29 <belcher> https://gist.github.com/gavinandresen/3966071 starsoccer
922 2014-10-18 23:19:10 <gmaxwell> starsoccer: it sounds like you need to step back and understand it overall better?  If you're having this much trouble perhaps you should be thinking carefully about if you ready yet to write a site that handles other people's money.
923 2014-10-18 23:19:15 <starsoccer> belcher, thanks, but like I said Im not using bitcoind or any other software you have to run on the server. I want it to all be javascript preferably
924 2014-10-18 23:19:44 <belcher> there is this you know http://coinb.in/multisig/
925 2014-10-18 23:20:06 <belcher> also what gmaxwell said, dont use it with real coins for a while
926 2014-10-18 23:20:07 <gmaxwell> (I'm pretty concerned about the above when you were talking about finding out you had no coins when you were trying to _Broadcast_ rather than construct, as that suggests a really serious-- though also quite common-- misunderstanding of how bitcoin works)
927 2014-10-18 23:20:09 <starsoccer> gmaxwell, I understand the how multisig works and the overall idea, just I cant seem to find any code that works reliably or that I can get to work reliably
928 2014-10-18 23:20:28 <starsoccer> belcher, yes I know, I am using that site and its giving me problems
929 2014-10-18 23:20:40 coinheavy has quit ()
930 2014-10-18 23:21:43 <starsoccer> gmaxwell, yea its was pure stupidity by mean not realizing that
931 2014-10-18 23:22:06 sinetek has quit (Read error: Connection reset by peer)
932 2014-10-18 23:22:53 <starsoccer> okay 1 confirmation now trying it again
933 2014-10-18 23:22:54 <starsoccer> yay
934 2014-10-18 23:22:55 <starsoccer> lol
935 2014-10-18 23:23:00 hanti is now known as HANTI
936 2014-10-18 23:25:18 <starsoccer> okay good got it to work
937 2014-10-18 23:25:18 <gmaxwell> I just can't figure out what you possibly could have used as the txin txid in such a case!
938 2014-10-18 23:25:20 <starsoccer> thanks for the help guys
939 2014-10-18 23:25:35 <starsoccer> gmaxwell, well I just reused the same txid even tho I already spent it
940 2014-10-18 23:25:38 nullbyte has quit (Ping timeout: 245 seconds)
941 2014-10-18 23:25:40 <gmaxwell> ah
942 2014-10-18 23:25:48 <starsoccer> like I said was just pure stupidity
943 2014-10-18 23:26:04 <starsoccer> gmaxwell, its just been a long day
944 2014-10-18 23:26:06 DanMAbraham has joined
945 2014-10-18 23:27:35 aburan28 has quit (Ping timeout: 240 seconds)
946 2014-10-18 23:27:43 nullbyte has joined
947 2014-10-18 23:27:43 nullbyte has quit (Changing host)
948 2014-10-18 23:27:43 nullbyte has joined
949 2014-10-18 23:30:36 A has joined
950 2014-10-18 23:32:07 Centaure has quit (Remote host closed the connection)
951 2014-10-18 23:32:24 Centaure has joined
952 2014-10-18 23:32:34 nullbyte has quit (Ping timeout: 255 seconds)
953 2014-10-18 23:33:20 xenog has quit (Quit: Leaving.)
954 2014-10-18 23:33:33 Lightsword has joined
955 2014-10-18 23:34:01 nullbyte has joined
956 2014-10-18 23:34:01 nullbyte has quit (Changing host)
957 2014-10-18 23:34:01 nullbyte has joined
958 2014-10-18 23:36:00 belcher has quit (Quit: Leaving)
959 2014-10-18 23:39:26 nullbyte has quit (Ping timeout: 245 seconds)
960 2014-10-18 23:41:17 nullbyte has joined
961 2014-10-18 23:41:30 mpmcsweeney has joined
962 2014-10-18 23:44:56 xenogis has quit (Ping timeout: 272 seconds)
963 2014-10-18 23:46:00 WeCluster has joined
964 2014-10-18 23:47:01 nullbyte has quit (Ping timeout: 260 seconds)
965 2014-10-18 23:48:47 zenojis has joined
966 2014-10-18 23:49:19 WeCluster has quit (Client Quit)
967 2014-10-18 23:53:45 nullbyte has joined
968 2014-10-18 23:54:56 vmatekole has quit (Remote host closed the connection)
969 2014-10-18 23:55:15 RoboTeddy has joined
970 2014-10-18 23:55:53 zenojis has quit (Ping timeout: 260 seconds)
971 2014-10-18 23:56:48 da2ce7 has joined
972 2014-10-18 23:58:35 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
973 2014-10-18 23:58:56 nullbyte has quit (Ping timeout: 272 seconds)
974 2014-10-18 23:59:24 RoboTeddy has quit (Ping timeout: 244 seconds)