1 2012-10-15 00:00:22 <bcb> how is it possible that the total of getbalance is greater then the sum of listaccounts?
2 2012-10-15 00:01:09 <jgarzik> bcb: it's a bit technical
3 2012-10-15 00:01:10 lggr has quit (Ping timeout: 252 seconds)
4 2012-10-15 00:01:17 <jgarzik> bcb: getbalance gives you the total of all coins in the wallet
5 2012-10-15 00:01:49 <jgarzik> bcb: the accounting system is layered on top of that, a thin layer that sorts the coins into various buckets (accounts)
6 2012-10-15 00:01:50 asuk has joined
7 2012-10-15 00:02:26 <jgarzik> bcb: so if you rigorously use the accounting system, it will stay accurate
8 2012-10-15 00:03:00 <jgarzik> bcb: but occasionally you might 'sendtoaddress' rather than 'sendfrom', or some other action that subverts the accounting system layer
9 2012-10-15 00:03:43 <Lachesis> wouldn't that decrease balance without touching the accounts, making getbalance < sum(listaccounts) ?
10 2012-10-15 00:04:00 lggr has joined
11 2012-10-15 00:06:04 asuk has quit (Ping timeout: 246 seconds)
12 2012-10-15 00:06:08 rcorreia has quit (Read error: Connection reset by peer)
13 2012-10-15 00:06:17 MrMeowork has quit (Read error: Connection reset by peer)
14 2012-10-15 00:06:31 MrMeowork has joined
15 2012-10-15 00:06:57 <bcb> jgarzik:where do the coins come from when you use sentoaddress?
16 2012-10-15 00:07:31 <gmaxwell> Your wallet.
17 2012-10-15 00:07:38 <jgarzik> Lachesis: indeed
18 2012-10-15 00:07:50 <jgarzik> My brain read "greater than" as "different than"
19 2012-10-15 00:07:55 <jgarzik> bcb: ^
20 2012-10-15 00:08:23 <gmaxwell> The account system doesn't make the coins belong to an account, it's an accounting layer.. like marking in your checkbook what funds you spent on food or gas or got from sales or donations.
21 2012-10-15 00:08:34 lggr has quit (Ping timeout: 255 seconds)
22 2012-10-15 00:09:27 <Lachesis> i know coins sent to an address generated with getaccountaddress will go into an account, but i thought everything else was debited from or credited to the "" account
23 2012-10-15 00:09:43 <bcb> I guess I should ask which account do the coins come from when you use sendtoaddress?
24 2012-10-15 00:09:51 <bcb> ""?
25 2012-10-15 00:10:01 <gmaxwell> "" yes.
26 2012-10-15 00:10:30 <gmaxwell> Lachesis: you can sendfrom to pick the source account for marking the debt.
27 2012-10-15 00:11:12 lggr has joined
28 2012-10-15 00:11:28 <Lachesis> so then how can the sum(listaccounts) != getbalance?
29 2012-10-15 00:11:34 <Lachesis> since "" is in listaccounts?
30 2012-10-15 00:11:52 <Lachesis> on my current wallet, they are equal, but i always use sendfrom and getaccountaddress
31 2012-10-15 00:13:06 <bcb> so if I want to get my "accounts" back in order how do is balance the accounts?
32 2012-10-15 00:13:20 <bcb> I'm moved all the coin back to "" to undo the negative balance
33 2012-10-15 00:13:40 <bcb> however not the get balance is still greater then the "" account
34 2012-10-15 00:13:47 <bcb> *now*
35 2012-10-15 00:15:48 lggr has quit (Ping timeout: 260 seconds)
36 2012-10-15 00:18:26 lggr has joined
37 2012-10-15 00:19:04 <bcb> where are the missing coins?
38 2012-10-15 00:19:50 <Tril> listunspent - probably in change addresses..
39 2012-10-15 00:21:11 brwyatt is now known as brwyatt|Away
40 2012-10-15 00:21:14 <gmaxwell> Tril: no.
41 2012-10-15 00:21:21 <gmaxwell> bcb: have you imported any keys?
42 2012-10-15 00:21:35 <gmaxwell> Or used that wallet on multiple systems concurrently?
43 2012-10-15 00:21:36 <bcb> yes many
44 2012-10-15 00:21:50 <bcb> i've imported and exported keys
45 2012-10-15 00:21:55 <gmaxwell> yea, so may have missing funds from unidentified change.
46 2012-10-15 00:22:28 <bcb> I was trying to move confirmed coins to a new address, dumpprivkey and import into another bitcoind
47 2012-10-15 00:22:31 <gmaxwell> The definition of confirmed used by the varrious commands is different too. IIRC one way measures unconfirmed change an one doesn't.
48 2012-10-15 00:22:31 <bcb> is that possible
49 2012-10-15 00:22:47 lggr has quit (Ping timeout: 245 seconds)
50 2012-10-15 00:25:15 <bcb> "unidentified Change"?
51 2012-10-15 00:25:20 <bcb> how do I prevent that
52 2012-10-15 00:25:32 lggr has joined
53 2012-10-15 00:28:00 <bcb> gmaxwell: funds are not missing. that are just not showing up in any account
54 2012-10-15 00:28:06 tower has quit (Ping timeout: 276 seconds)
55 2012-10-15 00:28:15 <bcb> I think I imported empty keys mostly
56 2012-10-15 00:28:44 tower has joined
57 2012-10-15 00:30:00 lggr has quit (Ping timeout: 245 seconds)
58 2012-10-15 00:31:25 lggr has joined
59 2012-10-15 00:32:56 brwyatt is now known as Away!~brwyatt@brwyatt.net|brwyatt
60 2012-10-15 00:36:13 lggr has quit (Ping timeout: 260 seconds)
61 2012-10-15 00:38:38 lggr has joined
62 2012-10-15 00:40:13 <bcb> is there a limit to the number of addresses you can import into bicoind?
63 2012-10-15 00:40:47 pecket has quit (Read error: Connection reset by peer)
64 2012-10-15 00:40:51 <Diablo-D3> yes.
65 2012-10-15 00:42:07 pecket has joined
66 2012-10-15 00:42:58 lggr has quit (Ping timeout: 240 seconds)
67 2012-10-15 00:45:45 lggr has joined
68 2012-10-15 00:46:20 da2ce789 has joined
69 2012-10-15 00:46:47 da2ce789 is now known as da2ce7
70 2012-10-15 00:48:26 spreelanka has quit (Quit: spreelanka)
71 2012-10-15 00:50:26 lggr has quit (Ping timeout: 255 seconds)
72 2012-10-15 00:52:51 lggr has joined
73 2012-10-15 00:52:52 Joric has joined
74 2012-10-15 00:57:11 lggr has quit (Ping timeout: 240 seconds)
75 2012-10-15 00:59:47 zeiris has quit (Quit: segfault)
76 2012-10-15 01:00:23 lggr has joined
77 2012-10-15 01:00:39 zeiris has joined
78 2012-10-15 01:02:14 asuk has joined
79 2012-10-15 01:02:59 Zarutian has quit (Quit: Zarutian)
80 2012-10-15 01:04:51 lggr has quit (Ping timeout: 252 seconds)
81 2012-10-15 01:06:37 asuk has quit (Ping timeout: 246 seconds)
82 2012-10-15 01:07:40 lggr has joined
83 2012-10-15 01:12:33 lggr has quit (Ping timeout: 265 seconds)
84 2012-10-15 01:13:29 lggr has joined
85 2012-10-15 01:13:37 ahbritto_ has quit (Ping timeout: 245 seconds)
86 2012-10-15 01:14:59 senseless has quit (Ping timeout: 245 seconds)
87 2012-10-15 01:15:02 ahbritto_ has joined
88 2012-10-15 01:17:13 senseless has joined
89 2012-10-15 01:17:52 lggr has quit (Ping timeout: 248 seconds)
90 2012-10-15 01:18:38 senseless has quit (Read error: Connection reset by peer)
91 2012-10-15 01:19:18 lggr has joined
92 2012-10-15 01:22:23 Impaler has joined
93 2012-10-15 01:23:40 lggr has quit (Ping timeout: 244 seconds)
94 2012-10-15 01:24:20 Joric_ has joined
95 2012-10-15 01:24:21 Joric_ has quit (Changing host)
96 2012-10-15 01:24:21 Joric_ has joined
97 2012-10-15 01:25:54 lggr has joined
98 2012-10-15 01:25:57 Joric has quit (Ping timeout: 276 seconds)
99 2012-10-15 01:26:38 senseless has joined
100 2012-10-15 01:29:58 lggr has quit (Ping timeout: 240 seconds)
101 2012-10-15 01:30:19 sgstair has quit (Quit: .«UPP»Â.)
102 2012-10-15 01:31:11 Joric_ is now known as Joric
103 2012-10-15 01:32:27 lggr has joined
104 2012-10-15 01:37:25 asuk has joined
105 2012-10-15 01:37:39 lggr has quit (Ping timeout: 276 seconds)
106 2012-10-15 01:39:11 lggr has joined
107 2012-10-15 01:41:53 asuk has quit (Ping timeout: 252 seconds)
108 2012-10-15 01:42:15 Joric has quit (Ping timeout: 245 seconds)
109 2012-10-15 01:43:28 lggr has quit (Ping timeout: 252 seconds)
110 2012-10-15 01:45:44 lggr has joined
111 2012-10-15 01:50:01 lggr has quit (Ping timeout: 244 seconds)
112 2012-10-15 01:52:39 lggr has joined
113 2012-10-15 01:56:05 one_zero has joined
114 2012-10-15 01:56:52 lggr has quit (Ping timeout: 240 seconds)
115 2012-10-15 01:57:53 copumpkin has quit (Ping timeout: 260 seconds)
116 2012-10-15 01:58:32 copumpkin has joined
117 2012-10-15 01:59:09 lggr has joined
118 2012-10-15 01:59:26 nsh has quit (Ping timeout: 265 seconds)
119 2012-10-15 01:59:45 PhantomSpark has quit (Ping timeout: 276 seconds)
120 2012-10-15 02:01:06 brwyatt is now known as brwyatt|Away
121 2012-10-15 02:03:44 lggr has quit (Ping timeout: 248 seconds)
122 2012-10-15 02:08:04 lggr has joined
123 2012-10-15 02:11:23 senseless has quit (Remote host closed the connection)
124 2012-10-15 02:11:26 brwyatt is now known as Away!~brwyatt@brwyatt.net|brwyatt
125 2012-10-15 02:11:30 Joric has joined
126 2012-10-15 02:12:17 senseless has joined
127 2012-10-15 02:12:43 lggr has quit (Ping timeout: 272 seconds)
128 2012-10-15 02:14:52 Impaler has quit (Ping timeout: 245 seconds)
129 2012-10-15 02:16:47 lggr has joined
130 2012-10-15 02:18:51 bcb has quit (Quit: Page closed)
131 2012-10-15 02:21:01 lggr has quit (Ping timeout: 246 seconds)
132 2012-10-15 02:23:37 lggr has joined
133 2012-10-15 02:25:18 Joric has quit (Ping timeout: 240 seconds)
134 2012-10-15 02:27:38 da2ce7 has quit (Ping timeout: 260 seconds)
135 2012-10-15 02:27:43 Titanium has joined
136 2012-10-15 02:27:54 lggr has quit (Ping timeout: 245 seconds)
137 2012-10-15 02:30:05 lggr has joined
138 2012-10-15 02:30:37 skeledrew has joined
139 2012-10-15 02:32:22 skeledrew1 has quit (Ping timeout: 245 seconds)
140 2012-10-15 02:34:18 lggr has quit (Ping timeout: 240 seconds)
141 2012-10-15 02:36:48 lggr has joined
142 2012-10-15 02:37:54 asuk has joined
143 2012-10-15 02:38:23 elkingrey has quit (Quit: Leaving)
144 2012-10-15 02:38:41 spreelanka has joined
145 2012-10-15 02:40:58 lggr has quit (Ping timeout: 240 seconds)
146 2012-10-15 02:42:32 asuk has quit (Ping timeout: 255 seconds)
147 2012-10-15 02:43:28 lggr has joined
148 2012-10-15 02:43:52 fiesh has quit (Ping timeout: 240 seconds)
149 2012-10-15 02:44:57 PhantomSpark has joined
150 2012-10-15 02:48:06 lggr has quit (Ping timeout: 256 seconds)
151 2012-10-15 02:48:22 fiesh has joined
152 2012-10-15 02:48:40 Raccoon has quit ()
153 2012-10-15 02:51:47 TheEslbear has joined
154 2012-10-15 02:52:13 lggr has joined
155 2012-10-15 02:55:10 juchmis has quit (Ping timeout: 245 seconds)
156 2012-10-15 02:55:18 Eslbaer has quit (Ping timeout: 240 seconds)
157 2012-10-15 02:56:31 lggr has quit (Ping timeout: 246 seconds)
158 2012-10-15 02:58:44 Apexseals has quit (Ping timeout: 245 seconds)
159 2012-10-15 02:58:58 lggr has joined
160 2012-10-15 02:59:06 JZavala has joined
161 2012-10-15 03:04:01 lggr has quit (Ping timeout: 272 seconds)
162 2012-10-15 03:05:37 lggr has joined
163 2012-10-15 03:10:04 lggr has quit (Ping timeout: 260 seconds)
164 2012-10-15 03:11:58 Apexseals has joined
165 2012-10-15 03:11:59 lggr has joined
166 2012-10-15 03:14:52 meLon has quit (Read error: Connection reset by peer)
167 2012-10-15 03:15:07 meLon has joined
168 2012-10-15 03:17:34 lggr has quit (Ping timeout: 256 seconds)
169 2012-10-15 03:19:36 Lachesis has left ("Leaving")
170 2012-10-15 03:20:48 lggr has joined
171 2012-10-15 03:25:06 [7] has quit (Disconnected by services)
172 2012-10-15 03:25:13 lggr has quit (Ping timeout: 246 seconds)
173 2012-10-15 03:25:15 TheSeven has joined
174 2012-10-15 03:27:22 lggr has joined
175 2012-10-15 03:28:34 TheEslbear has quit (Quit: Verlassend)
176 2012-10-15 03:31:48 lggr has quit (Ping timeout: 260 seconds)
177 2012-10-15 03:33:52 lggr has joined
178 2012-10-15 03:38:17 lggr has quit (Ping timeout: 255 seconds)
179 2012-10-15 03:38:59 Joric has joined
180 2012-10-15 03:40:23 lggr has joined
181 2012-10-15 03:42:04 spreelanka has quit (Quit: spreelanka)
182 2012-10-15 03:43:18 quijibo has joined
183 2012-10-15 03:45:17 lggr has quit (Ping timeout: 265 seconds)
184 2012-10-15 03:46:57 lggr has joined
185 2012-10-15 03:50:20 paraipan has quit (Quit: Saliendo)
186 2012-10-15 03:51:34 lggr has quit (Ping timeout: 256 seconds)
187 2012-10-15 03:55:36 lggr has joined
188 2012-10-15 03:59:43 lggr has quit (Ping timeout: 246 seconds)
189 2012-10-15 04:01:59 lggr has joined
190 2012-10-15 04:04:30 Raccoon has joined
191 2012-10-15 04:06:25 lggr has quit (Ping timeout: 244 seconds)
192 2012-10-15 04:08:37 lggr has joined
193 2012-10-15 04:12:09 B0g4r7_ has joined
194 2012-10-15 04:13:04 lggr has quit (Ping timeout: 252 seconds)
195 2012-10-15 04:14:57 B0g4r7 has quit (Ping timeout: 276 seconds)
196 2012-10-15 04:14:57 B0g4r7_ is now known as B0g4r7
197 2012-10-15 04:15:10 lggr has joined
198 2012-10-15 04:19:32 lggr has quit (Ping timeout: 246 seconds)
199 2012-10-15 04:21:34 lggr has joined
200 2012-10-15 04:24:42 pingdrive has quit (Ping timeout: 276 seconds)
201 2012-10-15 04:26:04 lggr has quit (Ping timeout: 255 seconds)
202 2012-10-15 04:30:25 lggr has joined
203 2012-10-15 04:35:04 lggr has quit (Ping timeout: 255 seconds)
204 2012-10-15 04:37:01 lggr has joined
205 2012-10-15 04:41:37 lggr has quit (Ping timeout: 248 seconds)
206 2012-10-15 04:43:09 lggr has joined
207 2012-10-15 04:44:11 sgstair has joined
208 2012-10-15 04:44:46 ThomasV has joined
209 2012-10-15 04:47:32 lggr has quit (Ping timeout: 252 seconds)
210 2012-10-15 04:48:59 sgstair has quit (Client Quit)
211 2012-10-15 04:49:33 lggr has joined
212 2012-10-15 04:52:47 senseless has quit (Ping timeout: 245 seconds)
213 2012-10-15 04:53:00 senseless has joined
214 2012-10-15 04:54:36 lggr has quit (Ping timeout: 276 seconds)
215 2012-10-15 04:56:00 lggr has joined
216 2012-10-15 04:57:09 D34TH has quit (Read error: Connection reset by peer)
217 2012-10-15 04:59:15 <jgarzik> Diablo-D3: "ragequit" new phrase, I like it
218 2012-10-15 05:00:11 lggr has quit (Ping timeout: 245 seconds)
219 2012-10-15 05:02:32 lggr has joined
220 2012-10-15 05:06:21 Joric has quit ()
221 2012-10-15 05:06:56 lggr has quit (Ping timeout: 256 seconds)
222 2012-10-15 05:11:20 lggr has joined
223 2012-10-15 05:12:09 PhantomSpark has quit (Ping timeout: 276 seconds)
224 2012-10-15 05:15:42 lggr has quit (Ping timeout: 245 seconds)
225 2012-10-15 05:18:26 kreal has quit ()
226 2012-10-15 05:20:03 lggr has joined
227 2012-10-15 05:20:30 da2ce7_d has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
228 2012-10-15 05:24:21 da2ce7 has joined
229 2012-10-15 05:24:34 lggr has quit (Ping timeout: 252 seconds)
230 2012-10-15 05:25:49 iddo has quit (Ping timeout: 256 seconds)
231 2012-10-15 05:26:33 lggr has joined
232 2012-10-15 05:27:13 iddo has joined
233 2012-10-15 05:28:18 ovidiusoft has joined
234 2012-10-15 05:29:35 <Diablo-D3> jgarzik: dude, thats like a decade old phrase
235 2012-10-15 05:29:51 <Diablo-D3> and the action it describes is like a million years old
236 2012-10-15 05:31:03 lggr has quit (Ping timeout: 260 seconds)
237 2012-10-15 05:31:32 * midnightmagic wonders how you could live through multiplayer doom/quake/unreal tournament without hearing it at least once.
238 2012-10-15 05:31:48 arij has quit (Ping timeout: 255 seconds)
239 2012-10-15 05:34:27 <Diablo-D3> yeah
240 2012-10-15 05:34:36 <Diablo-D3> I think ut even has that as a built in quit reason or some shit
241 2012-10-15 05:35:32 lggr has joined
242 2012-10-15 05:39:17 maaku has joined
243 2012-10-15 05:39:58 lggr has quit (Ping timeout: 245 seconds)
244 2012-10-15 05:44:04 gjs278 has quit (Remote host closed the connection)
245 2012-10-15 05:44:12 lggr has joined
246 2012-10-15 05:48:54 lggr has quit (Ping timeout: 255 seconds)
247 2012-10-15 05:48:56 PhantomSpark has joined
248 2012-10-15 05:49:40 denisx has quit (Quit: denisx)
249 2012-10-15 05:50:11 maaku has quit (Quit: maaku)
250 2012-10-15 05:50:19 mmoya has joined
251 2012-10-15 05:51:46 JZavala has quit (Ping timeout: 260 seconds)
252 2012-10-15 05:53:01 lggr has joined
253 2012-10-15 05:53:06 copumpkin has quit (Ping timeout: 276 seconds)
254 2012-10-15 05:53:45 copumpkin has joined
255 2012-10-15 05:57:27 lggr has quit (Ping timeout: 252 seconds)
256 2012-10-15 05:59:23 lggr has joined
257 2012-10-15 06:03:46 lggr has quit (Ping timeout: 246 seconds)
258 2012-10-15 06:05:48 lggr has joined
259 2012-10-15 06:10:02 lggr has quit (Ping timeout: 252 seconds)
260 2012-10-15 06:12:23 lggr has joined
261 2012-10-15 06:12:41 sgstair has joined
262 2012-10-15 06:13:13 cheebydi has quit (Ping timeout: 252 seconds)
263 2012-10-15 06:16:05 cheebydi has joined
264 2012-10-15 06:16:15 <jgarzik> games? what is that?
265 2012-10-15 06:16:51 lggr has quit (Ping timeout: 245 seconds)
266 2012-10-15 06:17:53 <Luke-Jr> now if only we could get Diablo-D3 to ragequit #bitcoin-dev â¦
267 2012-10-15 06:18:39 ThomasV has quit (Ping timeout: 260 seconds)
268 2012-10-15 06:21:03 lggr has joined
269 2012-10-15 06:22:12 senseless has quit (Remote host closed the connection)
270 2012-10-15 06:22:28 senseless has joined
271 2012-10-15 06:24:41 RainbowD_ has joined
272 2012-10-15 06:24:53 CodesInChaos has joined
273 2012-10-15 06:25:42 lggr has quit (Ping timeout: 256 seconds)
274 2012-10-15 06:27:19 lggr has joined
275 2012-10-15 06:30:45 Impaler has joined
276 2012-10-15 06:31:50 devrandom has quit (Remote host closed the connection)
277 2012-10-15 06:31:50 gfinn has quit (Remote host closed the connection)
278 2012-10-15 06:32:09 harkon has joined
279 2012-10-15 06:32:24 devrandom has joined
280 2012-10-15 06:32:30 lggr has quit (Ping timeout: 256 seconds)
281 2012-10-15 06:34:52 Diablo-D3 has quit (Ping timeout: 245 seconds)
282 2012-10-15 06:35:50 CodesInChaos has quit (Ping timeout: 246 seconds)
283 2012-10-15 06:36:01 brwyatt is now known as brwyatt|Away
284 2012-10-15 06:36:48 lggr has joined
285 2012-10-15 06:39:04 <midnightmagic> Luke-Jr: you big meanie.
286 2012-10-15 06:40:19 <Luke-Jr> :p
287 2012-10-15 06:40:34 sgstair has quit (Quit: .«UPP»Â.)
288 2012-10-15 06:41:07 lggr has quit (Ping timeout: 245 seconds)
289 2012-10-15 06:41:13 sgstair has joined
290 2012-10-15 06:43:22 gfinn has joined
291 2012-10-15 06:46:05 lggr has joined
292 2012-10-15 06:50:22 lggr has quit (Ping timeout: 252 seconds)
293 2012-10-15 06:53:05 lggr has joined
294 2012-10-15 06:57:32 lggr has quit (Ping timeout: 246 seconds)
295 2012-10-15 07:02:10 lggr has joined
296 2012-10-15 07:02:15 ThomasV has joined
297 2012-10-15 07:04:30 Tril has left ()
298 2012-10-15 07:04:56 optimator has joined
299 2012-10-15 07:05:18 optimator_ has quit (Read error: Connection reset by peer)
300 2012-10-15 07:06:25 lggr has quit (Ping timeout: 246 seconds)
301 2012-10-15 07:07:47 d4de has quit (Ping timeout: 245 seconds)
302 2012-10-15 07:11:23 lggr has joined
303 2012-10-15 07:15:36 lggr has quit (Ping timeout: 245 seconds)
304 2012-10-15 07:18:25 lggr has joined
305 2012-10-15 07:19:46 harkon has quit (Quit: Konversation terminated!)
306 2012-10-15 07:22:32 lggr has quit (Ping timeout: 240 seconds)
307 2012-10-15 07:23:12 Impaler_ has joined
308 2012-10-15 07:24:56 lggr has joined
309 2012-10-15 07:25:19 BlackPrapor has joined
310 2012-10-15 07:26:20 ovidiuso1t has joined
311 2012-10-15 07:26:25 Impaler has quit (Ping timeout: 248 seconds)
312 2012-10-15 07:29:35 lggr has quit (Ping timeout: 260 seconds)
313 2012-10-15 07:29:57 ovidiusoft has quit (Ping timeout: 276 seconds)
314 2012-10-15 07:33:42 lggr has joined
315 2012-10-15 07:34:59 unknown45682 has joined
316 2012-10-15 07:38:06 lggr has quit (Ping timeout: 245 seconds)
317 2012-10-15 07:40:35 lggr has joined
318 2012-10-15 07:40:43 RazielZ has joined
319 2012-10-15 07:42:47 mologie has quit (Ping timeout: 245 seconds)
320 2012-10-15 07:44:46 lggr has quit (Ping timeout: 245 seconds)
321 2012-10-15 07:45:25 osmosis has quit (Quit: Leaving)
322 2012-10-15 07:47:20 lggr has joined
323 2012-10-15 07:51:26 lggr has quit (Ping timeout: 245 seconds)
324 2012-10-15 07:54:14 lggr has joined
325 2012-10-15 07:55:02 rdponticelli has quit (Remote host closed the connection)
326 2012-10-15 07:57:31 rdponticelli has joined
327 2012-10-15 07:58:27 lggr has quit (Ping timeout: 252 seconds)
328 2012-10-15 08:01:04 lggr has joined
329 2012-10-15 08:02:04 gjs278 has joined
330 2012-10-15 08:04:11 asuk has joined
331 2012-10-15 08:05:33 lggr has quit (Ping timeout: 252 seconds)
332 2012-10-15 08:07:53 lggr has joined
333 2012-10-15 08:08:59 jdnavarro has joined
334 2012-10-15 08:10:40 t7 has joined
335 2012-10-15 08:12:17 lggr has quit (Ping timeout: 248 seconds)
336 2012-10-15 08:14:40 lggr has joined
337 2012-10-15 08:16:57 pecket has quit (Read error: Connection reset by peer)
338 2012-10-15 08:17:22 pecket has joined
339 2012-10-15 08:19:25 lggr has quit (Ping timeout: 272 seconds)
340 2012-10-15 08:21:30 lggr has joined
341 2012-10-15 08:24:36 t7_ has joined
342 2012-10-15 08:25:51 lggr has quit (Ping timeout: 256 seconds)
343 2012-10-15 08:25:51 t7 has quit (Ping timeout: 276 seconds)
344 2012-10-15 08:25:56 t7_ is now known as t7
345 2012-10-15 08:28:39 edcba has quit (Remote host closed the connection)
346 2012-10-15 08:30:38 BlackPrapor has quit (Ping timeout: 246 seconds)
347 2012-10-15 08:30:41 asuk has quit (Read error: Connection reset by peer)
348 2012-10-15 08:30:49 lggr has joined
349 2012-10-15 08:31:39 TD has joined
350 2012-10-15 08:34:51 asuk has joined
351 2012-10-15 08:34:59 lggr has quit (Ping timeout: 240 seconds)
352 2012-10-15 08:37:48 lggr has joined
353 2012-10-15 08:42:02 MC1984 has quit (Ping timeout: 245 seconds)
354 2012-10-15 08:42:13 lggr has quit (Ping timeout: 252 seconds)
355 2012-10-15 08:42:44 MC1984 has joined
356 2012-10-15 08:44:53 lggr has joined
357 2012-10-15 08:48:59 lggr has quit (Ping timeout: 240 seconds)
358 2012-10-15 08:51:53 lggr has joined
359 2012-10-15 08:52:40 Guest12345 has joined
360 2012-10-15 08:54:06 <Guest12345> i need some tester's for my pool
361 2012-10-15 08:54:23 <Guest12345> anyone wan't to join
362 2012-10-15 08:56:47 lggr has quit (Ping timeout: 272 seconds)
363 2012-10-15 08:58:15 lggr has joined
364 2012-10-15 09:00:31 CodesInChaos has joined
365 2012-10-15 09:02:56 lggr has quit (Ping timeout: 255 seconds)
366 2012-10-15 09:04:44 lggr has joined
367 2012-10-15 09:06:49 otimm has quit (Ping timeout: 246 seconds)
368 2012-10-15 09:09:36 lggr has quit (Ping timeout: 265 seconds)
369 2012-10-15 09:11:08 otimm has joined
370 2012-10-15 09:11:12 lggr has joined
371 2012-10-15 09:12:24 PhantomSpark has joined
372 2012-10-15 09:12:29 Wack0 has quit (Ping timeout: 260 seconds)
373 2012-10-15 09:16:52 lggr has quit (Ping timeout: 260 seconds)
374 2012-10-15 09:17:13 BitcoinBaltar has quit (Ping timeout: 276 seconds)
375 2012-10-15 09:20:11 OneEyed has quit (Ping timeout: 246 seconds)
376 2012-10-15 09:20:23 lggr has joined
377 2012-10-15 09:20:47 BitcoinBaltar has joined
378 2012-10-15 09:21:25 <t7> i dont trust you
379 2012-10-15 09:21:57 OneEyed has joined
380 2012-10-15 09:24:40 lggr has quit (Ping timeout: 246 seconds)
381 2012-10-15 09:27:01 lggr has joined
382 2012-10-15 09:31:14 lggr has quit (Ping timeout: 252 seconds)
383 2012-10-15 09:32:19 OneEyed has quit (Ping timeout: 256 seconds)
384 2012-10-15 09:33:37 lggr has joined
385 2012-10-15 09:35:05 Nesetalis has quit (Read error: Connection reset by peer)
386 2012-10-15 09:35:18 Nesetalis has joined
387 2012-10-15 09:36:43 OneEyed has joined
388 2012-10-15 09:37:51 ovidiuso1t has quit (Ping timeout: 255 seconds)
389 2012-10-15 09:37:58 ovidiusoft has joined
390 2012-10-15 09:38:35 lggr has quit (Ping timeout: 272 seconds)
391 2012-10-15 09:42:39 lggr has joined
392 2012-10-15 09:43:59 Wack0 has joined
393 2012-10-15 09:46:32 MC1984 has quit (Ping timeout: 240 seconds)
394 2012-10-15 09:46:51 lggr has quit (Ping timeout: 245 seconds)
395 2012-10-15 09:48:15 datagutt has joined
396 2012-10-15 09:49:31 lggr has joined
397 2012-10-15 09:54:09 lggr has quit (Ping timeout: 248 seconds)
398 2012-10-15 09:55:05 lggr has joined
399 2012-10-15 09:59:32 senseless has quit (Ping timeout: 246 seconds)
400 2012-10-15 09:59:35 lggr has quit (Ping timeout: 252 seconds)
401 2012-10-15 09:59:57 senseless has joined
402 2012-10-15 10:02:02 lggr has joined
403 2012-10-15 10:06:32 lggr has quit (Ping timeout: 244 seconds)
404 2012-10-15 10:06:39 senseless has quit (Ping timeout: 255 seconds)
405 2012-10-15 10:08:21 Neskia has joined
406 2012-10-15 10:08:32 senseless has joined
407 2012-10-15 10:09:11 lggr has joined
408 2012-10-15 10:11:03 <ThomasV> while bitcoind is catching up with the blockchain, it seems to be checking mempool transactions (calling FetchInputs). isn't it a waste of time?
409 2012-10-15 10:11:31 Nesetalis has quit (Ping timeout: 272 seconds)
410 2012-10-15 10:13:51 lggr has quit (Ping timeout: 255 seconds)
411 2012-10-15 10:13:59 leotreasure has joined
412 2012-10-15 10:15:52 lggr has joined
413 2012-10-15 10:17:13 slush1 has joined
414 2012-10-15 10:17:29 leotreasure has quit (Read error: Connection reset by peer)
415 2012-10-15 10:17:40 BitcoinBaltar has quit (Ping timeout: 276 seconds)
416 2012-10-15 10:18:16 leotreasure has joined
417 2012-10-15 10:19:17 slush1 has quit (Client Quit)
418 2012-10-15 10:20:19 lggr has quit (Ping timeout: 256 seconds)
419 2012-10-15 10:20:49 BitcoinBaltar has joined
420 2012-10-15 10:22:41 leotreasure has quit (Ping timeout: 245 seconds)
421 2012-10-15 10:23:13 Guest12345 has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
422 2012-10-15 10:23:46 leotreasure has joined
423 2012-10-15 10:24:42 leotreasure has quit (Read error: Connection reset by peer)
424 2012-10-15 10:25:06 lggr has joined
425 2012-10-15 10:29:12 lggr has quit (Ping timeout: 240 seconds)
426 2012-10-15 10:29:34 CodeInChaos has joined
427 2012-10-15 10:30:23 senseless has quit (Read error: Connection reset by peer)
428 2012-10-15 10:31:12 senseless has joined
429 2012-10-15 10:31:37 TD has quit (Quit: TD)
430 2012-10-15 10:31:39 CodesInChaos has quit (Ping timeout: 256 seconds)
431 2012-10-15 10:31:56 lggr has joined
432 2012-10-15 10:33:33 slothbag has joined
433 2012-10-15 10:35:39 TD has joined
434 2012-10-15 10:36:11 lggr has quit (Ping timeout: 245 seconds)
435 2012-10-15 10:38:27 lggr has joined
436 2012-10-15 10:39:23 slothbag has quit (Ping timeout: 272 seconds)
437 2012-10-15 10:42:48 lggr has quit (Ping timeout: 260 seconds)
438 2012-10-15 10:45:10 lggr has joined
439 2012-10-15 10:48:10 slothbag has joined
440 2012-10-15 10:48:50 d4de has joined
441 2012-10-15 10:49:42 lggr has quit (Ping timeout: 252 seconds)
442 2012-10-15 10:51:54 lggr has joined
443 2012-10-15 10:56:01 lggr has quit (Ping timeout: 245 seconds)
444 2012-10-15 10:58:10 drizztbsd has joined
445 2012-10-15 11:00:58 lggr has joined
446 2012-10-15 11:02:09 slothbag has quit (Quit: Bye)
447 2012-10-15 11:04:14 setkeh has quit (Read error: No route to host)
448 2012-10-15 11:04:51 setkeh has joined
449 2012-10-15 11:05:07 lggr has quit (Ping timeout: 246 seconds)
450 2012-10-15 11:07:34 lggr has joined
451 2012-10-15 11:08:47 iddo has quit (Read error: Operation timed out)
452 2012-10-15 11:11:50 lggr has quit (Ping timeout: 246 seconds)
453 2012-10-15 11:12:50 mainaccount2 has joined
454 2012-10-15 11:13:17 CrazyMF has quit (Ping timeout: 252 seconds)
455 2012-10-15 11:14:12 lggr has joined
456 2012-10-15 11:15:24 CodeInChaos has quit (Ping timeout: 260 seconds)
457 2012-10-15 11:17:27 setkeh has quit (Quit: Love Linux ?? and Sharing Experience ?? Come Join us on Freenode at #linuxdistrocommunity)
458 2012-10-15 11:17:35 setkeh has joined
459 2012-10-15 11:18:10 kreal has joined
460 2012-10-15 11:18:38 lggr has quit (Ping timeout: 245 seconds)
461 2012-10-15 11:19:30 _dr has quit (Read error: Connection reset by peer)
462 2012-10-15 11:20:42 lggr has joined
463 2012-10-15 11:21:53 iddo has joined
464 2012-10-15 11:23:54 <jgarzik> ThomasV: sometimes
465 2012-10-15 11:25:16 lggr has quit (Ping timeout: 252 seconds)
466 2012-10-15 11:25:27 `e has joined
467 2012-10-15 11:27:11 lggr has joined
468 2012-10-15 11:31:54 lggr has quit (Ping timeout: 260 seconds)
469 2012-10-15 11:34:29 `e has left ()
470 2012-10-15 11:34:36 leotreasure has joined
471 2012-10-15 11:36:07 lggr has joined
472 2012-10-15 11:37:07 leotreasure has quit (Read error: Connection reset by peer)
473 2012-10-15 11:37:53 leotreasure has joined
474 2012-10-15 11:40:00 leotreasure has quit (Read error: Connection reset by peer)
475 2012-10-15 11:40:28 lggr has quit (Ping timeout: 246 seconds)
476 2012-10-15 11:40:43 leotreasure has joined
477 2012-10-15 11:42:49 lggr has joined
478 2012-10-15 11:43:28 random_cat_ has quit (Ping timeout: 276 seconds)
479 2012-10-15 11:43:55 leotreasure has quit (Read error: Connection reset by peer)
480 2012-10-15 11:45:02 leotreasure has joined
481 2012-10-15 11:45:07 random_cat_ has joined
482 2012-10-15 11:45:15 agricocb has quit (Quit: Leaving.)
483 2012-10-15 11:47:03 leotreasure has quit (Read error: Connection reset by peer)
484 2012-10-15 11:47:12 lggr has quit (Ping timeout: 260 seconds)
485 2012-10-15 11:47:48 mologie has joined
486 2012-10-15 11:49:24 lggr has joined
487 2012-10-15 11:53:56 lggr has quit (Ping timeout: 265 seconds)
488 2012-10-15 11:56:03 lggr has joined
489 2012-10-15 12:00:40 mologie has quit (Quit: ZNC - http://znc.in)
490 2012-10-15 12:01:01 lggr has quit (Ping timeout: 276 seconds)
491 2012-10-15 12:02:41 lggr has joined
492 2012-10-15 12:04:43 leotreasure has joined
493 2012-10-15 12:06:27 mologie has joined
494 2012-10-15 12:06:59 lggr has quit (Ping timeout: 240 seconds)
495 2012-10-15 12:08:21 mologie has quit (Read error: Connection reset by peer)
496 2012-10-15 12:09:23 lggr has joined
497 2012-10-15 12:09:29 <ThomasV> jgarzik: I'm asking because it's been extremely slow
498 2012-10-15 12:09:47 <ThomasV> and the log is full of that
499 2012-10-15 12:11:17 <sipa> ThomasV: if you're interested, you can try my "ultraprune" branch; it should be much faster
500 2012-10-15 12:11:48 <ThomasV> sipa: it prunes spent coins?
501 2012-10-15 12:11:56 <sipa> yes and no
502 2012-10-15 12:12:09 <ThomasV> I don't want that, it's for my electrum server
503 2012-10-15 12:12:23 <sipa> what does it need?
504 2012-10-15 12:12:42 <ThomasV> it needs all the blockchain
505 2012-10-15 12:12:48 <sipa> it keeps the entire blockchain
506 2012-10-15 12:13:07 <ThomasV> so, in which way does it differ?
507 2012-10-15 12:13:10 <sipa> and it is fully RPC compatible with 0.7, except for getrawtransaction
508 2012-10-15 12:13:36 <sipa> it keeps an explicit database with just the unspent transaction outputs, in addition to the block chain
509 2012-10-15 12:13:44 lggr has quit (Ping timeout: 260 seconds)
510 2012-10-15 12:13:47 <sipa> (it doesn't have blkindex.dat anymore though)
511 2012-10-15 12:14:05 <ThomasV> what is in blkindex.dat?
512 2012-10-15 12:14:12 <sipa> the txid -> diskpos map
513 2012-10-15 12:14:17 <sipa> and where each coin is spent
514 2012-10-15 12:14:21 mologie has joined
515 2012-10-15 12:14:58 paraipan has joined
516 2012-10-15 12:14:58 <ThomasV> sipa: does it have identical blk*.dat files ?
517 2012-10-15 12:15:09 leotreasure has quit (Quit: leotreasure)
518 2012-10-15 12:15:25 <sipa> yes
519 2012-10-15 12:15:27 leotreasure has joined
520 2012-10-15 12:15:43 <sipa> well, same format; they're named differently, in a subdirectory, and smaller
521 2012-10-15 12:15:52 <sipa> but the encoding format is exactly the same
522 2012-10-15 12:16:08 <ThomasV> oh, that means I'll need to mess with abe
523 2012-10-15 12:16:37 * Luke-Jr wonders if xanatos is seriously making an issue out of the requirement to include a copy of the GPL text with the program, sigh
524 2012-10-15 12:16:58 <sipa> Luke-Jr: i'm really not convinced he's wrong
525 2012-10-15 12:17:06 <sipa> (though i certainly don't know for sure)
526 2012-10-15 12:17:26 <Luke-Jr> no, we do technically need to include a copy of the license itself, but it feels a bit pedantic in this case
527 2012-10-15 12:17:33 <sipa> apart from that
528 2012-10-15 12:17:54 leotreasure_ has joined
529 2012-10-15 12:18:08 asa1024 has quit (Quit: asa1024)
530 2012-10-15 12:18:27 lggr has joined
531 2012-10-15 12:18:29 <sipa> the GPL requires that anyone who receives the binary has the same rights as the author; if someone takes the source now, modifies it under the MIT license, and produces a binary from that, and distributes it without source, he is not violating the MIT license, but he is violating the GPL license of the icon (in the assumption that using the icon makes bitcoin a derived work)
532 2012-10-15 12:18:48 <Luke-Jr> sipa: yes, that is true
533 2012-10-15 12:18:50 <sipa> and our MIT license does not guarantee that someone can't do that
534 2012-10-15 12:19:06 <Luke-Jr> the GPL doesn't require other code to guarantee that.
535 2012-10-15 12:19:20 <Luke-Jr> it just requires actual compliance with that as long as the GPL'd code is there.
536 2012-10-15 12:19:31 leotreasure has quit (Ping timeout: 245 seconds)
537 2012-10-15 12:19:41 <sipa> well, that is where it gets fuzzy
538 2012-10-15 12:19:56 <sipa> but i'd rather not leaving it up to lawyers to decide
539 2012-10-15 12:20:38 <ThomasV> I don't know what the limiting factor is for my bitcoind catching up with the blockchain, but it does not seem to be cpu: I am at 0% usage most of the time, and sometimes it jumps to 30% for a little while (this coincides with blocks being added according to the log)
540 2012-10-15 12:20:56 <ThomasV> but still, most of the time isz spent at 0% usage
541 2012-10-15 12:21:04 <ThomasV> or 1%
542 2012-10-15 12:21:29 <ThomasV> so it could be disk access, or download speed
543 2012-10-15 12:21:31 <sipa> ThomasV: the limiting factor is BDB\
544 2012-10-15 12:21:31 spreelanka has joined
545 2012-10-15 12:21:33 <Luke-Jr> sipa: under the GPL, the copyright holder would be obliged to warn us and give us time to comply by releasing source before any legal action could be taken
546 2012-10-15 12:21:44 <ThomasV> sipa: care to explain?
547 2012-10-15 12:21:57 <sipa> ThomasV: BDB is not really efficient
548 2012-10-15 12:21:57 <Luke-Jr> worst case scenario, we rush an emergency "some idiot complained about a grey area on our icons" release
549 2012-10-15 12:22:18 <sipa> ThomasV: it continuously needs to rewrite large parts of the database, and does tons of synchronous writes
550 2012-10-15 12:22:22 <Luke-Jr> their*
551 2012-10-15 12:22:34 <ThomasV> sipa: why is it used then?
552 2012-10-15 12:22:40 <sipa> ThomasV: because satoshi chose it
553 2012-10-15 12:22:46 <sipa> ThomasV: in 0.8 we'll switch to leveldb
554 2012-10-15 12:23:04 <ThomasV> is there a branch where leveldb is used?
555 2012-10-15 12:23:08 lggr has quit (Ping timeout: 260 seconds)
556 2012-10-15 12:23:34 <sipa> yes, ultraprune :)
557 2012-10-15 12:23:51 <ThomasV> :)
558 2012-10-15 12:24:10 <ThomasV> sipa: bu that means your blk*.dat will differ
559 2012-10-15 12:24:16 <sipa> ThomasV: *NO*
560 2012-10-15 12:24:21 <ThomasV> why not?
561 2012-10-15 12:24:35 <sipa> the blk* files are just a concatenation of blocks
562 2012-10-15 12:24:44 <sipa> raw, directly to disk, no index or database
563 2012-10-15 12:24:51 <ThomasV> oh ok
564 2012-10-15 12:24:59 <ThomasV> so it is database agnostic
565 2012-10-15 12:25:03 <sipa> (except for blkindex.dat, which is a BDB database file like wallet.dat and formerly addr.dat)
566 2012-10-15 12:25:07 lggr has joined
567 2012-10-15 12:26:18 <sipa> ThomasV: on my VPS, sync from scratch used to take over a day (it has very high I/O latency)
568 2012-10-15 12:26:26 <sipa> with leveldb/ultraprune it's more like 1-2 hours
569 2012-10-15 12:26:30 root2 has joined
570 2012-10-15 12:26:59 jine has quit (Ping timeout: 240 seconds)
571 2012-10-15 12:27:01 guruvan has quit (Ping timeout: 276 seconds)
572 2012-10-15 12:27:01 guruvan_ is now known as guruvan
573 2012-10-15 12:27:26 root2_ has quit (Ping timeout: 246 seconds)
574 2012-10-15 12:27:40 paraipan has quit (Ping timeout: 276 seconds)
575 2012-10-15 12:27:52 <ThomasV> sipa: nice. but why is leveldb tied to ultraprune? these seem to be two distinct developments
576 2012-10-15 12:27:56 jine has joined
577 2012-10-15 12:28:14 <sipa> ThomasV: leveldb was implemented separatedly by mike
578 2012-10-15 12:28:19 rdponticelli has quit (Ping timeout: 276 seconds)
579 2012-10-15 12:28:19 xisalty has quit (Ping timeout: 276 seconds)
580 2012-10-15 12:28:19 mykhal has quit (Ping timeout: 276 seconds)
581 2012-10-15 12:28:27 rdponticelli_ has joined
582 2012-10-15 12:28:33 <sipa> ThomasV: with a compatibility layer to make it behave like BDB
583 2012-10-15 12:29:04 <sipa> as i rewrote the validation engine anyway, i did so with leveldb's model in mind, so after rebasing it, no compatibility layer was needed anymore
584 2012-10-15 12:29:33 lggr has quit (Ping timeout: 252 seconds)
585 2012-10-15 12:29:42 <jgarzik> sipa: maybe it's confusing that "blk*dat" refers to both BDB index and blockchain flat files
586 2012-10-15 12:30:03 hofmann has joined
587 2012-10-15 12:30:41 <sipa> jgarzik: yeah, in ultraprune it's blocks/*, blktree/* and coins/*
588 2012-10-15 12:30:55 <jgarzik> ThomasV: leveldb and ultraprune (bitcoin db index change) are indeed two distinct changes, but it makes sense to merge them at the same time. Everybody has to upgrade... no sense in putting users through a BDB->leveldb upgrade, and _then_ another upgrade to radically change the bitcoin db index formats.
589 2012-10-15 12:31:13 <gmaxwell> Luke-Jr: speaking of licensing, we're also not conformant with the LGPL. We ship LGPLed things, so we must include a copy of the license. I'm also unclear on what we need to do wrt the static linking. Closed source apps static linkers technically have to ship a relinkable set of object files so the lgpl parts can be replaced and are also obligated to offer the source for the LGPL things we link. But since we're not a closed app ourselves I'm
590 2012-10-15 12:31:30 <sipa> gmaxwell: ourselves I'm [...]
591 2012-10-15 12:31:35 <jgarzik> ThomasV: BDB is a big part of currently-slow network sync'ing
592 2012-10-15 12:31:36 Zarutian has joined
593 2012-10-15 12:31:37 lggr has joined
594 2012-10-15 12:31:44 <gmaxwell> app ourselves I'm unsure of how much we should be doing there.
595 2012-10-15 12:32:00 <Luke-Jr> gmaxwell: yeah, I think we can just leave that problem for whoever wants to close it
596 2012-10-15 12:32:03 <jgarzik> On licenses: License conformance is the important bit
597 2012-10-15 12:32:09 <jgarzik> shipping the text is optional but useful
598 2012-10-15 12:32:23 <gmaxwell> jgarzik: well BDB made much less of a difference after ultraprune, but the both carry common bug text.
599 2012-10-15 12:32:29 <jgarzik> Most source code include "if you don't have a copy, go to this $url" language
600 2012-10-15 12:32:35 leotreasure_ has quit (Quit: leotreasure_)
601 2012-10-15 12:33:09 <jgarzik> gmaxwell: common bug text?
602 2012-10-15 12:33:20 <gmaxwell> jgarzik: indeed, I was just following along with the pedantry. In general we ourselves aren't likely to non-conform in a material way as what _we_ do would even work under the GPL.
603 2012-10-15 12:33:27 <gmaxwell> jgarzik: s/text/risk/ sorry, just woke up
604 2012-10-15 12:33:29 <gmaxwell> :P
605 2012-10-15 12:33:30 hofmann has quit (Remote host closed the connection)
606 2012-10-15 12:33:40 <sturles> In my experience slow nodes is the major factor holding back network sync. 2 GB going out through a home ADSL line isn't fast.
607 2012-10-15 12:33:59 JZavala has joined
608 2012-10-15 12:34:27 <Luke-Jr> jgarzik: shipping the text is not optional for GPL/LGPL, technically
609 2012-10-15 12:34:41 <gmaxwell> sturles: it wasn't previously.
610 2012-10-15 12:34:48 <sipa> gmaxwell: on VPS's the difference between BDB and LevelDB (both on ultraprune) is massive
611 2012-10-15 12:35:05 <sipa> like an order of magnitude
612 2012-10-15 12:35:21 <ThomasV> sipa: ok, let me try your branch
613 2012-10-15 12:35:35 <jgarzik> LevelDB simply does not update as many files/blocks as BDB does, for the same amount of block processing work
614 2012-10-15 12:35:39 <gmaxwell> But if we're serious about the MIT license being actually MITish, we need to think about making it easy for downstream reusers to be license kosher when they do closed sourcy things we don't.
615 2012-10-15 12:35:44 <jgarzik> lower pagecache usage
616 2012-10-15 12:35:51 <jgarzik> + less disk thrashing on lower resource nodes
617 2012-10-15 12:35:56 <sipa> jgarzik: exactly
618 2012-10-15 12:36:09 lggr has quit (Ping timeout: 252 seconds)
619 2012-10-15 12:36:14 paraipan has joined
620 2012-10-15 12:36:17 <jgarzik> gmaxwell: agreed
621 2012-10-15 12:36:33 <jgarzik> license pedantry is pedantry... but it is important to get the legal stuff right
622 2012-10-15 12:36:47 <gmaxwell> sipa: thats interesting, I just remembered my ownâ on ssd testsâ and some numbers you had (I guess on your laptop)
623 2012-10-15 12:37:28 <sipa> gmaxwell: even on ultraprune, iirc syncing the full chain took a day on my VPS
624 2012-10-15 12:37:49 guruvan- has joined
625 2012-10-15 12:38:08 <gmaxwell> jgarzik: yea, agreed. I only point out that it's pedantry to emphasize that it's not urgent, we can slowly grind in the right direction. (wumpus was stressing a bit about some of the pull requests arguments the other day)
626 2012-10-15 12:38:10 lggr has joined
627 2012-10-15 12:39:23 <jgarzik> my sanity level is high today, because I have been deleting all those github posts unread ;-)
628 2012-10-15 12:39:51 Z0rZ0rZ0r has joined
629 2012-10-15 12:40:03 DerCoin has joined
630 2012-10-15 12:40:22 jgarzik has quit (Quit: rebooting into new kernel... bbiab)
631 2012-10-15 12:43:04 lggr has quit (Ping timeout: 260 seconds)
632 2012-10-15 12:44:41 lggr has joined
633 2012-10-15 12:46:14 senseless_ has joined
634 2012-10-15 12:46:29 senseless_ has left ()
635 2012-10-15 12:48:18 Eslbaer has joined
636 2012-10-15 12:48:37 TheEslbear has joined
637 2012-10-15 12:48:46 TheEslbear has quit (Read error: Connection reset by peer)
638 2012-10-15 12:49:05 lggr has quit (Ping timeout: 248 seconds)
639 2012-10-15 12:49:20 jgarzik has joined
640 2012-10-15 12:49:38 jgarzik has quit (Changing host)
641 2012-10-15 12:49:38 jgarzik has joined
642 2012-10-15 12:49:40 senseless has quit (Ping timeout: 260 seconds)
643 2012-10-15 12:53:40 paraipan has quit (Ping timeout: 276 seconds)
644 2012-10-15 12:53:55 lggr has joined
645 2012-10-15 12:55:37 PhantomSpark has quit (2!~kvirc@pool-71-251-16-25.nycmny.fios.verizon.net|Ping timeout: 276 seconds)
646 2012-10-15 12:58:22 <jgarzik> my life would move much more slowly, without shell history
647 2012-10-15 12:58:23 mykhal has joined
648 2012-10-15 12:58:42 lggr has quit (Ping timeout: 265 seconds)
649 2012-10-15 12:58:57 <lianj> and zsh
650 2012-10-15 12:59:03 agricocb has joined
651 2012-10-15 12:59:16 <Luke-Jr> jgarzik: I find it handy to have per-directory shell histories (with an eternal global-history sorted before it)
652 2012-10-15 13:00:26 lggr has joined
653 2012-10-15 13:01:26 _dr has joined
654 2012-10-15 13:03:06 <ThomasV> sipa: I am running your branch now. it's not only faster, it also seems to use much less memory
655 2012-10-15 13:04:54 paraipan has joined
656 2012-10-15 13:05:22 lggr has quit (Ping timeout: 276 seconds)
657 2012-10-15 13:06:53 lggr has joined
658 2012-10-15 13:08:03 <ThomasV> yes, that's an order of magnitude difference
659 2012-10-15 13:08:52 <sipa> glad to hear; let me know if you find any issues
660 2012-10-15 13:09:43 <ThomasV> it hasn't yet reached the Satoshi Dice part of the blockchain
661 2012-10-15 13:10:42 JZavala has quit (Ping timeout: 240 seconds)
662 2012-10-15 13:10:55 InsuDra has joined
663 2012-10-15 13:11:28 paraipan has quit (Remote host closed the connection)
664 2012-10-15 13:11:45 lggr has quit (Ping timeout: 265 seconds)
665 2012-10-15 13:13:29 lggr has joined
666 2012-10-15 13:17:23 Impaler_ has quit (Remote host closed the connection)
667 2012-10-15 13:17:46 root2_ has joined
668 2012-10-15 13:18:22 lggr has quit (Ping timeout: 276 seconds)
669 2012-10-15 13:19:51 D34TH has joined
670 2012-10-15 13:20:16 lggr has joined
671 2012-10-15 13:21:08 root2 has quit (Ping timeout: 246 seconds)
672 2012-10-15 13:24:09 xisalty has joined
673 2012-10-15 13:24:44 lggr has quit (Ping timeout: 260 seconds)
674 2012-10-15 13:25:07 root2_ is now known as root2
675 2012-10-15 13:27:02 lggr has joined
676 2012-10-15 13:27:05 paraipan has joined
677 2012-10-15 13:30:53 JZavala has joined
678 2012-10-15 13:31:24 lggr has quit (Ping timeout: 255 seconds)
679 2012-10-15 13:33:57 lggr has joined
680 2012-10-15 13:33:59 Arnavion has quit (Quit: Arnavion)
681 2012-10-15 13:34:22 <ThomasV> sipa: but it does not have getrawmempool??
682 2012-10-15 13:35:57 <sipa> it should
683 2012-10-15 13:36:20 <sipa> here it does :)
684 2012-10-15 13:37:19 [\\\] has quit (Ping timeout: 240 seconds)
685 2012-10-15 13:38:38 lggr has quit (Ping timeout: 272 seconds)
686 2012-10-15 13:42:06 mainaccount2 has quit ()
687 2012-10-15 13:42:28 jdnavarro has quit (Ping timeout: 260 seconds)
688 2012-10-15 13:43:15 lggr has joined
689 2012-10-15 13:43:22 <ThomasV> oh ok
690 2012-10-15 13:46:06 <sipa> why wouldn't it?
691 2012-10-15 13:47:19 JZavala has quit (Ping timeout: 260 seconds)
692 2012-10-15 13:47:36 lggr has quit (Ping timeout: 260 seconds)
693 2012-10-15 13:48:23 <ThomasV> no, you said above it does not have getrawtransaction, and I confused it fot getrawmempool
694 2012-10-15 13:48:32 <ThomasV> *for*
695 2012-10-15 13:50:06 lggr has joined
696 2012-10-15 13:50:07 <sipa> it does have getrawtransaction as well, but it's a lot slower, and only works for not-completely-spent transactions
697 2012-10-15 13:50:13 paraipan has quit (Ping timeout: 276 seconds)
698 2012-10-15 13:51:11 <ThomasV> will 0.8 have getrawtransaction?
699 2012-10-15 13:51:15 one_zero has quit ()
700 2012-10-15 13:51:45 <sipa> i may add an optional txindex later on, to speed up getrawtransaction
701 2012-10-15 13:52:41 <jgarzik> ThomasV: 0.8 should have everything currently in sipa's ultraprune branch
702 2012-10-15 13:53:17 <jgarzik> ThomasV: 0.8 will have getrawtransaction, yes. it will not work for spent transactions.
703 2012-10-15 13:54:31 lggr has quit (Ping timeout: 256 seconds)
704 2012-10-15 13:54:48 <jgarzik> we should add "require c++0x" to the todo list
705 2012-10-15 13:55:02 <jgarzik> seems doable, if we can upgrade mingw compile env
706 2012-10-15 13:55:57 <sipa> moving to c++0x would be nice, indeed
707 2012-10-15 13:56:47 <Luke-Jr> would it be much overhead to store a bloom filter for the txids in every N blocks, to enable a slower getrawtx on spent ones?
708 2012-10-15 13:58:04 <jgarzik> sipa: it is disappointing that ultraprune's blkNNNN.dat flushing is a lot less efficient than current HEAD
709 2012-10-15 13:58:25 <jgarzik> sipa: current HEAD is write+flush, ultraprune does a much more expensive open+flush+close
710 2012-10-15 13:58:41 <sipa> jgarzik: hmm?
711 2012-10-15 13:58:43 JZavala has joined
712 2012-10-15 13:58:58 <jgarzik> sipa: reading https://github.com/sipa/bitcoin/commit/b0fe5885f2adb837f10555da24e2dbcc351d2c24
713 2012-10-15 13:59:00 <sipa> head doesn't keep the block file open either, afaik
714 2012-10-15 13:59:21 lggr has joined
715 2012-10-15 13:59:34 copumpkin has quit (Quit: Computer has gone to sleep.)
716 2012-10-15 13:59:47 <jgarzik> sipa: HEAD syscall trace looks like: write(2), fdatasync(2). ultraprune appears to write(2), close(2), open(2), fdatasync(2), close(2)
717 2012-10-15 14:00:14 <jgarzik> well write(2), fdatasync(2), close(2)
718 2012-10-15 14:00:18 <jgarzik> but the point stands
719 2012-10-15 14:00:40 <jgarzik> unless ultraprune fixes that behavior in a later commit
720 2012-10-15 14:01:10 <sipa> no, i plan to redo the block syncing thing after a global block cache
721 2012-10-15 14:01:42 <sipa> the problem is that doing it in one call requires knowing in advance whether the block is to be flushed after a certain connect, passing that down into the block tree logic, ...
722 2012-10-15 14:02:33 <sipa> but yes, minor regression right now, i agree
723 2012-10-15 14:02:38 asuk has quit (Ping timeout: 246 seconds)
724 2012-10-15 14:03:06 <sipa> ultraprune should be slightly safer than HEAD, though
725 2012-10-15 14:03:12 <sipa> in terms of disk consistency
726 2012-10-15 14:03:43 <jgarzik> sipa: how so?
727 2012-10-15 14:04:08 <jgarzik> sipa: HEAD flushes after writing block, then does an index update wrapped in a BDB transaction
728 2012-10-15 14:04:09 lggr has quit (Ping timeout: 256 seconds)
729 2012-10-15 14:04:29 <sipa> not during IBD
730 2012-10-15 14:04:37 <jgarzik> true
731 2012-10-15 14:04:42 <sipa> ultraprune flushes blocks right before any DB write
732 2012-10-15 14:04:51 <sipa> but does so less frequently in IBD
733 2012-10-15 14:05:27 <jgarzik> sipa: what is leveldb flush behavior during IBD? after every index update (every block)?
734 2012-10-15 14:05:51 <jgarzik> do you batch multiple blocks into one leveldb batch, during IBD?
735 2012-10-15 14:06:03 <sipa> jgarzik: ultraprune has a globally cached pcoinsTip object, which maintains the coin status
736 2012-10-15 14:06:08 lggr has joined
737 2012-10-15 14:06:20 <sipa> during IBD that objects is flushed to disk only after 5000 modified transactions
738 2012-10-15 14:06:34 <sipa> and there are no DB writes apart from that
739 2012-10-15 14:06:53 <sipa> and before that write, it flushes blocks and blockdb
740 2012-10-15 14:09:41 <sipa> there is still a weakness though, as updates to the block index are not cached but written immediately (though a sync is issued right before writing coin data), so there is a chance that the block index update makes it to disk, but the blocks themselves don't
741 2012-10-15 14:09:55 <sipa> (during IBD)
742 2012-10-15 14:11:49 lggr has quit (Ping timeout: 260 seconds)
743 2012-10-15 14:13:47 Arnavion has joined
744 2012-10-15 14:15:34 lggr has joined
745 2012-10-15 14:17:05 rdponticelli_ has quit (Remote host closed the connection)
746 2012-10-15 14:17:08 BitcoinBaltar has quit (Remote host closed the connection)
747 2012-10-15 14:18:04 <jgarzik> sipa: cool
748 2012-10-15 14:18:28 rdponticelli has joined
749 2012-10-15 14:18:31 <jgarzik> sipa: not so worried about IBD anyway; just wondering. We can blow away the db and restart, and things are still efficient.
750 2012-10-15 14:19:43 lggr has quit (Ping timeout: 246 seconds)
751 2012-10-15 14:20:59 BitcoinBaltar has joined
752 2012-10-15 14:22:30 lggr has joined
753 2012-10-15 14:27:00 lggr has quit (Ping timeout: 245 seconds)
754 2012-10-15 14:29:06 Arnavion has quit (Quit: Arnavion)
755 2012-10-15 14:31:41 lggr has joined
756 2012-10-15 14:32:15 Joric has joined
757 2012-10-15 14:36:08 lggr has quit (Ping timeout: 260 seconds)
758 2012-10-15 14:36:47 BlackPrapor has joined
759 2012-10-15 14:38:25 lggr has joined
760 2012-10-15 14:39:03 Arnavion has joined
761 2012-10-15 14:40:56 BlackPrapor has quit (Read error: No route to host)
762 2012-10-15 14:41:34 BlackPrapor has joined
763 2012-10-15 14:42:50 lggr has quit (Ping timeout: 245 seconds)
764 2012-10-15 14:42:56 DasCoin has joined
765 2012-10-15 14:43:06 DerCoin has quit (Ping timeout: 265 seconds)
766 2012-10-15 14:44:44 gavinandresen has joined
767 2012-10-15 14:45:02 lggr has joined
768 2012-10-15 14:49:34 vampireb has joined
769 2012-10-15 14:50:11 lggr has quit (Ping timeout: 272 seconds)
770 2012-10-15 14:51:40 copumpkin has joined
771 2012-10-15 14:53:44 GMP has joined
772 2012-10-15 14:54:10 lggr has joined
773 2012-10-15 14:59:07 lggr has quit (Ping timeout: 276 seconds)
774 2012-10-15 14:59:46 balrog has quit (Ping timeout: 276 seconds)
775 2012-10-15 15:00:58 lggr has joined
776 2012-10-15 15:02:51 toffoo has joined
777 2012-10-15 15:03:02 graingert_ecs has joined
778 2012-10-15 15:05:13 lggr has quit (Ping timeout: 246 seconds)
779 2012-10-15 15:06:08 maaku has joined
780 2012-10-15 15:07:37 balrog has joined
781 2012-10-15 15:07:45 lggr has joined
782 2012-10-15 15:08:13 guruvan has quit (Quit: oh noessss)
783 2012-10-15 15:08:13 guruvan- has quit (Quit: oh noessss)
784 2012-10-15 15:08:26 arij has joined
785 2012-10-15 15:08:50 arij is now known as Guest50507
786 2012-10-15 15:10:29 guruvan has joined
787 2012-10-15 15:11:02 guruvan has quit (Client Quit)
788 2012-10-15 15:12:24 lggr has quit (Ping timeout: 260 seconds)
789 2012-10-15 15:17:15 lggr has joined
790 2012-10-15 15:19:16 asa1024 has joined
791 2012-10-15 15:21:31 lggr has quit (Ping timeout: 252 seconds)
792 2012-10-15 15:22:02 da2ce7_d has joined
793 2012-10-15 15:22:52 lggr has joined
794 2012-10-15 15:23:38 balrog has quit (Ping timeout: 245 seconds)
795 2012-10-15 15:24:32 da2ce7 has quit (Ping timeout: 246 seconds)
796 2012-10-15 15:24:51 JZavala has quit (Ping timeout: 260 seconds)
797 2012-10-15 15:25:14 da2ce7 has joined
798 2012-10-15 15:26:36 da2ce7_d has quit (Ping timeout: 255 seconds)
799 2012-10-15 15:27:01 graingert_ecs has quit (Remote host closed the connection)
800 2012-10-15 15:27:16 graingert_ecs has joined
801 2012-10-15 15:27:23 lggr has quit (Ping timeout: 252 seconds)
802 2012-10-15 15:28:26 topace has quit (Remote host closed the connection)
803 2012-10-15 15:28:35 lggr has joined
804 2012-10-15 15:28:39 Guest50507 has quit (Changing host)
805 2012-10-15 15:28:39 Guest50507 has joined
806 2012-10-15 15:29:01 Guest50507 is now known as arij
807 2012-10-15 15:32:21 topace has joined
808 2012-10-15 15:32:25 TD has quit (Quit: TD)
809 2012-10-15 15:32:44 lggr has quit (Ping timeout: 246 seconds)
810 2012-10-15 15:32:51 JZavala has joined
811 2012-10-15 15:33:39 balrog has joined
812 2012-10-15 15:34:12 <jgarzik> http://bitcoinmagazine.net/interview-with-glbses-nefario/
813 2012-10-15 15:34:40 jdnavarro has joined
814 2012-10-15 15:35:27 <D34TH> jgarzik, i totally just got an invite to lemon wallet's dev challenge we should get bitcoin on it
815 2012-10-15 15:36:14 lggr has joined
816 2012-10-15 15:41:00 lggr has quit (Ping timeout: 260 seconds)
817 2012-10-15 15:42:11 lggr has joined
818 2012-10-15 15:42:58 balrog has quit (Ping timeout: 246 seconds)
819 2012-10-15 15:43:28 RainbowD_ has quit (Quit: QUIT. puppy: it'd be wise to actual chat on here and not loiter.)
820 2012-10-15 15:43:36 Insti has joined
821 2012-10-15 15:47:13 lggr has quit (Ping timeout: 276 seconds)
822 2012-10-15 15:49:12 <gmaxwell> jgarzik: nice bus tracks all over thymos' back there.
823 2012-10-15 15:49:40 lggr has joined
824 2012-10-15 15:50:04 <sipa> ?
825 2012-10-15 15:50:41 balrog has joined
826 2012-10-15 15:51:33 MC1984 has joined
827 2012-10-15 15:51:49 <gmaxwell> sipa: the article he linked to, nefario spends considerable length accusing Theymos of undermining GLBSE and saying that he is hold customer deposits in excess of what he's claimed he's holding.
828 2012-10-15 15:51:55 TigrBot has quit (Ping timeout: 260 seconds)
829 2012-10-15 15:51:56 tonikt has joined
830 2012-10-15 15:54:09 lggr has quit (Ping timeout: 265 seconds)
831 2012-10-15 15:55:40 devrandom has quit (Ping timeout: 276 seconds)
832 2012-10-15 15:55:45 lggr has joined
833 2012-10-15 15:56:55 devrandom has joined
834 2012-10-15 15:57:47 <jgarzik> yah
835 2012-10-15 15:58:20 <jgarzik> theymos v. Nefario gossip, plus perhaps UK FSA opinion of bitcoin changing
836 2012-10-15 15:58:43 <jgarzik> the "all bitcoin use requires AML" is sad but not unexpected
837 2012-10-15 15:58:52 MrMeowork has quit (Quit: MrMeowork)
838 2012-10-15 15:58:55 balrog has quit (Ping timeout: 276 seconds)
839 2012-10-15 16:00:21 lggr has quit (Ping timeout: 255 seconds)
840 2012-10-15 16:00:39 <helo> so if you want to sell something for bitcoin, you have to get verifiable id?
841 2012-10-15 16:00:50 <helo> (from the customer obv)
842 2012-10-15 16:02:34 <gmaxwell> helo: sounds really unlikelyâ as that doesn't exist for cash; I'd expect all bank like usage to end up like that.
843 2012-10-15 16:03:17 lggr has joined
844 2012-10-15 16:04:12 balrog has joined
845 2012-10-15 16:05:36 t7 has quit (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
846 2012-10-15 16:06:38 toffoo has quit ()
847 2012-10-15 16:07:41 lggr has quit (Ping timeout: 245 seconds)
848 2012-10-15 16:09:32 lggr has joined
849 2012-10-15 16:10:44 * helo learns what "currency changing" means... ah, good
850 2012-10-15 16:12:15 B0g4r7_ has joined
851 2012-10-15 16:12:19 <jgarzik> This is in the context of GLBSE-like assets. It seems unlikely that a merchant selling regular goods for bitcoins would have any AML requirements over and above what they already have for fiat cash.
852 2012-10-15 16:12:22 balrog has quit (Ping timeout: 246 seconds)
853 2012-10-15 16:14:05 lggr has quit (Ping timeout: 260 seconds)
854 2012-10-15 16:15:10 B0g4r7 has quit (Ping timeout: 276 seconds)
855 2012-10-15 16:15:10 B0g4r7_ is now known as B0g4r7
856 2012-10-15 16:16:02 lggr has joined
857 2012-10-15 16:16:37 <devrandom> /win 21
858 2012-10-15 16:16:41 <devrandom> argh
859 2012-10-15 16:17:42 <Luke-Jr> /lose 22
860 2012-10-15 16:19:03 skeledrew has quit (Ping timeout: 245 seconds)
861 2012-10-15 16:19:44 balrog has joined
862 2012-10-15 16:20:11 lggr has quit (Ping timeout: 246 seconds)
863 2012-10-15 16:20:25 toffoo has joined
864 2012-10-15 16:20:53 toffoo has left ()
865 2012-10-15 16:20:59 agricocb has quit (Quit: Leaving.)
866 2012-10-15 16:22:26 alexmat has joined
867 2012-10-15 16:22:44 lggr has joined
868 2012-10-15 16:22:54 skeledrew has joined
869 2012-10-15 16:26:34 <helo> sipa: should i be alarmed to see "failed to connect best block" with ultraprune?
870 2012-10-15 16:26:59 lggr has quit (Ping timeout: 245 seconds)
871 2012-10-15 16:28:07 balrog has quit (Ping timeout: 246 seconds)
872 2012-10-15 16:30:39 RV__ has joined
873 2012-10-15 16:31:28 lggr has joined
874 2012-10-15 16:31:29 t7 has joined
875 2012-10-15 16:31:43 Joric has quit ()
876 2012-10-15 16:32:56 <t7> asdasasdasddsa
877 2012-10-15 16:33:24 paraipan has joined
878 2012-10-15 16:34:10 <sipa> helo: does it still work?
879 2012-10-15 16:34:30 root2 has quit (Read error: Connection reset by peer)
880 2012-10-15 16:34:47 root2 has joined
881 2012-10-15 16:34:52 freakazoid has joined
882 2012-10-15 16:35:44 lggr has quit (Ping timeout: 245 seconds)
883 2012-10-15 16:35:48 <helo> nope, aborts
884 2012-10-15 16:36:15 balrog has joined
885 2012-10-15 16:37:12 JZavala has quit (Ping timeout: 240 seconds)
886 2012-10-15 16:38:02 lggr has joined
887 2012-10-15 16:41:33 RV__ has quit (Quit: Leaving)
888 2012-10-15 16:42:11 lggr has quit (Ping timeout: 246 seconds)
889 2012-10-15 16:43:13 <sipa> helo: what errors do you see in debug.log?
890 2012-10-15 16:44:37 <helo> REORGANIZE: Disconnect 1 blocks; 000000000000048d4dc3..00000000000000d94da9
891 2012-10-15 16:44:49 <helo> REORGANIZE: Connect 2 blocks; 000000000000048d4dc3..0000000000000176ec0e
892 2012-10-15 16:44:53 <helo> ERROR: DisconnectBlock() : added transaction mismatch? database corrupted
893 2012-10-15 16:45:01 <helo> ERROR: SetBestBlock() : DisconnectBlock 00000000000000d94da9 failed
894 2012-10-15 16:45:49 <helo> i likely pulled the rug out from under it when i rebooted just prior to this
895 2012-10-15 16:45:59 lggr has joined
896 2012-10-15 16:46:38 RV__ has joined
897 2012-10-15 16:47:06 <sipa> helo: did you upgrade the code?
898 2012-10-15 16:47:22 <helo> nope, at 41f98b3c506de5a81e143fc7538aa85d325e9c66
899 2012-10-15 16:48:28 <helo> hmm... that's older than i thought
900 2012-10-15 16:48:57 <sipa> try latest
901 2012-10-15 16:49:48 maaku has quit (Quit: maaku)
902 2012-10-15 16:50:24 balrog has quit (Ping timeout: 260 seconds)
903 2012-10-15 16:50:30 lggr has quit (Ping timeout: 252 seconds)
904 2012-10-15 16:51:11 toffoo has joined
905 2012-10-15 16:51:36 <helo> i thought i was on latest... git clone https://github.com/sipa/bitcoin.git && cd bitcoin && git checkout -b ultraprune -t origin/ultraprune
906 2012-10-15 16:52:44 lggr has joined
907 2012-10-15 16:53:52 Bwild has quit (Read error: Operation timed out)
908 2012-10-15 16:55:47 khalahan has joined
909 2012-10-15 16:56:11 Bwild has joined
910 2012-10-15 16:57:05 lggr has quit (Ping timeout: 246 seconds)
911 2012-10-15 16:58:14 <sipa> helo: does git head fix the problem?
912 2012-10-15 16:58:23 <helo> building
913 2012-10-15 16:58:35 spreelanka has quit (Quit: spreelanka)
914 2012-10-15 17:00:52 <helo> src/sethash.{cpp,h} missing...
915 2012-10-15 17:01:10 tower has quit (Disconnected by services)
916 2012-10-15 17:01:18 balrog has joined
917 2012-10-15 17:01:22 tower has joined
918 2012-10-15 17:01:42 lggr has joined
919 2012-10-15 17:01:48 <sipa> helo: means i screwed up; those files shouldn't be referenced
920 2012-10-15 17:02:57 <helo> k, removed from the .pro
921 2012-10-15 17:04:31 sgornick has joined
922 2012-10-15 17:05:09 graingert_ecs has quit (Remote host closed the connection)
923 2012-10-15 17:05:45 <helo> sipa: same error
924 2012-10-15 17:05:55 lggr has quit (Ping timeout: 246 seconds)
925 2012-10-15 17:06:18 <sipa> helo: the old code may have screwed up
926 2012-10-15 17:08:46 lggr has joined
927 2012-10-15 17:12:28 * helo reprimands the boogey man
928 2012-10-15 17:12:53 lggr has quit (Ping timeout: 240 seconds)
929 2012-10-15 17:13:32 <helo> sipa: ultraprune currenlty does no pruning by default, correct?
930 2012-10-15 17:13:34 dust-otc has quit (Remote host closed the connection)
931 2012-10-15 17:13:58 balrog has quit (Ping timeout: 246 seconds)
932 2012-10-15 17:15:27 <sipa> helo: none at all
933 2012-10-15 17:15:38 lggr has joined
934 2012-10-15 17:15:54 <helo> it's just using leveldb to organize things better for pruning?
935 2012-10-15 17:16:05 <helo> rather, "using leveldb and organizing..."
936 2012-10-15 17:18:25 t7 has quit (Quit: WeeChat 0.3.9)
937 2012-10-15 17:20:18 lggr has quit (Ping timeout: 272 seconds)
938 2012-10-15 17:21:19 balrog has joined
939 2012-10-15 17:22:15 lggr has joined
940 2012-10-15 17:22:15 freakazoid has quit (Remote host closed the connection)
941 2012-10-15 17:22:44 <jgarzik> helo: Berkeley DB is used to index the blockchain. That software is replaced with leveldb, which is used to index the blockchain.
942 2012-10-15 17:25:42 drizztbsd has quit (Remote host closed the connection)
943 2012-10-15 17:26:08 Z0rZ0rZ0r has quit (Quit: Wheeeee)
944 2012-10-15 17:26:25 Z0rZ0rZ0r has joined
945 2012-10-15 17:26:45 lggr has quit (Ping timeout: 244 seconds)
946 2012-10-15 17:26:50 freakazoid has joined
947 2012-10-15 17:26:59 <MC1984> ultraprune tunred out to be a massive misnomer
948 2012-10-15 17:27:15 balrog has quit (Ping timeout: 246 seconds)
949 2012-10-15 17:27:57 InsuDra has quit (Remote host closed the connection)
950 2012-10-15 17:28:15 <sipa> MC1984: it maintains an ultra-pruned version of the chain in addition to the blockchain
951 2012-10-15 17:28:29 <sipa> but yes, it's confusing
952 2012-10-15 17:28:33 <sipa> maybe i should still rename it
953 2012-10-15 17:28:55 <MC1984> ultrachain or something
954 2012-10-15 17:30:30 lggr has joined
955 2012-10-15 17:32:28 maaku has joined
956 2012-10-15 17:34:06 <alexmat> anyone interested in buying a 12month access to any porn site of your choosing!
957 2012-10-15 17:34:46 <kjj_> ooh. which op is going to ban the spammer first?
958 2012-10-15 17:34:56 <MC1984> >paying for porn
959 2012-10-15 17:34:59 lggr has quit (Ping timeout: 252 seconds)
960 2012-10-15 17:35:02 <copumpkin> seems nicer to just ask him not to spam
961 2012-10-15 17:35:07 <copumpkin> rather than to ban immediately
962 2012-10-15 17:35:52 <kjj_> yes, because if there is anything that having email for the last 15 years has taught me, it is that the problem is lack of education.
963 2012-10-15 17:36:20 balrog has joined
964 2012-10-15 17:36:54 lggr has joined
965 2012-10-15 17:37:37 da2ce7_d has joined
966 2012-10-15 17:37:39 t7 has joined
967 2012-10-15 17:39:36 <jgarzik> sipa: just rename the branch to "zooooom"
968 2012-10-15 17:39:39 da2ce7 has quit (Ping timeout: 240 seconds)
969 2012-10-15 17:40:33 alexmat has joined
970 2012-10-15 17:40:38 balrog has quit (Ping timeout: 255 seconds)
971 2012-10-15 17:40:40 <kjj_> lol. he PMd me, called me a shithead and told me to mind my own business
972 2012-10-15 17:41:13 lggr has quit (Ping timeout: 252 seconds)
973 2012-10-15 17:41:33 <alexmat> deserve it!
974 2012-10-15 17:42:24 <jgarzik> alexmat: behave, and do not spam this channel
975 2012-10-15 17:43:20 lggr has joined
976 2012-10-15 17:45:15 toffoo has quit ()
977 2012-10-15 17:48:00 lggr has quit (Ping timeout: 256 seconds)
978 2012-10-15 17:48:30 <jdnavarro> is there a maximum size for a transaction?
979 2012-10-15 17:49:46 lggr has joined
980 2012-10-15 17:50:37 <maaku> jdnavarro: 1MB
981 2012-10-15 17:50:48 <maaku> but in practice much lower
982 2012-10-15 17:51:27 asuk has joined
983 2012-10-15 17:51:35 <jdnavarro> maaku: alright
984 2012-10-15 17:51:51 <jdnavarro> I'll update the protocol specification in the wiki
985 2012-10-15 17:51:56 <maaku> jdnavarro: no
986 2012-10-15 17:52:09 <maaku> it's not part of the protocol
987 2012-10-15 17:52:19 <maaku> it just that the block limit is 1mb
988 2012-10-15 17:52:19 <jdnavarro> hmm
989 2012-10-15 17:52:32 <maaku> so a larger transaction could never make it into a block
990 2012-10-15 17:52:52 <jdnavarro> but you can still send it around
991 2012-10-15 17:53:23 <maaku> maybe, maybe not. but does that matter?
992 2012-10-15 17:53:25 <jdnavarro> unless there is a limit in the size of tx message
993 2012-10-15 17:53:57 <maaku> that's an implementation detail, not a protocol requirement
994 2012-10-15 17:54:08 lggr has quit (Ping timeout: 255 seconds)
995 2012-10-15 17:55:52 <jdnavarro> maaku: but that would be an obvious DoS attack
996 2012-10-15 17:56:21 <jdnavarro> just sending huge transactions like crazy would overload many nodes, wouldn't it?
997 2012-10-15 17:57:40 <jgarzik> jdnavarro: large orphan transactions are not remembered, for similar reasons
998 2012-10-15 17:58:05 <jgarzik> normally bitcoin remembers orphans (though not immediately spendable, due to lack of dependent transactions) in case the parents appear later
999 2012-10-15 17:59:04 <maaku> jdnavarro: so? that doesn't mean it should be on the protocol page. the bitcoin protocol page should cover the protocol, and not be cluttered up with DoS protection trivialities
1000 2012-10-15 17:59:15 Dyaheon has joined
1001 2012-10-15 18:00:01 <jdnavarro> maaku: well, there are other messages with size limits
1002 2012-10-15 18:00:28 lggr has joined
1003 2012-10-15 18:00:52 <jdnavarro> jgarzik: you mean by remember that it receives it, deletes them and doesn't relay them?
1004 2012-10-15 18:01:16 <jgarzik> jdnavarro: correct, for the first two
1005 2012-10-15 18:01:22 <jgarzik> I don't _think_ it relays, but I could be wrong
1006 2012-10-15 18:02:22 * jdnavarro is checking the source code of the official client
1007 2012-10-15 18:02:27 balrog has joined
1008 2012-10-15 18:04:59 lggr has quit (Ping timeout: 244 seconds)
1009 2012-10-15 18:06:29 lggr has joined
1010 2012-10-15 18:09:47 balrog has quit (Ping timeout: 245 seconds)
1011 2012-10-15 18:10:39 lggr has quit (Ping timeout: 246 seconds)
1012 2012-10-15 18:11:26 <sipa> transactions must not be over 1000000 bytes
1013 2012-10-15 18:11:31 <sipa> that is an actual network rule
1014 2012-10-15 18:12:08 <sipa> (although it is redundant, as such a transaction cannot be in a block without that block going over its size limit)
1015 2012-10-15 18:12:19 lggr has joined
1016 2012-10-15 18:12:54 andrew_wmf has quit (Quit: andrew_wmf)
1017 2012-10-15 18:13:45 andrew_wmf has joined
1018 2012-10-15 18:14:38 <jdnavarro> I just found there is a limit for the message size: https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L3090
1019 2012-10-15 18:14:56 <jdnavarro> sipa: it's that the limit or there is a specific one for transactions?
1020 2012-10-15 18:14:59 freakazoid has quit (Ping timeout: 260 seconds)
1021 2012-10-15 18:15:23 balrog has joined
1022 2012-10-15 18:16:44 lggr has quit (Ping timeout: 246 seconds)
1023 2012-10-15 18:18:01 vampireb_ has joined
1024 2012-10-15 18:18:24 lggr has joined
1025 2012-10-15 18:20:19 spreelanka has joined
1026 2012-10-15 18:23:09 lggr has quit (Ping timeout: 260 seconds)
1027 2012-10-15 18:23:21 <phantomcircuit> sipa, the rule is actually that no network message can be > MAX_SIZE so it's slightly smaller than the usually quoted number
1028 2012-10-15 18:23:51 <jdnavarro> I just realized that the limit for the transaction is the same as the limit for the block
1029 2012-10-15 18:24:20 lggr has joined
1030 2012-10-15 18:24:21 <sipa> phantomcircuit: MAX_SIZE is 32 MiB, if my hex-foo is good
1031 2012-10-15 18:24:39 <phantomcircuit> is it?
1032 2012-10-15 18:24:44 <jdnavarro> sipa: I can confirm it
1033 2012-10-15 18:24:45 <phantomcircuit> i seem to remember it being 10MiB
1034 2012-10-15 18:24:49 <phantomcircuit> hmm
1035 2012-10-15 18:24:49 <sipa> serialize.h:static const unsigned int MAX_SIZE = 0x02000000;
1036 2012-10-15 18:24:50 <phantomcircuit> guess not
1037 2012-10-15 18:24:59 <sipa> MAX_BLOCK_SIZE is 1000000, though
1038 2012-10-15 18:26:05 <sipa> jdnavarro: anyway, both CheckBlock and CheckTransaction (basic context-independent validity checks) require the respective block/tx being at most MAX_BLOCK_SIZE
1039 2012-10-15 18:26:40 <jdnavarro> sipa: right
1040 2012-10-15 18:27:06 <jdnavarro> I'll go with it
1041 2012-10-15 18:27:09 <jdnavarro> thanks guys
1042 2012-10-15 18:28:01 vampireb has quit (Quit: Lost terminal)
1043 2012-10-15 18:29:20 lggr has quit (Ping timeout: 272 seconds)
1044 2012-10-15 18:30:12 freakazoid has joined
1045 2012-10-15 18:34:30 lggr has joined
1046 2012-10-15 18:38:47 lggr has quit (Ping timeout: 252 seconds)
1047 2012-10-15 18:40:05 lggr has joined
1048 2012-10-15 18:41:36 toffoo has joined
1049 2012-10-15 18:42:12 <sipa> helo: did you restart from scratch? let me know if the same thing happens still with newer code
1050 2012-10-15 18:43:33 balrog has quit (Ping timeout: 246 seconds)
1051 2012-10-15 18:44:52 lggr has quit (Ping timeout: 260 seconds)
1052 2012-10-15 18:45:41 lggr has joined
1053 2012-10-15 18:45:54 dvide has joined
1054 2012-10-15 18:49:58 alexmat has quit ()
1055 2012-10-15 18:50:16 balrog has joined
1056 2012-10-15 18:50:16 stevep has joined
1057 2012-10-15 18:50:28 lggr has quit (Ping timeout: 260 seconds)
1058 2012-10-15 18:51:37 lggr has joined
1059 2012-10-15 18:53:52 toffoo has quit ()
1060 2012-10-15 18:56:22 lggr has quit (Ping timeout: 265 seconds)
1061 2012-10-15 18:57:25 molecular has quit (Ping timeout: 260 seconds)
1062 2012-10-15 18:57:35 molecular has joined
1063 2012-10-15 18:58:35 lggr has joined
1064 2012-10-15 19:01:19 <helo> sipa: yeah, i restarted from the beginning... i doubt i can exit at the same state it was at, but after ibd i'll reload and let you know
1065 2012-10-15 19:02:29 stevep has left ("Leaving")
1066 2012-10-15 19:02:36 jdnavarro has quit (Ping timeout: 255 seconds)
1067 2012-10-15 19:03:24 lggr has quit (Ping timeout: 260 seconds)
1068 2012-10-15 19:03:30 balrog has quit (Ping timeout: 246 seconds)
1069 2012-10-15 19:03:38 ThomasV_ has joined
1070 2012-10-15 19:04:34 lggr has joined
1071 2012-10-15 19:04:52 alexmat has joined
1072 2012-10-15 19:05:15 alexmat has left ()
1073 2012-10-15 19:09:22 lggr has quit (Ping timeout: 276 seconds)
1074 2012-10-15 19:09:39 alexmat has joined
1075 2012-10-15 19:10:47 datagutt has quit (Quit: kthxbai)
1076 2012-10-15 19:11:57 lggr has joined
1077 2012-10-15 19:13:16 paraipan has quit (Ping timeout: 276 seconds)
1078 2012-10-15 19:16:11 lggr has quit (Ping timeout: 246 seconds)
1079 2012-10-15 19:17:29 balrog has joined
1080 2012-10-15 19:18:20 freakazoid has quit (Read error: Operation timed out)
1081 2012-10-15 19:19:37 lggr has joined
1082 2012-10-15 19:21:42 malaimo has quit (Ping timeout: 246 seconds)
1083 2012-10-15 19:22:20 DaQatz has joined
1084 2012-10-15 19:22:32 balrog has quit (Ping timeout: 272 seconds)
1085 2012-10-15 19:23:53 lggr has quit (Ping timeout: 240 seconds)
1086 2012-10-15 19:25:24 lggr has joined
1087 2012-10-15 19:28:45 paraipan has joined
1088 2012-10-15 19:29:00 TD has joined
1089 2012-10-15 19:29:20 malaimo has joined
1090 2012-10-15 19:29:38 lggr has quit (Ping timeout: 248 seconds)
1091 2012-10-15 19:31:22 lggr has joined
1092 2012-10-15 19:31:30 nym has quit (Quit: Connection closed for inactivity)
1093 2012-10-15 19:35:39 lggr has quit (Ping timeout: 246 seconds)
1094 2012-10-15 19:36:12 Raziel_ has joined
1095 2012-10-15 19:38:18 RazielZ has quit (Ping timeout: 246 seconds)
1096 2012-10-15 19:38:23 Joric has joined
1097 2012-10-15 19:38:23 Joric has quit (Changing host)
1098 2012-10-15 19:38:23 Joric has joined
1099 2012-10-15 19:38:37 lggr has joined
1100 2012-10-15 19:39:16 balrog has joined
1101 2012-10-15 19:39:47 agricocb has joined
1102 2012-10-15 19:42:39 lggr has quit (Ping timeout: 240 seconds)
1103 2012-10-15 19:43:05 galambo has joined
1104 2012-10-15 19:44:18 malaimo has quit (Ping timeout: 252 seconds)
1105 2012-10-15 19:44:42 lggr has joined
1106 2012-10-15 19:48:05 D34TH_ has joined
1107 2012-10-15 19:48:19 D34TH has quit (Read error: Connection reset by peer)
1108 2012-10-15 19:48:36 agricocb has quit (Ping timeout: 246 seconds)
1109 2012-10-15 19:49:11 lggr has quit (Ping timeout: 252 seconds)
1110 2012-10-15 19:50:35 tower has quit (Disconnected by services)
1111 2012-10-15 19:50:47 tower has joined
1112 2012-10-15 19:51:15 CodesInChaos has joined
1113 2012-10-15 19:51:35 agricocb has joined
1114 2012-10-15 19:52:03 lggr has joined
1115 2012-10-15 19:52:11 vampireb_ has quit (Quit: Lost terminal)
1116 2012-10-15 19:52:17 paraipan has quit (Ping timeout: 276 seconds)
1117 2012-10-15 19:56:24 lggr has quit (Ping timeout: 252 seconds)
1118 2012-10-15 19:57:52 ovidiuso1t has joined
1119 2012-10-15 19:57:52 ovidiusoft has quit (Read error: Connection reset by peer)
1120 2012-10-15 19:59:16 lggr has joined
1121 2012-10-15 20:00:54 balrog has quit (Ping timeout: 246 seconds)
1122 2012-10-15 20:02:26 harkon has joined
1123 2012-10-15 20:02:56 malaimo has joined
1124 2012-10-15 20:03:26 freakazoid has joined
1125 2012-10-15 20:04:04 lggr has quit (Ping timeout: 260 seconds)
1126 2012-10-15 20:05:07 lggr has joined
1127 2012-10-15 20:07:10 balrog has joined
1128 2012-10-15 20:09:23 lggr has quit (Ping timeout: 246 seconds)
1129 2012-10-15 20:10:53 lggr has joined
1130 2012-10-15 20:12:30 Diablo-D3 has joined
1131 2012-10-15 20:12:47 balrog has quit (Ping timeout: 246 seconds)
1132 2012-10-15 20:13:14 paraipan has joined
1133 2012-10-15 20:13:48 freakazoid has quit (Quit: Leaving)
1134 2012-10-15 20:15:14 lggr has quit (Ping timeout: 246 seconds)
1135 2012-10-15 20:16:05 D34TH_ has quit (Quit: Leaving)
1136 2012-10-15 20:16:06 D34TH has joined
1137 2012-10-15 20:16:06 D34TH has quit (Changing host)
1138 2012-10-15 20:16:06 D34TH has joined
1139 2012-10-15 20:16:27 lggr has joined
1140 2012-10-15 20:18:38 balrog has joined
1141 2012-10-15 20:20:37 lggr has quit (Ping timeout: 245 seconds)
1142 2012-10-15 20:21:09 jdnavarro has joined
1143 2012-10-15 20:22:24 lggr has joined
1144 2012-10-15 20:23:06 RV__ has quit (Ping timeout: 246 seconds)
1145 2012-10-15 20:23:09 RV___ has joined
1146 2012-10-15 20:23:17 balrog has quit (Ping timeout: 246 seconds)
1147 2012-10-15 20:24:09 Dyaheon has quit (Ping timeout: 246 seconds)
1148 2012-10-15 20:24:10 jdnavarro has quit (Remote host closed the connection)
1149 2012-10-15 20:24:18 Dyaheon has joined
1150 2012-10-15 20:25:12 aq83 has quit (Ping timeout: 246 seconds)
1151 2012-10-15 20:27:01 lggr has quit (Ping timeout: 260 seconds)
1152 2012-10-15 20:27:15 EPiSKiNG- has quit (Remote host closed the connection)
1153 2012-10-15 20:27:27 BCB has joined
1154 2012-10-15 20:27:35 EPiSKiNG- has joined
1155 2012-10-15 20:28:02 <BCB> any idea why a transaction from my 0.7 bitcoind would not hit the blockchain
1156 2012-10-15 20:28:18 lggr has joined
1157 2012-10-15 20:29:06 balrog has joined
1158 2012-10-15 20:30:11 <c_k> BCB: give it time
1159 2012-10-15 20:30:16 <c_k> BCB: how long has it been?
1160 2012-10-15 20:30:22 <BCB> 10 min
1161 2012-10-15 20:30:33 <jgarzik> BCB: what do you mean "hit the blockchain"?
1162 2012-10-15 20:30:36 <BCB> I usually have 1 confirm by now
1163 2012-10-15 20:30:59 RV___ has quit (Ping timeout: 240 seconds)
1164 2012-10-15 20:31:01 <jgarzik> BCB: 10 minutes is only an average. it could take an hour if you're unlucky.
1165 2012-10-15 20:31:41 balrog has quit (Client Quit)
1166 2012-10-15 20:31:44 <BCB> jgarzik: to even show up in the blockchain??
1167 2012-10-15 20:31:47 <BCB> I've never seen that
1168 2012-10-15 20:32:09 <BCB> sent at 2012-15-10 15:43:52
1169 2012-10-15 20:32:14 <kjj_> yes, that's what the blockchain is. or do you mean in the memory pool of the node that runs blockchain.info's website?
1170 2012-10-15 20:32:36 <BCB> "48b0d02003a926d6db7fceb39b3acf5b43e9f65dbc03718883c05626dbfb75b6"
1171 2012-10-15 20:32:56 <sipa> ;;bc,tslb
1172 2012-10-15 20:32:57 <gribble> Time since last block: 2 minutes and 21 seconds
1173 2012-10-15 20:33:13 <BCB> I have a transaction on my bitcoind
1174 2012-10-15 20:33:20 <BCB> funds are gone
1175 2012-10-15 20:33:28 lggr has quit (Ping timeout: 272 seconds)
1176 2012-10-15 20:33:31 <BCB> but when i check blockchain.info nothing
1177 2012-10-15 20:33:43 <BCB> i've just not seen that before
1178 2012-10-15 20:34:02 <sipa> wait half an hour, there can have been a network hiccup when the transaction was submitted
1179 2012-10-15 20:34:05 lggr has joined
1180 2012-10-15 20:34:08 <sipa> your client will eventually retransmit
1181 2012-10-15 20:34:21 Z0rZ0rZ0r has quit (Quit: Wheeeee)
1182 2012-10-15 20:34:42 <BCB> sipa:will do
1183 2012-10-15 20:35:02 <BCB> sipa: can I cancel that tranasction
1184 2012-10-15 20:35:08 <jgarzik> BCB: there is a good place to watch: http://bitcoincharts.com/bitcoin/txlist/
1185 2012-10-15 20:35:46 <sipa> BCB: no, because there is no knowing of who might have seen the transaction
1186 2012-10-15 20:35:54 <sipa> they will keep considering it valid anyway
1187 2012-10-15 20:37:01 <BCB> sipa:jarzik:thx
1188 2012-10-15 20:38:32 <kjj_> I wish he would purge those bogus transactions, or at least move them to a different page
1189 2012-10-15 20:39:48 lggr has quit (Ping timeout: 255 seconds)
1190 2012-10-15 20:40:42 <BCB> where does that data come from on bitcoincharts and is it available from my bitcoind
1191 2012-10-15 20:41:43 <sipa> yes
1192 2012-10-15 20:42:00 <sipa> but since you sent the transaction, you yourself will certainly have it
1193 2012-10-15 20:42:04 <helo> jgarzik: why gevent with pynode?
1194 2012-10-15 20:42:09 <sipa> the question is whether it propages through the network
1195 2012-10-15 20:42:32 harkon has quit (Ping timeout: 246 seconds)
1196 2012-10-15 20:42:37 <helo> jgarzik: that is, why did you choose gevent for pynode
1197 2012-10-15 20:42:45 harkon has joined
1198 2012-10-15 20:43:04 <jgarzik> helo: it's better than asyncore, and somebody else did the work ;p I actually dislike the model gevent exposes quite a bit: these soft threads are nothing like what goes on "under the hood", leading to odd code occasionally.
1199 2012-10-15 20:43:29 <Luke-Jr> jgarzik: so why not networkserver? :p
1200 2012-10-15 20:43:32 lggr has joined
1201 2012-10-15 20:43:54 <jgarzik> Luke-Jr: never heard of it
1202 2012-10-15 20:44:14 <Luke-Jr> http://gitorious.org/bitcoin/eloipool/blobs/master/networkserver.py
1203 2012-10-15 20:44:33 <jgarzik> Luke-Jr: I am tempted to use python 3.x for pynode though: 3.3 includes os.sendfile. pynode's current flat-file blockchain format precisely matches a network "block" message, to prepare for this.
1204 2012-10-15 20:45:03 <Luke-Jr> no sendfile before 3.3? O.o
1205 2012-10-15 20:45:16 <jgarzik> nope AFAICT
1206 2012-10-15 20:45:20 <jgarzik> *not
1207 2012-10-15 20:45:37 <Diablo-D3> heh
1208 2012-10-15 20:45:40 <Diablo-D3> silly python
1209 2012-10-15 20:46:01 <Diablo-D3> HAI LETS MAKE TWO VERSIONS OF PYTHON THAT BOTH GET ACTIVE DEVELOPMENT, ARE INCOMPATIBLE, AND INCLUDE FEATURES THE OTHER DOESNT HAVE THAT DEVELOPERS WANT
1210 2012-10-15 20:46:04 <Diablo-D3> HURRRRRRRRRRR
1211 2012-10-15 20:46:07 guruvan has joined
1212 2012-10-15 20:46:13 <Luke-Jr> looks like it was a non-included module or such: http://pypi.python.org/pypi/py-sendfile/
1213 2012-10-15 20:46:17 <sipa> Diablo-D3: just consider them to be two different languages
1214 2012-10-15 20:46:28 <Luke-Jr> Diablo-D3: Python 2 has no active development afaik
1215 2012-10-15 20:46:43 <jgarzik> just 90% of the active users :)
1216 2012-10-15 20:47:05 <Luke-Jr> dunno, I think I can uninstall Python 2 soon
1217 2012-10-15 20:48:04 lggr has quit (Ping timeout: 260 seconds)
1218 2012-10-15 20:50:18 lggr has joined
1219 2012-10-15 20:50:27 eroot has joined
1220 2012-10-15 20:51:19 <Diablo-D3> sipa: I do
1221 2012-10-15 20:51:23 <Diablo-D3> but its still annoying as fuck
1222 2012-10-15 20:51:29 <Diablo-D3> its one of the major reasons why I wont use python
1223 2012-10-15 20:53:34 Raziel__ has joined
1224 2012-10-15 20:53:49 unknown45682 has joined
1225 2012-10-15 20:54:43 unknown45682 has quit (2!~unknown45@pool-98-109-234-58.nwrknj.east.verizon.net|Max SendQ exceeded)
1226 2012-10-15 20:54:57 EPiSKiNG- has quit (Ping timeout: 246 seconds)
1227 2012-10-15 20:55:00 lggr has quit (Ping timeout: 272 seconds)
1228 2012-10-15 20:55:11 <jgarzik> heh, transaction fees as messaging: https://bitcointalk.org/index.php?topic=117630.msg1274260#msg1274260
1229 2012-10-15 20:55:17 maaku has left ()
1230 2012-10-15 20:55:48 lggr has joined
1231 2012-10-15 20:55:55 unknown45682 has joined
1232 2012-10-15 20:56:10 EPiSKiNG- has joined
1233 2012-10-15 20:56:42 Raziel_ has quit (Ping timeout: 246 seconds)
1234 2012-10-15 20:56:42 unknown45682 has quit (Ping timeout: 246 seconds)
1235 2012-10-15 21:00:06 lggr has quit (Ping timeout: 256 seconds)
1236 2012-10-15 21:03:18 lggr has joined
1237 2012-10-15 21:05:06 EvanR2 has quit (Ping timeout: 246 seconds)
1238 2012-10-15 21:05:45 t7 has quit (Quit: WeeChat 0.3.9)
1239 2012-10-15 21:05:50 EvanR2 has joined
1240 2012-10-15 21:05:59 t7 has joined
1241 2012-10-15 21:06:41 tg has quit (Ping timeout: 260 seconds)
1242 2012-10-15 21:07:12 Dagger2 has quit (Ping timeout: 246 seconds)
1243 2012-10-15 21:07:33 lggr has quit (Ping timeout: 240 seconds)
1244 2012-10-15 21:08:27 [\\\] has joined
1245 2012-10-15 21:09:03 Dagger2 has joined
1246 2012-10-15 21:09:14 lggr has joined
1247 2012-10-15 21:10:01 TD has quit (Quit: TD)
1248 2012-10-15 21:12:00 aq83 has joined
1249 2012-10-15 21:13:38 lggr has quit (Ping timeout: 248 seconds)
1250 2012-10-15 21:14:17 <MC1984> whos gonna make a metro ui for bitcoin for windows 8 out next month?
1251 2012-10-15 21:14:28 <MC1984> you guys gonna draw straws or what?
1252 2012-10-15 21:14:56 tg has joined
1253 2012-10-15 21:14:59 lggr has joined
1254 2012-10-15 21:15:29 <MC1984> http://www.youtube.com/watch?v=QZ1oPDtdhFo
1255 2012-10-15 21:16:32 TD has joined
1256 2012-10-15 21:17:48 <sipa> MC1984: there are very few windows devs active
1257 2012-10-15 21:19:16 lggr has quit (Ping timeout: 252 seconds)
1258 2012-10-15 21:20:32 lggr has joined
1259 2012-10-15 21:21:37 ovidiuso1t has quit (Ping timeout: 260 seconds)
1260 2012-10-15 21:21:47 EPiSKiNG has joined
1261 2012-10-15 21:22:10 <EPiSKiNG> why does my latest version of Bitcoin-QT require .0005 TX Fee for nearly every transaction?
1262 2012-10-15 21:22:54 <copumpkin> probably depends on how fragmented your coins are?
1263 2012-10-15 21:22:58 <sipa> probably because you have very young/small coins that would otherwise be considered spam by most nodes on the network
1264 2012-10-15 21:24:46 <BlueMatt> TD: to work around https://github.com/netty/netty/issues/535 (triggered when bitcoinj sees high connection count sometimes), can we upgrade netty?
1265 2012-10-15 21:24:46 lggr has quit (Ping timeout: 252 seconds)
1266 2012-10-15 21:24:49 <gmaxwell> EPiSKiNG: none of that code has changed in a very long time, so 'latest version' shouldn't be relevant.
1267 2012-10-15 21:25:29 <EPiSKiNG> hmm
1268 2012-10-15 21:25:34 unknown45682 has quit (2!~unknown45@pool-98-109-234-58.nwrknj.east.verizon.net|)
1269 2012-10-15 21:25:38 <sturles> EPiSKiNG: Wait until you have at least 6 confirmations before sending again, and use sendmany when possible.
1270 2012-10-15 21:25:47 <EPiSKiNG> ok
1271 2012-10-15 21:26:01 <gmaxwell> and aviod getting paid lots of little payments when you can easily avoid it.
1272 2012-10-15 21:26:16 <gmaxwell> (e.g. don't do daily payouts from mining pools)
1273 2012-10-15 21:27:07 <gmaxwell> Also upgading your wallet format to the latest version and flush the keypool so all your addresses are for compressed keys (unless your wallet is already fairly newly created)
1274 2012-10-15 21:27:08 <sipa> the relay minimum was changed to 0.0005 on june 5th 2011 :)
1275 2012-10-15 21:27:30 lggr has joined
1276 2012-10-15 21:29:16 bitcoinz has joined
1277 2012-10-15 21:29:26 tower has quit (Ping timeout: 246 seconds)
1278 2012-10-15 21:31:50 lggr has quit (Ping timeout: 256 seconds)
1279 2012-10-15 21:33:32 <TD> BlueMatt: what version do we need?
1280 2012-10-15 21:33:53 <BlueMatt> apparently 3.5.6...
1281 2012-10-15 21:34:35 lggr has joined
1282 2012-10-15 21:37:57 tower has joined
1283 2012-10-15 21:39:21 lggr has quit (Ping timeout: 260 seconds)
1284 2012-10-15 21:39:24 <gavinandresen> sipa jgarzik gmaxwell BlueMatt : I'm preparing for the foundation meeting later this week, and trying to come up with a hardware/software wish list for the dev team.
1285 2012-10-15 21:39:59 <gavinandresen> So, what do we wish for?
1286 2012-10-15 21:40:17 <Luke-Jr> â¦
1287 2012-10-15 21:40:25 lggr has joined
1288 2012-10-15 21:40:43 <sipa> some infrastructure to run BlueMatt's pull tester on?
1289 2012-10-15 21:40:48 <gavinandresen> Also, anybody know if Apple or Microsoft have inexpensive developer subscriptions for open source projects?
1290 2012-10-15 21:41:06 <jgarzik> gavinandresen: DNS seed
1291 2012-10-15 21:41:14 <gavinandresen> sipa: yes, I put two beefy dedicated servers on the wish list.
1292 2012-10-15 21:41:16 <jgarzik> gavinandresen: some full nodes with SSDs, good relaying ones
1293 2012-10-15 21:41:49 <Luke-Jr> if the Foundation is going to run a DNS seed, it would make sense to give it a name and add it in for 0.7.1 IMO
1294 2012-10-15 21:42:11 <gavinandresen> too late for 0.7.1, I think.
1295 2012-10-15 21:42:32 <Luke-Jr> oh well, gives whoever time to get it running I guess
1296 2012-10-15 21:42:43 <gavinandresen> jgarzik: how much does a full node with SSD cost per month?
1297 2012-10-15 21:42:55 * jgarzik wonders about BF sponsoring an http bootstrap.dat download from Amazon S3
1298 2012-10-15 21:43:06 <jgarzik> gavinandresen: dunno... and family dinner time. bbi ~1hr
1299 2012-10-15 21:43:17 <gavinandresen> jgarzik: cool. I should get dinner going, too....
1300 2012-10-15 21:43:41 <sipa> i'm not sure whether I'd rather have disk+more RAM or SDD+less RAM
1301 2012-10-15 21:43:48 <Luke-Jr> gavinandresen: if you get a dedi with "unmetered" bandwidth, it should be a fixed cost
1302 2012-10-15 21:43:56 eoss has joined
1303 2012-10-15 21:44:11 * sipa is afraid of the crowd's reaction to a seed.bitcoinfoundation.org in the source code...
1304 2012-10-15 21:44:20 <Luke-Jr> worst case it can't handle the load and upgrading it can be visited in a future month
1305 2012-10-15 21:44:38 optimator_ has joined
1306 2012-10-15 21:44:49 <Luke-Jr> (in that case, it would probably still be beneficial to the network even if bogged down a bit)
1307 2012-10-15 21:45:00 lggr has quit (Ping timeout: 260 seconds)
1308 2012-10-15 21:46:11 <gavinandresen> sipa: don't be frightened... and I vote for seed.btc.org
1309 2012-10-15 21:46:25 <gavinandresen> (foundation owns both bitcoinfoundation.org and btc.org domains)
1310 2012-10-15 21:46:36 <sipa> ha :)
1311 2012-10-15 21:47:13 lggr has joined
1312 2012-10-15 21:47:58 <Luke-Jr> is that "crowd" any bigger than "mostly just Atlas"? <.<
1313 2012-10-15 21:49:50 <TD> BlueMatt: ok. i'll try and remember. if you file a bug i'll do it later this week
1314 2012-10-15 21:49:53 tower has quit (Ping timeout: 240 seconds)
1315 2012-10-15 21:50:08 <TD> gavinandresen: code signing certs
1316 2012-10-15 21:50:24 <rdponticelli> Well, Atlas alone is not less than 5 guys :)
1317 2012-10-15 21:50:28 <TD> haha
1318 2012-10-15 21:50:32 <gmaxwell> I was wondering if perhaps we shouldn't start calling seeds 'bootstraps' .. but then realized thats what jeff called the blockchain preloads.
1319 2012-10-15 21:50:43 <gavinandresen> TD: yes... just need to join the Microsoft/Apple dev programs to get code signing certs, I believe
1320 2012-10-15 21:50:47 <sipa> entry nodes?
1321 2012-10-15 21:51:03 <TD> for microsoft i believe it's something like verisign. apples costs $99 a year, or something like that
1322 2012-10-15 21:51:04 <jgarzik> Walmart Greeters
1323 2012-10-15 21:51:05 <TD> just involves some paperowrk
1324 2012-10-15 21:51:33 <gavinandresen> TD: yes, I already asked Patrick to start the "get a DUNS number" that is the beginning of the process
1325 2012-10-15 21:51:56 <TD> DUNS number?
1326 2012-10-15 21:52:00 lggr has quit (Ping timeout: 260 seconds)
1327 2012-10-15 21:52:29 <TD> gavinandresen: more secure hosting in general. ideally a dedicated box in a cage in a datacenter near where you live
1328 2012-10-15 21:52:40 <TD> no VPS. no remote root access.
1329 2012-10-15 21:52:47 <TD> for hosting file downloads and the website
1330 2012-10-15 21:52:52 lggr has joined
1331 2012-10-15 21:53:12 <gavinandresen> TD: near where I live? I don't want to get the pager beep to drive to the datacenter and replace that failed hard drive....
1332 2012-10-15 21:53:15 * jgarzik whips out his phatty DUNS number, SAMS number, _and_ US Patent Office Customer Number
1333 2012-10-15 21:53:59 <TD> or near where mark lives :)
1334 2012-10-15 21:54:01 <Luke-Jr> gavinandresen: set it up to automatically update from git/uploads when the commit is signed by 3+ people?
1335 2012-10-15 21:54:14 <TD> just generally, we know that free virtual hosting seems to be a vulnerability
1336 2012-10-15 21:54:29 <TD> so it'd suck if the site hosting bitcoin downloads got hacked and the binaries replaced. it'd take a while for people to notice that
1337 2012-10-15 21:54:30 <Luke-Jr> also, HTTPS would be good if we're going to secure bitcoin.org
1338 2012-10-15 21:54:32 <sipa> linode is very trustworrthy, indeed
1339 2012-10-15 21:54:33 <jgarzik> gavinandresen: see this possible lock bug report? https://bitcointalk.org/index.php?topic=117874.msg1273313#msg1273313
1340 2012-10-15 21:54:35 <TD> ditto for defacement of the website
1341 2012-10-15 21:55:09 vigilyn has joined
1342 2012-10-15 21:55:24 freakazoid has joined
1343 2012-10-15 21:57:00 <gavinandresen> I'm not sure I agree; I think I'd rather have an early warning system that checked downloads once an hour and reacted automatically (e.g. emailed a few of us and automatically shutdown downloads until problem was resolved)
1344 2012-10-15 21:57:23 optimator_ has quit (Ping timeout: 245 seconds)
1345 2012-10-15 21:57:42 lggr has quit (Ping timeout: 272 seconds)
1346 2012-10-15 21:57:51 <TD> well that would be good too, but even if caught, a hacked server would be confidence shaking
1347 2012-10-15 21:58:24 lggr has joined
1348 2012-10-15 21:59:18 <gmaxwell> gavinandresen: that isn't exclusive.
1349 2012-10-15 21:59:32 <gavinandresen> I agree, but I don't have faith that even if the Foundation spent bunches of money it's website would be secure.
1350 2012-10-15 21:59:39 setkeh` has joined
1351 2012-10-15 22:00:45 <gavinandresen> ... would be 100% secure, I should say.
1352 2012-10-15 22:01:23 <sipa> if you want 100% security, make sure it's disconnected from the network and powered off
1353 2012-10-15 22:01:31 <gavinandresen> exactly
1354 2012-10-15 22:01:40 setkeh has quit (Ping timeout: 240 seconds)
1355 2012-10-15 22:01:47 <sipa> doesn't mean certain steps can make it significantly harder to attack
1356 2012-10-15 22:01:51 <sipa> *can't
1357 2012-10-15 22:01:52 BlackPrapor has quit (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
1358 2012-10-15 22:03:00 lggr has quit (Ping timeout: 256 seconds)
1359 2012-10-15 22:04:00 lggr has joined
1360 2012-10-15 22:05:19 <gmaxwell> Besides if we follow best pratices and get hacked we at least advance the state of the art in knowing what doesn't work.
1361 2012-10-15 22:05:34 <gmaxwell> If we don't follow best practices and get hacked nothing is learned. :P
1362 2012-10-15 22:06:10 <gmaxwell> (of course, what is "best practices"? â a question the bitcoin ecosystem would benefit from knowing the answer to!)
1363 2012-10-15 22:06:20 <gavinandresen> writing up best practices is one of the missions of the Foundation
1364 2012-10-15 22:06:49 AndChat567216 has joined
1365 2012-10-15 22:07:09 <Luke-Jr> I'd suggest hiring a security expert for that; unless someone here is one?
1366 2012-10-15 22:07:19 <Luke-Jr> (or even if someone here is one)
1367 2012-10-15 22:07:51 <gmaxwell> Securing a static webserver is not a unique and special activity.
1368 2012-10-15 22:08:32 lggr has quit (Ping timeout: 252 seconds)
1369 2012-10-15 22:09:17 <c_k> I suspect there is quite a number of security experts in the bitcoin community
1370 2012-10-15 22:09:38 lggr has joined
1371 2012-10-15 22:09:50 <gmaxwell> Unfortunately there are also quite a number of security "experts"... :P
1372 2012-10-15 22:09:54 <c_k> however surely most of us are rather well versed in what constitutes good security practices and how to learn them
1373 2012-10-15 22:10:15 OneEyed has quit (Quit: WeeChat 0.3.9)
1374 2012-10-15 22:10:19 <sipa> c_k: judging by several events in bitcoin's history, i'm not too sure about that :)
1375 2012-10-15 22:10:30 <sipa> well, events in its ecosystem
1376 2012-10-15 22:10:45 <Luke-Jr> I think the community would like to hear Bitcoin.org is secured so that compromising it means getting at at least 3 people, 2 of whom must be in different jurisdictions
1377 2012-10-15 22:10:48 <gmaxwell> securing dynamic stuff is hard.
1378 2012-10-15 22:11:15 <gmaxwell> Luke-Jr: step 1) replace https with something new that accomidates that mode of operation.
1379 2012-10-15 22:11:31 <Luke-Jr> gmaxwell: if we don't use https, nobody NEEDS to compromise the server in the first place
1380 2012-10-15 22:11:40 <Luke-Jr> they can just replace it
1381 2012-10-15 22:11:46 <c_k> sipa: haha you are right, there are certainly some developers of bitcoin related web apps with poor security design
1382 2012-10-15 22:11:47 dvide has quit (Ping timeout: 246 seconds)
1383 2012-10-15 22:12:44 <gmaxwell> Luke-Jr: you misunderstood me, I wasn't arguing against https... I'm pointing out that http/https doesn't facilitate secure decenteralized operation. There must be at least one server that if compromised makes the site compromised.
1384 2012-10-15 22:13:44 <Luke-Jr> gmaxwell: I'm thinking more like there's no remote access, local access requires someone to fly out from another country, and updates are made via git commits signed off by 3+ (including 2 in diff jurisdictions)
1385 2012-10-15 22:13:52 <gmaxwell> Luke-Jr: and when you try to get smart you take risks.. say the site itself gitian builds and checks gitian signatures. ... okay great, now someone inserts an exploit in a makefile. :( (not that these things can't be done safely, but it takes careful work)
1386 2012-10-15 22:13:53 copumpkin has quit (Quit: Computer has gone to sleep.)
1387 2012-10-15 22:13:54 lggr has quit (Ping timeout: 248 seconds)
1388 2012-10-15 22:14:18 * sipa zZzZ
1389 2012-10-15 22:14:24 <gmaxwell> and if you lock down access too much you can't apply urgent security patches (less criticial if its a locked down otherwise static server)
1390 2012-10-15 22:14:39 <Luke-Jr> true
1391 2012-10-15 22:15:17 lggr has joined
1392 2012-10-15 22:15:23 <Luke-Jr> anyhow, it's probably a bit too complicated as the "next step tomorrow"
1393 2012-10-15 22:16:03 <gmaxwell> but sure, some kind of highly locked down, yubikey and ACL mediated... thing that takes updates by periodically fetching a multisigned tar with a copy of the whole site .. or something.. might be possible to make secure without boiling the oceans.
1394 2012-10-15 22:16:15 <TD> by the way
1395 2012-10-15 22:16:29 <TD> at some point i think it'd be a good idea to move the FAQ to static HTML stored in git
1396 2012-10-15 22:16:34 <TD> the current wiki based FAQ is a mess
1397 2012-10-15 22:16:47 pecket has quit (Ping timeout: 246 seconds)
1398 2012-10-15 22:17:15 <TD> possibly some other wiki content could move as well
1399 2012-10-15 22:17:28 <TD> storing it in git means changes have to go through peer review before they go live and you don't get stupid edit wars
1400 2012-10-15 22:18:15 dvide has joined
1401 2012-10-15 22:19:11 <gmaxwell> have we had edit war problems on the FAQ?
1402 2012-10-15 22:19:41 <gmaxwell> not that I don't agree.. though I also think the FAQ is fairly imbalanced right now, e.g. misses some actual FAQs and spends perhaps too much time on some subjects.
1403 2012-10-15 22:19:42 lggr has quit (Ping timeout: 255 seconds)
1404 2012-10-15 22:19:44 <TD> yeah
1405 2012-10-15 22:20:14 alexmat has left ()
1406 2012-10-15 22:20:14 <TD> i made some edits and then some random guy reverted all of them, but not completely so the answer is now an unintelligible mess
1407 2012-10-15 22:20:22 <TD> he seems to think the word "recourse" means "reversible"
1408 2012-10-15 22:20:35 <TD> so the answer talks about non-recourse transactions, which makes no sense in English
1409 2012-10-15 22:21:00 ThomasV_ has quit (Ping timeout: 252 seconds)
1410 2012-10-15 22:21:14 <TD> also the answer to the deflation question is a rambling essay that doesn't say much of anything
1411 2012-10-15 22:21:41 agricocb has quit (Quit: Leaving.)
1412 2012-10-15 22:21:53 <gmaxwell> ugh. well, one FAQ is in fact about non-technical methods of attack resistance and deterrence... lots of people seem surprisingly blown away by the idea that you could use totally boring mechnisms to secure bitcoin just as you use to secure other things.
1413 2012-10-15 22:22:16 lggr has joined
1414 2012-10-15 22:22:20 AndChat567216 has quit (Quit: Bye)
1415 2012-10-15 22:22:37 <Luke-Jr> TD: nanotube could always lock the page or something for the same effect
1416 2012-10-15 22:22:38 <TD> also i linked to the ETH paper from that faq entry
1417 2012-10-15 22:22:45 mmoya has quit (Ping timeout: 260 seconds)
1418 2012-10-15 22:23:08 <TD> and that edit was reversed on the grounds that it was "blatant advertising for a paper which presented an idea that was already known"
1419 2012-10-15 22:23:19 t7 has quit (Read error: Connection reset by peer)
1420 2012-10-15 22:23:20 <Luke-Jr> O.o
1421 2012-10-15 22:23:34 <gmaxwell> I think for some things like deflation we should go towards minimal answers "here are where people have discussed it. The general ideas are this. But bitcoin is an expirement and time will be the ultimate test."
1422 2012-10-15 22:23:43 <TD> so just generally i think an FAQ that uses real HTML and is hammered out via code review process, would work better
1423 2012-10-15 22:23:48 <TD> yeah. agreed.
1424 2012-10-15 22:24:18 t7 has joined
1425 2012-10-15 22:24:22 <gmaxwell> E.g. lets avoid getting into fighting about economic stuff in the faq. Lay out the broad ideas and give pointers and try to avoid making any furhter promises. :)
1426 2012-10-15 22:24:32 <gmaxwell> hah further.
1427 2012-10-15 22:26:27 lggr has quit (Ping timeout: 246 seconds)
1428 2012-10-15 22:26:27 CodesInChaos has quit (Ping timeout: 246 seconds)
1429 2012-10-15 22:26:43 <TD> the hashpower thread is sad
1430 2012-10-15 22:27:08 <gmaxwell> where is this?
1431 2012-10-15 22:27:28 pecket has joined
1432 2012-10-15 22:27:36 <TD> i trolled it a bit
1433 2012-10-15 22:27:36 <TD> https://bitcointalk.org/index.php?topic=118069.0
1434 2012-10-15 22:27:41 meLon has quit (Remote host closed the connection)
1435 2012-10-15 22:27:46 <gmaxwell> (I mostly only read /tech unless I get complaints in mining or someone points me to something)
1436 2012-10-15 22:27:47 <TD> https://bitcointalk.org/index.php?topic=118069.40;topicseen
1437 2012-10-15 22:28:14 <TD> "So far I'm happy with the service and it's on par with Gpumax. I don't really see the sensationalizing, alarmist talk about these services. I've pointed my BFL Single crunching away at 800mhash/s and honestly as a miner I do not in any way shape or form care where my hashes go. "
1438 2012-10-15 22:28:19 <TD> "Don't get me wrong, I support Bitcoin but I also go where the money is."
1439 2012-10-15 22:28:55 B0g4r7 has quit (Ping timeout: 276 seconds)
1440 2012-10-15 22:28:57 <TD> http://www.regretsy.com/2012/09/10/barack-obama-is-tired-of-your-shit/
1441 2012-10-15 22:29:11 <gmaxwell> yea, these threads make me regret being honest. So many people just _begging_ to be ripped off and to enable random strangers to rip off others.
1442 2012-10-15 22:29:16 lggr has joined
1443 2012-10-15 22:29:26 <gmaxwell> Interest in that stuff _after_ clipse poofed with everyone's coin.
1444 2012-10-15 22:29:46 <gmaxwell> (Clipse, goat, and GPUmax were the prior most notable parties paying suspiciously high PPS rates for mining)
1445 2012-10-15 22:30:17 <TD> how did they do that? it was backed by the ponzi scheme?
1446 2012-10-15 22:31:06 <gmaxwell> Clipse stopped paying at the same time as pirate shut down. My personal best guess is that he was fronting zeekrewards.
1447 2012-10-15 22:31:28 <gmaxwell> Of course, they won't disclose their methodsâ or they give confused and illogical answers.
1448 2012-10-15 22:32:04 <TD> i guess it's possible that ASICs will make it harder to run these sorts of services
1449 2012-10-15 22:32:06 <gmaxwell> When I pressed goat about it on the forums he put up a couple hundred BTC bounty to "find" evidence connecting me to unlawful activities.
1450 2012-10-15 22:32:24 <TD> i suppose it's harder to proxy work if you have to serve up new work every few milliseconds
1451 2012-10-15 22:32:28 <gmaxwell> (he pulled it down after I started trying to collect on it!)
1452 2012-10-15 22:32:38 <TD> lol
1453 2012-10-15 22:32:49 <gmaxwell> TD: nope, the pools are solving that problem in any case, with local work creation.
1454 2012-10-15 22:33:35 lggr has quit (Ping timeout: 246 seconds)
1455 2012-10-15 22:34:11 <TD> oh, right. they give you a coinbase to modify. you can't see the other transactions.
1456 2012-10-15 22:34:22 <gmaxwell> Right.
1457 2012-10-15 22:35:00 <gmaxwell> Well, alternatively they could offer getblocktemplateâ luke's pool (and pool software) doesâ and his miner talks to it; which creates transparency at least.
1458 2012-10-15 22:35:00 copumpkin has joined
1459 2012-10-15 22:36:08 lggr has joined
1460 2012-10-15 22:37:55 TD has quit (Quit: TD)
1461 2012-10-15 22:39:18 vampireb has joined
1462 2012-10-15 22:40:24 <BCB> FYI this transaction still has 0 comfirmations "48b0d02003a926d6db7fceb39b3acf5b43e9f65dbc03718883c05626dbfb75b6"
1463 2012-10-15 22:41:00 lggr has quit (Ping timeout: 260 seconds)
1464 2012-10-15 22:41:41 <BCB> sent 2012-15-10 15:43:52 EST or about 3 hours ago
1465 2012-10-15 22:41:48 lggr has joined
1466 2012-10-15 22:41:51 <BCB> any was to track where these coins migh tbe
1467 2012-10-15 22:42:07 <Luke-Jr> blockchain.info's never heard of it
1468 2012-10-15 22:43:06 <BCB> Sorry we could not find any blocks or transactions matching this hash
1469 2012-10-15 22:43:21 agricocb has joined
1470 2012-10-15 22:46:18 lggr has quit (Ping timeout: 255 seconds)
1471 2012-10-15 22:48:02 <BCB> Luke-Jr: any way to trace it
1472 2012-10-15 22:49:01 AlexWaters has quit (Quit: Leaving.)
1473 2012-10-15 22:50:35 <vampireb> well what did you use to send it? your local client?
1474 2012-10-15 22:50:53 lggr has joined
1475 2012-10-15 22:53:01 <gmaxwell> BCB: did you use the reference client to generate it?
1476 2012-10-15 22:53:12 t7 has quit (Quit: WeeChat 0.3.9)
1477 2012-10-15 22:53:33 <jgarzik> BCB: go to http://bitcoincharts.com/bitcoin/txlist/ and look for your TX id. if it is not listed, it probably did not make it to the outside world.
1478 2012-10-15 22:53:42 rcorreia has joined
1479 2012-10-15 22:53:44 <jgarzik> BCB: perhaps due to insufficient fees? were you sending a tiny amount?
1480 2012-10-15 22:54:47 <gmaxwell> jgarzik: stock client can't do that (insufficient fees) except via raw transactions.
1481 2012-10-15 22:55:04 <jgarzik> gmaxwell: -settxfee
1482 2012-10-15 22:55:23 <gmaxwell> Again, it can't result in insufficient fees for relaying.
1483 2012-10-15 22:55:28 lggr has quit (Ping timeout: 252 seconds)
1484 2012-10-15 22:55:45 <gmaxwell> you can set it to zero all you want, it'll still force a the relay fee if it itself wouldn't relay it.
1485 2012-10-15 22:56:02 <gmaxwell> the GUI asks but if you say noâ no transaction.
1486 2012-10-15 22:56:21 tg has quit (Ping timeout: 260 seconds)
1487 2012-10-15 22:56:38 <BCB> I'm using "version" : 70003,
1488 2012-10-15 22:56:57 <gmaxwell> From bitcoin.org?
1489 2012-10-15 22:57:12 <BCB> yes
1490 2012-10-15 22:57:19 <BCB> send 7.09
1491 2012-10-15 22:57:23 <gmaxwell> In any case, can you open the debug console and type getrawtransaction 48b0d02003a926d6db7fceb39b3acf5b43e9f65dbc03718883c05626dbfb75b6 an then pastebin what it spits back?
1492 2012-10-15 22:57:52 <MC1984> heh greg nearly said fuhrer, total freudian slip, atlas was right!
1493 2012-10-15 22:57:53 tg has joined
1494 2012-10-15 22:59:31 Tril has joined
1495 2012-10-15 23:00:17 lggr has joined
1496 2012-10-15 23:00:38 <BCB> http://pastebin.com/g31tP0Dp
1497 2012-10-15 23:01:07 asuk has quit (Ping timeout: 255 seconds)
1498 2012-10-15 23:02:43 B0g4r7 has joined
1499 2012-10-15 23:02:47 <gmaxwell> BCB: is that really it? it ended with 5626?
1500 2012-10-15 23:03:17 <BCB> no wait
1501 2012-10-15 23:03:51 optimator_ has joined
1502 2012-10-15 23:04:05 <BCB> http://pastebin.com/mR35eYPw
1503 2012-10-15 23:04:19 <BCB> ends in 7ff888ac00000000
1504 2012-10-15 23:04:27 lggr has quit (Ping timeout: 245 seconds)
1505 2012-10-15 23:04:51 <gmaxwell> it's not all making it into the pastebin
1506 2012-10-15 23:05:40 <gmaxwell> oh nevermind
1507 2012-10-15 23:06:38 brwyatt is now known as Away!~brwyatt@brwyatt.net|brwyatt
1508 2012-10-15 23:07:04 lggr has joined
1509 2012-10-15 23:09:12 <gmaxwell> well, it's spending inputs I know nothing about.
1510 2012-10-15 23:09:27 <gmaxwell> BCB: do you place dice?
1511 2012-10-15 23:09:55 <BCB> play dice?
1512 2012-10-15 23:09:57 <BCB> no
1513 2012-10-15 23:10:27 <BCB> i imported and exported a few private keys
1514 2012-10-15 23:10:56 <gmaxwell> do you have multiple unconfirmed transactions in your wallet?
1515 2012-10-15 23:11:17 noagendamarket has quit (Read error: Connection reset by peer)
1516 2012-10-15 23:11:55 lggr has quit (Ping timeout: 260 seconds)
1517 2012-10-15 23:13:17 noagendamarket has joined
1518 2012-10-15 23:13:46 lggr has joined
1519 2012-10-15 23:13:48 <gmaxwell> the reason I ask is because you're spending transactions my node hasn't seen.. which should only happen if they're outputs you wrote yourself.
1520 2012-10-15 23:13:59 enolan has joined
1521 2012-10-15 23:14:05 <gmaxwell> (you meaning your client)
1522 2012-10-15 23:17:54 lggr has quit (Ping timeout: 246 seconds)
1523 2012-10-15 23:20:35 lggr has joined
1524 2012-10-15 23:23:43 <BCB> gmaxwell: this is the first one I've seen
1525 2012-10-15 23:24:08 <BCB> gmaxwell: no, there are not others
1526 2012-10-15 23:24:57 lggr has quit (Ping timeout: 246 seconds)
1527 2012-10-15 23:25:08 <BCB> gmaxwell: I'm using a php program to generate keypairs
1528 2012-10-15 23:25:22 <BCB> and importing those private keys to bitcoind
1529 2012-10-15 23:26:00 Raziel__ has quit (Ping timeout: 240 seconds)
1530 2012-10-15 23:26:12 <gmaxwell> can you paste me the getrawtransaction 2b7a3a4d24e05d1b0a4017835fb66044025d8e9be9b3d56c7a26312384b0bbf0
1531 2012-10-15 23:26:24 <BCB> gmaswell: I also did a few multisig transac
1532 2012-10-15 23:26:30 <BCB> tions
1533 2012-10-15 23:27:35 lggr has joined
1534 2012-10-15 23:28:06 <BCB> gmaxwell:http://pastebin.com/X2wTs0sQ
1535 2012-10-15 23:28:50 <gmaxwell> okay, that one spends cc2b8a0335b8af49c49ae94aea1a97c959922591848c94b0611d74a85b2b3f48 that my node knows nothiing about ...
1536 2012-10-15 23:29:01 <gmaxwell> can you getrawtransaction cc2b8a0335b8af49c49ae94aea1a97c959922591848c94b0611d74a85b2b3f48 ?
1537 2012-10-15 23:31:55 lggr has quit (Ping timeout: 245 seconds)
1538 2012-10-15 23:32:44 <lianj> ERROR: ConnectInputs() : 2b7a3a4d24e05d1b0a4017835fb66044025d8e9be9b3d56c7a26312384b0bbf0 prev tx already used at (nFile=1, nBlockPos=1422618605, nTxPos=1422620633)
1539 2012-10-15 23:33:04 JZavala has joined
1540 2012-10-15 23:33:19 slush has quit (Quit: Leaving.)
1541 2012-10-15 23:33:26 <gmaxwell> BCB: you ever get paid by coinbase during their free coin for signing up thing?
1542 2012-10-15 23:34:04 alexmat has joined
1543 2012-10-15 23:34:30 lggr has joined
1544 2012-10-15 23:35:35 <MC1984> i dont get this hashpower buying and selling stuff
1545 2012-10-15 23:36:06 <MC1984> how can it ever be more profitable to sell hashes than to just use them to mine
1546 2012-10-15 23:36:26 <BCB> gmaxwell: no
1547 2012-10-15 23:36:43 <jgarzik> MC1984: (1) if you want to mine a non-standard transaction, (2) if you want to launder money, exchanging dirty coins for clean
1548 2012-10-15 23:37:09 <jgarzik> I'd love to know how to enable the first without the second
1549 2012-10-15 23:37:33 <MC1984> oh
1550 2012-10-15 23:37:43 <amiller> Luke-Jr, wtf "networkserver" is just more crap piled on top of asyncore
1551 2012-10-15 23:37:45 <MC1984> not more profitable, but has ancilliary uses
1552 2012-10-15 23:37:47 <amiller> Luke-Jr, what about pynode doesn't work in python3?
1553 2012-10-15 23:37:48 <gmaxwell> MC1984: (3) you're just a scammer who is going to run with the funds or otherwise invest the float in questionable 'investments'
1554 2012-10-15 23:37:49 <amiller> also what features does eloipool have that pynode doesn't? maybe it won't be too hard to merge our efforts..
1555 2012-10-15 23:37:53 freakazoid has quit (Ping timeout: 260 seconds)
1556 2012-10-15 23:38:13 <gmaxwell> amiller: eloipool doesn't implement a bitcoin node.
1557 2012-10-15 23:38:55 lggr has quit (Ping timeout: 246 seconds)
1558 2012-10-15 23:39:01 vampireb has quit (Quit: Lost terminal)
1559 2012-10-15 23:39:08 <BCB> gmaxwell: http://pastebin.com/PvNBf7MX
1560 2012-10-15 23:39:58 <amiller> nvm i misread the conversation above and thought someone was complaining about eloipool and pynode being two different versions duplicating effort
1561 2012-10-15 23:40:01 <BCB> gmaxwell: that last transaction was probably made on a bitcoind 3 or four versions ago
1562 2012-10-15 23:40:14 <jgarzik> pynode still lacks some of the heretofor unneeded block building validation checks
1563 2012-10-15 23:40:17 <amiller> anyway that's still the case regarding networkserver
1564 2012-10-15 23:40:36 <gmaxwell> BCB: and how many confirmations does it have?
1565 2012-10-15 23:40:43 <gmaxwell> and what is your current block count?
1566 2012-10-15 23:41:18 lggr has joined
1567 2012-10-15 23:41:34 <BCB> gmaxwell: "confirmations" : 31797,
1568 2012-10-15 23:41:48 <alexmat> wtb bitcoins
1569 2012-10-15 23:42:21 <jgarzik> TD says he rewrote http://en.bitcoin.it/wiki/Scalability
1570 2012-10-15 23:42:38 <BCB> gmaxwell: getblockcount 203465
1571 2012-10-15 23:43:15 <gmaxwell> so you're telling me that cc2b8a0335b8af49c49ae94aea1a97c959922591848c94b0611d74a85b2b3f48 is in your wallet, and shows "confirmations" : 31797?
1572 2012-10-15 23:43:42 <gmaxwell> oh crap.
1573 2012-10-15 23:43:52 <gmaxwell> I've been using an ultraprune node to diagnose stuff.
1574 2012-10-15 23:45:22 <lianj> :P
1575 2012-10-15 23:46:16 lggr has quit (Ping timeout: 276 seconds)
1576 2012-10-15 23:46:27 <Luke-Jr> amiller: networkserver borrows one trivial function from asyncore - you can copy it verbatim if you really want to - and works quite well
1577 2012-10-15 23:47:03 <Luke-Jr> amiller: pynode's dependence on an obsolete python version is part of why I don't have much interest in it - before I use it, you can be sure I'll probably fix it up so it works with current versions :P
1578 2012-10-15 23:47:23 <BCB> gmaxwell: http://pastebin.com/Z9YEEgMf
1579 2012-10-15 23:47:35 <Luke-Jr> gmaxwell: Eloipool does implement a very minimal bitcoin node, but it doesn't work (nor is it used)
1580 2012-10-15 23:47:51 vampireb has joined
1581 2012-10-15 23:47:51 <gmaxwell> BCB: okay so cc2b8a0335b8af49c49ae94aea1a97c959922591848c94b0611d74a85b2b3f48 output 1 was spent by some other transaction than your 2b7a3a4d24e05d1b0a4017835fb66044025d8e9be9b3d56c7a26312384b0bbf0 which attempts to spen it
1582 2012-10-15 23:47:58 <gmaxwell> BCB: how many confirmations do you see on 2b7a3a4d24e05d1b0a4017835fb66044025d8e9be9b3d56c7a26312384b0bbf0?
1583 2012-10-15 23:48:01 <amiller> Luke-Jr, how much dependence is there? i haven't tried pynode on python3 at all (nor i have i used python3 for anything else either)
1584 2012-10-15 23:48:04 <Luke-Jr> amiller: also note Eloipool is MUCH older than pynode ;P
1585 2012-10-15 23:48:16 lggr has joined
1586 2012-10-15 23:48:20 <Luke-Jr> amiller: I haven't tried it yet, but at the very least it uses print as a statement which isn't supported anymore
1587 2012-10-15 23:48:29 <lianj> gmaxwell: 2b7a3a4d24e05d1b0a4017835fb66044025d8e9be9b3d56c7a26312384b0bbf0 prev tx already used at (nFile=1, nBlockPos=1422618605, nTxPos=1422620633)
1588 2012-10-15 23:48:37 <BCB> gmaxwell: "confirmations" : 0,
1589 2012-10-15 23:48:55 <gmaxwell> BCB: oh, I thought you said you didn't have any other unconfirmed ones.
1590 2012-10-15 23:49:00 <nanotube> gmaxwell: TD[gone] jgarzik: well... we could start a separate 'technical' wiki, with invite-only membership, so that no random wiki troll can revert your carefully thought out articles.
1591 2012-10-15 23:49:28 <jgarzik> did someone troll-stomp the wiki?
1592 2012-10-15 23:49:33 <Luke-Jr> nanotube: I think MediaWiki lets you set pages for "group X only"
1593 2012-10-15 23:49:34 <BCB> that is only the second one I've seen - had no idea....
1594 2012-10-15 23:49:51 <Luke-Jr> jgarzik: TD apparently has been having problems making corrections to the FAQ
1595 2012-10-15 23:50:49 <BCB> gmaxwell: these transactions were made when I first installed linux bitcoind and was trying to understand accounts
1596 2012-10-15 23:50:59 <BCB> so there were lots of moves etc...
1597 2012-10-15 23:51:04 <gmaxwell> Luke-Jr: acl extensions for mediawiki suck and are poorly maintained generally.
1598 2012-10-15 23:51:06 <nanotube> Luke-Jr: ah hmm, well, guess we'll need someone to create a 'dev' group. wonder if i have perms to do it.
1599 2012-10-15 23:51:18 <Luke-Jr> gmaxwell: I thought it supported that by default
1600 2012-10-15 23:51:49 <nanotube> or... well whatever you guys decide. i'll not take any action until y'all figure out what you want to do. :)
1601 2012-10-15 23:51:57 <gmaxwell> BCB: well somehow you spent the output of that confirmed one and then double spent it with the other one .. this usually happens from running the same wallet on multiple machines.
1602 2012-10-15 23:52:09 <gmaxwell> (or potentially importing the same private keys into multiple machines)
1603 2012-10-15 23:52:22 <gmaxwell> if you do that you'll continually screw up your wallets and end up with double spends and such.
1604 2012-10-15 23:52:45 lggr has quit (Ping timeout: 260 seconds)
1605 2012-10-15 23:52:45 <BCB> do what? Move wallets or inport private keys
1606 2012-10-15 23:53:15 <gmaxwell> run a copy of a wallet or a private key on multiple systems.
1607 2012-10-15 23:53:45 <gmaxwell> because one will spend a coin out from under the other one.
1608 2012-10-15 23:54:25 <BCB> gmaxwell: is it possible to "delete" keys from one machine when I dump and import into another?
1609 2012-10-15 23:54:55 <BCB> gmaxwell: to avoid this?
1610 2012-10-15 23:55:09 agath has quit (Ping timeout: 260 seconds)
1611 2012-10-15 23:55:11 lggr has joined
1612 2012-10-15 23:55:39 <gmaxwell> No, because that potentially leaves transactions with dangling sources of funds. e.g. if a system previously spent a coin that now it thinks it never owned.. it will be quite confused.
1613 2012-10-15 23:55:47 optimator_ has quit (Ping timeout: 256 seconds)
1614 2012-10-15 23:56:18 <gmaxwell> (less harmfully than the shared keysâ but e.g. I'd expect it to goof up balances)
1615 2012-10-15 23:57:18 asuk has joined
1616 2012-10-15 23:57:28 <BCB> gmaxwell: when you say system to you mean server, bitcoind, box?
1617 2012-10-15 23:58:42 <jgarzik> it is so embarrassingly sad when pynode is faster than bitcoind
1618 2012-10-15 23:58:50 agath has joined
1619 2012-10-15 23:59:16 <gmaxwell> BCB: multiple copies of bitcoind.
1620 2012-10-15 23:59:27 lggr has quit (Ping timeout: 245 seconds)
1621 2012-10-15 23:59:45 <gmaxwell> jgarzik: faster? did you get your script/signature validation going fast?