1 2013-07-06 00:01:42 <gmaxwell> TradeFortress: you haven't said anything that sounded like that.
  2 2013-07-06 00:01:54 <gmaxwell> can you post your debug.log or the part you think is interesting?
  3 2013-07-06 00:02:00 <TradeFortress> lemme pastebin it
  4 2013-07-06 00:03:59 Guest42410 has quit (Ping timeout: 240 seconds)
  5 2013-07-06 00:04:02 <TradeFortress> http://patebin.com/F6W7Gw54
  6 2013-07-06 00:04:48 squwiggle has joined
  7 2013-07-06 00:04:51 <TradeFortress> the 94.242 IP is a comment spammer too
  8 2013-07-06 00:06:02 debiantoruser has joined
  9 2013-07-06 00:06:04 <gmaxwell> looks harmless. most likely unrelated.
 10 2013-07-06 00:06:14 <gmaxwell> What RPC calls have you been making?
 11 2013-07-06 00:07:05 <TradeFortress> anything. getinfo, getbalance, even stop.
 12 2013-07-06 00:07:08 ThomasV has quit (Ping timeout: 256 seconds)
 13 2013-07-06 00:08:29 <gmaxwell> TradeFortress: Right. I meant _prior_ to rpc going unresponsive?
 14 2013-07-06 00:09:34 clav8 has quit (Quit: Computer has gone to sleep.)
 15 2013-07-06 00:10:51 <TradeFortress> as in when I last saw a ThredRPCServer log?
 16 2013-07-06 00:11:31 <TradeFortress> that was when I got a flood of trying connectin, connection timeout messages
 17 2013-07-06 00:11:39 CheckDavid has joined
 18 2013-07-06 00:11:48 CheckDavid has left ("Leaving")
 19 2013-07-06 00:11:51 <TradeFortress> actually
 20 2013-07-06 00:12:24 <TradeFortress> It looks like bitcoind tried to disconnect every single node
 21 2013-07-06 00:12:34 <gmaxwell> TradeFortress: Please answer my question.
 22 2013-07-06 00:12:48 <TradeFortress> gmaxwell, Just getbalance calls and I think it made a transaction
 23 2013-07-06 00:13:39 <gmaxwell> hm. okay. I'll see if I can deadlock one here with getblanace calls.
 24 2013-07-06 00:13:58 <TradeFortress> What about all the disconnecting node messages?
 25 2013-07-06 00:14:11 <TradeFortress> Something trigged a flood of constant disconnecting: errors and that was when I stopped getting getbalance calls
 26 2013-07-06 00:14:35 <gmaxwell> TradeFortress: thats just something that isn't a bitcoin node connecting to you and giving up. This happens all the time because the internet is the internet.
 27 2013-07-06 00:14:54 <gmaxwell> It may be coincidental or not.
 28 2013-07-06 00:14:54 <TradeFortress> It's not one node. It's a bunch of nodes.
 29 2013-07-06 00:15:06 <TradeFortress> I think it may have disconnected from every single peer it was connected to.
 30 2013-07-06 00:15:11 <TradeFortress> pastebin.com/vbpu3hUP
 31 2013-07-06 00:15:37 <gmaxwell> you're deadlocked.
 32 2013-07-06 00:15:57 <gmaxwell> Your peers are hanging up on you because you've stopped responding, I assume.
 33 2013-07-06 00:16:55 <TradeFortress> Hmm, that explanation makes sense
 34 2013-07-06 00:17:22 <TradeFortress> It made a transaction (sendtoaddress) right before the deadlock
 35 2013-07-06 00:17:42 <gmaxwell> we've had a number of rpc deadlock bugs in the not so distant past, I assume you've hit another related to the getbalance calls and/or sending transactions.
 36 2013-07-06 00:18:00 <gmaxwell> Maybe mixed with connections going up and down. hard to tell.
 37 2013-07-06 00:18:13 <gmaxwell> TradeFortress: is it still running? and is this in *nix? and if so do you have gdb?
 38 2013-07-06 00:18:21 <gmaxwell> Getting a backtrace in all the threads might be useful.
 39 2013-07-06 00:18:32 <TradeFortress> It's not running, I had to stop and restart.
 40 2013-07-06 00:19:11 <gmaxwell> TradeFortress: okay, if it happens again we may be able to get some useful info from it. Otherwise— I'm trying to reproduce now. I have getbalance running in a loop on a node.
 41 2013-07-06 00:19:47 <TradeFortress> OK. this happened twice actually
 42 2013-07-06 00:21:08 <TradeFortress> Is there anything you can recommend me to do so bitcoind doesn't deadlock again?
 43 2013-07-06 00:21:10 <gmaxwell> any chance that you know that both times were in proximity to sendtoaddress?
 44 2013-07-06 00:21:11 ralphtheninja has quit (Ping timeout: 268 seconds)
 45 2013-07-06 00:21:26 <TradeFortress> will look into that.
 46 2013-07-06 00:21:26 <gmaxwell> TradeFortress: help us diagnose the problem and fix the bug. :)
 47 2013-07-06 00:21:40 <gmaxwell> TradeFortress: is this with an encrypted wallet?
 48 2013-07-06 00:22:05 <TradeFortress> No
 49 2013-07-06 00:22:16 fluxbox_ has quit (Remote host closed the connection)
 50 2013-07-06 00:22:28 <gmaxwell> TradeFortress: what OS?
 51 2013-07-06 00:22:36 <TradeFortress> Ubuntu 12.04 LTS
 52 2013-07-06 00:22:46 clav8 has joined
 53 2013-07-06 00:23:10 <gmaxwell> TradeFortress: install gdb if you don't have it already. If it deadlocks again people here can help you get a backtrace in all your threads which should tell us a lot about why its stuck.
 54 2013-07-06 00:23:24 clav8 has quit (Client Quit)
 55 2013-07-06 00:23:30 squwiggle is now known as xenland
 56 2013-07-06 00:23:58 <TradeFortress> OK
 57 2013-07-06 00:24:21 <TradeFortress> Would it be a good idea to downgrade bitcoind for the moment as I don't want to get bitcoind down again
 58 2013-07-06 00:24:40 CheckDavid has joined
 59 2013-07-06 00:25:06 <CheckDavid> Hello
 60 2013-07-06 00:25:28 <gmaxwell> TradeFortress: I think it's fairly unlikely that 0.8.3 introduced your deadlock. Older versions will leave you exposed to known crashes.
 61 2013-07-06 00:26:27 ThomasV has joined
 62 2013-07-06 00:28:11 <CheckDavid> IS the bitcoin protocol changed through the course of it's history»?
 63 2013-07-06 00:28:32 <TradeFortress> Well, there is block version 2
 64 2013-07-06 00:29:07 <CheckDavid> If so, up to which extent can it be changed?
 65 2013-07-06 00:30:03 <gmaxwell> CheckDavid: What do you mean by protocol?
 66 2013-07-06 00:30:16 <CheckDavid> I don't know exactly to be honest
 67 2013-07-06 00:30:22 <CheckDavid> But I would say the rules of the network?
 68 2013-07-06 00:30:26 <CheckDavid> and how it is programmed?
 69 2013-07-06 00:31:34 <gmaxwell> So, the node to node protocol is not terribly important and can be easily changed.  The rules of the distributed algorithim are very difficulty to change and must be the same everywhere.
 70 2013-07-06 00:32:23 <CheckDavid> So, how is something changed without a central authority?
 71 2013-07-06 00:33:03 <gmaxwell> The blockchain rules are only somewhat easily made more restrictive. They've never been changed in a way that made them less restrictive, except kinda sorta once— where some kinds of large blocks were non-determinstically rejected and that was fixed, effectively making the rules less restrictive.
 72 2013-07-06 00:33:46 <jrmithdobbs> gmaxwell: that was a regression that was introduced though wasn't it?
 73 2013-07-06 00:33:50 <CheckDavid> And how are the changes made effective on the network?
 74 2013-07-06 00:33:56 <jrmithdobbs> oh no nm i remember what that was
 75 2013-07-06 00:34:02 <gmaxwell> CheckDavid: To make the rules more restrictive what can happen is that a super majority of the nodes forming blocks can start enforcing the more restrictive rules.  Because more restrictive is a subset, existing nodes accept the blocks they produce.
 76 2013-07-06 00:34:18 <jrmithdobbs> that was the bdb craziness, iirc
 77 2013-07-06 00:34:29 <gmaxwell> To make the rules less restrictive all node software must be upgraded.
 78 2013-07-06 00:34:37 <CheckDavid> I see, and how do the nodes start operating in such a way?
 79 2013-07-06 00:34:43 <CheckDavid> I mean, as a majority.
 80 2013-07-06 00:34:59 <CheckDavid> Is it a client change?
 81 2013-07-06 00:35:07 <gmaxwell> Yes.
 82 2013-07-06 00:35:09 <CheckDavid> Is it in the client coding?
 83 2013-07-06 00:35:10 <CheckDavid> oh
 84 2013-07-06 00:35:38 <CheckDavid> I think I understand it a bit better now
 85 2013-07-06 00:35:46 <gmaxwell> We can coordinate behavior changes by time — e.g. after day XXXX behavior changes to Y.  Or by blockchain consensus,  e.g. having the blocks contain a flag that indicates a willingness to change, and changing once the last X blocks have the flag.
 86 2013-07-06 00:36:16 <CheckDavid> Very interesting. I was confused as to how a network would govern itself.
 87 2013-07-06 00:36:21 <gmaxwell> The latter is mostly useful for the "more restrictive" (we call them 'soft forking') changes, since the thing that matters most for those is mining nodes' willingness to impose the new rules.
 88 2013-07-06 00:37:01 <gmaxwell> CheckDavid: well none of this answers 'govern'— this is implementation.  The actual governance is people's willingness to install new software that has the new behavior.
 89 2013-07-06 00:37:35 <CheckDavid> Exactly, I thought that was implied
 90 2013-07-06 00:38:10 <gmaxwell> And how that works out in the long term is unclear.
 91 2013-07-06 00:38:48 <CheckDavid> What do you think is especially unclear?
 92 2013-07-06 00:39:39 <gmaxwell> None of the changes anyone competent has wanted to make have been honestly controversial. "Governance" is sort of an uninteresting question when everyone violently agrees. :)
 93 2013-07-06 00:40:12 <gmaxwell> It may be the case that an actually controversial protocol rule change is not possible. (I think this is both desirable and likely to be true; but its not possible to tell)
 94 2013-07-06 00:40:40 <CheckDavid> What you mean is that the network generally tends to accept "good" and benefitial changes without much resistance?
 95 2013-07-06 00:41:03 <xenland> The lack of understanding of the changes could be a contributing factor to the unknowingness of governance
 96 2013-07-06 00:42:33 twmz_ has joined
 97 2013-07-06 00:42:34 <TradeFortress> Hm, I have just figured out how weird bitcoind is when it handles a transaction with multiple outputs to multiple accounts
 98 2013-07-06 00:42:45 <TradeFortress> Horray for peerbet sending 30 different outputs or so!
 99 2013-07-06 00:44:30 <gmaxwell> xenland: it's a major risk factor in fact. There are a lot of things about bitcoin which are fairly subtle.
100 2013-07-06 00:45:39 twmz has quit (Ping timeout: 264 seconds)
101 2013-07-06 00:45:55 <gmaxwell> CheckDavid: people happily apply changes that fix serious bugs.
102 2013-07-06 00:46:28 ThomasV has quit (Ping timeout: 268 seconds)
103 2013-07-06 00:46:30 <CheckDavid> That's good to hear
104 2013-07-06 00:46:41 <gmaxwell> TradeFortress: ... I'm not actually sure what it does in that case. What does it do?
105 2013-07-06 00:46:59 <TradeFortress> I was assuming that a transaction would only have one receiver in my code.
106 2013-07-06 00:48:36 <gmaxwell> oh yea, well— that doesn't work. :P
107 2013-07-06 01:01:48 debiantoruser has quit (Ping timeout: 264 seconds)
108 2013-07-06 01:02:24 debiantoruser has joined
109 2013-07-06 01:04:23 fishfish has joined
110 2013-07-06 01:07:56 roconnor has joined
111 2013-07-06 01:08:55 franl has joined
112 2013-07-06 01:09:23 IanCormac has quit (Quit: IanCormac)
113 2013-07-06 01:10:43 miscreanity has quit (Read error: Operation timed out)
114 2013-07-06 01:14:20 miscreanity has joined
115 2013-07-06 01:16:50 jtimon has quit (Ping timeout: 256 seconds)
116 2013-07-06 01:18:15 owowo has quit (Ping timeout: 240 seconds)
117 2013-07-06 01:19:17 owowo has joined
118 2013-07-06 01:21:48 JZavala has joined
119 2013-07-06 01:24:07 dparrish has quit (Ping timeout: 252 seconds)
120 2013-07-06 01:25:22 t3512 has joined
121 2013-07-06 01:26:32 t3512 has quit (Client Quit)
122 2013-07-06 01:27:01 dparrish has joined
123 2013-07-06 01:32:08 enig_ has quit (Ping timeout: 256 seconds)
124 2013-07-06 01:33:56 dparrish has quit (Ping timeout: 245 seconds)
125 2013-07-06 01:35:24 debiantoruser has quit (Ping timeout: 264 seconds)
126 2013-07-06 01:38:57 dparrish has joined
127 2013-07-06 01:41:12 owowo has quit (Quit: sayonara)
128 2013-07-06 01:42:16 debiantoruser has joined
129 2013-07-06 01:46:29 dparrish has quit (Ping timeout: 252 seconds)
130 2013-07-06 01:46:38 PrimeStunna has joined
131 2013-07-06 01:46:59 CodeShark has joined
132 2013-07-06 01:50:20 <phantomcircuit> TradeFortress, how many unconfirmed transactions are there in your wallet when you call getbalance
133 2013-07-06 01:50:22 CodeShark has quit (Remote host closed the connection)
134 2013-07-06 01:50:33 <TradeFortress> phantomcircuit, not sure, how do I get that
135 2013-07-06 01:51:04 <phantomcircuit> listtransactions
136 2013-07-06 01:51:09 <phantomcircuit> possibly uh
137 2013-07-06 01:51:32 <phantomcircuit> listtransactions "*" 1000 0
138 2013-07-06 01:56:21 brwyatt has left (Away!~brwyatt@brwyatt.net|)
139 2013-07-06 01:57:50 <TradeFortress> it happened again
140 2013-07-06 01:58:53 CheckDavid has quit (Quit: Leaving)
141 2013-07-06 01:59:03 <gmaxwell> TradeFortress: cool. Any idea on the trigger?
142 2013-07-06 01:59:10 <gmaxwell> do you have gdb installed now?
143 2013-07-06 01:59:17 <TradeFortress> yes, but sorry, false alarm
144 2013-07-06 01:59:21 <gmaxwell> darn.
145 2013-07-06 01:59:23 <TradeFortress> I accidently ctrl+c'd
146 2013-07-06 02:06:00 debiantoruser has quit (Ping timeout: 264 seconds)
147 2013-07-06 02:07:20 debiantoruser has joined
148 2013-07-06 02:12:02 <imton> guys, why does sipa pull does not show pending txs when calling "searchrawtransactions"
149 2013-07-06 02:12:03 <imton> ?
150 2013-07-06 02:12:43 fluxbox has joined
151 2013-07-06 02:19:58 PrimeStunna has quit (Quit: PrimeStunna)
152 2013-07-06 02:21:17 dparrish has joined
153 2013-07-06 02:23:51 Application has joined
154 2013-07-06 02:27:36 Krellan has quit (Ping timeout: 264 seconds)
155 2013-07-06 02:30:30 Gnaf has quit (Ping timeout: 256 seconds)
156 2013-07-06 02:31:44 bloke has left ()
157 2013-07-06 02:32:13 dparrish has quit (Ping timeout: 264 seconds)
158 2013-07-06 02:33:20 Guest40033 is now known as starsoccer
159 2013-07-06 02:36:17 Application has quit (Remote host closed the connection)
160 2013-07-06 02:36:29 Subo1978_ has joined
161 2013-07-06 02:39:32 Application has joined
162 2013-07-06 02:40:09 Applicat_ has joined
163 2013-07-06 02:40:15 Subo1978 has quit (Ping timeout: 240 seconds)
164 2013-07-06 02:41:29 franl has quit (Quit: O Elbereth!  Gilthoniel!  We still remember ...)
165 2013-07-06 02:44:24 Application has quit (Ping timeout: 264 seconds)
166 2013-07-06 02:44:49 mariorz_ has joined
167 2013-07-06 02:47:34 freewil has quit (Quit: Leaving)
168 2013-07-06 02:50:07 catcow has quit (Remote host closed the connection)
169 2013-07-06 03:01:24 owowo has joined
170 2013-07-06 03:03:56 debiantoruser has quit (Ping timeout: 256 seconds)
171 2013-07-06 03:05:45 debiantoruser has joined
172 2013-07-06 03:09:44 catcow has joined
173 2013-07-06 03:09:44 catcow has quit (Changing host)
174 2013-07-06 03:09:44 catcow has joined
175 2013-07-06 03:12:35 i2pRelay has quit (Ping timeout: 240 seconds)
176 2013-07-06 03:12:35 KillYourTV has quit (Ping timeout: 240 seconds)
177 2013-07-06 03:19:34 sacrelege has quit (Quit: Leaving)
178 2013-07-06 03:19:48 debiantoruser has quit (Ping timeout: 264 seconds)
179 2013-07-06 03:19:51 sacrelege has joined
180 2013-07-06 03:21:39 KillYourTV has joined
181 2013-07-06 03:24:46 i2pRelay has joined
182 2013-07-06 03:29:35 roconnor has quit (Remote host closed the connection)
183 2013-07-06 03:30:00 malaimo has quit (Ping timeout: 240 seconds)
184 2013-07-06 03:31:36 fluxbox has quit (Remote host closed the connection)
185 2013-07-06 03:32:06 malaimo has joined
186 2013-07-06 03:32:50 debiantoruser has joined
187 2013-07-06 03:36:18 wamatt has joined
188 2013-07-06 03:37:57 dparrish has joined
189 2013-07-06 03:38:07 debiantoruser has quit (Ping timeout: 276 seconds)
190 2013-07-06 03:38:30 debiantoruser has joined
191 2013-07-06 03:43:05 TheSeven has quit (Disconnected by services)
192 2013-07-06 03:43:14 [7] has joined
193 2013-07-06 03:47:41 dparrish has quit (Ping timeout: 245 seconds)
194 2013-07-06 03:49:34 macboz has joined
195 2013-07-06 03:51:25 wamatt has quit (Read error: Connection reset by peer)
196 2013-07-06 03:55:36 xenland has quit (Quit: Konversation terminated!)
197 2013-07-06 04:03:00 freewil has joined
198 2013-07-06 04:03:04 fishfish has quit (Ping timeout: 264 seconds)
199 2013-07-06 04:03:16 TradeFortress has quit (Read error: Connection reset by peer)
200 2013-07-06 04:04:52 wamatt has joined
201 2013-07-06 04:09:36 robocoin has quit (Ping timeout: 264 seconds)
202 2013-07-06 04:13:38 cads has quit (Ping timeout: 256 seconds)
203 2013-07-06 04:28:21 oi has joined
204 2013-07-06 04:28:35 robocoin has joined
205 2013-07-06 04:28:56 oi has quit (Client Quit)
206 2013-07-06 04:35:20 IanCormac has joined
207 2013-07-06 04:36:09 nowan_ has quit (Read error: Operation timed out)
208 2013-07-06 04:40:26 nowan has joined
209 2013-07-06 04:40:28 sacrelege has quit (Ping timeout: 248 seconds)
210 2013-07-06 04:40:51 IanCormac has quit (Quit: IanCormac)
211 2013-07-06 04:43:39 Applicat_ has quit (Remote host closed the connection)
212 2013-07-06 04:44:09 JZavala has quit (Ping timeout: 252 seconds)
213 2013-07-06 04:45:28 Application has joined
214 2013-07-06 04:46:13 NimeshNeema has joined
215 2013-07-06 04:47:36 poggy_ has joined
216 2013-07-06 04:51:33 Guest7032 has joined
217 2013-07-06 04:54:30 Bwild has quit (Ping timeout: 240 seconds)
218 2013-07-06 04:56:47 macboz has quit (Quit: This computer has gone to sleep)
219 2013-07-06 05:00:00 licnep has joined
220 2013-07-06 05:02:27 Benjojo has joined
221 2013-07-06 05:15:35 jordandotdev has joined
222 2013-07-06 05:17:39 gjs278 has quit (Quit: Konversation terminated!)
223 2013-07-06 05:18:04 bnc_do_chorao_ has joined
224 2013-07-06 05:20:25 macboz has joined
225 2013-07-06 05:22:34 terry has joined
226 2013-07-06 05:30:30 Thepok has joined
227 2013-07-06 05:31:41 Jackneill has joined
228 2013-07-06 05:31:41 Jackneill has quit (Changing host)
229 2013-07-06 05:31:41 Jackneill has joined
230 2013-07-06 05:33:48 Transisto has quit (Ping timeout: 248 seconds)
231 2013-07-06 05:33:57 Transisto has joined
232 2013-07-06 05:35:33 agnostic98 has quit (Remote host closed the connection)
233 2013-07-06 05:40:15 robocoin has quit (Remote host closed the connection)
234 2013-07-06 05:40:31 TheSpanishInquis has quit (Quit: Page closed)
235 2013-07-06 05:42:12 robocoin has joined
236 2013-07-06 05:51:15 freewil has quit (Quit: Leaving)
237 2013-07-06 05:57:37 fluxbox_ has joined
238 2013-07-06 06:00:22 agnostic98 has joined
239 2013-07-06 06:01:27 tmsk has joined
240 2013-07-06 06:02:16 EvilPete has quit (Ping timeout: 245 seconds)
241 2013-07-06 06:03:54 EvilPete has joined
242 2013-07-06 06:11:49 maaku has quit (Remote host closed the connection)
243 2013-07-06 06:14:00 maaku has joined
244 2013-07-06 06:14:22 maaku is now known as Guest1061
245 2013-07-06 06:21:02 pierre` has quit (Read error: Operation timed out)
246 2013-07-06 06:22:34 Thepok has quit (Ping timeout: 276 seconds)
247 2013-07-06 06:29:12 Transisto has quit ()
248 2013-07-06 06:29:39 Transisto has joined
249 2013-07-06 06:37:34 EvilPete has quit (Read error: Connection reset by peer)
250 2013-07-06 06:37:43 EvilPete has joined
251 2013-07-06 06:43:41 adam3us has joined
252 2013-07-06 06:49:22 squwiggle has joined
253 2013-07-06 06:50:07 gst has quit (Remote host closed the connection)
254 2013-07-06 06:50:10 paraipan has joined
255 2013-07-06 06:50:30 gst has joined
256 2013-07-06 06:54:22 squwiggle is now known as xenland
257 2013-07-06 07:11:52 ericmuys_ has joined
258 2013-07-06 07:11:55 ericmuys_ has quit (Read error: Connection reset by peer)
259 2013-07-06 07:12:04 ericmuyser has quit (Read error: Connection reset by peer)
260 2013-07-06 07:15:19 ericmuys_ has joined
261 2013-07-06 07:16:18 Guest1061 has left ()
262 2013-07-06 07:19:05 ericmuys_ has quit (Read error: Connection reset by peer)
263 2013-07-06 07:19:11 ericmuyser has joined
264 2013-07-06 07:21:51 MiningBuddy- has quit (Remote host closed the connection)
265 2013-07-06 07:22:03 MiningBuddy has joined
266 2013-07-06 07:22:03 MiningBuddy has quit (Changing host)
267 2013-07-06 07:22:03 MiningBuddy has joined
268 2013-07-06 07:23:47 maaku has joined
269 2013-07-06 07:29:46 tsche has quit ()
270 2013-07-06 07:29:50 macboz_ has joined
271 2013-07-06 07:32:05 ericmuyser has quit (Read error: Connection reset by peer)
272 2013-07-06 07:32:07 ericmuys_ has joined
273 2013-07-06 07:32:51 macboz has quit (Ping timeout: 268 seconds)
274 2013-07-06 07:33:01 ericmuys_ has quit (Read error: Connection reset by peer)
275 2013-07-06 07:33:07 ericmuy__ has joined
276 2013-07-06 07:35:19 justusranvier has quit (Ping timeout: 268 seconds)
277 2013-07-06 07:37:47 ericmuy__ has quit (Read error: Connection reset by peer)
278 2013-07-06 07:37:54 ericmuyser has joined
279 2013-07-06 07:39:10 ericmuys_ has joined
280 2013-07-06 07:39:11 ericmuyser has quit (Read error: Connection reset by peer)
281 2013-07-06 07:40:04 agnostic98 has quit (Remote host closed the connection)
282 2013-07-06 07:40:14 ericmuys_ has quit (Read error: Connection reset by peer)
283 2013-07-06 07:40:37 ericmuyser has joined
284 2013-07-06 07:42:06 ericmuyser has quit (Read error: Connection reset by peer)
285 2013-07-06 07:42:11 ericmuys_ has joined
286 2013-07-06 07:42:47 justusranvier has joined
287 2013-07-06 07:44:51 Applicat_ has joined
288 2013-07-06 07:47:40 Application has quit (Ping timeout: 248 seconds)
289 2013-07-06 07:54:04 ericmuys_ has quit (Ping timeout: 264 seconds)
290 2013-07-06 07:54:23 agnostic98 has joined
291 2013-07-06 07:55:57 jeewee has joined
292 2013-07-06 07:56:25 aspect_ has quit (Read error: No route to host)
293 2013-07-06 07:59:47 Application has joined
294 2013-07-06 08:03:40 Applicat_ has quit (Ping timeout: 264 seconds)
295 2013-07-06 08:11:55 asuk has joined
296 2013-07-06 08:14:17 fluxbox_ has quit (Remote host closed the connection)
297 2013-07-06 08:18:16 setkeh has joined
298 2013-07-06 08:20:05 agnostic98 has quit (Remote host closed the connection)
299 2013-07-06 08:24:10 asuk has quit (Quit: asuk)
300 2013-07-06 08:27:57 wamatt has quit (Quit: wamatt)
301 2013-07-06 08:30:24 CodeName has joined
302 2013-07-06 08:41:18 macboz_ has quit (Ping timeout: 268 seconds)
303 2013-07-06 08:42:39 ThomasV has joined
304 2013-07-06 08:43:17 Profmac has joined
305 2013-07-06 08:45:35 Bwild has joined
306 2013-07-06 08:48:10 CodeName has quit (Ping timeout: 276 seconds)
307 2013-07-06 08:52:02 gjs278 has joined
308 2013-07-06 08:53:13 imton_ has joined
309 2013-07-06 08:53:46 <imton_> hello
310 2013-07-06 08:55:12 imton has quit (Ping timeout: 264 seconds)
311 2013-07-06 08:55:13 imton_ is now known as imton
312 2013-07-06 09:00:12 imton is now known as _imton
313 2013-07-06 09:00:18 _imton has quit (Quit: _imton)
314 2013-07-06 09:00:32 _imton has joined
315 2013-07-06 09:01:27 _imton has quit (Client Quit)
316 2013-07-06 09:02:09 imton has joined
317 2013-07-06 09:06:50 imton has quit (Client Quit)
318 2013-07-06 09:06:54 CodeShark has joined
319 2013-07-06 09:07:05 imton has joined
320 2013-07-06 09:12:18 rdponticelli has quit (Remote host closed the connection)
321 2013-07-06 09:13:23 zveda has left ("Ex-Chat")
322 2013-07-06 09:15:56 rdponticelli has joined
323 2013-07-06 09:18:15 asuk has joined
324 2013-07-06 09:35:13 CodesInChaos_ has joined
325 2013-07-06 09:49:12 theorbtwo has quit (Remote host closed the connection)
326 2013-07-06 09:49:34 theorbtwo has joined
327 2013-07-06 10:00:26 saulimus has joined
328 2013-07-06 10:04:58 toffoo has quit ()
329 2013-07-06 10:06:57 tmsk has quit (Quit: tmsk)
330 2013-07-06 10:13:08 jeewee has quit (Quit: Leaving.)
331 2013-07-06 10:15:11 Namworld has joined
332 2013-07-06 10:15:36 asuk has quit (Quit: asuk)
333 2013-07-06 10:20:09 asuk has joined
334 2013-07-06 10:31:13 asuk has quit (Quit: asuk)
335 2013-07-06 10:40:29 jtimon has joined
336 2013-07-06 10:44:07 jeewee has joined
337 2013-07-06 10:44:33 asuk has joined
338 2013-07-06 10:49:10 hoolandi has quit (Quit: Leaving.)
339 2013-07-06 10:50:05 wei_ has quit (Quit: wei_)
340 2013-07-06 10:50:21 fluxbox_ has joined
341 2013-07-06 10:51:59 Vinnie_win_d has quit ()
342 2013-07-06 10:52:56 Guest96082 has joined
343 2013-07-06 10:57:07 hoolandi has joined
344 2013-07-06 10:58:06 Zx82 has joined
345 2013-07-06 10:58:06 Zx82 has quit (Changing host)
346 2013-07-06 10:58:06 Zx82 has joined
347 2013-07-06 10:58:37 dave4925 has joined
348 2013-07-06 10:58:51 Zx82 has left ()
349 2013-07-06 10:59:01 Jackneill has quit (Quit: Leaving)
350 2013-07-06 10:59:05 Jackneill_ has joined
351 2013-07-06 10:59:31 Jackneill_ has quit (Client Quit)
352 2013-07-06 10:59:51 Jackneill_ has joined
353 2013-07-06 10:59:56 Jackneill_ has quit (Read error: Connection reset by peer)
354 2013-07-06 11:00:06 cads has joined
355 2013-07-06 11:01:53 Guest96082 has left ()
356 2013-07-06 11:02:34 Jackneill has joined
357 2013-07-06 11:02:34 Jackneill has quit (Changing host)
358 2013-07-06 11:02:34 Jackneill has joined
359 2013-07-06 11:05:06 dave4925 has quit ()
360 2013-07-06 11:06:10 cads has quit (Ping timeout: 256 seconds)
361 2013-07-06 11:14:09 jeewee has quit (Quit: Leaving.)
362 2013-07-06 11:15:20 dave4925 has joined
363 2013-07-06 11:18:04 zer0def has quit (Ping timeout: 256 seconds)
364 2013-07-06 11:26:14 viperhr has joined
365 2013-07-06 11:29:55 ralphtheninja has joined
366 2013-07-06 11:30:04 viperhr1 has quit (Ping timeout: 264 seconds)
367 2013-07-06 11:31:26 egis has joined
368 2013-07-06 11:31:54 enikanorov has quit (Read error: Connection reset by peer)
369 2013-07-06 11:33:11 enikanorov has joined
370 2013-07-06 11:35:55 GeorgeJ has joined
371 2013-07-06 11:38:47 zer0def has joined
372 2013-07-06 11:43:16 jtimon has quit (Remote host closed the connection)
373 2013-07-06 11:46:08 paracyst has quit ()
374 2013-07-06 11:47:33 hoolandi has quit (Quit: Leaving.)
375 2013-07-06 11:50:57 aspect_ has joined
376 2013-07-06 12:02:27 hoolandi has joined
377 2013-07-06 12:04:52 xenland has quit (Ping timeout: 264 seconds)
378 2013-07-06 12:04:55 chylee has joined
379 2013-07-06 12:08:24 Eiii has quit ()
380 2013-07-06 12:12:10 saulimus has quit (Quit: saulimus)
381 2013-07-06 12:15:22 jeewee has joined
382 2013-07-06 12:28:44 one_zero has quit ()
383 2013-07-06 12:31:01 hoolandi has quit (Quit: Leaving.)
384 2013-07-06 12:36:50 ThomasV has quit (Ping timeout: 256 seconds)
385 2013-07-06 12:38:27 hoolandi has joined
386 2013-07-06 12:44:47 Internet13 has joined
387 2013-07-06 12:47:12 cut has quit (Read error: Connection reset by peer)
388 2013-07-06 12:47:26 cut has joined
389 2013-07-06 12:53:33 linguinho has quit ()
390 2013-07-06 12:55:50 Internet13 has quit (Ping timeout: 276 seconds)
391 2013-07-06 13:00:25 Internet13 has joined
392 2013-07-06 13:04:18 hnz has quit (Ping timeout: 256 seconds)
393 2013-07-06 13:09:43 hnz has joined
394 2013-07-06 13:15:00 t7 has joined
395 2013-07-06 13:18:03 ericmuyser has joined
396 2013-07-06 13:18:31 ericmuyser has quit (Read error: Connection reset by peer)
397 2013-07-06 13:18:39 jeewee has quit (Quit: Leaving.)
398 2013-07-06 13:18:48 ericmuyser has joined
399 2013-07-06 13:19:16 ericmuyser has quit (Read error: Connection reset by peer)
400 2013-07-06 13:19:34 ericmuyser has joined
401 2013-07-06 13:23:26 GMP has joined
402 2013-07-06 13:39:15 tholenst has joined
403 2013-07-06 13:40:28 sacrelege has joined
404 2013-07-06 13:43:56 ericmuyser has quit (Remote host closed the connection)
405 2013-07-06 13:44:23 ericmuyser has joined
406 2013-07-06 13:44:39 tholenst has quit (Quit: Page closed)
407 2013-07-06 13:44:41 ericmuyser has quit (Read error: Connection reset by peer)
408 2013-07-06 13:45:02 ericmuyser has joined
409 2013-07-06 13:45:20 o3u has quit (Ping timeout: 268 seconds)
410 2013-07-06 13:45:23 tholenst has joined
411 2013-07-06 13:45:36 ericmuyser has quit (Read error: Connection reset by peer)
412 2013-07-06 13:45:57 ericmuyser has joined
413 2013-07-06 13:46:33 ralphtheninja has quit (Ping timeout: 256 seconds)
414 2013-07-06 13:48:41 ericmuyser has quit (Remote host closed the connection)
415 2013-07-06 13:49:05 tholenst has quit (Client Quit)
416 2013-07-06 13:49:08 ericmuyser has joined
417 2013-07-06 13:50:05 tholenst has joined
418 2013-07-06 13:50:25 LainZ has joined
419 2013-07-06 13:53:32 ericmuyser has quit (Ping timeout: 248 seconds)
420 2013-07-06 13:56:16 tholenst has quit (Quit: ERC Version 5.3 (IRC client for Emacs))
421 2013-07-06 13:58:08 CheckDavid has joined
422 2013-07-06 13:59:57 tholenst has joined
423 2013-07-06 14:01:19 tsche has joined
424 2013-07-06 14:02:10 tholenst has quit (Client Quit)
425 2013-07-06 14:10:31 jeewee has joined
426 2013-07-06 14:12:03 Neozonz has quit (Ping timeout: 256 seconds)
427 2013-07-06 14:13:26 Neozonz has joined
428 2013-07-06 14:14:58 MobPhone has quit (Read error: Connection reset by peer)
429 2013-07-06 14:15:03 Skav has joined
430 2013-07-06 14:22:58 ralphtheninja has joined
431 2013-07-06 14:41:49 Jackneill has quit (Remote host closed the connection)
432 2013-07-06 14:53:22 Skav is now known as MobPhone
433 2013-07-06 14:53:51 Subo1978 has joined
434 2013-07-06 14:53:56 Subo1978_ has quit (Ping timeout: 240 seconds)
435 2013-07-06 15:00:13 chorao has joined
436 2013-07-06 15:00:53 samban has joined
437 2013-07-06 15:06:22 clav8 has joined
438 2013-07-06 15:16:34 miscreanity has quit (Quit: leaving)
439 2013-07-06 15:17:29 dave4925 has quit (Remote host closed the connection)
440 2013-07-06 15:17:41 dave4925 has joined
441 2013-07-06 15:17:43 dave4925 has quit (Excess Flood)
442 2013-07-06 15:17:54 dave4925 has joined
443 2013-07-06 15:17:56 dave4925 has quit (Excess Flood)
444 2013-07-06 15:18:07 dave4925 has joined
445 2013-07-06 15:18:11 dave4925 has quit (Remote host closed the connection)
446 2013-07-06 15:18:37 peetaur2 has joined
447 2013-07-06 15:19:41 agath has quit (Ping timeout: 268 seconds)
448 2013-07-06 15:19:54 clav8 has quit (Quit: Computer has gone to sleep.)
449 2013-07-06 15:23:38 agath has joined
450 2013-07-06 15:29:16 paraipan has quit (Ping timeout: 240 seconds)
451 2013-07-06 15:35:06 ralphtheninja has quit (Ping timeout: 268 seconds)
452 2013-07-06 15:35:52 fluxbox_ has quit (Remote host closed the connection)
453 2013-07-06 15:40:40 jeewee has quit (Quit: Leaving.)
454 2013-07-06 15:42:09 paraipan has joined
455 2013-07-06 15:44:12 dave4925 has joined
456 2013-07-06 15:44:16 dave4925 has quit (Excess Flood)
457 2013-07-06 15:44:18 ThomasV has joined
458 2013-07-06 15:44:25 debiantoruser has quit (Ping timeout: 256 seconds)
459 2013-07-06 15:45:51 debiantoruser has joined
460 2013-07-06 15:51:08 graingert has joined
461 2013-07-06 15:51:08 graingert has quit (Changing host)
462 2013-07-06 15:51:08 graingert has joined
463 2013-07-06 15:52:00 Vinnie_win has joined
464 2013-07-06 15:54:32 jeewee has joined
465 2013-07-06 15:56:39 <Diablo-D3> http://www.google.com/landing/solarimpulse/
466 2013-07-06 16:03:12 hsmiths has joined
467 2013-07-06 16:03:16 t7 has quit (Quit: work)
468 2013-07-06 16:03:40 catcow has quit (Read error: Connection reset by peer)
469 2013-07-06 16:04:42 patcon has joined
470 2013-07-06 16:06:21 hsmiths2 has quit (Ping timeout: 248 seconds)
471 2013-07-06 16:07:02 catcow has joined
472 2013-07-06 16:07:02 catcow has quit (Changing host)
473 2013-07-06 16:07:02 catcow has joined
474 2013-07-06 16:07:37 Diapolis has joined
475 2013-07-06 16:08:47 peetaur2 has quit (Quit: Konversation terminated!)
476 2013-07-06 16:11:40 d34th has quit (Quit: Deleted System32)
477 2013-07-06 16:12:47 ThomasV has quit (Ping timeout: 276 seconds)
478 2013-07-06 16:13:23 d34th has joined
479 2013-07-06 16:20:24 dave4925 has joined
480 2013-07-06 16:20:27 dave4925 has quit (Excess Flood)
481 2013-07-06 16:20:41 dave4925 has joined
482 2013-07-06 16:20:42 dave4925 has quit (Excess Flood)
483 2013-07-06 16:21:20 dave4925 has joined
484 2013-07-06 16:21:22 dave4925 has quit (Excess Flood)
485 2013-07-06 16:24:46 samban has left ()
486 2013-07-06 16:25:35 ThomasV has joined
487 2013-07-06 16:25:40 <Diablo-D3> http://live.solarimpulse.com/
488 2013-07-06 16:25:47 PRab_ has quit (Ping timeout: 256 seconds)
489 2013-07-06 16:26:53 dave4925 has joined
490 2013-07-06 16:33:30 saulimus has joined
491 2013-07-06 16:41:25 Diapolis has quit (Remote host closed the connection)
492 2013-07-06 16:42:48 LainZ has quit ()
493 2013-07-06 16:47:02 wallet431 has joined
494 2013-07-06 16:47:26 o3u has joined
495 2013-07-06 16:48:22 agnostic98 has joined
496 2013-07-06 16:52:48 Skav has joined
497 2013-07-06 16:54:25 jeewee has quit (Quit: Leaving.)
498 2013-07-06 16:54:55 tmsk has joined
499 2013-07-06 16:54:56 MobGod has joined
500 2013-07-06 16:54:57 MobGod has quit (Changing host)
501 2013-07-06 16:54:57 MobGod has joined
502 2013-07-06 16:55:53 MobPhone has quit (Ping timeout: 264 seconds)
503 2013-07-06 16:57:19 tomc has joined
504 2013-07-06 16:58:22 tomc is now known as t7
505 2013-07-06 16:59:50 wamatt has joined
506 2013-07-06 17:03:25 patcon has quit (Remote host closed the connection)
507 2013-07-06 17:04:02 patcon has joined
508 2013-07-06 17:04:35 MobPhone has joined
509 2013-07-06 17:07:09 Skav has quit (Ping timeout: 248 seconds)
510 2013-07-06 17:07:32 metabyte_ has joined
511 2013-07-06 17:08:29 patcon has quit (Ping timeout: 264 seconds)
512 2013-07-06 17:10:00 metabyte has quit (Ping timeout: 246 seconds)
513 2013-07-06 17:12:06 TD has joined
514 2013-07-06 17:15:31 daybyter has joined
515 2013-07-06 17:21:20 fluxbox has joined
516 2013-07-06 17:28:57 agnostic98 has quit (Remote host closed the connection)
517 2013-07-06 17:29:45 sacrelege has quit (Read error: Connection reset by peer)
518 2013-07-06 17:30:20 sacrelege has joined
519 2013-07-06 17:33:26 <JyZyXEL> what was the program called to generate an address with a certain starting characters?
520 2013-07-06 17:35:23 <turboroot> JyZyXEL: vanitygen
521 2013-07-06 17:43:48 t7 has quit (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
522 2013-07-06 17:44:59 rdymac has quit (Read error: Connection reset by peer)
523 2013-07-06 17:45:31 patcon has joined
524 2013-07-06 17:46:09 freewil has joined
525 2013-07-06 17:47:33 wamatt has quit (Quit: wamatt)
526 2013-07-06 17:49:11 rdymac has joined
527 2013-07-06 17:50:48 roconnor has joined
528 2013-07-06 17:54:40 Application has quit ()
529 2013-07-06 17:55:51 <[7]> are the non-english languages on bitcoin.org automatic translations?
530 2013-07-06 17:55:59 <[7]> the german one is horrible...
531 2013-07-06 17:56:40 Application has joined
532 2013-07-06 17:58:13 <k9quaint> its probably a french guy doing the translation :P
533 2013-07-06 17:58:42 agnostic98 has joined
534 2013-07-06 18:00:47 ralphtheninja has joined
535 2013-07-06 18:09:18 fathead has quit (Quit: leaving)
536 2013-07-06 18:20:39 Application has quit (Remote host closed the connection)
537 2013-07-06 18:25:37 reneg has joined
538 2013-07-06 18:26:02 reneg is now known as Guest99985
539 2013-07-06 18:26:02 sacrelege has quit (Ping timeout: 276 seconds)
540 2013-07-06 18:30:03 agnostic98 has quit (Remote host closed the connection)
541 2013-07-06 18:31:17 graingert has quit (Read error: Connection timed out)
542 2013-07-06 18:32:02 graingert has joined
543 2013-07-06 18:32:02 graingert has quit (Changing host)
544 2013-07-06 18:32:02 graingert has joined
545 2013-07-06 18:36:29 TD has quit (Quit: TD)
546 2013-07-06 18:40:41 hoolandi has quit (Quit: Leaving.)
547 2013-07-06 18:41:13 GeorgeJ has quit (Ping timeout: 256 seconds)
548 2013-07-06 18:42:14 ThomasV has left ("Quitte")
549 2013-07-06 18:50:25 t7 has joined
550 2013-07-06 18:52:55 hoolandi has joined
551 2013-07-06 18:55:17 chorao has quit (Ping timeout: 264 seconds)
552 2013-07-06 18:59:38 TD has joined
553 2013-07-06 19:00:41 GeorgeJ has joined
554 2013-07-06 19:00:45 agnostic98 has joined
555 2013-07-06 19:01:26 TD has quit (Client Quit)
556 2013-07-06 19:03:01 xenland has joined
557 2013-07-06 19:08:57 MobPhone has quit (Read error: Connection reset by peer)
558 2013-07-06 19:08:58 charybdi1 has quit (Read error: Operation timed out)
559 2013-07-06 19:09:42 MobPhone has joined
560 2013-07-06 19:12:27 Eiii has joined
561 2013-07-06 19:12:48 charybdis has joined
562 2013-07-06 19:15:46 Guest45879 has quit (Quit: Leaving)
563 2013-07-06 19:16:01 Guest45879 has joined
564 2013-07-06 19:16:53 Guest45879 has quit (Client Quit)
565 2013-07-06 19:17:22 MC1984 has joined
566 2013-07-06 19:19:24 chorao has joined
567 2013-07-06 19:23:59 Application has joined
568 2013-07-06 19:24:38 Applicat_ has joined
569 2013-07-06 19:27:21 daybyter has quit (Quit: Konversation terminated!)
570 2013-07-06 19:28:49 Application has quit (Ping timeout: 268 seconds)
571 2013-07-06 19:29:31 michagogo has joined
572 2013-07-06 19:33:50 Applicat_ has quit (Remote host closed the connection)
573 2013-07-06 19:35:24 graingert has quit (Read error: Connection timed out)
574 2013-07-06 19:36:10 graingert has joined
575 2013-07-06 19:36:10 graingert has quit (Changing host)
576 2013-07-06 19:36:10 graingert has joined
577 2013-07-06 19:40:52 xdrake has joined
578 2013-07-06 19:41:07 xdrake has quit (Client Quit)
579 2013-07-06 19:41:47 Liquid3xB has quit (Quit: Leaving)
580 2013-07-06 19:42:45 Liquid3xB has joined
581 2013-07-06 19:44:29 chorao has quit (Ping timeout: 264 seconds)
582 2013-07-06 19:46:48 gritball has joined
583 2013-07-06 19:49:55 hsmiths has quit (Read error: Connection reset by peer)
584 2013-07-06 19:51:32 tyn has joined
585 2013-07-06 19:52:31 tyn has quit (Read error: Connection reset by peer)
586 2013-07-06 19:53:03 hsmiths has joined
587 2013-07-06 19:53:14 hoolandi has quit (Quit: Leaving.)
588 2013-07-06 19:59:50 nimdAHK has joined
589 2013-07-06 20:00:05 catcowllama has joined
590 2013-07-06 20:00:05 catcowllama has quit (Changing host)
591 2013-07-06 20:00:05 catcowllama has joined
592 2013-07-06 20:00:35 hoolandi has joined
593 2013-07-06 20:00:46 ThomasV has joined
594 2013-07-06 20:03:26 catcow has quit (Ping timeout: 264 seconds)
595 2013-07-06 20:03:54 hoolandi has quit (Client Quit)
596 2013-07-06 20:04:42 enikanorov has quit (Remote host closed the connection)
597 2013-07-06 20:10:05 graingert has quit (Read error: Connection timed out)
598 2013-07-06 20:19:44 Mqrius has joined
599 2013-07-06 20:20:50 paracyst has joined
600 2013-07-06 20:21:22 <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?
601 2013-07-06 20:22:13 <xenland> Could be a manual TX.
602 2013-07-06 20:22:50 <Mqrius> Unlikely in this case, the people behind it are not very technical.
603 2013-07-06 20:24:33 <DoctorBTC> sounds like blockchain.info
604 2013-07-06 20:24:45 egis has quit (Quit: Leaving)
605 2013-07-06 20:24:51 cads has joined
606 2013-07-06 20:25:00 <DoctorBTC> Mqrius: blockchain.info usually sends change back to the main addy for that wallet
607 2013-07-06 20:25:03 Application has joined
608 2013-07-06 20:25:49 Applicat_ has joined
609 2013-07-06 20:25:51 <Mqrius> DoctorBTC: Thanks :)
610 2013-07-06 20:27:34 <DoctorBTC> Mqrius: glad I could actually offer something to this chan...
611 2013-07-06 20:29:57 PrimeStunna has joined
612 2013-07-06 20:30:01 Application has quit (Ping timeout: 264 seconds)
613 2013-07-06 20:34:29 Guest99985 has quit (Remote host closed the connection)
614 2013-07-06 20:34:57 [1]Duly has joined
615 2013-07-06 20:36:23 t7 has quit (Remote host closed the connection)
616 2013-07-06 20:36:30 Duly has quit (Ping timeout: 246 seconds)
617 2013-07-06 20:37:25 <michagogo> Anyone know who runs tpfaucet.appspot.com?
618 2013-07-06 20:38:20 <michagogo> (specifically, I'm wondering what it uses on the backend to handle the tBTC)
619 2013-07-06 20:41:45 <warren> Mqrius: that's possible with satoshi client + coin control
620 2013-07-06 20:42:59 catcow has joined
621 2013-07-06 20:43:16 <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
622 2013-07-06 20:46:02 catcowllama has quit (Ping timeout: 245 seconds)
623 2013-07-06 20:46:16 Applicat_ has quit (Remote host closed the connection)
624 2013-07-06 20:47:49 catcow has quit (Ping timeout: 252 seconds)
625 2013-07-06 20:49:14 agnostic98 has quit (Read error: Connection reset by peer)
626 2013-07-06 20:49:42 Application has joined
627 2013-07-06 20:50:13 chorao has joined
628 2013-07-06 20:50:16 agnostic98 has joined
629 2013-07-06 20:50:20 Applicat_ has joined
630 2013-07-06 20:52:07 catcow has joined
631 2013-07-06 20:52:07 catcow has quit (Changing host)
632 2013-07-06 20:52:07 catcow has joined
633 2013-07-06 20:52:49 ThomasV has quit (Ping timeout: 264 seconds)
634 2013-07-06 20:54:27 <jouke> Mqrius: multibit or android wallet
635 2013-07-06 20:54:53 Application has quit (Ping timeout: 276 seconds)
636 2013-07-06 20:57:33 imton has quit (Ping timeout: 248 seconds)
637 2013-07-06 20:58:08 <michagogo> What would happen if there were a transaction with "vout":[]
638 2013-07-06 20:58:09 <michagogo> ?
639 2013-07-06 20:58:15 <michagogo> (with inputs)
640 2013-07-06 20:58:21 imton has joined
641 2013-07-06 20:58:21 <michagogo> Would it all be fees?
642 2013-07-06 21:00:28 <[7]> basically yes
643 2013-07-06 21:09:15 peetaur2 has joined
644 2013-07-06 21:09:51 GeorgeJ has quit (Ping timeout: 276 seconds)
645 2013-07-06 21:12:39 ThomasV has joined
646 2013-07-06 21:13:08 KevinT has left ()
647 2013-07-06 21:15:59 xenland has quit (Quit: Konversation terminated!)
648 2013-07-06 21:17:02 peetaur2 has quit (Quit: Konversation terminated!)
649 2013-07-06 21:21:12 hoolandi has joined
650 2013-07-06 21:23:28 peetaur2 has joined
651 2013-07-06 21:25:49 hoolandi has quit (Ping timeout: 248 seconds)
652 2013-07-06 21:29:06 tyn has joined
653 2013-07-06 21:30:38 catcowllama has joined
654 2013-07-06 21:30:38 catcowllama has quit (Changing host)
655 2013-07-06 21:30:38 catcowllama has joined
656 2013-07-06 21:33:19 LightRider has joined
657 2013-07-06 21:33:57 catcow has quit (Ping timeout: 245 seconds)
658 2013-07-06 21:47:43 Mylon has quit ()
659 2013-07-06 21:49:25 PrimeStunna has quit (Quit: PrimeStunna)
660 2013-07-06 21:49:30 imton has quit (Ping timeout: 276 seconds)
661 2013-07-06 21:49:30 imton_ has joined
662 2013-07-06 21:50:49 mappum has joined
663 2013-07-06 21:54:03 ThomasV has quit (Ping timeout: 276 seconds)
664 2013-07-06 21:55:57 roconnor has quit (Quit: Konversation terminated!)
665 2013-07-06 21:56:04 saulimus has quit (Quit: saulimus)
666 2013-07-06 22:01:12 mappum has quit (Ping timeout: 276 seconds)
667 2013-07-06 22:01:49 Neozonz has quit (Ping timeout: 256 seconds)
668 2013-07-06 22:01:52 hoolandi has joined
669 2013-07-06 22:03:22 egis has joined
670 2013-07-06 22:04:23 Neozonz has joined
671 2013-07-06 22:04:43 Diapolis has joined
672 2013-07-06 22:04:59 hoolandi has quit (Client Quit)
673 2013-07-06 22:12:13 PrimeStunna has joined
674 2013-07-06 22:12:53 peetaur2 has quit (Quit: Konversation terminated!)
675 2013-07-06 22:16:40 PrimeStunna has quit (Read error: Connection reset by peer)
676 2013-07-06 22:30:50 catcowllama is now known as catcow
677 2013-07-06 22:31:05 FabianB has joined
678 2013-07-06 22:31:05 FabianB has quit (Changing host)
679 2013-07-06 22:31:05 FabianB has joined
680 2013-07-06 22:32:25 FabianB_ has quit (Ping timeout: 256 seconds)
681 2013-07-06 22:33:57 roconnor has joined
682 2013-07-06 22:35:26 graingert has joined
683 2013-07-06 22:35:26 graingert has quit (Changing host)
684 2013-07-06 22:35:26 graingert has joined
685 2013-07-06 22:36:49 fishfish has joined
686 2013-07-06 22:39:12 KillYourTV has quit (Remote host closed the connection)
687 2013-07-06 22:39:36 jeewee has joined
688 2013-07-06 22:39:37 random_cat has quit (Ping timeout: 240 seconds)
689 2013-07-06 22:39:57 KillYourTV has joined
690 2013-07-06 22:45:04 Diapolis has quit (Remote host closed the connection)
691 2013-07-06 22:48:00 CheckDavid has quit (Ping timeout: 276 seconds)
692 2013-07-06 22:48:29 XCortex has joined
693 2013-07-06 22:48:58 random_cat has joined
694 2013-07-06 22:50:21 patcon has quit (Remote host closed the connection)
695 2013-07-06 22:50:56 patcon has joined
696 2013-07-06 22:52:35 rdponticelli has quit (Remote host closed the connection)
697 2013-07-06 22:54:53 CheckDavid has joined
698 2013-07-06 22:55:39 patcon has quit (Ping timeout: 256 seconds)
699 2013-07-06 22:58:59 rdponticelli has joined
700 2013-07-06 22:59:17 paraipan has quit (Quit: Saliendo)
701 2013-07-06 23:01:31 Diapolis has joined
702 2013-07-06 23:01:48 CheckDavid has quit (Quit: Leaving)
703 2013-07-06 23:02:09 suporte85 has joined
704 2013-07-06 23:06:19 imton_ has quit (Ping timeout: 276 seconds)
705 2013-07-06 23:10:46 RazielZ has quit (Ping timeout: 256 seconds)
706 2013-07-06 23:10:46 imton has joined
707 2013-07-06 23:17:08 wallet431 has quit (Quit: Leaving.)
708 2013-07-06 23:19:36 datagutt has quit (Quit: Computer has gone to sleep.)
709 2013-07-06 23:19:36 catcow has quit (Read error: Connection reset by peer)
710 2013-07-06 23:19:36 GeorgeJ has joined
711 2013-07-06 23:24:03 catcow has joined
712 2013-07-06 23:24:03 catcow has quit (Changing host)
713 2013-07-06 23:24:03 catcow has joined
714 2013-07-06 23:26:16 jeewee has quit (Quit: Leaving.)
715 2013-07-06 23:26:16 Diablo-D3 has quit (Ping timeout: 252 seconds)
716 2013-07-06 23:26:16 tyn has quit (Ping timeout: 264 seconds)
717 2013-07-06 23:26:16 _W_ has quit (Read error: Connection reset by peer)
718 2013-07-06 23:28:39 Diablo-D3 has joined
719 2013-07-06 23:30:51 MobGod has quit (Ping timeout: 264 seconds)
720 2013-07-06 23:33:04 Diapolis has quit (Remote host closed the connection)
721 2013-07-06 23:34:13 MobGod has joined
722 2013-07-06 23:34:24 MobGod has quit (Changing host)
723 2013-07-06 23:34:24 MobGod has joined
724 2013-07-06 23:37:28 andyh2 has joined
725 2013-07-06 23:40:08 PrimeStunna has joined
726 2013-07-06 23:46:01 wallet43 has joined
727 2013-07-06 23:51:03 rlifchitz has quit (Remote host closed the connection)
728 2013-07-06 23:52:51 adam3us has quit (Quit: Leaving.)
729 2013-07-06 23:53:13 rlifchitz has joined
730 2013-07-06 23:53:13 rlifchitz has quit (Changing host)
731 2013-07-06 23:53:13 rlifchitz has joined
732 2013-07-06 23:54:51 wallet43 has quit (Ping timeout: 256 seconds)
733 2013-07-06 23:55:52 graingert has quit (Read error: Connection timed out)
734 2013-07-06 23:59:38 metabyte_ is now known as metabyte