1 2013-07-06 06:29:21 <imton_> hello
 2 2013-07-06 13:32:14 <Diablo-D3> http://www.google.com/landing/solarimpulse/
 3 2013-07-06 14:01:15 <Diablo-D3> http://live.solarimpulse.com/
 4 2013-07-06 15:09:02 <JyZyXEL> what was the program called to generate an address with a certain starting characters?
 5 2013-07-06 15:10:58 <turboroot> JyZyXEL: vanitygen
 6 2013-07-06 15:31:26 <[7]> are the non-english languages on bitcoin.org automatic translations?
 7 2013-07-06 15:31:35 <[7]> the german one is horrible...
 8 2013-07-06 15:33:48 <k9quaint> its probably a french guy doing the translation :P
 9 2013-07-06 17:56:58 <Mqrius> I got a transaction that has 3 different addresses as inputs, and 2 outputs. One of the outputs (the change) is the same address as one if the inputs. Does anyone know which wallet(s) display this behaviour?
10 2013-07-06 17:57:48 <xenland> Could be a manual TX.
11 2013-07-06 17:58:26 <Mqrius> Unlikely in this case, the people behind it are not very technical.
12 2013-07-06 18:00:08 <DoctorBTC> sounds like blockchain.info
13 2013-07-06 18:00:35 <DoctorBTC> Mqrius: blockchain.info usually sends change back to the main addy for that wallet
14 2013-07-06 18:01:27 <Mqrius> DoctorBTC: Thanks :)
15 2013-07-06 18:03:10 <DoctorBTC> Mqrius: glad I could actually offer something to this chan...
16 2013-07-06 18:13:00 <michagogo> Anyone know who runs tpfaucet.appspot.com?
17 2013-07-06 18:13:56 <michagogo> (specifically, I'm wondering what it uses on the backend to handle the tBTC)
18 2013-07-06 18:17:21 <warren> Mqrius: that's possible with satoshi client + coin control
19 2013-07-06 18:18:51 <Mqrius> warren: fair enough :) although the people that sent this particular transaction aren't very technical, so I'm putting more probability on them just using blockchain.info
20 2013-07-06 18:30:02 <jouke> Mqrius: multibit or android wallet
21 2013-07-06 18:33:44 <michagogo> ?
22 2013-07-06 18:33:44 <michagogo> What would happen if there were a transaction with "vout":[]
23 2013-07-06 18:33:51 <michagogo> (with inputs)
24 2013-07-06 18:33:57 <michagogo> Would it all be fees?
25 2013-07-06 18:36:03 <[7]> basically yes
26 2013-07-06 21:58:33 <Luke-Jr> ACTION just cut BFGMiner CPU usage from 35% to 16% by rewriting Con's hex2bin -.-
27 2013-07-06 21:58:57 <Luke-Jr> ACTION wonders why hex2bin is even being used this often
28 2013-07-06 22:23:06 <michagogo> What makes bitcoind/-qt decide to ResendWalletTransactions()?
29 2013-07-06 22:23:40 <Luke-Jr> michagogo: semi-random
30 2013-07-06 22:23:56 <michagogo> Is there a way to force it?
31 2013-07-06 22:24:44 <freewil> i thought it was every 30 minutes until it made it into a block
32 2013-07-06 22:25:11 <warren> your peers will hate you if you force it, I heard somewhere
33 2013-07-06 22:25:36 <michagogo> warren: There's one specific peer I need to get these
34 2013-07-06 22:25:57 <michagogo> (specifically, a patched bitcoind in a VM I'm using to mine)
35 2013-07-06 22:26:13 <michagogo> (all this being on the testnet)
36 2013-07-06 23:58:28 <sipa> michagogo: a transactions with 0 outputs is invalid
37 2013-07-06 23:58:57 <michagogo> sipa: Meaning it won't be relayed, or meaning a block with it in won't be accepted?
38 2013-07-06 23:59:36 <petertodd> both
39 2013-07-06 23:59:59 <michagogo> oic