1 2014-01-22 00:03:07 <shamoon> are all vin's of a tx from the same wallet? https://blockchain.info/tx/88e83e23e555aa15457656e70f5c5db3c541fa58d5953defee5730d63028944c
 2 2014-01-22 00:04:01 <brisque> could be, doesn't have to be
 3 2014-01-22 00:04:05 <shamoon> how could it not be?
 4 2014-01-22 00:04:11 <pigeons> shamoon: ever try coinjoin?
 5 2014-01-22 00:04:15 <pigeons> ;;cjs
 6 2014-01-22 00:04:16 <gribble> Coinjoin Status: There is no currently open session. Visit https://www.wpsoftware.net/coinjoin/ or http://xnpjsvp7crbzlj3w.onion/ to start one.
 7 2014-01-22 00:04:23 <brisque> https://bitcointalk.org/index.php?topic=279249.0
 8 2014-01-22 00:05:00 <brisque> we could also sign a transaction together, there's nothing saying that every txout has to be from the same owner, it's just easier that way.
 9 2014-01-22 00:05:18 <shamoon> interesting
10 2014-01-22 00:06:38 <shamoon> so it's 90% likely (arbitrary number)
11 2014-01-22 00:06:40 <shamoon> but possible to not be
12 2014-01-22 00:07:53 <brisque> it's likely but you can't expect it.
13 2014-01-22 00:07:55 <shamoon> gotcha
14 2014-01-22 00:18:02 <SomeoneWeird> https://twitter.com/Cyborgmatt/status/425772973258444800
15 2014-01-22 01:37:17 <corpster> I want to make a site with multiple wallets, and hoping the users can download their own wallet.dat file.. when programming with bitcoin-qt and with json, it looks like it just created new bitcoin address's for the 1 wallet.. is there an easyish way to create multiple wallets (not just address's) for each user?
16 2014-01-22 01:39:30 <sipa> not yet
17 2014-01-22 01:41:15 <corpster> so if i want to have wallets for users on my webpage, i just keep track probably by the label and I'll be able to steal all their money (if i wanted to, which i dont)
18 2014-01-22 01:41:21 <corpster> coz ill see all the wallets in bitcoin-qt
19 2014-01-22 01:41:30 <corpster> i mean all teh btc address's
20 2014-01-22 01:44:38 <EasyAt> corpster: Sure.  Good luck getting people to use your stie with that security  model
21 2014-01-22 01:44:54 <EasyAt> *lack of a security model*
22 2014-01-22 01:46:42 <xdv> Hello
23 2014-01-22 01:47:12 <xdv> Is anyone here?
24 2014-01-22 01:48:48 <sipa> no, sorry
25 2014-01-22 01:49:05 <xdv> If I were to set up a web service, and I wanted to be able to support lots of concurrent transactions, what would be my bottlenecks on the bitcoind server?
26 2014-01-22 01:49:29 <xdv> What would it take to handle a service with 1000s of transactions per second
27 2014-01-22 01:49:33 <corpster> easyat- kinda my point
28 2014-01-22 01:49:48 <jaakkos> xdv: the bitcoin network doesn't allow for that
29 2014-01-22 01:49:51 <sipa> xdv: bitcoin can only handle some 7 transactions per second
30 2014-01-22 01:49:55 <brisque> xdv: the network itself doesn't even do thousands a second.
31 2014-01-22 01:49:55 <sipa> on average
32 2014-01-22 01:49:59 <corpster> ?
33 2014-01-22 01:49:59 <corpster> so i'd have to get into bitcoind source and reprogram it suit my needs