You should have your spider also go to bitcoin-otc user pages and get the addresses from there

http://blockchain.info/tags?filter=4The left-axis should be labeled in USD, not in BTC. This leads to confusion.
Fixed, thanks.
So you would like to be able to tag transactions with a location? I could see how this would work, perhaps a live map of markers "X sent 1 BTC to X".
However there is a danger of people revealing too much about themselves without being aware of what they are doing (even with it being optional). Not only might somebody be able to predict your wallet balance and potentially what you have purchased but also your location. Thank you for the suggestion, I will add it to the list but I think perhaps this data is best suited for social networks.
Because blockchain.info/wallet allows people to make wagers using funds from transactions that have not confirmed first, what happens is that you get cascading double spends, and players thinking they won big when in fact their wager was invalid if the funds for making the wager never confirm.
The users is warned when they spend a double spend. However with the recent SD double spends the user probably wasn't warned as the inputs were respent by SD several minutes after the original transaction. Therefore at the time blockchain.info received the original transaction it seemed ok but even so eventually some of them lost against later transactions.
I could disable spending double spends completely but it might be advantageous in some situations e.g. if miners consider the fees from an entire chain of unconfirmed transactions when deciding which transaction to eventually include in a block. SatoshiDICE seems to have fixed the double spend problem for now though.
I am trying to connect to the Blockchain.info wallet API, but i keep getting disconnected. I've tried the recommended wrapper for ruby
https://github.com/jjeffus/rpcjson, and i've tried simply with net/http. I just keep getting this error
bc = RPC::JSON::Client.new '
https://e6152eDbf-85f7-527e-9adf-8b1dt7fa4312a:password@blockchain.info:443', 1.1 => #, @version=1.1> 1.9.3-p194 :018 > bc.getinfo Errno::ECONNRESET: Connection reset by peer
I have tried connecting through bitcoind and that works fine. Forgive me if im missing something obvious.
There have been reports of problems with that ruby library previously. Honestly i'm am not sure what is causing it. Will it connect to the Bitcoind RPC server?
-----
Please upvote
http://news.ycombinator.com/item?id=4833338