1 2011-08-23 00:00:14 <fabianhjr> UI think I am passing the arguments wrong
2 2011-08-23 00:00:21 <makomk> Oh?
3 2011-08-23 00:00:24 <fabianhjr> No, I am not
4 2011-08-23 00:00:48 <makomk> OK. That means your wallet.dat probably doesn't actually have any keys in, I think.
5 2011-08-23 00:00:59 <fabianhjr> makomk: so the other part was just doing /dev/sda and leaving it over night?
6 2011-08-23 00:01:13 <fabianhjr> (It is a 1TB drive after all)
7 2011-08-23 00:01:31 <makomk> fabianhjr: or whichever drive your wallet.dat was on, yeah,.
8 2011-08-23 00:02:23 <fabianhjr> Damn, I also recovered some __db.00x files, are these any good?
9 2011-08-23 00:02:34 <fabianhjr> addr.dat?
10 2011-08-23 00:02:39 <makomk> Probably not much use in my opinion.
11 2011-08-23 00:03:46 <fabianhjr> makomk: if I send you all the files with a possible 150 BTC grab, would you at least send the half back?(75 BTC * 12 USD = some cash)
12 2011-08-23 00:04:01 <makomk> addr.dat is just IP addresses and I haven't been able to find any recoverable keys in __db.00x files...
13 2011-08-23 00:04:38 <fabianhjr> i got an hex explorer and could swer I saw a name "key" -> more data in there.
14 2011-08-23 00:04:55 <makomk> In which one? That sounds promising.
15 2011-08-23 00:05:01 <fabianhjr> wallet.dat
16 2011-08-23 00:05:08 <SomeoneWeirdTAFE> hex?
17 2011-08-23 00:05:11 <SomeoneWeirdTAFE> meh
18 2011-08-23 00:05:15 <fabianhjr> Hexzadecimal viewr
19 2011-08-23 00:05:20 <makomk> OK. That's interesting.
20 2011-08-23 00:05:20 <SomeoneWeirdTAFE> i know what hex is ...
21 2011-08-23 00:05:40 <SomeoneWeirdTAFE> what you using to try and recover?
22 2011-08-23 00:06:34 <fabianhjr> http://www.cgsecurity.org suit + the recovery center send me the same files, though with a filename.
23 2011-08-23 00:07:04 <makomk> keyA by any chance?
24 2011-08-23 00:07:12 <fabianhjr> makomk: also, I see a lot of \00 in there.
25 2011-08-23 00:07:20 <fabianhjr> makomk: no, no single keyA
26 2011-08-23 00:07:22 <makomk> Lots of \00 is normal.
27 2011-08-23 00:07:34 <fabianhjr> Wait, I will do a second search just to be sure
28 2011-08-23 00:07:34 <makomk> OK. That's very interesting.
29 2011-08-23 00:08:12 <fabianhjr> makomk: I am using gedit, though I am not sure it is the best for the job.
30 2011-08-23 00:08:24 <fabianhjr> Also, it takes a shitload to load.
31 2011-08-23 00:08:46 Rabbit67890 has quit (Quit: Rabbit67890)
32 2011-08-23 00:10:24 theorb has joined
33 2011-08-23 00:10:42 hochron has quit (Quit: Leaving)
34 2011-08-23 00:10:43 theorbtwo has quit (Ping timeout: 252 seconds)
35 2011-08-23 00:10:56 theorb is now known as theorbtwo
36 2011-08-23 00:11:27 <makomk> fabianhjr: try "hexdump -C <filename> | less" at the command line...
37 2011-08-23 00:11:29 nhodges has quit (Ping timeout: 260 seconds)
38 2011-08-23 00:12:07 RandomMinds has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
39 2011-08-23 00:12:36 <fabianhjr> Wow, how does this works?
40 2011-08-23 00:12:54 <fabianhjr> 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 000ec000
41 2011-08-23 00:13:01 <fabianhjr> Tha is the output
42 2011-08-23 00:13:13 <SomeoneWeirdTAFE> thats hex
43 2011-08-23 00:13:26 <makomk> Yeah, hex and text on the right.
44 2011-08-23 00:13:45 <makomk> Type "/keyA" followed by enter.
45 2011-08-23 00:14:09 <fabianhjr> Not found ):
46 2011-08-23 00:14:23 <makomk> "/key" and enter?
47 2011-08-23 00:14:29 <SomeoneWeirdTAFE> "hexdump -C <file> | grep "/key" | less"
48 2011-08-23 00:14:56 <makomk> SomeoneWeirdTAFE: "grep key", even.
49 2011-08-23 00:15:15 <SomeoneWeirdTAFE> mhm
50 2011-08-23 00:16:07 <fabianhjr> Nothing, though gedit can see it. :.
51 2011-08-23 00:16:18 <SomeoneWeirdTAFE> screenie of gedit plz
52 2011-08-23 00:17:05 <cjdelisle> gedit can only read utf8 which the wallet file is not
53 2011-08-23 00:17:12 <cjdelisle> so I think you're looking in the wrong place
54 2011-08-23 00:17:15 WildSoil has quit (Ping timeout: 276 seconds)
55 2011-08-23 00:17:29 <someone42> SomeoneWeirdTAFE: that may not work if "keyA" occurs across a 16-byte boundary
56 2011-08-23 00:17:44 <SomeoneWeirdTAFE> i know, was worth a shot though
57 2011-08-23 00:18:09 dbitcoin has joined
58 2011-08-23 00:18:20 <fabianhjr> Weird, gedit is blank, not the document, gedit.
59 2011-08-23 00:18:31 <cjdelisle> what are you looking for? the string '/key'?
60 2011-08-23 00:19:15 <jgarzik> BlueMattBot: ?
61 2011-08-23 00:19:16 <BlueMattBot> jgarzik did you mean me? Unknown command '?'
62 2011-08-23 00:19:16 <BlueMattBot> Use 'BlueMattBot: help' to get help!
63 2011-08-23 00:20:19 <fabianhjr> jgarzik: he is AFK for a while.
64 2011-08-23 00:21:33 <makomk> fabianhjr: grep -c key <file>?
65 2011-08-23 00:21:54 <fabianhjr> makomk: 0
66 2011-08-23 00:22:01 dvide_ has joined
67 2011-08-23 00:22:10 <makomk> OK, it's definitely not in there then...
68 2011-08-23 00:22:27 kpfile_ has joined
69 2011-08-23 00:22:37 _sgstair has joined
70 2011-08-23 00:22:37 sgstair has quit (Disconnected by services)
71 2011-08-23 00:22:39 _sgstair is now known as sgstair
72 2011-08-23 00:22:39 jaromil_ has joined
73 2011-08-23 00:22:39 pierre`_ has joined
74 2011-08-23 00:22:47 Blitzboom_ has joined
75 2011-08-23 00:23:27 <makomk> See if running my recovery tool on your hard disk works? I have no other ideas, unless you used wallet encryption or something exotic.
76 2011-08-23 00:24:10 <log0s> fabianhjr: using python and a bdb module won't open the wallet.dat file? (sorry, i haven't read everything, so i don't know if you tried this or similar yet)
77 2011-08-23 00:24:17 <fabianhjr> Nothing exotic default config
78 2011-08-23 00:24:26 twobitcoins_ has joined
79 2011-08-23 00:25:27 <fabianhjr> I will get the HDD tomorrow and run the tool ver night.
80 2011-08-23 00:25:37 jmeller has joined
81 2011-08-23 00:26:19 gwillen_ has joined
82 2011-08-23 00:26:19 gwillen_ has quit (Changing host)
83 2011-08-23 00:26:19 gwillen_ has joined
84 2011-08-23 00:26:20 tcatm_ has joined
85 2011-08-23 00:26:21 kinlo_ has joined
86 2011-08-23 00:26:21 <fabianhjr> makomk: should I expect about 100 MB/s reading troughput?
87 2011-08-23 00:26:27 cosurg1 has joined
88 2011-08-23 00:26:58 _joe_ has joined
89 2011-08-23 00:26:59 lizthegr1y has joined
90 2011-08-23 00:27:03 <makomk> You should expect it to run at the maximum read speed of your disk, so about that.
91 2011-08-23 00:27:03 ferrousw1eel has joined
92 2011-08-23 00:27:18 <BTCTrader> here come the bots
93 2011-08-23 00:27:27 ppr has joined
94 2011-08-23 00:29:03 aldiyen_ has quit (Ping timeout: 240 seconds)
95 2011-08-23 00:29:08 pixglen_ has joined
96 2011-08-23 00:29:09 toffoo_ has joined
97 2011-08-23 00:29:16 dvide has quit (Ping timeout: 276 seconds)
98 2011-08-23 00:29:16 pixglen has quit (Ping timeout: 276 seconds)
99 2011-08-23 00:29:16 BlueMattBot has quit (Ping timeout: 276 seconds)
100 2011-08-23 00:29:16 toffoo has quit (Ping timeout: 276 seconds)
101 2011-08-23 00:29:17 cosurgi has quit (Ping timeout: 276 seconds)
102 2011-08-23 00:29:17 tcatm has quit (Ping timeout: 276 seconds)
103 2011-08-23 00:29:17 terracotta has quit (Ping timeout: 276 seconds)
104 2011-08-23 00:29:17 jaromil has quit (Ping timeout: 276 seconds)
105 2011-08-23 00:29:17 kinlo has quit (Ping timeout: 276 seconds)
106 2011-08-23 00:29:17 pierre` has quit (Ping timeout: 276 seconds)
107 2011-08-23 00:29:18 Blitzboom has quit (Ping timeout: 276 seconds)
108 2011-08-23 00:29:18 peper has quit (Ping timeout: 276 seconds)
109 2011-08-23 00:29:18 gwillen has quit (Ping timeout: 276 seconds)
110 2011-08-23 00:29:18 twobitcoins has quit (Ping timeout: 276 seconds)
111 2011-08-23 00:29:18 ferrouswheel has quit (Ping timeout: 276 seconds)
112 2011-08-23 00:29:18 BurningToad has quit (Ping timeout: 276 seconds)
113 2011-08-23 00:29:18 chinaskibit has quit (Ping timeout: 276 seconds)
114 2011-08-23 00:29:18 Kobier has quit (Ping timeout: 276 seconds)
115 2011-08-23 00:29:18 _W_ has quit (Ping timeout: 276 seconds)
116 2011-08-23 00:29:18 mpr has quit (Ping timeout: 276 seconds)
117 2011-08-23 00:29:19 _joe has quit (Ping timeout: 276 seconds)
118 2011-08-23 00:29:19 lizthegrey has quit (Ping timeout: 276 seconds)
119 2011-08-23 00:29:19 spin0 has quit (Ping timeout: 276 seconds)
120 2011-08-23 00:29:19 pixglen_ is now known as pixglen
121 2011-08-23 00:29:19 jmeller is now known as terracotta
122 2011-08-23 00:29:19 toffoo_ is now known as toffoo
123 2011-08-23 00:29:22 kinlo_ is now known as kinlo
124 2011-08-23 00:29:38 <fabianhjr> Split?
125 2011-08-23 00:29:53 Blitzboom_ is now known as Blitzboom
126 2011-08-23 00:29:59 Blitzboom has quit (Changing host)
127 2011-08-23 00:30:00 Blitzboom has joined
128 2011-08-23 00:30:33 spin0 has joined
129 2011-08-23 00:30:44 BlueMattBot has joined
130 2011-08-23 00:30:53 _W_ has joined
131 2011-08-23 00:31:19 chinaskibit has joined
132 2011-08-23 00:31:33 kloeri has quit (Ping timeout: 612 seconds)
133 2011-08-23 00:32:08 <makomk> Anyway, I'm off to bed. Night all!
134 2011-08-23 00:35:32 <fabianhjr> makomk: night, thanks for the aid and the tool contribution
135 2011-08-23 00:36:10 mpr has joined
136 2011-08-23 00:36:15 Plasma- has quit ()
137 2011-08-23 00:36:16 Kobier_ has joined
138 2011-08-23 00:37:03 <CIA-101> bitcoin: Con Kolivas * r02e126f42ddf cgminer/findnonce.h: The worksize was unintentionally changed back to 4k by mistake, this caused a slowdown.
139 2011-08-23 00:38:12 denisx has quit (Remote host closed the connection)
140 2011-08-23 00:38:20 denisx has joined
141 2011-08-23 00:41:22 denisx_ has joined
142 2011-08-23 00:42:36 <m03sizlak> anyone looking for a GREAT investment opportinity: https://bitcointalk.org/index.php?topic=38740.0
143 2011-08-23 00:44:39 denisx has quit (Ping timeout: 255 seconds)
144 2011-08-23 00:44:39 denisx_ is now known as denisx
145 2011-08-23 00:53:23 wirehead has joined
146 2011-08-23 00:53:40 boatski has joined
147 2011-08-23 00:56:47 IO-afk is now known as IO_
148 2011-08-23 00:57:00 hahuang65 has quit (Ping timeout: 240 seconds)
149 2011-08-23 00:57:02 <CIA-101> bitcoin: Con Kolivas * r088ee2fa2939 cgminer/main.c: Only use one thread to determine if a GPU is sick or well, and make sure to reset the sick restart attempt time.
150 2011-08-23 00:57:06 Cusipzzz has joined
151 2011-08-23 00:58:56 owowo has joined
152 2011-08-23 00:59:07 clr_ has joined
153 2011-08-23 01:03:28 SomeoneWeirdTAFE has quit (Ping timeout: 252 seconds)
154 2011-08-23 01:04:12 fabianhjr has quit (Ping timeout: 252 seconds)
155 2011-08-23 01:04:13 robotarmy has quit (Remote host closed the connection)
156 2011-08-23 01:06:11 sytse has quit (Read error: No route to host)
157 2011-08-23 01:08:52 WildSoil has joined
158 2011-08-23 01:11:27 tcatm_ has quit (Read error: Operation timed out)
159 2011-08-23 01:11:32 tcatm has joined
160 2011-08-23 01:11:35 Guest39969 has joined
161 2011-08-23 01:11:37 tcatm has quit (Changing host)
162 2011-08-23 01:11:37 tcatm has joined
163 2011-08-23 01:11:52 jimon has quit (Ping timeout: 257 seconds)
164 2011-08-23 01:15:02 wardearia has quit (Ping timeout: 240 seconds)
165 2011-08-23 01:15:17 Incitatus has quit (Ping timeout: 245 seconds)
166 2011-08-23 01:18:04 sawdearia has joined
167 2011-08-23 01:18:52 sawdearia is now known as wardearia
168 2011-08-23 01:24:35 DaQatz has quit (Read error: Connection reset by peer)
169 2011-08-23 01:24:50 DaQatz has joined
170 2011-08-23 01:26:23 lizthegr1y is now known as lizthegrey
171 2011-08-23 01:27:13 sytse has joined
172 2011-08-23 01:28:51 Incitatus has joined
173 2011-08-23 01:31:36 wolfspraul has joined
174 2011-08-23 01:43:39 coblee has quit (2!~chocobo@nat/google/x-vetbknvwcnnzxgnu|Ping timeout: 260 seconds)
175 2011-08-23 01:52:02 <CIA-101> bitcoin: Con Kolivas * rced4a9ac92c2 cgminer/ (main.c miner.h): Clean up the pool switching to not be dependent on whether the work can roll or not by setting a lagging flag and then the idle flag.
176 2011-08-23 02:09:39 Lopuz has joined
177 2011-08-23 02:12:01 <CIA-101> bitcoin: Con Kolivas * rb4d6b11b9a10 cgminer/main.c: Only display the lagging message if we've requested the work earlier.
178 2011-08-23 02:12:02 <CIA-101> bitcoin: Con Kolivas * r5acdbec47dae cgminer/main.c: Make the fail-pause progressively longer each time it fails until the network recovers.
179 2011-08-23 02:13:03 puhc has joined
180 2011-08-23 02:17:04 owowo has quit (Read error: Connection reset by peer)
181 2011-08-23 02:18:31 <sytse> kolivas!
182 2011-08-23 02:18:35 <sytse> didn't know he was involved :)
183 2011-08-23 02:19:09 <Diablo-D3> uh
184 2011-08-23 02:19:12 <Diablo-D3> are you shitting me/
185 2011-08-23 02:19:14 <Diablo-D3> he wrote it.
186 2011-08-23 02:19:45 <sytse> uhhuh
187 2011-08-23 02:20:58 <sytse> didn't know he was into bitcoins though
188 2011-08-23 02:21:29 <Diablo-D3> thats probably my fault
189 2011-08-23 02:21:43 <Diablo-D3> he couldnt stand the fact the most popular miner was written in java
190 2011-08-23 02:22:57 <JFK911> valid point of consternation :P
191 2011-08-23 02:23:17 <sytse> must be good, a miner written by an anaesthesist :)
192 2011-08-23 02:23:31 <sytse> Diablo-D3: I wouldn't be able to stand that either
193 2011-08-23 02:23:56 <Diablo-D3> well too bad, my miner is superior.
194 2011-08-23 02:24:15 <sytse> right :P
195 2011-08-23 02:24:18 Lopuz has left ("Leaving")
196 2011-08-23 02:24:23 denisx has quit (Quit: denisx)
197 2011-08-23 02:25:32 <sytse> now for the question when mining will finally be possible with a fully FOSS driver..
198 2011-08-23 02:29:12 ppr is now known as peper
199 2011-08-23 02:29:47 <Diablo-D3> eventually
200 2011-08-23 02:34:15 asher^ has joined
201 2011-08-23 02:36:14 RobinPKR has quit (Ping timeout: 240 seconds)
202 2011-08-23 02:36:29 RobinPKR has joined
203 2011-08-23 02:37:55 <sytse> mm
204 2011-08-23 02:38:03 <sytse> I just saw the lion king
205 2011-08-23 02:38:05 * sytse feels dirty
206 2011-08-23 02:39:49 <sytse> for watching a post-walt-disney disney film, that is..
207 2011-08-23 02:44:17 <sytse> although they say that bambi ii is good.. go figure.
208 2011-08-23 02:47:44 cybergggirl has joined
209 2011-08-23 02:50:51 cybergggirl has quit (Client Quit)
210 2011-08-23 02:52:01 <CIA-101> bitcoin: Con Kolivas * rf6591379fba3 cgminer/main.c: Minimise how much more work can be given in cpu mining threads each interval.
211 2011-08-23 02:52:02 <CIA-101> bitcoin: Con Kolivas * r175ef7d93664 cgminer/NEWS: Update news.
212 2011-08-23 02:52:04 <CIA-101> bitcoin: Con Kolivas * rd9accc48466f cgminer/main.c: Put a lower limit on the nonce increment in cpu mining.
213 2011-08-23 02:52:48 [7] has quit (Disconnected by services)
214 2011-08-23 02:53:00 TheSeven has joined
215 2011-08-23 03:03:25 dvide_ has quit ()
216 2011-08-23 03:03:40 kpfile_ is now known as BurningToad_
217 2011-08-23 03:04:58 fingster has joined
218 2011-08-23 03:08:08 fingster has quit (Client Quit)
219 2011-08-23 03:08:18 clr__ has joined
220 2011-08-23 03:09:51 clr_ has quit (Read error: Operation timed out)
221 2011-08-23 03:11:19 peterpansen_ has joined
222 2011-08-23 03:11:50 Rabbit67890 has joined
223 2011-08-23 03:14:47 peterpansen has quit (Ping timeout: 264 seconds)
224 2011-08-23 03:15:40 Rabbit67890_ has joined
225 2011-08-23 03:16:48 clr__ is now known as c00w
226 2011-08-23 03:17:23 c00w has quit (Quit: Ex-Chat)
227 2011-08-23 03:17:35 Rabbit67890_ has quit (Remote host closed the connection)
228 2011-08-23 03:17:44 Rabbit67890_ has joined
229 2011-08-23 03:18:56 Rabbit67890 has quit (Ping timeout: 246 seconds)
230 2011-08-23 03:18:58 Rabbit67890_ is now known as Rabbit67890
231 2011-08-23 03:19:04 vragnaroda has quit (Quit:)
232 2011-08-23 03:20:43 vragnaroda has joined
233 2011-08-23 03:21:09 vragnaroda is now known as Guest90760
234 2011-08-23 03:21:25 MrTiggr is now known as MrTiggrAFK
235 2011-08-23 03:21:26 Guest90760 has quit (Client Quit)
236 2011-08-23 03:22:09 EPiSKiNG- has quit (Ping timeout: 255 seconds)
237 2011-08-23 03:24:17 Staatsfeind has joined
238 2011-08-23 03:25:12 minimoose has joined
239 2011-08-23 03:30:16 clr_ has joined
240 2011-08-23 03:30:54 clr_ is now known as c00w
241 2011-08-23 03:35:00 boatski has quit (Quit: Computer has gone to sleep.)
242 2011-08-23 03:40:15 DontMindMe2 has joined
243 2011-08-23 03:41:19 DontMindMe has quit (Ping timeout: 260 seconds)
244 2011-08-23 03:42:55 DontMindMe2 has quit (Client Quit)
245 2011-08-23 03:46:41 TuxBlackEdo has quit (Ping timeout: 252 seconds)
246 2011-08-23 03:48:12 Guest39969 has quit (Ping timeout: 245 seconds)
247 2011-08-23 03:48:32 cacheson has quit (Ping timeout: 252 seconds)
248 2011-08-23 03:51:31 hahuang65 has joined
249 2011-08-23 03:52:50 Cusipzzz has quit (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
250 2011-08-23 03:53:01 jimon has joined
251 2011-08-23 03:56:32 TuxBlackEdo has joined
252 2011-08-23 03:56:59 BitterTea has joined
253 2011-08-23 04:00:11 DontMindMe has joined
254 2011-08-23 04:04:53 cacheson has joined
255 2011-08-23 04:08:38 magn3ts has quit (Ping timeout: 240 seconds)
256 2011-08-23 04:09:31 aldiyen_ has joined
257 2011-08-23 04:09:49 aldiyen has quit (Read error: Operation timed out)
258 2011-08-23 04:11:18 puhc has left ("Leaving")
259 2011-08-23 04:14:59 BitterTea has quit (Quit: leaving)
260 2011-08-23 04:18:21 sacarlson has quit (Ping timeout: 240 seconds)
261 2011-08-23 04:18:42 minimoose has quit (Quit: minimoose)
262 2011-08-23 04:22:49 num1 has joined
263 2011-08-23 04:25:31 magn3ts has joined
264 2011-08-23 04:32:42 sacarlson has joined
265 2011-08-23 04:36:44 agricocb has quit (Remote host closed the connection)
266 2011-08-23 04:40:54 gjs278 has quit (Read error: Connection reset by peer)
267 2011-08-23 04:41:00 agricocb has joined
268 2011-08-23 04:41:22 agricocb has quit (Remote host closed the connection)
269 2011-08-23 04:42:29 agricocb has joined
270 2011-08-23 04:43:54 ThomasV has joined
271 2011-08-23 04:47:57 agricocb has quit (Remote host closed the connection)
272 2011-08-23 04:50:59 agricocb has joined
273 2011-08-23 04:52:13 agricocb has quit (Remote host closed the connection)
274 2011-08-23 04:53:14 agricocb has joined
275 2011-08-23 05:02:10 zeropointo has quit (Remote host closed the connection)
276 2011-08-23 05:02:41 zeropointo has joined
277 2011-08-23 05:09:19 gwillen_ is now known as gwillen
278 2011-08-23 05:16:37 c00w has quit (Quit: Ex-Chat)
279 2011-08-23 05:22:22 robotarmy has joined
280 2011-08-23 05:25:47 RazielZ has joined
281 2011-08-23 05:29:18 robotarmy has quit (Remote host closed the connection)
282 2011-08-23 05:45:49 k9quaint has quit (Ping timeout: 268 seconds)
283 2011-08-23 05:50:39 gjs278 has joined
284 2011-08-23 05:53:36 Staatsfeind is now known as vragnaroda
285 2011-08-23 05:55:18 Maged has quit (Quit: ChatZilla 0.9.87 [Firefox 6.0/20110811165603])
286 2011-08-23 06:01:27 larsivi has quit (Ping timeout: 240 seconds)
287 2011-08-23 06:02:31 Backburn has quit ()
288 2011-08-23 06:09:03 amiller has quit (Ping timeout: 245 seconds)
289 2011-08-23 06:10:16 Incitatus has quit (Quit: Leaving)
290 2011-08-23 06:13:45 ThomasV has quit (Ping timeout: 260 seconds)
291 2011-08-23 06:16:02 BTCTrader has quit (Quit: BTCTrader)
292 2011-08-23 06:21:33 ThomasV has joined
293 2011-08-23 06:21:41 ThomasV has quit (Changing host)
294 2011-08-23 06:21:41 ThomasV has joined
295 2011-08-23 06:23:07 SomeoneWeird has joined
296 2011-08-23 06:23:19 Rabbit67890_ has joined
297 2011-08-23 06:27:46 Rabbit67890 has quit (Ping timeout: 268 seconds)
298 2011-08-23 06:27:46 Rabbit67890_ is now known as Rabbit67890
299 2011-08-23 06:34:25 SomeoneWeird is now known as SomeoneWeirdAFK
300 2011-08-23 06:37:16 k9quaint has joined
301 2011-08-23 06:37:59 ahihi2 has quit (Ping timeout: 258 seconds)
302 2011-08-23 06:39:42 ahihi2 has joined
303 2011-08-23 06:39:49 DD- has joined
304 2011-08-23 06:42:29 Rabbit67890 has quit (Quit: Rabbit67890)
305 2011-08-23 06:46:49 RickyC has quit (Read error: Connection reset by peer)
306 2011-08-23 06:47:15 RickyC has joined
307 2011-08-23 06:47:44 pickett has quit (Ping timeout: 250 seconds)
308 2011-08-23 06:48:07 pickett has joined
309 2011-08-23 07:05:22 dbosk has joined
310 2011-08-23 07:10:01 mnass_ has joined
311 2011-08-23 07:12:51 markus_wanner has quit (Quit: leaving)
312 2011-08-23 07:12:57 markus_wanner has joined
313 2011-08-23 07:13:27 mnass has quit (Ping timeout: 240 seconds)
314 2011-08-23 07:13:38 mnass_ is now known as mnass
315 2011-08-23 07:16:41 k9quaint has quit (Ping timeout: 240 seconds)
316 2011-08-23 07:17:06 josephcp has quit (Ping timeout: 268 seconds)
317 2011-08-23 07:17:23 zeropointo has quit (Ping timeout: 245 seconds)
318 2011-08-23 07:17:46 [1]mr_moon has joined
319 2011-08-23 07:18:23 huk has quit ()
320 2011-08-23 07:19:22 HardDisk_WP has quit (Ping timeout: 252 seconds)
321 2011-08-23 07:20:13 mr_moon has quit (Ping timeout: 255 seconds)
322 2011-08-23 07:20:13 [1]mr_moon is now known as mr_moon
323 2011-08-23 07:24:55 SomeoneWeirdAFK is now known as SomeoneWeird
324 2011-08-23 07:30:43 AStove has joined
325 2011-08-23 07:31:50 HardDisk_WP has joined
326 2011-08-23 07:31:52 HardDisk_WP has quit (Changing host)
327 2011-08-23 07:31:52 HardDisk_WP has joined
328 2011-08-23 07:32:27 bittwist_ has joined
329 2011-08-23 07:34:15 moa7 has joined
330 2011-08-23 07:34:46 b4epoche_ has quit (Ping timeout: 252 seconds)
331 2011-08-23 07:34:53 KeKeK has joined
332 2011-08-23 07:35:42 nemesis51 is now known as away!~nemesis@178-25-127-144-dynip.superkabel.de|nemesis51
333 2011-08-23 07:35:50 bittwist has quit (Ping timeout: 250 seconds)
334 2011-08-23 07:36:16 DD- has quit (Ping timeout: 250 seconds)
335 2011-08-23 07:36:39 ThomasV has quit (Ping timeout: 240 seconds)
336 2011-08-23 07:36:53 dbitcoin has quit (Remote host closed the connection)
337 2011-08-23 07:37:55 dbitcoin has joined
338 2011-08-23 07:38:34 abragin has joined
339 2011-08-23 07:39:21 asuk has joined
340 2011-08-23 07:39:49 KeKeK is now known as DD-
341 2011-08-23 07:41:42 xoxoKarenMxoxo has joined
342 2011-08-23 07:53:14 nr9 has joined
343 2011-08-23 07:55:05 quellhorst has quit (Ping timeout: 260 seconds)
344 2011-08-23 07:55:59 quellhorst has joined
345 2011-08-23 07:56:25 quellhorst is now known as Guest42233
346 2011-08-23 07:59:54 Daniel0108 has joined
347 2011-08-23 08:02:24 cosurg1 is now known as cosurgi
348 2011-08-23 08:05:12 dbitcoin has quit (Remote host closed the connection)
349 2011-08-23 08:06:19 dbitcoin has joined
350 2011-08-23 08:21:44 larsivi has joined
351 2011-08-23 08:22:55 SISUbtcX has joined
352 2011-08-23 08:23:14 erus` has joined
353 2011-08-23 08:31:09 xoxoKarenMxoxo has quit (Ping timeout: 245 seconds)
354 2011-08-23 08:34:27 traviscj_ has joined
355 2011-08-23 08:35:57 cypherdoc has joined
356 2011-08-23 08:36:02 traviscj has quit (Ping timeout: 240 seconds)
357 2011-08-23 08:36:41 noagendamarket has quit (Ping timeout: 260 seconds)
358 2011-08-23 08:38:44 cypherdoc has quit (Client Quit)
359 2011-08-23 08:44:11 nemesis51 is now known as nemesis51|away
360 2011-08-23 08:50:19 log0s has quit (Ping timeout: 245 seconds)
361 2011-08-23 09:06:34 devrandom has quit (Ping timeout: 245 seconds)
362 2011-08-23 09:08:54 asuk has quit (Quit: Lost terminal)
363 2011-08-23 09:09:43 [1]mr_moon has joined
364 2011-08-23 09:11:10 Burgundy has quit (Ping timeout: 252 seconds)
365 2011-08-23 09:11:23 mr_moon has quit (Ping timeout: 255 seconds)
366 2011-08-23 09:11:23 [1]mr_moon is now known as mr_moon
367 2011-08-23 09:13:25 IO_ has quit (Ping timeout: 252 seconds)
368 2011-08-23 09:15:36 IO_ has joined
369 2011-08-23 09:17:42 KenArmitt has joined
370 2011-08-23 09:43:51 Daniel0108 has quit (Ping timeout: 240 seconds)
371 2011-08-23 09:44:15 fnord0 has joined
372 2011-08-23 09:55:53 devrandom has joined
373 2011-08-23 09:57:36 fnord0 has quit (Remote host closed the connection)
374 2011-08-23 10:00:26 fnord0 has joined
375 2011-08-23 10:01:27 RealSolid has quit (Ping timeout: 250 seconds)
376 2011-08-23 10:04:55 xoxoKarenMxoxo has joined
377 2011-08-23 10:06:13 RealSolid has joined
378 2011-08-23 10:12:49 ThomasV has joined
379 2011-08-23 10:19:17 toffoo has quit ()
380 2011-08-23 10:24:54 Amincd has joined
381 2011-08-23 10:26:45 moa7 has left ()
382 2011-08-23 10:27:29 Amincd has quit (Client Quit)
383 2011-08-23 10:27:45 Amincd has joined
384 2011-08-23 10:33:39 xoxoKarenMxoxo has quit (Ping timeout: 245 seconds)
385 2011-08-23 10:42:07 vigilyn has joined
386 2011-08-23 10:44:08 traviscj has joined
387 2011-08-23 10:44:31 traviscj_ has quit (Ping timeout: 240 seconds)
388 2011-08-23 10:46:18 xoxoKarenMxoxo has joined
389 2011-08-23 10:51:42 theymos has joined
390 2011-08-23 10:52:40 Amincd has quit (Quit: Page closed)
391 2011-08-23 10:53:53 Runnigan has joined
392 2011-08-23 10:59:39 Lopuz has joined
393 2011-08-23 11:01:10 p0s has joined
394 2011-08-23 11:10:00 Clipse has quit (Quit: Clipse)
395 2011-08-23 11:10:42 FellowTraveler has quit (Quit: Leaving.)
396 2011-08-23 11:16:26 WakiMiko has joined
397 2011-08-23 11:17:26 lookdang has joined
398 2011-08-23 11:19:22 WakiMiko_ has quit (Ping timeout: 240 seconds)
399 2011-08-23 11:22:01 lookdang has quit (Ping timeout: 264 seconds)
400 2011-08-23 11:33:04 BitcoinForNewegg has quit ()
401 2011-08-23 11:34:42 theymos has quit (Remote host closed the connection)
402 2011-08-23 11:40:25 MobiusL_ has joined
403 2011-08-23 11:41:11 MobiusL has quit (Ping timeout: 252 seconds)
404 2011-08-23 11:42:31 Clipse has joined
405 2011-08-23 11:43:55 p0s has quit (Remote host closed the connection)
406 2011-08-23 11:46:09 MobiusL_ has quit (Ping timeout: 245 seconds)
407 2011-08-23 11:46:46 MobiusL_ has joined
408 2011-08-23 11:51:10 MrTiggrAFK is now known as MrTiggr
409 2011-08-23 12:17:42 dvide has joined
410 2011-08-23 12:18:39 MobiusL_ has quit (Ping timeout: 245 seconds)
411 2011-08-23 12:19:26 MobiusL_ has joined
412 2011-08-23 12:24:03 wolfspraul has quit (Ping timeout: 240 seconds)
413 2011-08-23 12:26:22 wolfspraul has joined
414 2011-08-23 12:27:03 wolfspraul has quit (Client Quit)
415 2011-08-23 12:27:24 wolfspraul has joined
416 2011-08-23 12:28:47 datagutt has joined
417 2011-08-23 12:31:01 magn3ts has quit (Ping timeout: 260 seconds)
418 2011-08-23 12:31:44 log0s has joined
419 2011-08-23 12:35:20 MobiusL_ has quit (Ping timeout: 245 seconds)
420 2011-08-23 12:36:14 MobiusL_ has joined
421 2011-08-23 12:42:40 Phoebus has joined
422 2011-08-23 12:44:05 MobiusL_ has quit (Ping timeout: 245 seconds)
423 2011-08-23 12:44:55 MobiusL_ has joined
424 2011-08-23 12:46:06 larsivi has quit (Ping timeout: 252 seconds)
425 2011-08-23 12:46:26 d1g1t4l has joined
426 2011-08-23 12:46:53 magn3ts has joined
427 2011-08-23 12:46:55 d1g1t4l has quit (Client Quit)
428 2011-08-23 12:58:11 larsivi has joined
429 2011-08-23 12:59:08 Lopuz has quit (Ping timeout: 250 seconds)
430 2011-08-23 12:59:14 erus`_ has joined
431 2011-08-23 13:00:20 erus` has quit (Ping timeout: 245 seconds)
432 2011-08-23 13:00:21 erus`_ is now known as erus`
433 2011-08-23 13:08:59 huk has joined
434 2011-08-23 13:09:51 normanrichards has joined
435 2011-08-23 13:11:10 MobiusL_ has quit (Ping timeout: 245 seconds)
436 2011-08-23 13:11:48 MobiusL_ has joined
437 2011-08-23 13:16:12 shLONG has joined
438 2011-08-23 13:23:21 b4epoche_ has joined
439 2011-08-23 13:23:24 d1g1t4l has joined
440 2011-08-23 13:23:40 MobiusL_ has quit (Ping timeout: 245 seconds)
441 2011-08-23 13:24:27 MobiusL_ has joined
442 2011-08-23 13:25:37 xoxoKarenMxoxo has quit (Read error: Connection reset by peer)
443 2011-08-23 13:26:53 xoxoKarenMxoxo has joined
444 2011-08-23 13:30:14 somuchwin2 has quit (Ping timeout: 240 seconds)
445 2011-08-23 13:30:16 somuchwin has joined
446 2011-08-23 13:35:53 TiggrBot has joined
447 2011-08-23 13:36:51 TheAncientGoat has joined
448 2011-08-23 13:36:51 didd has joined
449 2011-08-23 13:44:55 xoxoKarenMxoxo has quit (Ping timeout: 245 seconds)
450 2011-08-23 13:45:20 MobiusL_ has quit (Ping timeout: 245 seconds)
451 2011-08-23 13:45:53 MobiusL_ has joined
452 2011-08-23 13:46:41 didd has quit (Quit: Page closed)
453 2011-08-23 13:51:00 d1g1t4l has quit (Quit: Leaving)
454 2011-08-23 13:51:21 <upb> luke-jr: time to pray
455 2011-08-23 13:53:46 <MrSam> :P
456 2011-08-23 13:53:56 <MrSam> prayday !
457 2011-08-23 13:54:18 <MrSam> Prey is a first-person shooter in which players take on the role of a character who must fight against multiple alien races.
458 2011-08-23 13:57:07 <CIA-101> libbitcoin: genjix * r18d695adf20c /src/kernel.cpp: Replaced old display_byte_array with hexlify
459 2011-08-23 13:57:50 xoxoKarenMxoxo has joined
460 2011-08-23 13:58:15 MobiusL_ has quit (Ping timeout: 245 seconds)
461 2011-08-23 13:58:52 MobiusL_ has joined
462 2011-08-23 14:08:15 MobiusL_ has quit (Ping timeout: 245 seconds)
463 2011-08-23 14:08:49 MobiusL_ has joined
464 2011-08-23 14:12:06 sirky has joined
465 2011-08-23 14:12:45 d1g1t4l has joined
466 2011-08-23 14:14:39 Clipse has quit (Read error: Connection reset by peer)
467 2011-08-23 14:14:45 d1g1t4l has quit (Client Quit)
468 2011-08-23 14:20:29 minimoose has joined
469 2011-08-23 14:22:00 copumpkin has quit (Quit: Leaving...)
470 2011-08-23 14:23:24 Lopuz has joined
471 2011-08-23 14:25:06 larsivi has quit (Ping timeout: 252 seconds)
472 2011-08-23 14:26:09 copumpkin has joined
473 2011-08-23 14:29:55 minimoose has quit (Quit: minimoose)
474 2011-08-23 14:30:50 Phoebus has quit (Read error: Connection reset by peer)
475 2011-08-23 14:31:03 MobiusL_ has quit (Ping timeout: 240 seconds)
476 2011-08-23 14:31:52 Lopuz has quit (Ping timeout: 258 seconds)
477 2011-08-23 14:31:55 MobiusL_ has joined
478 2011-08-23 14:33:05 newbie has joined
479 2011-08-23 14:33:42 k9quaint has joined
480 2011-08-23 14:34:16 Clipse has joined
481 2011-08-23 14:35:31 DukeOfURL has joined
482 2011-08-23 14:37:34 <DukeOfURL> Windows rebooted itself last night after installing updates. When I attempt to start the bitcoin client, I get "11DbException Dbc::get: DB_PAGE_NOTFOUND" Is this a known bug?
483 2011-08-23 14:38:15 <DukeOfURL> 0.3.24
484 2011-08-23 14:41:36 <imsaguy2> go into your appdata folder and delete the stuff in the bitcoin folder, everything but wallet.dat
485 2011-08-23 14:42:32 <imsaguy2> it'll redownload the block chain. Sounds like something got corrupted, probably an unclean shutdown from the update
486 2011-08-23 14:44:08 <SomeoneWeird> make a copy of your wallet to a dff hdd aswell
487 2011-08-23 14:44:28 <DukeOfURL> yea, Windows rebooted itself last night
488 2011-08-23 14:44:42 <DukeOfURL> imsaguy2: thx
489 2011-08-23 14:45:26 <log0s> doesn't sound too user friendly
490 2011-08-23 14:46:01 <Diablo-D3> yeah thats windows for you
491 2011-08-23 14:47:33 <imsaguy2> log0s, has nothing to do with bitcoin. windows forced closed bitcoin instead of allowing a clean shutdown
492 2011-08-23 14:47:55 <imsaguy2> DukeOfURL, what version of win?
493 2011-08-23 14:48:23 <mtrlt> imsaguy2: but bitcoin could be aware that a situation like that could occur
494 2011-08-23 14:48:32 <imsaguy2> lol
495 2011-08-23 14:48:55 <imsaguy2> you're right, there should be a db fix tool built right now
496 2011-08-23 14:49:05 <log0s> imsaguy2: has everything to do with bitcoin...if it can't recover from a forced shutdown (whether due to reboots or even just power outages), it's not very user friendly when some non-technical person tries to run bitcoin and it doesn't work and if they see any error message at all, it's that cryptic message DukeOfURL posted
497 2011-08-23 14:50:30 <imsaguy2> if it is indeed a corrupted blockchain, it could very well truncate where the error is and redownload the missing blocks instead of everything, I agree.
498 2011-08-23 14:50:46 <imsaguy2> log0s: submit a patch.
499 2011-08-23 14:51:09 <log0s> imsaguy2: i don't want anything to do with that shitty codebase...i have my own code
500 2011-08-23 14:51:10 MobiusL_ has quit (Ping timeout: 245 seconds)
501 2011-08-23 14:51:31 <imsaguy2> link?
502 2011-08-23 14:51:53 MobiusL_ has joined
503 2011-08-23 14:56:14 bittwist_ is now known as bittwist
504 2011-08-23 15:00:40 <log0s> sorry, it's not publicly available
505 2011-08-23 15:02:10 kanoi has joined
506 2011-08-23 15:03:24 aldiyen_ has quit (Quit: Leaving)
507 2011-08-23 15:04:43 erle- has joined
508 2011-08-23 15:05:26 Clipse has quit (Quit: Clipse)
509 2011-08-23 15:06:19 <b4epoche> that's the spirit!
510 2011-08-23 15:06:44 kanoi has quit (Quit: leaving)
511 2011-08-23 15:06:48 Lopuz has joined
512 2011-08-23 15:07:37 DD- has quit ()
513 2011-08-23 15:07:41 gavinandresen has joined
514 2011-08-23 15:08:23 kanoi has joined
515 2011-08-23 15:08:37 zapnap has joined
516 2011-08-23 15:09:00 BlueMatt has joined
517 2011-08-23 15:09:31 <b4epoche> BlueMatt: IRC'ing from class?
518 2011-08-23 15:11:44 <BlueMatt> just got back from the first one
519 2011-08-23 15:12:16 <BlueMatt> ircing from class on the first day would be a bit...much
520 2011-08-23 15:15:10 BTCTrader has joined
521 2011-08-23 15:18:40 erle- has quit (Ping timeout: 245 seconds)
522 2011-08-23 15:19:28 <kanoi> just wondering if I'm looking for something that isn't there - can bitcoin/d get any transaction/address e.g. is there something like CBlockIndex for 1 or both of them? (or would I have to search the CBlockIndex via the 'outs
523 2011-08-23 15:20:30 <lfm> you can get any transaction
524 2011-08-23 15:20:51 <lfm> you just need the txn id
525 2011-08-23 15:21:20 <kanoi> in code you mean (the json seems to not do that)
526 2011-08-23 15:21:23 <kanoi> ?
527 2011-08-23 15:22:19 <lfm> gettransaction <txid>
528 2011-08-23 15:22:43 Rabbit67890 has joined
529 2011-08-23 15:22:58 <lfm> thats from the bitcoin(d) command line. I think json is the same
530 2011-08-23 15:23:35 <kanoi> only seems to get your wallet txns (and the code uses the mapWallet)
531 2011-08-23 15:23:54 <lfm> oh
532 2011-08-23 15:24:05 MobiusL_ has quit (Ping timeout: 245 seconds)
533 2011-08-23 15:24:46 MobiusL_ has joined
534 2011-08-23 15:25:31 <kanoi> using the CBlockIndex (slow) via the out's seems to be the only answer but I'm just making sure I'm right and haven't missed something I thought I couldn't find
535 2011-08-23 15:25:41 <lfm> you might use block explorer then
536 2011-08-23 15:26:07 <kanoi> lol not quite an option in a program to call curl for that :P
537 2011-08-23 15:26:25 <lfm> lots of people do
538 2011-08-23 15:26:57 devon_hillard has joined
539 2011-08-23 15:26:57 devon_hillard has quit (Changing host)
540 2011-08-23 15:26:57 devon_hillard has joined
541 2011-08-23 15:26:57 genjix has joined
542 2011-08-23 15:27:01 <genjix> gavinandresen: hey
543 2011-08-23 15:27:07 <genjix> could OP_CAT work?
544 2011-08-23 15:27:14 <gavinandresen> OP_CAT is disabled
545 2011-08-23 15:27:26 MobiusL_ has quit (Client Quit)
546 2011-08-23 15:27:59 MobiusL has joined
547 2011-08-23 15:28:28 <genjix> by disabled you mean replaced with a single return false, right?
548 2011-08-23 15:28:33 <gavinandresen> yes
549 2011-08-23 15:28:33 <genjix> seems to be intact in script.cpp
550 2011-08-23 15:29:01 <genjix> oh wait, it doesn't re-insert it back on the stack...
551 2011-08-23 15:29:05 <gavinandresen> genjix and I are talking about: https://gist.github.com/39158239e36f6af69d6f
552 2011-08-23 15:29:46 <genjix> yep sorry all
553 2011-08-23 15:29:55 <gavinandresen> (multi-signature transactions)
554 2011-08-23 15:30:05 BTCTrader has quit (Quit: BTCTrader)
555 2011-08-23 15:30:10 <genjix> that's too bad that ADD is limited to 4 byte ints
556 2011-08-23 15:30:28 Rabbit67890 has quit (Quit: Rabbit67890)
557 2011-08-23 15:30:31 <gavinandresen> yup, didn't even notice it until I took a closer look at groffer's escrow patch
558 2011-08-23 15:31:20 BTCTrader has joined
559 2011-08-23 15:31:25 BTCTrader has quit (Client Quit)
560 2011-08-23 15:31:36 darbsllim has joined
561 2011-08-23 15:31:46 darbsllim has left ()
562 2011-08-23 15:32:07 <BlueMatt> anything interesting happen at bitconf?
563 2011-08-23 15:32:33 toffoo has joined
564 2011-08-23 15:32:56 <gavinandresen> No earth-shaking announcements...
565 2011-08-23 15:33:12 <imsaguy2> a couple streakers and one wicked beer pong tournement, but otherwise, pretty tame
566 2011-08-23 15:33:18 <BlueMatt> hehe
567 2011-08-23 15:33:28 <kinlo> how many conferences are there? :)
568 2011-08-23 15:33:42 <kinlo> I'm loosing track of them all :)
569 2011-08-23 15:33:50 <gavinandresen> Bruce has 2 more conferences and a cruise planned
570 2011-08-23 15:34:15 <BlueMatt> damn
571 2011-08-23 15:34:21 <BlueMatt> when?
572 2011-08-23 15:34:46 <gavinandresen> Thailand in February... I forget when the others are (Amsterdam in the summer maybe?)
573 2011-08-23 15:34:55 wardearia has quit (Ping timeout: 245 seconds)
574 2011-08-23 15:35:02 <BlueMatt> wow, hes getting busy
575 2011-08-23 15:35:28 <ThomasV> why did you guys opt for thailand ?
576 2011-08-23 15:36:11 <kinlo> amsterdam in the summer: the summer is almost over :)
577 2011-08-23 15:36:16 <gavinandresen> "you guys" is Bruce.
578 2011-08-23 15:36:18 <kinlo> so that would be now? :)
579 2011-08-23 15:36:31 <ThomasV> oh he was the only one deciding ?
580 2011-08-23 15:36:34 <jgarzik> gavinandresen: the Bruce Wants Awesome Vacations world tour
581 2011-08-23 15:36:42 <BlueMatt> hehe
582 2011-08-23 15:36:58 <gavinandresen> ThomasV: yes, there is no Secret Bitcoin Steering Committee. Just people doing stuff that they think will be helpful.
583 2011-08-23 15:37:31 <gavinandresen> (helpful or fun)
584 2011-08-23 15:37:31 <BlueMatt> ;;seen devrandom
585 2011-08-23 15:37:32 <gribble> devrandom was last seen in #bitcoin-dev 1 week, 2 days, 9 hours, 39 minutes, and 40 seconds ago: <devrandom> ;;later tell BlueMatt my latest commit does deterministic mingw executables, but there are still ~10 bytes changing on the nsis exe
586 2011-08-23 15:37:33 <imsaguy2> I think a Vegas conference is in order
587 2011-08-23 15:37:41 <BlueMatt> arg
588 2011-08-23 15:37:43 <ThomasV> I am not sure if he will find a lot of attendees there
589 2011-08-23 15:37:45 <gavinandresen> imsaguy2: go for it.
590 2011-08-23 15:38:12 hnz has joined
591 2011-08-23 15:40:14 <Graet> we are arranging an AU conf in #bitcoin-aus and https://bitcointalk.org/index.php?topic=38867.0
592 2011-08-23 15:40:41 <Graet> some big name to be attending :D
593 2011-08-23 15:40:58 <ThomasV> genjix: how long does poller typically take ?
594 2011-08-23 15:42:46 <b4epoche> a convoy from Perth to Melbourne?
595 2011-08-23 15:42:55 <b4epoche> better rent the Girls Gone Wild bus
596 2011-08-23 15:42:57 d1g1t4l has joined
597 2011-08-23 15:43:12 <Graet> sounds great!
598 2011-08-23 15:43:33 <Graet> its ideas atm , but ya gotta start somewhere ;)
599 2011-08-23 15:43:39 <b4epoche> and if you want attention, do what the one dude did: walk it wearing a StormTrooper outfit
600 2011-08-23 15:47:34 RazielZ has quit (Quit: Leaving)
601 2011-08-23 15:48:14 <genjix> ThomasV: run it with the python script and it goes super fast without delay... or download and import my postgres dump then run the poller to bring the db up to ddate with the block chain
602 2011-08-23 15:48:46 <genjix> gavinandresen: i was thinking before that the scripting system has too many arbitrary limitations. much more elegant would be a scoring system
603 2011-08-23 15:48:49 <ThomasV> genjix: you men that I should run the python script without poller ?
604 2011-08-23 15:49:01 <genjix> no together.
605 2011-08-23 15:49:13 <genjix> while [ 1 ]; do python doc/reorganize.py; done;
606 2011-08-23 15:49:28 <genjix> it organises orphan blocks
607 2011-08-23 15:49:29 <ThomasV> together, the python script returns fast, but it does not seem to speed up the poller
608 2011-08-23 15:49:33 erus` has quit (Quit: ChatZilla 0.9.87 [Firefox 6.0/20110811165603])
609 2011-08-23 15:49:43 <ThomasV> oh in a loop
610 2011-08-23 15:49:44 <genjix> but the poller has an artificial delay of 1 second or so.
611 2011-08-23 15:49:46 <genjix> yep
612 2011-08-23 15:50:14 <genjix> gavinandresen: i.e OP_CHECKSIG could have a rank of say 20, while OP_EQUALVERIFY has a rank of 1
613 2011-08-23 15:50:38 <genjix> scores above X are denied. each individual rank is based on the computation time and resource usgae
614 2011-08-23 15:50:55 <genjix> chalk it up to another BEP i have.
615 2011-08-23 15:51:46 wardearia has joined
616 2011-08-23 15:52:10 <ThomasV> genjix: I am not sure to understand. I am now running poller and the python in a loop script, but it does not seem to go faster
617 2011-08-23 15:52:22 <ThomasV> I have about 20k blocks
618 2011-08-23 15:52:43 <genjix> python script should be displaying output
619 2011-08-23 15:52:56 Clipse has joined
620 2011-08-23 15:52:59 <ThomasV> yes it is
621 2011-08-23 15:53:02 <genjix> kk
622 2011-08-23 15:53:11 b4epoche_ has quit (Quit: Computer has gone to sleep.)
623 2011-08-23 15:53:15 <genjix> should be at ~40k blocks now
624 2011-08-23 15:53:21 <ThomasV> but the speed seems to be the same
625 2011-08-23 15:53:30 <ThomasV> no, 21k
626 2011-08-23 15:53:33 <genjix> nope, it's definitely faster
627 2011-08-23 15:53:37 <genjix> ah ok
628 2011-08-23 15:53:59 nemesis51 is now known as away!~nemesis@178-25-127-144-dynip.superkabel.de|nemesis51
629 2011-08-23 15:54:06 <ThomasV> there's no evidence that it is going faster for me
630 2011-08-23 15:54:23 kanoi has quit (Quit: leaving)
631 2011-08-23 15:55:28 <ThomasV> 22k
632 2011-08-23 15:55:28 <genjix> examples/poller.cpp:88 1 second delay until line 101 organize_block_chain()
633 2011-08-23 15:55:39 hahuang65 has quit (Quit: Computer has gone to sleep.)
634 2011-08-23 15:55:56 <genjix> organize_block_chain has to be run several times until it reaches full saturation
635 2011-08-23 15:56:15 <ThomasV> yes ?
636 2011-08-23 15:56:38 <genjix> well every 1 second, the block locator is sent to getblocks
637 2011-08-23 15:56:55 <genjix> but the latest block is defined by the organized block chain
638 2011-08-23 15:57:29 <genjix> so the getblocks might request redundant blocks because it hasn't finished organisation
639 2011-08-23 15:57:42 <ThomasV> so the python script provides a more accurate index ?
640 2011-08-23 15:57:51 <genjix> nope
641 2011-08-23 15:58:06 <genjix> it's the same as storage_->organize_block_chain();
642 2011-08-23 15:58:30 <genjix> i plan to deprecate that anyway one day. just there's lots of strategies for blockchain organisation with various benefits.
643 2011-08-23 15:58:52 <ThomasV> yes, but that does not tell me why it is going so slowly
644 2011-08-23 15:59:05 <ThomasV> 24k now
645 2011-08-23 15:59:09 nr9 has quit (Read error: Operation timed out)
646 2011-08-23 15:59:23 purpleposeidon has joined
647 2011-08-23 15:59:27 erle- has joined
648 2011-08-23 16:00:15 <genjix> because there is an artificial delay between full blockchain reorganisation
649 2011-08-23 16:01:05 <ThomasV> I guess I'm going to let it run during the night
650 2011-08-23 16:01:33 <genjix> organize is more a proof of concept for how blockchain trees work in SQL
651 2011-08-23 16:02:01 <genjix> http://bitcoinconsultancy.com/libbitcoin/sql-storage/
652 2011-08-23 16:04:13 Backburn has joined
653 2011-08-23 16:04:16 MrTiggr is now known as MrTiggrAFK
654 2011-08-23 16:04:32 <ThomasV> blockchain trees ?
655 2011-08-23 16:04:32 BTCTra_away is now known as BTCTrader
656 2011-08-23 16:05:10 <genjix> the blockchain is a tree with tiny stub branches.
657 2011-08-23 16:05:15 RazielZ has joined
658 2011-08-23 16:06:33 <Graet> b4epoche one of the ninjacoin guys will come a a ninja apparently, is that close enough?
659 2011-08-23 16:06:47 <ThomasV> genjix: I thought there was mostly one chain
660 2011-08-23 16:07:23 <log0s> ThomasV: the blockchain is really a tree, and we just use the most difficult branch of that tree
661 2011-08-23 16:07:53 <ThomasV> yes, but if a tx is in another branch, is it valid ?
662 2011-08-23 16:08:16 <genjix> txs can be in multiple branches
663 2011-08-23 16:08:32 d1g1t4l has quit (Remote host closed the connection)
664 2011-08-23 16:08:34 <BlueMatt> gavinandresen: jgarzik what is the schedule/opinions for 0.4?
665 2011-08-23 16:08:36 <ThomasV> how does that happen ?
666 2011-08-23 16:08:43 <genjix> select sum(difficulty(bits_head, bits_body)) from blocks where span_left=0 and span_right=0;
667 2011-08-23 16:08:44 <BlueMatt> (and/or next release)
668 2011-08-23 16:08:52 d1g1t4l has joined
669 2011-08-23 16:09:11 he1kki has quit (Quit: leaving)
670 2011-08-23 16:10:32 <gavinandresen> Good question Matt; my list would be: fix CWallet deadlocks (sipa sent me email about that this morning). New blockchain lockin. Maybe new bootstrapping IPs (haven't done that in a few releases)
671 2011-08-23 16:10:45 <gavinandresen> Am I forgetting anything?
672 2011-08-23 16:11:24 <BlueMatt> sounds fine to me
673 2011-08-23 16:11:38 <BlueMatt> bootstrap ips: those are severely needed iirc
674 2011-08-23 16:12:15 <gavinandresen> Who did those last time? Was it phantomcircuit and nanotube?
675 2011-08-23 16:12:34 <BlueMatt> MagicalTux iirc
676 2011-08-23 16:12:42 <BlueMatt> though that might have been time-before-last
677 2011-08-23 16:12:59 <BlueMatt> (mt has a db like a dnsseed that just scans the network) and he pulled from that
678 2011-08-23 16:13:18 <makomk> gavinandresen: that proposal at https://gist.github.com/39158239e36f6af69d6f would require knowing all three public keys to redeem the transaction, right?
679 2011-08-23 16:13:33 <gavinandresen> makomk: yes
680 2011-08-23 16:14:10 <gavinandresen> (assuming an n-of-3 txn)
681 2011-08-23 16:14:25 <makomk> Ah. Then unless everyone involved in creating it knows all the public keys at the start, any party can effectively hold the money hostage?
682 2011-08-23 16:15:21 <gavinandresen> Yes, you'll have to gather all the public keys at the start.
683 2011-08-23 16:16:05 <log0s> ThomasV: right now there are a bunch of miners working on the next block...the vast majority of them are putting most of the same transactions into those blocks...if two miners happen to create blocks at approximately the same time, you end up with two branches off the previous blockchain head which both contain many of the same transactions
684 2011-08-23 16:16:22 <makomk> The proposed advantage of this scheme seems to be that you don't have to gather all the public keys at the start, though.
685 2011-08-23 16:16:30 <gavinandresen> what scheme?
686 2011-08-23 16:16:50 <gavinandresen> ... you mean the put-hash-of-public-keys-in-the-txout?
687 2011-08-23 16:16:53 <makomk> The gist.github.com one that uses public kehy hashes.
688 2011-08-23 16:16:59 <ThomasV> log0s: I know, my question was about the db architecture in libbitcoin
689 2011-08-23 16:17:04 <gavinandresen> The only reason to do that is to make shorter bitcoin addresses
690 2011-08-23 16:17:16 <BlueMatt> gavinandresen: aside from your list, I want to see https://github.com/bitcoin/bitcoin/pull/464 (working on updating a bit now, should be ready later today)
691 2011-08-23 16:17:23 <BlueMatt> and then Im pretty much happy
692 2011-08-23 16:17:29 <log0s> ThomasV: ah, sorry
693 2011-08-23 16:17:35 <BlueMatt> oh, and 463
694 2011-08-23 16:17:48 <makomk> Perhaps, but do you actually want shorter addresses for this?
695 2011-08-23 16:18:12 <gavinandresen> BlueMatt: that upgrades to db4.8? Can 4.8 read 4.7 .log files?
696 2011-08-23 16:18:15 MobiusL has quit (Ping timeout: 245 seconds)
697 2011-08-23 16:18:30 <makomk> It substantially increases the risk that someone will set up an n-out-of-m transaction that's actually effectively m-out-of-m without realising it.
698 2011-08-23 16:18:59 MobiusL has joined
699 2011-08-23 16:19:07 Optimo_ has quit (Ping timeout: 260 seconds)
700 2011-08-23 16:19:27 <BlueMatt> gavinandresen: no, but the point is that 4.7 is rapidly being phased out in many distros, so distro bitcoins already use 4.8 (osx has been for a long time) and it would be very nice to all be on one db version (sans the guys who are going to db 5.X fast). As I see it the encrypted wallet stuff means many wallets will be incompatible so now is as good a time as any
701 2011-08-23 16:20:44 <gavinandresen> BlueMatt: ... so what does the upgrade experience look like? Do we need to tell people to remove *.log from their DATADIRs ?
702 2011-08-23 16:20:47 brunner has joined
703 2011-08-23 16:21:11 <BlueMatt> gavinandresen: if bitcoin closes cleanly, there shouldnt be any logs there
704 2011-08-23 16:21:31 Lopuz has quit (Ping timeout: 250 seconds)
705 2011-08-23 16:21:34 <BlueMatt> iirc
706 2011-08-23 16:21:54 Daniel0108 has joined
707 2011-08-23 16:22:26 <gavinandresen> OK. As long as that's been thoroughly tested...
708 2011-08-23 16:22:53 <BlueMatt> Im doing some more stuff now, Ill be running more tests before 0.4 rcs
709 2011-08-23 16:23:55 lookdang has joined
710 2011-08-23 16:26:35 MobiusL has quit (Ping timeout: 245 seconds)
711 2011-08-23 16:26:50 Optimo_ has joined
712 2011-08-23 16:27:24 MobiusL has joined
713 2011-08-23 16:32:09 <ThomasV> genjix: are you telling me that I should comment out that line 88 in poller.cpp ?
714 2011-08-23 16:33:03 datagutt has quit (Ping timeout: 240 seconds)
715 2011-08-23 16:35:40 <upb> TxIn: private_key
716 2011-08-23 16:35:41 <upb> TxOut: public_key CHECKSIG
717 2011-08-23 16:35:57 SISUbtcX has quit (Quit: SISUbtcX)
718 2011-08-23 16:35:59 <upb> i'm pretty sure it isnt the private_key there?
719 2011-08-23 16:37:00 <phantomcircuit> ThomasV, he's cooking
720 2011-08-23 16:37:18 <ThomasV> cooking?
721 2011-08-23 16:37:23 <phantomcircuit> yes
722 2011-08-23 16:37:26 fathead has joined
723 2011-08-23 16:37:28 <phantomcircuit> we're poor
724 2011-08-23 16:37:28 <phantomcircuit> lol
725 2011-08-23 16:37:33 <ThomasV> duh, I'm going now.
726 2011-08-23 16:37:42 <ThomasV> tty tomorow
727 2011-08-23 16:37:47 ThomasV has quit (Quit: Leaving)
728 2011-08-23 16:37:56 erus` has joined
729 2011-08-23 16:38:16 <fathead> phantomcircuit: hi, is the britcoin API unavailable atm?
730 2011-08-23 16:38:56 <phantomcircuit> seems fine to me
731 2011-08-23 16:38:57 <phantomcircuit> why
732 2011-08-23 16:39:18 <fathead> I'm getting a blank page at https://britcoin.co.uk/api/
733 2011-08-23 16:39:24 Titeuf_87 has joined
734 2011-08-23 16:39:33 <phantomcircuit> fathead, ticket.php getTrades.php getDepth.php
735 2011-08-23 16:39:48 <fathead> great, thanks
736 2011-08-23 16:39:51 <phantomcircuit> i should probably put some content in that index.html ...
737 2011-08-23 16:39:59 <phantomcircuit> dont have time for it though
738 2011-08-23 16:40:00 <gavinandresen> upb: no, it is TxIn: sig did I say private key somewhere?
739 2011-08-23 16:40:10 <upb> yep
740 2011-08-23 16:40:22 <upb> assuming youre the author of that gist
741 2011-08-23 16:40:22 <fathead> It is linked from https://en.bitcoin.it/wiki/Britcoin#API with a comment that it is under development
742 2011-08-23 16:40:22 <gavinandresen> I'll fix
743 2011-08-23 16:42:41 <upb> btw that sceme creates a curious problem - the spender needs to know public keys that are not his
744 2011-08-23 16:43:47 <upb> so if in case of n of m the m-n do not reveal them, they can hold the tx ransom
745 2011-08-23 16:44:44 <b4epoche> now this is mining with computers: http://www.bbc.co.uk/news/science-environment-14621075?utm_source=twitterfeed&utm_medium=twitter
746 2011-08-23 16:45:25 <gavinandresen> makomk: I think I lied before
747 2011-08-23 16:45:54 AStove has quit (Read error: Connection reset by peer)
748 2011-08-23 16:46:02 AStove has joined
749 2011-08-23 16:46:34 <gavinandresen> makomk: wait... never mind, no I didn't.
750 2011-08-23 16:47:55 <luke-jr> phantomcircuit: cooking ftw
751 2011-08-23 16:48:03 lookdang_ has joined
752 2011-08-23 16:49:52 lookdang has quit (Ping timeout: 258 seconds)
753 2011-08-23 16:50:07 MrTiggrAFK has quit (Ping timeout: 240 seconds)
754 2011-08-23 16:50:07 cjdelisle has quit (Ping timeout: 240 seconds)
755 2011-08-23 16:50:08 coderrr has quit (Ping timeout: 240 seconds)
756 2011-08-23 16:50:08 spaola has quit (Ping timeout: 240 seconds)
757 2011-08-23 16:50:22 coderrr has joined
758 2011-08-23 16:50:24 cjdelisle has joined
759 2011-08-23 16:50:55 MrTiggr has joined
760 2011-08-23 16:51:15 spaola_out has joined
761 2011-08-23 16:52:03 LightRider has quit (Ping timeout: 240 seconds)
762 2011-08-23 16:52:04 <genjix> luke-jr: i like cooking :p
763 2011-08-23 16:52:34 blishchrot has quit (Ping timeout: 240 seconds)
764 2011-08-23 16:52:35 <luke-jr> genjix: yeah, cooking isn't for poor people, it's for smart people :D
765 2011-08-23 16:52:51 LightRider has joined
766 2011-08-23 16:53:03 shLONG has quit (Ping timeout: 240 seconds)
767 2011-08-23 16:53:30 shLONG has joined
768 2011-08-23 16:53:35 d1g1t4l has quit (Remote host closed the connection)
769 2011-08-23 16:54:28 blishchrot has joined
770 2011-08-23 16:54:32 <genjix> luke-jr: yep, only way to get good food :]
771 2011-08-23 16:56:13 hahuang65 has joined
772 2011-08-23 16:56:30 spaola_out is now known as spaola
773 2011-08-23 16:56:42 gribble has quit (Disconnected by services)
774 2011-08-23 16:56:42 fathead has quit (Read error: Connection reset by peer)
775 2011-08-23 16:57:04 <SomeoneWeird> GRIBBLEEEEEEEEEEEEEEEEEEEEEEEE
776 2011-08-23 16:57:12 zyb_ has joined
777 2011-08-23 16:57:44 fathead has joined
778 2011-08-23 16:57:53 hachiya has quit (Ping timeout: 240 seconds)
779 2011-08-23 16:57:54 hachiya has joined
780 2011-08-23 16:57:55 zyb has quit (Ping timeout: 240 seconds)
781 2011-08-23 16:58:51 gribble has joined
782 2011-08-23 16:58:55 <BlueMatt> gavinandresen: yes, db4.8 will read db4.7's logs, just not the other way around (just complains about corrupt db and you have to delete database/*)
783 2011-08-23 16:59:05 <BlueMatt> so upgrade is clean, downgrade...not so much
784 2011-08-23 16:59:19 <BlueMatt> but it has to happen sometime so imo its best to do it now
785 2011-08-23 16:59:20 [Tycho] has quit (Ping timeout: 240 seconds)
786 2011-08-23 17:01:18 hachiya_ has joined
787 2011-08-23 17:01:46 <nanotube> gavinandresen: yes, i did put together the commit with the updated seednode list last time, using mtux's node database, and sgornick's nodetest script.
788 2011-08-23 17:02:08 <BlueMatt> nanotube: care to do it again?
789 2011-08-23 17:02:43 <BlueMatt> also, why was I not aware sgornick wrote a nodetest script when I did dnsseed stuff?
790 2011-08-23 17:03:31 hachiya has quit (Ping timeout: 240 seconds)
791 2011-08-23 17:06:06 [Tycho] has joined
792 2011-08-23 17:11:38 <nanotube> BlueMatt: i'll see if mtux still has the ip database... if so, should be trivial to pick out "the good ones".
793 2011-08-23 17:11:45 <nanotube> as to why you were not aware.... beats me :D
794 2011-08-23 17:12:06 <nanotube> BlueMatt: is this the latest multi proposal: https://gist.github.com/39158239e36f6af69d6f ?
795 2011-08-23 17:12:51 MobiusL has quit (Ping timeout: 245 seconds)
796 2011-08-23 17:13:40 MobiusL has joined
797 2011-08-23 17:18:32 <BlueMatt> nanotube: I think so, though I havnt really been following multi too closely
798 2011-08-23 17:18:57 <gavinandresen> (back from lunch) ... yes, that's the latest. There's discussion at groffer's pull request, too
799 2011-08-23 17:19:33 <gavinandresen> nanotube: one-hash doesn't work, because OP_ADD can't hashes any more.
800 2011-08-23 17:20:21 MobiusL has quit (Ping timeout: 245 seconds)
801 2011-08-23 17:21:10 MobiusL has joined
802 2011-08-23 17:21:51 BlueMatt has quit (Quit: Ex-Chat)
803 2011-08-23 17:23:37 <nanotube> gavinandresen: yea i saw that in the proposal there, that's why i was asking if it is the most recent one :)
804 2011-08-23 17:23:57 <nanotube> so... i guess we're down to supplying multiple addresses to the sender?
805 2011-08-23 17:24:12 <nanotube> where's groffer's pull req?
806 2011-08-23 17:24:29 <gavinandresen> #319
807 2011-08-23 17:24:37 <gavinandresen> https://github.com/bitcoin/bitcoin/pull/319
808 2011-08-23 17:27:03 <gavinandresen> I'm torn on whether or not it is a good idea to be able to create a multisig address if you only know the bitcoin addresses involved (and not full public keys)
809 2011-08-23 17:27:20 <nanotube> already found it. firefox awesomebar to the rescue. :) githu bitco pull <backspace>{3}319 :)
810 2011-08-23 17:28:07 <nanotube> well, it's a lot easier to hand out 3 addresses to the sender, than it is to hand out 3 pubkeys. both due to length, and due to the current client basically only displaying addresses everywhere, rather than pubkeys.
811 2011-08-23 17:28:30 <nanotube> (the latter can of course be ameliorated down the line)
812 2011-08-23 17:28:53 <upb> it makes the public keys basically a secret
813 2011-08-23 17:29:06 <gavinandresen> ... which they really aren't meant to be.
814 2011-08-23 17:29:13 <nanotube> well... they are effectively "not easy to get to" but they're not secret.
815 2011-08-23 17:29:13 <upb> if theyre not revealed, the tx cant be spent
816 2011-08-23 17:29:18 <nanotube> right
817 2011-08-23 17:29:31 <nanotube> so they have to be revealed either in the txout or in txin
818 2011-08-23 17:30:27 <gavinandresen> ... but with sipa's suggestion (in the pull request comments), and with groffers implementation, you only need to know 2 full public keys to redeem a 2-of-3
819 2011-08-23 17:31:58 <gavinandresen> I'm not talking about what the bitcoin address looks like-- I think we all agree it will contain 3 address hashes (60 bytes)
820 2011-08-23 17:32:23 <upb> yep that would work :)
821 2011-08-23 17:32:39 <nanotube> only 2 of 3 pubkeys need to be known - that's pretty good. saves some bytes in the tx.
822 2011-08-23 17:33:24 <nanotube> so basically we're back to what we discussed on monday, before that guy (btw, you know who the guy in the red shirt was?) came up with the clever "one hash" idea?
823 2011-08-23 17:33:37 MrTiggr is now known as MrTiggrAFK
824 2011-08-23 17:33:47 <gavinandresen> I'd started with the one-hash idea...
825 2011-08-23 17:33:52 [Tycho] has quit (Ping timeout: 240 seconds)
826 2011-08-23 17:33:54 b4epoche_ has joined
827 2011-08-23 17:33:54 b4epoche has quit (Ping timeout: 240 seconds)
828 2011-08-23 17:33:54 b4epoche_ is now known as b4epoche
829 2011-08-23 17:34:06 MobiusL has quit (Ping timeout: 245 seconds)
830 2011-08-23 17:34:09 <nanotube> gavinandresen: ah heh ok, there was much talking, so i wasn't really sure who it was :D
831 2011-08-23 17:34:42 MobiusL has joined
832 2011-08-23 17:34:48 [Tycho] has joined
833 2011-08-23 17:34:56 <nanotube> ah, i think i remember, his idea was to put the m and n inside the hash. which didn't really work without new opcodes.
834 2011-08-23 17:35:00 <gavinandresen> nanotube: it is actually more bytes in the TxOut (so the people sending you money pay more in tx fees, potentially). But fewer in the TxIn (so you pay less when redeeming)
835 2011-08-23 17:36:08 <nanotube> right, because of all the ophash160s
836 2011-08-23 17:36:18 <gavinandresen> I see potential usability issues if you can take any three arbitrary bitcoin addresses and turn them into a multisign address
837 2011-08-23 17:37:05 <gavinandresen> ... so I kind of like the idea that you need the full public keys at the start.
838 2011-08-23 17:37:34 Pinion has joined
839 2011-08-23 17:38:59 <gavinandresen> Then again, it might be way cool to have coin races: I send coins to a 1-of-3 address, first person to spend wins!
840 2011-08-23 17:39:43 <imsaguy2> heh
841 2011-08-23 17:40:46 MobiusL has quit (Ping timeout: 245 seconds)
842 2011-08-23 17:41:29 MobiusL has joined
843 2011-08-23 17:43:42 topace has quit (Remote host closed the connection)
844 2011-08-23 17:44:24 <fathead> Britcoin seems to have a miscalculation for bid @ 24 for 4.828 BTC showing as 75 GBP value instead of 115.872 GBP
845 2011-08-23 17:44:41 <nanotube> gavinandresen: hehe coinraces indeed. :) usability wise, though - that can all be addressed in the UI later on. conceptually, whether you need just three arbitrary addresses, or three arbitrary pubkeys, it is "the same stuff".
846 2011-08-23 17:45:11 <fathead> this happens to be the first bid returned by getDepth at the moment
847 2011-08-23 17:45:38 <gavinandresen> nanotube: it affect the implementation, though. My proposal you MUST have all the full public keys to redeem.
848 2011-08-23 17:46:07 Doktor99_ has joined
849 2011-08-23 17:46:09 BitManiac has joined
850 2011-08-23 17:47:06 <nanotube> well, you need them to redeem no matter what, so that others can check whether the signatures are valid. no? i was talking about what you need for the txout...
851 2011-08-23 17:47:27 <lookdang_> gavinandresen, lol
852 2011-08-23 17:47:27 <lookdang_> that is what happens in pgp cash.
853 2011-08-23 17:47:27 c0ldaussie has quit (Remote host closed the connection)
854 2011-08-23 17:47:27 <lookdang_> whoever first sync's with the server keeps the cash.
855 2011-08-23 17:47:27 c0ldaussie has joined
856 2011-08-23 17:47:27 ocharles has quit (Ping timeout: 246 seconds)
857 2011-08-23 17:47:28 james_ has joined
858 2011-08-23 17:47:28 alanp has quit (Ping timeout: 246 seconds)
859 2011-08-23 17:47:31 <fathead> apologies, it's an ask
860 2011-08-23 17:47:33 alanp_ has joined
861 2011-08-23 17:47:42 james_ is now known as topace
862 2011-08-23 17:47:47 ocharles has joined
863 2011-08-23 17:48:48 <upb> nanotube: with that comment in the pull you dont need the pubkeys that dont sign
864 2011-08-23 17:49:17 SomeoneWeird has quit (Quit: Leaving)
865 2011-08-23 17:49:18 <nanotube> upb: aah, i see now what we're talking about :)
866 2011-08-23 17:49:25 <nanotube> "need all, or just the signing ones"
867 2011-08-23 17:49:28 <nanotube> ok
868 2011-08-23 17:49:37 <upb> otherwise it isnt really n of m transactions :)
869 2011-08-23 17:49:46 Doktor99 has quit (Ping timeout: 246 seconds)
870 2011-08-23 17:50:16 <nanotube> well, you can need n pubkeys, but m<n signatures, or you can need m<n signatures and m<n pubkeys
871 2011-08-23 17:50:20 * nanotube finds that comment heh.
872 2011-08-23 17:50:25 <lookdang_> nanotube, having mult-spendable coins is very-usefull... it mean you don't need to transfer private keys between devices/accounts
873 2011-08-23 17:50:37 <nanotube> lookdang_: yes, that's the whole idea.
874 2011-08-23 17:50:58 <nanotube> you can have multiple keys on multiple distinct devices, thus giving you 'free' two-factor auth.
875 2011-08-23 17:51:30 <nanotube> or just have 1 of n, for multi-device spend.
876 2011-08-23 17:51:54 <nanotube> well, gavin wrote that up in the beginning of the https://gist.github.com/39158239e36f6af69d6f
877 2011-08-23 17:52:26 MobiusL has quit (Ping timeout: 245 seconds)
878 2011-08-23 17:52:30 <lookdang_> we should have a condition on the script saying 'x signitures required' so if it is x == total sig's then it works as an escrw
879 2011-08-23 17:52:48 <lookdang_> when x == 1 then any sig can spend the coins.
880 2011-08-23 17:52:58 <upb> thats the point
881 2011-08-23 17:53:03 <lookdang_> :)
882 2011-08-23 17:53:25 * lookdang_ is happy that common-sence is still going strong at #bitcoin-dev
883 2011-08-23 17:53:37 MobiusL has joined
884 2011-08-23 17:54:32 <phantomcircuit> COMMON WAT?
885 2011-08-23 17:54:43 <upb> SENCE
886 2011-08-23 17:54:44 <upb> :D
887 2011-08-23 17:54:47 <lookdang_> we should also have a flag that makes any individual signture compulsory.
888 2011-08-23 17:54:56 <lookdang_> *sence
889 2011-08-23 17:55:08 <lookdang_> :P
890 2011-08-23 17:55:28 <upb> what about arbitary tree of conditions
891 2011-08-23 17:55:32 <nanotube> lookdang_: dunno if that's possible with checkmultisig out of the box... but i'm sure it may be possible to hack that in by stringing a bunch of opcodes together.
892 2011-08-23 17:55:40 Veladon has joined
893 2011-08-23 17:55:42 <nanotube> (about 'making one compulsory)
894 2011-08-23 17:55:44 <upb> that kind of stuff doesnt mix with the pattern-matching crap in the client
895 2011-08-23 17:55:50 Veladon has quit (Read error: Connection reset by peer)
896 2011-08-23 17:56:51 Gekz has quit (Ping timeout: 264 seconds)
897 2011-08-23 17:56:59 <lookdang_> oh yeah... I'm da2ce7 in the UK.
898 2011-08-23 17:57:18 <lookdang_> but don't trust me... as I haven't registed this nick.
899 2011-08-23 17:57:35 <nanotube> hehe heya da2ce7 (if that's who you really are :) )
900 2011-08-23 18:00:12 <lookdang_> I bet all sorts of ppl are gonna try and be me... :P
901 2011-08-23 18:00:12 * lookdang_ has a big ego.
902 2011-08-23 18:02:27 diki has quit (Read error: Connection reset by peer)
903 2011-08-23 18:02:51 newbie has quit (Ping timeout: 264 seconds)
904 2011-08-23 18:03:35 toffoo has quit ()
905 2011-08-23 18:03:41 MobiusL has quit (Ping timeout: 245 seconds)
906 2011-08-23 18:03:58 newbie has joined
907 2011-08-23 18:04:45 MobiusL has joined
908 2011-08-23 18:07:15 joeschmoe has quit (Read error: Connection reset by peer)
909 2011-08-23 18:07:17 <devrandom> ;;later tell BlueMatt pong
910 2011-08-23 18:07:17 <gribble> The operation succeeded.
911 2011-08-23 18:07:18 molecular has quit (Read error: Connection reset by peer)
912 2011-08-23 18:07:29 molecular has joined
913 2011-08-23 18:07:53 joeschmoe has joined
914 2011-08-23 18:07:53 Guest66504 has joined
915 2011-08-23 18:09:27 <Graet> nanotube coming to Bitcoin conf/expo AU?
916 2011-08-23 18:09:41 <Graet> https://bitcointalk.org/index.php?topic=38867.0
917 2011-08-23 18:10:30 <devrandom> ;;later tell BlueMatt yes, that is correct. The only problem would be if some of the files are changing often, then it will be more difficult to match outputs. I'll change it this evening after testing.
918 2011-08-23 18:10:30 <gribble> The operation succeeded.
919 2011-08-23 18:10:35 larsivi has joined
920 2011-08-23 18:11:44 <nanotube> Graet: hehe probably not.
921 2011-08-23 18:12:07 <Graet> aww
922 2011-08-23 18:12:08 <Graet> ok
923 2011-08-23 18:14:51 Pinion has quit (Quit: Has quit)
924 2011-08-23 18:17:08 Guest66504 has quit (Quit: kthxbai)
925 2011-08-23 18:17:29 datagutt_ has joined
926 2011-08-23 18:20:27 <gavinandresen> nanotube upb : if you like puzzles, it's kind of fun to try to come up with the smallest (number of bytes) TxOut for 2-of-3 multisig transactions. Using only enabled opcodes, of course
927 2011-08-23 18:22:18 lookdang has joined
928 2011-08-23 18:23:01 shLONG has quit (Ping timeout: 258 seconds)
929 2011-08-23 18:23:41 MobiusL has quit (Ping timeout: 245 seconds)
930 2011-08-23 18:24:08 lookdang_ has quit (Ping timeout: 260 seconds)
931 2011-08-23 18:24:30 MobiusL has joined
932 2011-08-23 18:29:19 TheAncientGoat has quit (Ping timeout: 276 seconds)
933 2011-08-23 18:29:56 MobiusL has quit (Ping timeout: 245 seconds)
934 2011-08-23 18:30:51 MobiusL has joined
935 2011-08-23 18:31:14 <nanotube> gavinandresen: haha fun fun. that said, imo i don't think it's that important to save a byte or two in the tx. as you may recall, satoshi devoted a lot of attention to making things as small as possible, but was surprised that nobody really cared about that aspect.
936 2011-08-23 18:31:26 TheAncientGoat has joined
937 2011-08-23 18:31:50 lookdang has quit (Ping timeout: 258 seconds)
938 2011-08-23 18:33:55 <gavinandresen> nanotube: well, convincing ourselves it is secure is way more important, but might as well save bytes if we can (means lower tx fees for users eventually)
939 2011-08-23 18:34:06 lookdang has joined
940 2011-08-23 18:35:23 <nanotube> right right, "given it is secure", saving bytes can't hurt. :)
941 2011-08-23 18:39:35 Diablo-D3 has quit (Ping timeout: 252 seconds)
942 2011-08-23 18:41:03 lookdang has quit (Ping timeout: 260 seconds)
943 2011-08-23 18:47:48 agricocb has quit (Remote host closed the connection)
944 2011-08-23 18:48:18 JackStorm has joined
945 2011-08-23 18:53:04 gjs278 has quit (Read error: Connection reset by peer)
946 2011-08-23 18:54:03 devon_hillard has quit (Read error: Connection reset by peer)
947 2011-08-23 18:54:16 WildSoil has quit ()
948 2011-08-23 18:55:11 gjs278 has joined
949 2011-08-23 18:57:01 random_cat has quit (Ping timeout: 245 seconds)
950 2011-08-23 18:59:08 MobiusL has quit (Ping timeout: 260 seconds)
951 2011-08-23 18:59:47 MobiusL has joined
952 2011-08-23 19:00:27 datagutt_ has quit (Quit: kthxbai)
953 2011-08-23 19:04:45 RazielZ has quit (Quit: Leaving)
954 2011-08-23 19:06:13 MobiusL has quit (Quit: Leaving)
955 2011-08-23 19:09:05 diddi has joined
956 2011-08-23 19:10:20 clr_ has joined
957 2011-08-23 19:13:10 asher^ has quit (Remote host closed the connection)
958 2011-08-23 19:14:23 clr_ is now known as c00w
959 2011-08-23 19:17:21 mosimo has joined
960 2011-08-23 19:18:03 diddi has quit (Ping timeout: 252 seconds)
961 2011-08-23 19:18:03 sirky has quit (Ping timeout: 252 seconds)
962 2011-08-23 19:21:39 PPilate is now known as Pilate
963 2011-08-23 19:22:37 TheAncientGoat has quit (Read error: Connection reset by peer)
964 2011-08-23 19:23:29 MobiusL has joined
965 2011-08-23 19:23:42 chmod755 has joined
966 2011-08-23 19:23:47 <chmod755> hi, I want to create a new block chain....
967 2011-08-23 19:24:03 <kinlo> why?
968 2011-08-23 19:24:36 <chmod755> i'll call it stupidcoin...uses md4 instead of sha2
969 2011-08-23 19:24:52 <Eliel> go ahead, however, unless it's significantly different in some important way ... ok, that qualifies.
970 2011-08-23 19:25:00 <luke-jr> lol
971 2011-08-23 19:25:11 <luke-jr> why use a hash?
972 2011-08-23 19:25:17 <luke-jr> just do a CRC64
973 2011-08-23 19:25:22 <luke-jr> :D
974 2011-08-23 19:25:23 <chmod755> lol
975 2011-08-23 19:25:32 <kinlo> yeah
976 2011-08-23 19:25:35 TheAncientGoat has joined
977 2011-08-23 19:25:39 <kinlo> or just XOR all values
978 2011-08-23 19:25:46 <kinlo> it's much faster
979 2011-08-23 19:25:59 <chmod755> what about plaintextcoin?
980 2011-08-23 19:26:08 Guest42233 is now known as quellhorst
981 2011-08-23 19:26:14 quellhorst has quit (Changing host)
982 2011-08-23 19:26:14 quellhorst has joined
983 2011-08-23 19:26:23 <kinlo> just put a text-line below: "this is a valid block" will do?
984 2011-08-23 19:26:31 <chmod755> kinlo: yup
985 2011-08-23 19:26:35 <kinlo> I'm pretty sure that that would create very secure blockchains
986 2011-08-23 19:26:40 <chmod755> lol
987 2011-08-23 19:26:45 <kinlo> I'm gonna point all my miners to that
988 2011-08-23 19:26:55 <kinlo> please start developping :)
989 2011-08-23 19:27:03 <chmod755> kinlo: you don't need a miner
990 2011-08-23 19:27:06 <kinlo> true
991 2011-08-23 19:27:07 <chmod755> you need bandwidth
992 2011-08-23 19:27:10 <chmod755> :D
993 2011-08-23 19:27:20 <cacheson> chmod755: you should take the bitcoin client and rebrand it, but keep it pointed at the same blockchain
994 2011-08-23 19:27:22 <kinlo> I've got plenty of bandwith
995 2011-08-23 19:27:24 <cacheson> then hype it up a lot
996 2011-08-23 19:27:44 <chmod755> cacheson: I already did this...
997 2011-08-23 19:27:47 <cacheson> you can advertise it as having parity with BTC already
998 2011-08-23 19:28:27 <cacheson> fully backwards and forwards compatible
999 2011-08-23 19:29:05 <luke-jr> who needs a block chain?
1000 2011-08-23 19:29:39 <luke-jr> cacheson: more or less, TBC is like this
1001 2011-08-23 19:29:43 <luke-jr> cacheson: except it isn't parity
1002 2011-08-23 19:29:46 <luke-jr> it's a fixed rate
1003 2011-08-23 19:30:51 <phantomcircuit> luke-jr, i likw how he hasn't realized that im just trolllolin
1004 2011-08-23 19:31:01 <luke-jr> :p
1005 2011-08-23 19:31:04 TheAncientGoat has quit (Ping timeout: 276 seconds)
1006 2011-08-23 19:31:31 <copumpkin> luke-jr: are you young? what's the -jr?
1007 2011-08-23 19:31:31 TheAncientGoat has joined
1008 2011-08-23 19:31:39 <luke-jr> copumpkin: spin on my surname, Dashjr
1009 2011-08-23 19:31:44 <copumpkin> oh :)
1010 2011-08-23 19:34:43 random_cat has joined
1011 2011-08-23 19:36:11 <chmod755> cacheson: rebrand a wallet stealer... steal namecoins, solidcoins, ixcoins, iocoins,.... lol
1012 2011-08-23 19:43:55 Ricky_C has joined
1013 2011-08-23 19:46:11 RickyC has quit (Ping timeout: 245 seconds)
1014 2011-08-23 19:46:16 Incitatus has joined
1015 2011-08-23 19:50:42 shLONG has joined
1016 2011-08-23 19:54:22 chmod755 has left ("Leaving.")
1017 2011-08-23 19:56:11 shLONG has quit ()
1018 2011-08-23 20:01:37 TheAncientGoat has quit (Ping timeout: 276 seconds)
1019 2011-08-23 20:03:11 magn3ts has quit (Ping timeout: 252 seconds)
1020 2011-08-23 20:05:09 devon_hillard has joined
1021 2011-08-23 20:05:10 devon_hillard has quit (Changing host)
1022 2011-08-23 20:05:10 devon_hillard has joined
1023 2011-08-23 20:12:20 <CIA-101> bitcoinjs/node-bitcoin-exit: Stefan Thomas master * ra4d1803 / server.js : Add a GET / handler to provide some basic information. - http://git.io/4YJ0oQ
1024 2011-08-23 20:13:59 m03sizlak has left ("Leaving")
1025 2011-08-23 20:23:27 magn3ts has joined
1026 2011-08-23 20:24:08 glitch-mod has joined
1027 2011-08-23 20:26:03 copumpkin has quit (Ping timeout: 260 seconds)
1028 2011-08-23 20:30:17 <b4epoche> seems like bitcoin should come into this somehow: http://blogs.reuters.com/felix-salmon/2011/08/23/how-to-get-12-billion-of-gold-to-venezuela/
1029 2011-08-23 20:36:02 altamic has joined
1030 2011-08-23 20:37:04 chaord has joined
1031 2011-08-23 20:37:46 chaord has left ()
1032 2011-08-23 20:37:52 RandomMinds has joined
1033 2011-08-23 20:38:51 erle- has quit (Quit: CETERVMÂAVTEMÂCENSEOÂCVTTENBERCÂESSEÂDELENDVM)
1034 2011-08-23 20:41:32 hahuang65 has quit (Ping timeout: 250 seconds)
1035 2011-08-23 20:42:46 flok has quit (Quit: ZNC - http://znc.sourceforge.net)
1036 2011-08-23 20:44:17 flok has joined
1037 2011-08-23 20:47:58 fathead has quit (Quit: leaving)
1038 2011-08-23 20:47:58 abragin has quit (Read error: Connection reset by peer)
1039 2011-08-23 20:48:21 abragin has joined
1040 2011-08-23 20:48:21 abragin has quit (Changing host)
1041 2011-08-23 20:48:21 abragin has joined
1042 2011-08-23 20:49:06 owowo has joined
1043 2011-08-23 20:51:33 agricocb has joined
1044 2011-08-23 20:54:41 paul0 has joined
1045 2011-08-23 20:54:42 devon_hillard has quit (Read error: Connection reset by peer)
1046 2011-08-23 20:56:35 hahuang65 has joined
1047 2011-08-23 21:01:08 shLONG has joined
1048 2011-08-23 21:01:30 altamic has quit (Quit: altamic)
1049 2011-08-23 21:02:09 WildSoil has joined
1050 2011-08-23 21:02:29 <upb> no it wouldnt, since they want the gold
1051 2011-08-23 21:02:59 <b4epoche> but as an intermediary currency ;-)
1052 2011-08-23 21:08:29 denisx has joined
1053 2011-08-23 21:20:19 xoxoKarenMxoxo has quit (Ping timeout: 260 seconds)
1054 2011-08-23 21:20:53 <BitManiac> lolol
1055 2011-08-23 21:20:59 <BitManiac> 211 tonnes of gold
1056 2011-08-23 21:21:07 <BitManiac> utterly insane
1057 2011-08-23 21:25:56 <BitManiac> that would be the mother of all pirate heists though
1058 2011-08-23 21:26:00 <BitManiac> intercepting that ship
1059 2011-08-23 21:26:24 dbosk has quit (Quit: leaving)
1060 2011-08-23 21:29:35 Lexa has quit (Read error: Operation timed out)
1061 2011-08-23 21:30:39 <CIA-101> bitcoinjs/node-bitcoin-exit: Stefan Thomas master * rd4c71c6 / README.md : Updated README. - http://git.io/FVsI3A
1062 2011-08-23 21:31:58 magn3ts has quit (Quit: Leaving)
1063 2011-08-23 21:36:23 RandomMinds has quit (Read error: Operation timed out)
1064 2011-08-23 21:37:36 toffoo has joined
1065 2011-08-23 21:38:28 <Eliel> BitManiac: yep, although, if there's a sizable escort, it could be difficult.
1066 2011-08-23 21:40:23 <AlonzoTG> the plan would seem to be fairly simple.
1067 2011-08-23 21:40:29 <AlonzoTG> You get yourself a submarine,
1068 2011-08-23 21:40:32 <AlonzoTG> sink the boat,
1069 2011-08-23 21:40:45 <AlonzoTG> then mine the wreck before anyone else can get a boat in the water.
1070 2011-08-23 21:40:55 <AlonzoTG> You would need to be able to launch divers from your boat though.
1071 2011-08-23 21:40:57 <AlonzoTG> but yeah,
1072 2011-08-23 21:41:05 <AlonzoTG> that's the only way you could do it and hope to get away with it.
1073 2011-08-23 21:41:10 <imsaguy> because transferring that much goal under miles of ocean only takes 10 minutes...
1074 2011-08-23 21:41:20 <imsaguy> gold*
1075 2011-08-23 21:41:35 <AlonzoTG> Wait until the target is over somebody's continental shelf.
1076 2011-08-23 21:41:39 <AlonzoTG> not too deep there.
1077 2011-08-23 21:41:42 <imsaguy> uh
1078 2011-08-23 21:41:53 <imsaguy> if you're that close to their shelf, their response is that much quicker
1079 2011-08-23 21:42:05 <AlonzoTG> Not really,
1080 2011-08-23 21:42:17 <AlonzoTG> unless they already have a boat in the water ready to be re-tasked.
1081 2011-08-23 21:42:25 <imsaguy> lol
1082 2011-08-23 21:42:34 <imsaguy> you underestimate today's navies
1083 2011-08-23 21:43:11 <AlonzoTG> From the surface, all they have are depth charges and torpedos, but for the torpedos they would need a firing solution.
1084 2011-08-23 21:43:15 <cjdelisle> and they'll see a submarine and be like: oops, was that the torpedo button? damn that was loaded? fuck, it was pointed at that sub too? whats the chance of that?
1085 2011-08-23 21:45:13 <AlonzoTG> they won't see you unless they fire off a sonar ping, which you would hear, and which would be plenty for your computer to compute a firing solution on them.
1086 2011-08-23 21:46:07 <AlonzoTG> There are two types of ships: Submarines and targets. ;)
1087 2011-08-23 21:47:23 <imsaguy> lol
1088 2011-08-23 21:47:34 <imsaguy> because submarines are impossible to sink now a days
1089 2011-08-23 21:47:54 <imsaguy> any submarine large enough to carry that much gold is gonna be detectible
1090 2011-08-23 21:47:55 <cjdelisle> mkay, I'm pretty sure that with 12 billion worth of sunken treasure there are going to be people you never heard of with weapons you couldn't even imagine
1091 2011-08-23 21:48:11 <phantomcircuit> AlonzoTG, venezuela has a moderately competent navy
1092 2011-08-23 21:48:17 <phantomcircuit> im sure they'll be just find
1093 2011-08-23 21:49:16 RandomMinds has joined
1094 2011-08-23 21:53:19 owowo has quit (Quit: Leaving)
1095 2011-08-23 22:00:10 Burgundy has joined
1096 2011-08-23 22:00:13 Titeuf_87 has quit (Quit: Ex-Chat)
1097 2011-08-23 22:06:14 <Eliel> AlonzoTG: besides, what's a navy without submarines?
1098 2011-08-23 22:08:55 magn3ts has joined
1099 2011-08-23 22:13:29 spaola has left ()
1100 2011-08-23 22:14:27 spaola has joined
1101 2011-08-23 22:20:19 denisx has quit (Read error: Operation timed out)
1102 2011-08-23 22:23:25 ephcon has joined
1103 2011-08-23 22:27:19 abragin has quit ()
1104 2011-08-23 22:32:03 <CIA-101> bitcoin: Con Kolivas * rbca84c3ba0d7 cgminer/main.c: Make restarting of GPUs optional for systems that hang on any attempt to restart them. Fix DEAD status by comparing it to last live time rather than last attempted restart time since that happens every minute.
1105 2011-08-23 22:32:24 dvide has quit ()
1106 2011-08-23 22:40:07 Rabbit67890 has joined
1107 2011-08-23 22:40:17 <BitManiac> best way is to attack the escort with ninjas
1108 2011-08-23 22:40:22 <BitManiac> sea ninjas
1109 2011-08-23 22:40:43 <BitManiac> take command of the escort ships and sail the gold back to skull island
1110 2011-08-23 22:45:46 <imsaguy> psh
1111 2011-08-23 22:45:48 <imsaguy> chuck norris
1112 2011-08-23 22:46:02 rafsoaken1 has joined
1113 2011-08-23 22:47:50 Rabbit67890 has quit (Quit: Rabbit67890)
1114 2011-08-23 22:52:52 log0s has quit (Ping timeout: 245 seconds)
1115 2011-08-23 22:57:17 noagendamarket has joined
1116 2011-08-23 22:57:22 Rabbit67890 has joined
1117 2011-08-23 22:58:57 gavinandresen has quit (Quit: gavinandresen)
1118 2011-08-23 22:59:12 log0s has joined
1119 2011-08-23 23:01:34 rafsoaken1 has quit (Ping timeout: 240 seconds)
1120 2011-08-23 23:02:57 erus` has quit (Quit: ChatZilla 0.9.87 [Firefox 6.0/20110811165603])
1121 2011-08-23 23:04:33 mosimo has quit (Read error: Connection reset by peer)
1122 2011-08-23 23:06:30 ThomasV has joined
1123 2011-08-23 23:08:16 denisx has joined
1124 2011-08-23 23:10:28 rafsoaken1 has joined
1125 2011-08-23 23:13:57 Rabbit67890_ has joined
1126 2011-08-23 23:17:02 Rabbit67890 has quit (Ping timeout: 258 seconds)
1127 2011-08-23 23:17:03 Rabbit67890_ is now known as Rabbit67890
1128 2011-08-23 23:19:17 ThomasV has quit (Ping timeout: 250 seconds)
1129 2011-08-23 23:21:45 Daniel0108 has quit (Ping timeout: 240 seconds)
1130 2011-08-23 23:26:32 AStove has quit ()
1131 2011-08-23 23:27:33 brunner has quit (Quit: Leaving.)
1132 2011-08-23 23:29:34 b4epoche_ has joined
1133 2011-08-23 23:30:35 alligagbe has joined
1134 2011-08-23 23:32:54 alligagbe has quit (Remote host closed the connection)
1135 2011-08-23 23:33:52 normanrichards has quit (Quit: normanrichards)
1136 2011-08-23 23:40:11 vragnaroda is now known as Staatsfeind
1137 2011-08-23 23:40:36 owowo has joined
1138 2011-08-23 23:41:34 Staatsfeind is now known as vragnaroda
1139 2011-08-23 23:44:27 Rabbit67890_ has joined
1140 2011-08-23 23:44:29 Rabbit67890 has quit (Read error: Connection reset by peer)
1141 2011-08-23 23:44:29 Rabbit67890_ is now known as Rabbit67890
1142 2011-08-23 23:45:44 normanrichards has joined
1143 2011-08-23 23:46:30 k9quaint has quit (Ping timeout: 252 seconds)
1144 2011-08-23 23:47:44 Optimo_ has quit (Ping timeout: 260 seconds)
1145 2011-08-23 23:51:16 zapnap has quit (Remote host closed the connection)
1146 2011-08-23 23:53:03 Optimo_ has joined
1147 2011-08-23 23:53:52 Rabbit67890 is now known as stupid_internet
1148 2011-08-23 23:54:15 stupid_internet is now known as Rabbit67890
1149 2011-08-23 23:55:15 gothicmongobfr has joined
1150 2011-08-23 23:56:36 gothicmongobfr has quit (Remote host closed the connection)
1151 2011-08-23 23:59:15 Incitatus has quit (Ping timeout: 268 seconds)