1 2014-10-06 00:01:18 kermit has joined
   2 2014-10-06 00:01:52 akstunt600 has quit (Read error: Connection reset by peer)
   3 2014-10-06 00:02:51 akstunt600 has joined
   4 2014-10-06 00:09:04 <brisque> sipa: haven't managed yet. working out how I'm going to make a "bad" node to test these sorts of things more easily.
   5 2014-10-06 00:09:51 MoALTz__ has joined
   6 2014-10-06 00:10:25 <brisque> currently it's just a passthrough sybil "node" that pretends to be a real bitcoind, but just proxies requests.
   7 2014-10-06 00:11:36 <sipa> brisque: hint: wait for a getheaders and never respond
   8 2014-10-06 00:11:39 <brisque> hoping to add tampering features like mutating transactions, making invalid blocks, droping portions of requests, anything else I can think of.
   9 2014-10-06 00:12:23 <brisque> sipa: I'm guessing that will get me dropped?
  10 2014-10-06 00:12:27 AaronvanW has quit (Ping timeout: 265 seconds)
  11 2014-10-06 00:12:32 <sipa> brisque: unfortunately, no
  12 2014-10-06 00:12:38 <brisque> ah.
  13 2014-10-06 00:12:47 MoALTz_ has quit (Ping timeout: 250 seconds)
  14 2014-10-06 00:16:05 <brisque> should be fun though, might even be able to make a "full" node that only has incoming connections and no outgoing ones
  15 2014-10-06 00:18:59 erasmospunk has joined
  16 2014-10-06 00:19:14 <gmaxwell> Annoyingly this approach totally breaks one of my defense ideas against 'stupid nodes'
  17 2014-10-06 00:19:46 <gmaxwell> which was to just agressively profile behavior and consider nodes that don't get it right more suspect... but if you're passing through you can be indistinguishable except for whatever evil you do.
  18 2014-10-06 00:19:58 <gmaxwell> oh well, better to realize this before writing a bunch of behavior profiling code.
  19 2014-10-06 00:20:39 <gmaxwell> (note the idea there wasn't to really gain security against malicious behavior, but rather people trying to do something 'smart' and getting it wrong... but the fact that it would fail completely against a proxy makes it much less attractive)
  20 2014-10-06 00:20:54 jtimon has quit (Read error: Connection reset by peer)
  21 2014-10-06 00:21:54 PRab has quit (Ping timeout: 244 seconds)
  22 2014-10-06 00:24:36 <brisque> I had an idea of extending it to seeing who was lying on the network by feeding them random crap and seeing if they disconnect me properly.
  23 2014-10-06 00:24:43 non2 has quit (Remote host closed the connection)
  24 2014-10-06 00:25:04 AnoAnon has joined
  25 2014-10-06 00:25:18 AnoAnon has quit (Max SendQ exceeded)
  26 2014-10-06 00:25:51 <brisque> I'm not sure if connecting to other nodes and feeding them junk is really legal or not, so I thought better of it. seems to go past implied access.
  27 2014-10-06 00:25:56 <gmaxwell> yea, one test I'd considered was "is this node verifing?" that worked by sending an invalid signature and seeing if it got banned. :)
  28 2014-10-06 00:25:59 <xiando> gmaxwell: What is your opinion on blacklisted some outputs so people can't send to them?
  29 2014-10-06 00:26:32 <gmaxwell> xiando: that doesn't make a lot of sense, and probably has no business in this channel.
  30 2014-10-06 00:27:03 <xiando> gmaxwell: I see. If you "emerge bitcoind" to install it on Gentoo right now then you get a client which does that.
  31 2014-10-06 00:27:33 <xiando> I am apparently a troll for saying that I believe all outputs should be equal.
  32 2014-10-06 00:27:40 <gmaxwell> xiando: Ah. I thought you meant as a network rule. Nodes are free to run whatever policy they want.
  33 2014-10-06 00:28:12 <brisque> xiando: huh, are you saying gentoo is packaging a version with their own rules in it?
  34 2014-10-06 00:28:16 <gmaxwell> Probably not terribly useful, but it's also important that users of the network use it in a way which is unblockable; otherwise there is policy risk created for the whole system.
  35 2014-10-06 00:29:17 jtimon has joined
  36 2014-10-06 00:29:37 <sipa> it seems luke's patchset is enabled by default, which is probably not what people expect
  37 2014-10-06 00:29:44 <gmaxwell> looks like its a use flag at least... but you probably want to consider a different source for your bitcoind. Distro versions are almost universally not very good.
  38 2014-10-06 00:29:58 <brisque> sipa: hah, oh I'm not against that at all :)
  39 2014-10-06 00:30:27 <xiando> luke-jr is the gentoo package maintainer, thus his patches are enabled by default where as I think they should be a use-flag _disabled_ by default. His opinion is that I am trolling.
  40 2014-10-06 00:30:45 use_zfs_yo has joined
  41 2014-10-06 00:30:53 <sipa> i have no problem with people enabling such a patch, or making it available, but people shouldn't end up running with such behaviour without being aware of it
  42 2014-10-06 00:30:59 erasmospunk has quit (Remote host closed the connection)
  43 2014-10-06 00:31:06 <xiando> seeing
  44 2014-10-06 00:31:06 <xiando> 2014-10-05 11:38:09 ERROR: AcceptToMemoryPool : ignoring transaction                289673d37df1a709829b3f3ea7b8549703f4251f26f5721863aacbccc47b95a9 with blacklisted output (SatoshiDice)
  45 2014-10-06 00:31:07 <Luke-Jr> gmaxwell: Gentoo is the exception there
  46 2014-10-06 00:31:11 <xiando> in the log is how I learned
  47 2014-10-06 00:31:27 <sipa> Luke-Jr: i think making it enabled by default is going too far
  48 2014-10-06 00:31:57 <gmaxwell> I've encouraged luke in the past for his own patches to instead optimize more neutrally, e.g. deprioritizing reuse... doing other than that seems unmaintainable generally.
  49 2014-10-06 00:31:57 <Luke-Jr> busy atm, can discuss later if needed (maybe without a troll present)
  50 2014-10-06 00:32:32 <brisque> my nodes are a hell of a lot more picky than Luke's, and I agree that people should at least know their client isn't vanilla even if it is default.
  51 2014-10-06 00:33:00 <xiando> Claiming everyone who disagrees with you is a troll is generally not helpfull, Luke-Jr. Try debating like an adult. It appers everyone else here is able to do that.
  52 2014-10-06 00:33:09 <gmaxwell> Luke-Jr: it's sort of surprising if there is complex default policy that people wouldn't expect.
  53 2014-10-06 00:34:39 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
  54 2014-10-06 00:35:46 cbeams has joined
  55 2014-10-06 00:35:46 cbeams has quit (Changing host)
  56 2014-10-06 00:35:46 cbeams has joined
  57 2014-10-06 00:35:58 <gmaxwell> Luke-Jr: So I'd perhaps cite that as an example of distros doing something bad. Even if all agreed that it was good policy (I don't, primarly because it's not matching the behavior), it's somewhat surprising.
  58 2014-10-06 00:36:21 belcher has quit (Quit: Leaving)
  59 2014-10-06 00:36:25 <gmaxwell> But at the same time, no one has a monopoly on distributing a bitcoin implementation... and every implementation has different policy already.
  60 2014-10-06 00:41:19 CodeShark has joined
  61 2014-10-06 00:41:52 MiningBuddy has quit (Remote host closed the connection)
  62 2014-10-06 00:43:40 Guest16947 is now known as BananaLotus
  63 2014-10-06 00:43:41 <xiando> That is alright but multibit doesn't say it's bitcoin-qt and install when you ask to install that.
  64 2014-10-06 00:43:43 msvb-lab has quit (Ping timeout: 260 seconds)
  65 2014-10-06 00:44:33 <xiando> Regardless, now I know how the rest of you feel about it. Thank you.
  66 2014-10-06 00:45:15 BananaLotus is now known as Banana_Lotus
  67 2014-10-06 00:45:44 Banana_Lotus is now known as banana_lotus
  68 2014-10-06 00:46:00 okae has quit (Quit: bye bye.)
  69 2014-10-06 00:46:03 banana_lotus is now known as bananalotus_
  70 2014-10-06 00:46:17 bananalotus_ is now known as BananaLotus
  71 2014-10-06 00:46:36 makomk has quit (Ping timeout: 260 seconds)
  72 2014-10-06 00:49:19 sdaftuar has joined
  73 2014-10-06 00:50:11 MiningBuddy has joined
  74 2014-10-06 00:50:11 MiningBuddy has quit (Changing host)
  75 2014-10-06 00:50:11 MiningBuddy has joined
  76 2014-10-06 00:52:40 <Luke-Jr> xiando: you crossed the line into trolldom when you began spreading FUD ("breaks bitcoin") and making it into a political issue (bringing religion etc into it)
  77 2014-10-06 00:53:46 nessence has joined
  78 2014-10-06 00:53:47 <Luke-Jr> gmaxwell: the latter (and code monoculture being a serious problem today for bitcoin) is similar to my thinking
  79 2014-10-06 00:53:57 <gmaxwell> (please don't continue that debate here)
  80 2014-10-06 00:54:17 <gmaxwell> Luke-Jr: I'd like us to get to the point where the policy is more pluggable... so that its runtime selectable.
  81 2014-10-06 00:54:33 Belxjander has quit (Read error: No route to host)
  82 2014-10-06 00:54:35 <Luke-Jr> gmaxwell: most of the patchset is that way, in fact.
  83 2014-10-06 00:55:19 akstunt600 has quit (Read error: Connection reset by peer)
  84 2014-10-06 00:56:04 akstunt600 has joined
  85 2014-10-06 00:57:26 MiningBuddy has quit (Remote host closed the connection)
  86 2014-10-06 00:57:54 <Luke-Jr> it just doesn't make sense to have clearly inferior defaults
  87 2014-10-06 00:58:13 nessence has quit (Ping timeout: 246 seconds)
  88 2014-10-06 00:58:19 <Luke-Jr> even if the only present method of improvement is non-ideal
  89 2014-10-06 00:59:10 Belxjander has joined
  90 2014-10-06 00:59:46 <phantomcircuit> gmaxwell, anybody who can install gentoo should know to look for USE flags
  91 2014-10-06 00:59:58 sdaftuar has quit (Quit: Leaving.)
  92 2014-10-06 01:00:04 <gmaxwell> The defaults should be something that everyone could be comfortable using. Anything that singles out particular parties by definition fails that test.
  93 2014-10-06 01:00:12 sdaftuar has joined
  94 2014-10-06 01:00:14 <phantomcircuit> shrug
  95 2014-10-06 01:00:31 <phantomcircuit> call it payment to Luke-Jr for maintaining the ebuild file
  96 2014-10-06 01:01:18 <phantomcircuit> hmm
  97 2014-10-06 01:02:25 ValiantThor has quit (Ping timeout: 245 seconds)
  98 2014-10-06 01:02:58 sdaftuar has quit (Client Quit)
  99 2014-10-06 01:03:29 sdaftuar has joined
 100 2014-10-06 01:05:10 MiningBuddy has joined
 101 2014-10-06 01:05:16 Belxjander has quit (Quit: System rebootingExec.Library/ColdReboot())
 102 2014-10-06 01:05:51 ValiantThor has joined
 103 2014-10-06 01:09:11 Belxjander has joined
 104 2014-10-06 01:11:38 <jtimon> we should have a polymorhpic class CPolicy
 105 2014-10-06 01:12:03 fanquake has joined
 106 2014-10-06 01:12:13 <gmaxwell> jtimon: well my point was that it shouldn't be compiled in.
 107 2014-10-06 01:13:12 <gmaxwell> though gentoo users could handle recompiling to change policy, it doesn't work so well for anything else... and even there, ideally users shouldn't have to restart to change policy.
 108 2014-10-06 01:14:26 * kuzetsa notices gentoo mention and perks slightly
 109 2014-10-06 01:15:22 t7 has quit (Remote host closed the connection)
 110 2014-10-06 01:15:27 Klumben has quit (Ping timeout: 260 seconds)
 111 2014-10-06 01:16:53 MiningBuddy has quit (Remote host closed the connection)
 112 2014-10-06 01:17:45 <jtimon> users could write their own implementation of the class and run that instead without much maintainance overhead, and I think some policies (like replace-by-fees) should be compiled in the core as an alternative to the standard policy
 113 2014-10-06 01:19:06 <kuzetsa> wait, the default use flags on gentoo's bitcoind / bitcoin-qt has address reuse and other punishment patchsets in it and enabled by default?
 114 2014-10-06 01:19:16 poutine has quit (Ping timeout: 258 seconds)
 115 2014-10-06 01:19:20 <kuzetsa> xiando: what's going on here O_O
 116 2014-10-06 01:19:31 <kuzetsa> are you using the official gentoo build or luke's overlay?
 117 2014-10-06 01:19:48 <xiando> luke maintains the official gentoo ebuild so there is no difference. That is the issue at hand.
 118 2014-10-06 01:19:56 <kuzetsa> whoa
 119 2014-10-06 01:21:03 <gmaxwell> There has yet to be a single linux distribution which has distributed an unpatched bitcoind AFAIK, it's one of the reasons we discourage people from using distro versions. (in addition to them often being very slow/sloppy about updates)
 120 2014-10-06 01:21:04 justanotheruser has quit (Ping timeout: 260 seconds)
 121 2014-10-06 01:21:56 <kuzetsa> gmaxwell: nod
 122 2014-10-06 01:22:24 <gmaxwell> At least policy changes won't result in consensus failures.
 123 2014-10-06 01:22:51 Namworld has quit ()
 124 2014-10-06 01:22:58 Klumben has joined
 125 2014-10-06 01:23:20 <jtimon> not even this? https://aur.archlinux.org/packages/bitcoin-git/
 126 2014-10-06 01:23:27 <Luke-Jr> gmaxwell: particular parties which are performing an active attack on the network, and only their active attack is being filtered by it
 127 2014-10-06 01:24:24 <kuzetsa> Luke-Jr: your opinion about so-and-so having a business model which you define as "an attack" is not one which is widely shared
 128 2014-10-06 01:24:24 <Luke-Jr> kuzetsa: address reuse deprioritisation is not implemented yet
 129 2014-10-06 01:24:26 <gmaxwell> IIRC arch was previously patching it, not sure if it is anymore.
 130 2014-10-06 01:24:37 MiningBuddy has joined
 131 2014-10-06 01:25:02 sdaftuar has quit (Quit: Leaving.)
 132 2014-10-06 01:25:14 <phantomcircuit> hmm actually that isn't half bad
 133 2014-10-06 01:25:18 <gmaxwell> kuzetsa: his definition isn't related to the business model.  I wouldn't use the attack characterization, but the same behavior actually does work as an attack when you think in terms of incentives.
 134 2014-10-06 01:25:19 <Luke-Jr> kuzetsa: the only part that is seriously questioned among experts AFAIK is whether the attack is intended as an attack or neglegence
 135 2014-10-06 01:25:49 <brisque> kuzetsa: do keep in mind that a very large portion of all transactions are made by Satoshi Dice.
 136 2014-10-06 01:26:06 <sipa> still?
 137 2014-10-06 01:26:10 <gmaxwell> kuzetsa: interesting argument: bitcoin is protected against flooding (and thus optimizes for effiient resource usage) by bidding on fees... with the belief that attackers are rational or at least funding bounded.
 138 2014-10-06 01:26:12 <sipa> i haven't heard from them in... years
 139 2014-10-06 01:26:20 Zifre has joined
 140 2014-10-06 01:26:36 <Luke-Jr> IMO, the intent is irrelevant when the objective fact of its behaviour is this clear; so I don't worry about trying to guess the intent of people besides myself whom I cannot know the intent of
 141 2014-10-06 01:26:38 <brisque> sipa: last I looked it was a few GB, which is still a large portion regardless of them continuing or not
 142 2014-10-06 01:27:10 <gmaxwell> kuzetsa: so you can do a cute attack where you take economically irrational participants who are willing to transact at a guarenteed expected loss, and ask them to flood the network, using the loss to pay for the flood... they'll out compete all rational participants.
 143 2014-10-06 01:27:16 <Luke-Jr> and people who disagree, can opt to not use my patchset - or use Gentoo's user patches feature to revert out that one part even
 144 2014-10-06 01:27:20 <kuzetsa> gmaxwell: "flooding" as defined here, is actually not well-defined (or any other kind of defined) -- please elaborate?
 145 2014-10-06 01:27:43 <gmaxwell> kuzetsa: the network has finite capacity. You use all of it and deny other users of the system access.
 146 2014-10-06 01:27:50 <brisque> sipa: last number I have is 4.1GB for July this year.
 147 2014-10-06 01:28:42 <kuzetsa> so then the definition is that a flood occurs whenever a usage model is a popular enough choice that bitcoin's capacity is pushed to the point of fees actually needing to be raised to compete?
 148 2014-10-06 01:28:48 poutine has joined
 149 2014-10-06 01:28:49 <kuzetsa> gmaxwell: or am I misunderstanding
 150 2014-10-06 01:28:53 wallet421 has joined
 151 2014-10-06 01:28:53 wallet42 is now known as Guest43116
 152 2014-10-06 01:28:53 Guest43116 has quit (Killed (card.freenode.net (Nickname regained by services)))
 153 2014-10-06 01:28:53 wallet421 is now known as wallet42
 154 2014-10-06 01:29:23 <gmaxwell> (or, under different constraints, we have some limited startup-up capitol in blocks being less than maximum size allowing for lower cost participation, which gets consumed)
 155 2014-10-06 01:29:32 <Luke-Jr> kuzetsa: you're ignoring the ratio factor
 156 2014-10-06 01:29:51 <Luke-Jr> kuzetsa: legitimately popular uses bring more resources to the network to compensate for the higher use
 157 2014-10-06 01:29:57 aliasaila has quit (Quit: Leaving)
 158 2014-10-06 01:30:12 <sipa> Luke-Jr: i can't wrap my head around CreateNewBlock_validity, or why it can work
 159 2014-10-06 01:30:14 <Luke-Jr> "popular because the 'users' flood" does not
 160 2014-10-06 01:30:17 <gmaxwell> kuzetsa: well 'usage' is fuzzy. When irrational parties are funding your transactions the incentives are unhinged and its workable to use hundreds of transactions for each use and push everyone else out of the network.
 161 2014-10-06 01:30:21 <Luke-Jr> sipa: in what sense?
 162 2014-10-06 01:30:24 <kuzetsa> luke: same as above with the term "flooding", please define "legitimately popular"
 163 2014-10-06 01:30:42 <Luke-Jr> kuzetsa: actually having people who want to use it proportional to the load on the network
 164 2014-10-06 01:30:44 <sipa> Luke-Jr: it validatesblocks before setting the prev, so they're all genesii blocks before, but not anymore afterwards?
 165 2014-10-06 01:30:50 <kuzetsa> why is this popularity any less letitimate?
 166 2014-10-06 01:31:08 <sipa> Luke-Jr: anyway, i have a patch that breaks it, and i don't understand how it can have worked in the first place
 167 2014-10-06 01:31:14 <sipa> so it's hard to fix :)
 168 2014-10-06 01:31:21 <gmaxwell> kuzetsa: it's not a question of popularity. It uses hundreds of transactions where other competing services use one or two, because it does messaging via the blockchain.
 169 2014-10-06 01:31:31 Belxjander has quit (Read error: No route to host)
 170 2014-10-06 01:31:55 <Luke-Jr> sipa: it's setting the prev of the *next* block, to the current one
 171 2014-10-06 01:32:00 <gmaxwell> e.g. system capacity usage 1000s of times larger than you'd expect given its actual userbase.
 172 2014-10-06 01:32:20 <sipa> ah!
 173 2014-10-06 01:32:56 <kuzetsa> ooh, so this choice about defining the usage model as less legitimate is because it differs from other usage models which are lower load on the network?
 174 2014-10-06 01:32:56 <gmaxwell> kuzetsa: normally fees incentivize parties to not do that, but in that case it's unhinged.. which is interesting perhaps in terms of incentives.
 175 2014-10-06 01:32:57 <Luke-Jr> kuzetsa: SatoshiDice could be implemented using 1000 times less resources; laziness isn't even an excuse because that implementation would be *easier*
 176 2014-10-06 01:33:18 <sipa> i agree with all of this, but i don't think it matters
 177 2014-10-06 01:33:22 <brisque> we have fools like blockchain.info to thank as well for enabling it.
 178 2014-10-06 01:33:37 <gmaxwell> kuzetsa: it's not about legitimacy, rather we expect the system incentives to already naturally encourage efficient use. But they don't work when you're using economically irrational parties with lots of funds.
 179 2014-10-06 01:33:47 <sipa> blocking the transactions will be controversial, and enabling by default in an unexpected way will make people feel fooled
 180 2014-10-06 01:33:47 <Luke-Jr> kuzetsa: in fact, I think there *are* actual gambling sites exactly like SD that don't flood the network
 181 2014-10-06 01:33:56 <gmaxwell> so it slightly breaks the natural fix the system already has.
 182 2014-10-06 01:34:17 sarid has joined
 183 2014-10-06 01:34:37 <gmaxwell> yea, I think this is orthorgonal with the gentoo version. I don't think it should have built in default policy different from the normal core releases unless its called something else.
 184 2014-10-06 01:34:51 <kuzetsa> Luke-Jr: I thought SD's model was just 2-3 transactions per bet placed. is it actually worse than that? (1000 times worse?)
 185 2014-10-06 01:34:59 <Luke-Jr> gmaxwell: the fact that we have a default policy at all is a bad thing.
 186 2014-10-06 01:35:02 <brisque> kuzetsa: two.
 187 2014-10-06 01:35:12 <Luke-Jr> kuzetsa: even 1 per bet placed is bad
 188 2014-10-06 01:35:12 <sipa> kuzetsa: it shouldn't be one transaction per bet; it should be one transaction per credit/payout
 189 2014-10-06 01:35:15 <kuzetsa> brisque: then waht's the problem? that sounds pretty legitimate
 190 2014-10-06 01:35:19 <gmaxwell> kuzetsa: the bets are usually tiny with a high percentage of success. So a 'typical' user serssion may involve hundreds (or thousands) of bets.
 191 2014-10-06 01:35:49 sdaftuar has joined
 192 2014-10-06 01:35:50 <Luke-Jr> indeed, if each SD user only did one bet, there would be nothing unreasonable about their load
 193 2014-10-06 01:35:55 sdaftuar has quit (Client Quit)
 194 2014-10-06 01:36:02 <brisque> kuzetsa: 4.1GB of bets. imagine there's 500,000 nodes. 2PB of bets stored.
 195 2014-10-06 01:36:03 <sipa> the only way it works economically is because betters don't care about the irrationality of their action anyway
 196 2014-10-06 01:37:04 <Luke-Jr> gmaxwell: I can agree the reference implementation shouldn't have ugly hacks, but in production, ugly hacks solving problems is better than no solution at all
 197 2014-10-06 01:37:11 <gmaxwell> (further emphasized by the several other ways that its inefficient that have no business model impact, e.g. using uncompressed keys... I actually took the time to write a fast compressed pubkey vanity gen for them and they refused to use it.)
 198 2014-10-06 01:37:32 <Luke-Jr> gmaxwell: speaking of vanitygen code… can you send some my way? :P
 199 2014-10-06 01:37:32 <brisque> gmaxwell: why on earth
 200 2014-10-06 01:37:42 aliasaila has joined
 201 2014-10-06 01:37:44 <kuzetsa> brisque: yes, that's valid on a protocol level that all nodes will have the transactions (2PB, in your example)
 202 2014-10-06 01:37:48 hanti is now known as HANTI
 203 2014-10-06 01:37:53 <gmaxwell> back when it mattered, there are fairly few transactions now that it's not publically traded anymore (haha)
 204 2014-10-06 01:38:18 <gmaxwell> kuzetsa: well half the tx that they create are uneconomical to ever spend, so it's UTXO bloat too, even if you're not assuming nodes have history.
 205 2014-10-06 01:38:27 <brisque> and this isn't blockchain.info's wallet anymore. https://i.imgur.com/8ib9H.png
 206 2014-10-06 01:38:33 <kuzetsa> gmaxwell: yeah, so?
 207 2014-10-06 01:38:52 altoz has joined
 208 2014-10-06 01:39:17 Dr-G2 has joined
 209 2014-10-06 01:39:17 <kuzetsa> if it's not economical, that will create a darwinism-style extinction of this business model if we just let it be a bad idea and fail naturally.
 210 2014-10-06 01:39:18 sipa has left ()
 211 2014-10-06 01:39:50 <brisque> :C
 212 2014-10-06 01:39:55 <gmaxwell> kuzetsa: so its huge amounts of state that is required to validate the network, which makes bitcoin either less decenteralized or more costly for it use as a currency. ... again, this is behavior which is already discouraged economically by the system, which is short circuited by the use of economically irrational participants.  In any case, I think of it mostly as a curiousity. It's no longer a huge harm now that the apparently ...
 213 2014-10-06 01:40:01 <Luke-Jr> kuzetsa: … did you read a thing anyone said in the last 15 mins?
 214 2014-10-06 01:40:01 <gmaxwell> ... fradulent traffic is gone.
 215 2014-10-06 01:40:15 <gmaxwell> kuzetsa: it's not the _service_ that loses funds, its the users that do.
 216 2014-10-06 01:40:24 brisque has left (":C")
 217 2014-10-06 01:40:52 <kuzetsa> [21:31:11] <gmaxwell> kuzetsa: well half the tx that they create are uneconomical to ever spend, so it's UTXO bloat too, even if you're not assuming nodes have history. <<<< I misunderstood what you meant by "uneconomical to ever spend", apparently?
 218 2014-10-06 01:41:22 <Luke-Jr> kuzetsa: the users end up with the uneconomical outputs
 219 2014-10-06 01:42:06 IrishGringo has joined
 220 2014-10-06 01:42:16 <kuzetsa> Luke-Jr: I feel completely amoral about who ends up with the "uneconomical to ever spend" UTXO set, as the end result will be darwinism-style extinction of this business model no matter which form of extinction occurs.
 221 2014-10-06 01:42:22 <gmaxwell> kuzetsa: the minimum required to validate the blockchain is a database of potentially spendable coins. if someone creates zillions of 1e-8 outputs for non-payment reasons (messaging), they'll sit around forever increasing that cost... incentivizing dependance on centeralized resources like pools or hosted wallets.
 222 2014-10-06 01:42:29 <Luke-Jr> kuzetsa: why would it?
 223 2014-10-06 01:42:37 <gmaxwell> kuzetsa: its an externality.
 224 2014-10-06 01:42:46 <Luke-Jr> kuzetsa: the only way this extincts the "business model" is by extincting Bitcoin
 225 2014-10-06 01:42:47 Dr-G has quit (Ping timeout: 264 seconds)
 226 2014-10-06 01:43:11 <gmaxwell> normally the externality is guarded by fees. But you have 'suckers' that provide funds for free, defeating the defense.
 227 2014-10-06 01:43:16 Belxjander has joined
 228 2014-10-06 01:43:23 <jtimon> kuzetsa: to reiterate, the key is that messaging is a bad use for the chain
 229 2014-10-06 01:43:56 <gmaxwell> perhaps eventually all the gamblers in the world will go bankrupt... human history suggests this is unlikely. :P
 230 2014-10-06 01:46:39 <gmaxwell> this is all too not-production now for #bitcoin-dev. :P
 231 2014-10-06 01:46:42 nezZario has quit (Quit: irssi maintenance)
 232 2014-10-06 01:47:58 <Luke-Jr> gmaxwell: vanitygen code? pls? :p;
 233 2014-10-06 01:48:36 akstunt600 has quit (Read error: Connection reset by peer)
 234 2014-10-06 01:48:37 RoboTedd_ has joined
 235 2014-10-06 01:49:03 <gmaxwell> Luke-Jr: for bfgminer, it needs a bunch of work before I can hand it to you. Lets talk elsewhere.
 236 2014-10-06 01:49:26 <Luke-Jr> gmaxwell: I'm sure it does - were you planning on doing that? I assumed that'd be on me :p
 237 2014-10-06 01:49:29 akstunt600 has joined
 238 2014-10-06 01:49:30 <Luke-Jr> #eligius maybe?
 239 2014-10-06 01:51:48 RoboTeddy has quit (Ping timeout: 244 seconds)
 240 2014-10-06 01:52:17 cbeams has quit (Remote host closed the connection)
 241 2014-10-06 01:53:00 RoboTedd_ has quit (Ping timeout: 258 seconds)
 242 2014-10-06 01:53:43 nessence has joined
 243 2014-10-06 01:56:04 YoY has quit (Ping timeout: 258 seconds)
 244 2014-10-06 01:57:00 IrishGringo has quit (Ping timeout: 240 seconds)
 245 2014-10-06 01:58:05 nessence has quit (Ping timeout: 250 seconds)
 246 2014-10-06 01:58:07 YoY has joined
 247 2014-10-06 01:58:27 nezZario has joined
 248 2014-10-06 02:05:05 trixisowned has quit (Quit: Leaving)
 249 2014-10-06 02:05:23 trixisowned has joined
 250 2014-10-06 02:05:35 agath_pd is now known as agath
 251 2014-10-06 02:06:25 goykasi has quit (Quit: Leaving.)
 252 2014-10-06 02:08:01 Zarutian has quit (Quit: Zarutian)
 253 2014-10-06 02:09:04 Skirmant has joined
 254 2014-10-06 02:12:44 jordandotdev has joined
 255 2014-10-06 02:13:41 wallet42 has quit (Quit: Leaving.)
 256 2014-10-06 02:14:20 NewLiberty has joined
 257 2014-10-06 02:15:37 nezZario has quit (Quit: irssi restart)
 258 2014-10-06 02:15:49 stapler117 is now known as whalebear
 259 2014-10-06 02:15:59 whalebear is now known as stapler117
 260 2014-10-06 02:16:13 <kuzetsa> xiando: your comment about the patch had me curious so I did an audit on gentoo's ebuild for bitcoind
 261 2014-10-06 02:16:26 <kuzetsa> xiando: for bitcoind-0.9.2.1.ebuild at least, it has SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v${PV}.tgz" and as such, bitcoin-v0.9.2.1.tgz gets pulled straight from the github repo with no evidence of patches being added (by luke or otherwise)
 262 2014-10-06 02:17:00 <kuzetsa> also, I can't find any evidence that Luke-Jr is the package maintainer
 263 2014-10-06 02:17:44 <kuzetsa> # $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.4 2014/08/29 00:46:19 blueness Exp $
 264 2014-10-06 02:17:44 <kuzetsa> ^ from the "actually officially part of gentoo's repo and not an overlay" ebuild
 265 2014-10-06 02:18:15 <kuzetsa> or is gentoo's blueness actually Luke-Jr and I just never knew about that fact all these years?
 266 2014-10-06 02:18:23 <kuzetsa> O_O
 267 2014-10-06 02:19:48 <gmaxwell> man, it would suck if xiando was just trying to stir up drama
 268 2014-10-06 02:20:05 <Luke-Jr> gmaxwell: that was obvious from the start IMO
 269 2014-10-06 02:20:18 <gmaxwell> I missed the beginning of the conversation.
 270 2014-10-06 02:20:20 <kuzetsa> yeaaaah, I think maybe xiando is using luke's personal overlay instead of just getting the package from gentoo
 271 2014-10-06 02:21:18 <xiando> /usr/portage/net-p2p/bitcoind/bitcoind-0.9.3.ebuild IUSE="examples +ljr logrotate test upnp +wallet"  Try syncing if you are missing the latest ebuild
 272 2014-10-06 02:21:28 <Luke-Jr> kuzetsa: I didn't backport my patchset until 0.9.3 - but this topic is getting old
 273 2014-10-06 02:22:00 <Luke-Jr> (pre-0.9 did have some older patchsets)
 274 2014-10-06 02:23:16 <kuzetsa> ah ok, I don't have any ebuild newer than 0.9.2.1.ebuild since I haven't done emerge --sync since the initial (major, remotely exploitable) shellshock vulnerabilities were being added to gentoo's portage tree
 275 2014-10-06 02:23:28 <kuzetsa> *patches for [...]
 276 2014-10-06 02:24:11 dabura667 has quit (Quit: Connection closed for inactivity)
 277 2014-10-06 02:25:30 <kuzetsa> ah, sure enough, SRC_URI on the newer version includes http://luke.dashjr.org/programs/bitcoin/files/bitcoind/luke-jr/0.9.x/[...] <<< gross, no thanks on that being a default
 278 2014-10-06 02:25:44 <kuzetsa> xiando: please file a bug with gentoo's bugzilla and I'll ack
 279 2014-10-06 02:25:58 Raziel has quit (Ping timeout: 258 seconds)
 280 2014-10-06 02:26:10 goykasi has joined
 281 2014-10-06 02:26:19 kristofferR has joined
 282 2014-10-06 02:26:24 <Luke-Jr> kuzetsa: he already did; will probably close it INVALID or WORKSFORME
 283 2014-10-06 02:26:36 <kuzetsa> oh ok, thanks
 284 2014-10-06 02:26:46 <Luke-Jr> since there isn't an actual bug
 285 2014-10-06 02:27:15 <Luke-Jr> (or if there is, xiando sure is trying hard not to say what it is)
 286 2014-10-06 02:30:22 mpmcsweeney has joined
 287 2014-10-06 02:31:56 <tom99> wait so this whole time I could have reported all the bugs I've ever had on gentoo, debian, ubuntu, and fedora?
 288 2014-10-06 02:33:49 weilu has joined
 289 2014-10-06 02:34:40 <Luke-Jr> lol?
 290 2014-10-06 02:35:04 <Luke-Jr> tom99: most have bug trackers, yes..
 291 2014-10-06 02:35:08 <tom99> oh
 292 2014-10-06 02:35:15 <tom99> sorry about that linux people!
 293 2014-10-06 02:36:05 jtimon has quit (Read error: Connection reset by peer)
 294 2014-10-06 02:37:17 CodeShark has quit (Ping timeout: 244 seconds)
 295 2014-10-06 02:37:31 sdaftuar has joined
 296 2014-10-06 02:38:36 gcefbr has joined
 297 2014-10-06 02:41:51 sdaftuar has quit (Ping timeout: 250 seconds)
 298 2014-10-06 02:42:00 akstunt600 has quit (Read error: Connection reset by peer)
 299 2014-10-06 02:42:42 Subo1977_ has joined
 300 2014-10-06 02:43:04 akstunt600 has joined
 301 2014-10-06 02:43:23 Subo1977 has quit (Ping timeout: 264 seconds)
 302 2014-10-06 02:44:24 moshR has quit (Quit: WeeChat 1.0)
 303 2014-10-06 02:47:09 fanquake_ has joined
 304 2014-10-06 02:47:10 cbeams has joined
 305 2014-10-06 02:47:10 cbeams has quit (Changing host)
 306 2014-10-06 02:47:10 cbeams has joined
 307 2014-10-06 02:47:56 CodeShark has joined
 308 2014-10-06 02:49:00 fanquake has quit (Ping timeout: 240 seconds)
 309 2014-10-06 02:49:01 fanquake_ is now known as fanquake
 310 2014-10-06 02:49:10 bliljerk101 has joined
 311 2014-10-06 02:53:46 nessence has joined
 312 2014-10-06 02:55:51 weilu has quit (Remote host closed the connection)
 313 2014-10-06 02:57:41 <kuzetsa> xiando: ack -- v
 314 2014-10-06 02:57:44 <kuzetsa> oops
 315 2014-10-06 02:57:45 cbeams has quit (Ping timeout: 260 seconds)
 316 2014-10-06 02:57:54 <kuzetsa> xiando: my paste (ctrl + v) malfunctioned -- ack https://bugs.gentoo.org/show_bug.cgi?id=524512#c4
 317 2014-10-06 02:58:41 nessence has quit (Ping timeout: 260 seconds)
 318 2014-10-06 02:59:11 atgreen has quit (Remote host closed the connection)
 319 2014-10-06 03:02:23 CodeShark has quit (Ping timeout: 258 seconds)
 320 2014-10-06 03:02:31 justanotheruser has joined
 321 2014-10-06 03:11:13 MoALTz__ has quit (Ping timeout: 272 seconds)
 322 2014-10-06 03:11:49 Burrito has quit (Quit: Leaving)
 323 2014-10-06 03:12:04 Eiii has quit ()
 324 2014-10-06 03:19:21 RoboTeddy has joined
 325 2014-10-06 03:23:47 HaltingState has quit (Remote host closed the connection)
 326 2014-10-06 03:24:17 RoboTeddy has quit (Ping timeout: 272 seconds)
 327 2014-10-06 03:24:35 goykasi has quit (Quit: Leaving.)
 328 2014-10-06 03:27:54 one0one has joined
 329 2014-10-06 03:28:56 coinheavy has joined
 330 2014-10-06 03:31:51 ShawnLeary has joined
 331 2014-10-06 03:33:34 jujumax has joined
 332 2014-10-06 03:35:18 akstunt600 has quit (Read error: Connection reset by peer)
 333 2014-10-06 03:35:42 MiningBuddy has quit (Remote host closed the connection)
 334 2014-10-06 03:36:05 akstunt600 has joined
 335 2014-10-06 03:36:51 TheSeven has quit (Ping timeout: 260 seconds)
 336 2014-10-06 03:37:16 A has quit (an!~Alan@173.218.170.43|Ping timeout: 258 seconds)
 337 2014-10-06 03:38:07 TheSeven has joined
 338 2014-10-06 03:38:34 sdaftuar has joined
 339 2014-10-06 03:41:12 A has joined
 340 2014-10-06 03:43:00 sdaftuar has quit (Ping timeout: 240 seconds)
 341 2014-10-06 03:43:23 MiningBuddy has joined
 342 2014-10-06 03:49:13 mpmcsweeney is now known as mpm_
 343 2014-10-06 03:49:40 MiningBuddy has quit (Remote host closed the connection)
 344 2014-10-06 03:51:48 PRab has joined
 345 2014-10-06 03:52:58 jtimon has joined
 346 2014-10-06 03:53:42 nessence has joined
 347 2014-10-06 03:56:12 Belxjander has quit (Quit: Exit())
 348 2014-10-06 03:56:35 MiningBuddy has joined
 349 2014-10-06 03:58:41 nessence has quit (Ping timeout: 272 seconds)
 350 2014-10-06 04:05:16 derbumi_ has joined
 351 2014-10-06 04:05:28 use_zfs_yo has quit (Quit: Connection closed for inactivity)
 352 2014-10-06 04:05:30 bedeho has joined
 353 2014-10-06 04:06:09 derbumi has quit (Ping timeout: 244 seconds)
 354 2014-10-06 04:06:09 derbumi_ is now known as derbumi
 355 2014-10-06 04:06:46 dgenr8 has quit (Read error: Connection reset by peer)
 356 2014-10-06 04:07:30 dgenr8 has joined
 357 2014-10-06 04:09:00 jtimon has quit (Ping timeout: 240 seconds)
 358 2014-10-06 04:13:14 mrkent has joined
 359 2014-10-06 04:13:32 mrkent is now known as Guest60180
 360 2014-10-06 04:14:35 firepacket has joined
 361 2014-10-06 04:15:53 firepacket has quit (Remote host closed the connection)
 362 2014-10-06 04:17:09 firepacket has joined
 363 2014-10-06 04:20:11 RoboTeddy has joined
 364 2014-10-06 04:21:27 Belxjander has joined
 365 2014-10-06 04:24:30 RoboTeddy has quit (Ping timeout: 240 seconds)
 366 2014-10-06 04:24:50 ionstorm has quit (Remote host closed the connection)
 367 2014-10-06 04:28:37 akstunt600 has quit (Read error: Connection reset by peer)
 368 2014-10-06 04:29:42 akstunt600 has joined
 369 2014-10-06 04:29:45 NewLiberty has quit (Ping timeout: 272 seconds)
 370 2014-10-06 04:39:14 skelkeys has quit (Quit: Going offline, see ya! (www.adiirc.com))
 371 2014-10-06 04:39:33 sdaftuar has joined
 372 2014-10-06 04:42:10 MiningBuddy has quit (Remote host closed the connection)
 373 2014-10-06 04:42:14 Andymeows has joined
 374 2014-10-06 04:43:40 sdaftuar has quit (Ping timeout: 245 seconds)
 375 2014-10-06 04:45:15 Belxjander has quit (Quit: Exit())
 376 2014-10-06 04:45:41 alferz has joined
 377 2014-10-06 04:50:02 MiningBuddy has joined
 378 2014-10-06 04:50:30 dabura667 has joined
 379 2014-10-06 04:51:31 psgs is now known as psgs|away
 380 2014-10-06 04:53:04 ruukasu has quit (Quit: WeeChat 1.0.1)
 381 2014-10-06 04:53:45 nessence has joined
 382 2014-10-06 04:54:21 paveljanik has joined
 383 2014-10-06 04:58:51 nessence has quit (Ping timeout: 272 seconds)
 384 2014-10-06 04:59:24 Quanttek has joined
 385 2014-10-06 05:00:20 simondlr has joined
 386 2014-10-06 05:03:04 ruukasu has joined
 387 2014-10-06 05:04:01 kristofferR has quit (Quit: Textual IRC Client: www.textualapp.com)
 388 2014-10-06 05:05:18 Quanttek has quit (Ping timeout: 250 seconds)
 389 2014-10-06 05:09:46 torsthaldo has quit (Quit: Leaving.)
 390 2014-10-06 05:10:36 closer has quit (Ping timeout: 248 seconds)
 391 2014-10-06 05:12:06 closer has joined
 392 2014-10-06 05:16:41 MiningBuddy has quit (Remote host closed the connection)
 393 2014-10-06 05:20:03 nessence has joined
 394 2014-10-06 05:20:33 RagnarDanneskjol has joined
 395 2014-10-06 05:20:59 RoboTeddy has joined
 396 2014-10-06 05:21:02 Eiii has joined
 397 2014-10-06 05:21:40 nessence has quit (Read error: Connection reset by peer)
 398 2014-10-06 05:21:57 akstunt600 has quit (Read error: Connection reset by peer)
 399 2014-10-06 05:22:46 akstunt600 has joined
 400 2014-10-06 05:23:53 devrandom has joined
 401 2014-10-06 05:24:25 MiningBuddy has joined
 402 2014-10-06 05:24:25 MiningBuddy has quit (Changing host)
 403 2014-10-06 05:24:25 MiningBuddy has joined
 404 2014-10-06 05:25:38 W0rmDr1nk has quit (Ping timeout: 246 seconds)
 405 2014-10-06 05:25:41 RoboTeddy has quit (Ping timeout: 260 seconds)
 406 2014-10-06 05:28:37 espringe has quit (Quit: espringe)
 407 2014-10-06 05:30:20 derbumi has quit (Quit: derbumi)
 408 2014-10-06 05:33:25 chaosagent has quit (Ping timeout: 258 seconds)
 409 2014-10-06 05:34:10 jujumax has quit (Remote host closed the connection)
 410 2014-10-06 05:34:43 jujumax has joined
 411 2014-10-06 05:34:50 jtimon has joined
 412 2014-10-06 05:35:32 Diablo-D3 has joined
 413 2014-10-06 05:37:14 chaosagent has joined
 414 2014-10-06 05:39:23 jujumax has quit (Ping timeout: 272 seconds)
 415 2014-10-06 05:39:27 sipa has joined
 416 2014-10-06 05:40:01 cym has quit (Ping timeout: 272 seconds)
 417 2014-10-06 05:40:02 sdaftuar has joined
 418 2014-10-06 05:44:53 sdaftuar has quit (Ping timeout: 272 seconds)
 419 2014-10-06 05:46:30 paveljanik has quit (Ping timeout: 245 seconds)
 420 2014-10-06 05:47:06 xdotcomm_ has joined
 421 2014-10-06 05:51:26 xdotcommer has quit (Ping timeout: 272 seconds)
 422 2014-10-06 05:52:04 jchp has quit (Ping timeout: 272 seconds)
 423 2014-10-06 05:52:29 jchp has joined
 424 2014-10-06 05:53:48 nessence has joined
 425 2014-10-06 05:55:18 mpm_ has quit (Remote host closed the connection)
 426 2014-10-06 05:55:44 mpm_ has joined
 427 2014-10-06 05:56:00 W0rmDr1nk has joined
 428 2014-10-06 05:58:20 nessence has quit (Ping timeout: 258 seconds)
 429 2014-10-06 06:00:41 mpm_ has quit (Ping timeout: 260 seconds)
 430 2014-10-06 06:06:47 johnsoft has quit (Read error: Connection reset by peer)
 431 2014-10-06 06:08:16 jtimon_ has joined
 432 2014-10-06 06:08:30 ValiantThor has quit (Ping timeout: 240 seconds)
 433 2014-10-06 06:09:02 ValiantThor has joined
 434 2014-10-06 06:10:19 aliasaila_ has joined
 435 2014-10-06 06:11:35 won9 has quit (Quit: won9)
 436 2014-10-06 06:11:48 tombtc has quit (Quit: quit)
 437 2014-10-06 06:12:34 patcon has quit (Remote host closed the connection)
 438 2014-10-06 06:13:37 aliasaila has quit (Ping timeout: 272 seconds)
 439 2014-10-06 06:13:39 johnsoft has joined
 440 2014-10-06 06:14:48 jtimon has quit (Read error: Connection reset by peer)
 441 2014-10-06 06:15:17 akstunt600 has quit (Read error: Connection reset by peer)
 442 2014-10-06 06:16:04 akstunt600 has joined
 443 2014-10-06 06:16:58 AndyOfiesh has joined
 444 2014-10-06 06:21:15 RoboTeddy has joined
 445 2014-10-06 06:22:51 RoboTeddy has quit (Read error: Connection reset by peer)
 446 2014-10-06 06:22:57 RoboTedd_ has joined
 447 2014-10-06 06:24:05 makomk has joined
 448 2014-10-06 06:28:06 Adlai has joined
 449 2014-10-06 06:35:18 xdotcomm_ is now known as xdothater
 450 2014-10-06 06:36:18 SebSebastian has quit (Ping timeout: 250 seconds)
 451 2014-10-06 06:39:34 Ostkaka has joined
 452 2014-10-06 06:39:40 neozaru has joined
 453 2014-10-06 06:41:03 sdaftuar has joined
 454 2014-10-06 06:42:08 waxwing has quit (Ping timeout: 272 seconds)
 455 2014-10-06 06:43:47 W0rmDr1nk has quit (Ping timeout: 272 seconds)
 456 2014-10-06 06:44:55 lclc_bnc is now known as lclc
 457 2014-10-06 06:44:56 NLNico has joined
 458 2014-10-06 06:45:06 msvb-lab has joined
 459 2014-10-06 06:45:55 sdaftuar has quit (Ping timeout: 272 seconds)
 460 2014-10-06 06:46:49 cym has joined
 461 2014-10-06 06:47:10 bedeho has quit (Ping timeout: 272 seconds)
 462 2014-10-06 06:53:15 ericmuyser has joined
 463 2014-10-06 06:53:28 goykasi has joined
 464 2014-10-06 06:53:28 ericmuyser has quit (Read error: Connection reset by peer)
 465 2014-10-06 06:53:40 goykasi has quit (Client Quit)
 466 2014-10-06 06:53:47 nessence has joined
 467 2014-10-06 06:53:59 ericmuyser has joined
 468 2014-10-06 06:54:11 dabura667 has quit (Quit: Connection closed for inactivity)
 469 2014-10-06 06:58:00 nessence has quit (Ping timeout: 240 seconds)
 470 2014-10-06 06:58:08 W0rmDr1nk has joined
 471 2014-10-06 07:00:33 ToryJujube has quit (Read error: Connection reset by peer)
 472 2014-10-06 07:01:10 omefire has quit (Read error: Connection reset by peer)
 473 2014-10-06 07:01:41 ToryJujube has joined
 474 2014-10-06 07:02:00 Ostkaka has quit (Ping timeout: 240 seconds)
 475 2014-10-06 07:04:23 ericmuyser has quit (Read error: Connection reset by peer)
 476 2014-10-06 07:04:58 ericmuyser has joined
 477 2014-10-06 07:06:45 Blackreign has joined
 478 2014-10-06 07:08:37 akstunt600 has quit (Read error: Connection reset by peer)
 479 2014-10-06 07:09:25 akstunt600 has joined
 480 2014-10-06 07:12:22 paveljanik has joined
 481 2014-10-06 07:13:14 omefire1 has joined
 482 2014-10-06 07:15:55 neozaru has quit (Remote host closed the connection)
 483 2014-10-06 07:16:54 DougieBot5000 has quit (Quit: Leaving)
 484 2014-10-06 07:17:19 DanMAbraham has joined
 485 2014-10-06 07:17:26 Zifre_ has joined
 486 2014-10-06 07:21:05 shadowbroker has quit (Remote host closed the connection)
 487 2014-10-06 07:21:15 phoenix54 has quit (Quit: phoenix54)
 488 2014-10-06 07:21:27 Zifre has quit (Ping timeout: 244 seconds)
 489 2014-10-06 07:22:05 kristofferR has joined
 490 2014-10-06 07:23:04 Grouver has joined
 491 2014-10-06 07:29:25 Andymeows has quit (Ping timeout: 245 seconds)
 492 2014-10-06 07:29:25 gdm85 has joined
 493 2014-10-06 07:29:51 Eiii has quit ()
 494 2014-10-06 07:30:48 derbumi has joined
 495 2014-10-06 07:40:37 phoenix54 has joined
 496 2014-10-06 07:40:55 waxwing has joined
 497 2014-10-06 07:41:31 sdaftuar has joined
 498 2014-10-06 07:45:40 RoboTeddy has joined
 499 2014-10-06 07:45:44 sdaftuar has quit (Ping timeout: 244 seconds)
 500 2014-10-06 07:48:07 cbeams has joined
 501 2014-10-06 07:48:07 cbeams has quit (Changing host)
 502 2014-10-06 07:48:07 cbeams has joined
 503 2014-10-06 07:49:01 RoboTedd_ has quit (Ping timeout: 240 seconds)
 504 2014-10-06 07:53:01 chaosagent has quit (Ping timeout: 240 seconds)
 505 2014-10-06 07:53:04 lclc is now known as lclc_bnc
 506 2014-10-06 07:53:45 nessence has joined
 507 2014-10-06 07:54:03 Eagle[TM] has joined
 508 2014-10-06 07:54:41 jtimon_ has quit (Quit: No Ping reply in 180 seconds.)
 509 2014-10-06 07:55:40 kristofferR has quit (Quit: Textual IRC Client: www.textualapp.com)
 510 2014-10-06 07:57:11 Ostkaka has joined
 511 2014-10-06 07:57:26 Belxjander has joined
 512 2014-10-06 07:57:31 ToryJujube has quit (Remote host closed the connection)
 513 2014-10-06 07:58:10 nessence has quit (Ping timeout: 245 seconds)
 514 2014-10-06 07:58:25 jtimon has joined
 515 2014-10-06 08:01:57 akstunt600 has quit (Read error: Connection reset by peer)
 516 2014-10-06 08:02:59 akstunt600 has joined
 517 2014-10-06 08:06:47 rubensayshi has joined
 518 2014-10-06 08:07:12 tarantillo_ has quit (Remote host closed the connection)
 519 2014-10-06 08:07:18 msvb-lab has quit (Quit: msvb-lab)
 520 2014-10-06 08:07:30 tarantillo_ has joined
 521 2014-10-06 08:09:04 AaronvanW has joined
 522 2014-10-06 08:11:05 CheckDavid has joined
 523 2014-10-06 08:12:30 Ostkaka has quit (Ping timeout: 258 seconds)
 524 2014-10-06 08:15:05 Ostkaka has joined
 525 2014-10-06 08:19:56 robonerd has quit (Ping timeout: 246 seconds)
 526 2014-10-06 08:21:18 robonerd has joined
 527 2014-10-06 08:22:10 timothy has joined
 528 2014-10-06 08:24:04 lclc_bnc is now known as lclc
 529 2014-10-06 08:24:31 MiningBuddy has quit (Remote host closed the connection)
 530 2014-10-06 08:24:34 AndyOfiesh has quit (Ping timeout: 256 seconds)
 531 2014-10-06 08:27:01 johnsoft has quit (Ping timeout: 240 seconds)
 532 2014-10-06 08:27:37 johnsoft has joined
 533 2014-10-06 08:27:58 davout has joined
 534 2014-10-06 08:32:09 MiningBuddy has joined
 535 2014-10-06 08:33:06 tjopper has joined
 536 2014-10-06 08:36:05 jtimon has quit (Read error: No route to host)
 537 2014-10-06 08:40:15 Ostkaka has quit (Ping timeout: 245 seconds)
 538 2014-10-06 08:42:31 sdaftuar has joined
 539 2014-10-06 08:43:31 bliljerk101 has quit (Quit: Leaving...)
 540 2014-10-06 08:47:00 sdaftuar has quit (Ping timeout: 245 seconds)
 541 2014-10-06 08:47:23 vmatekole has joined
 542 2014-10-06 08:49:14 SebSebastian has joined
 543 2014-10-06 08:50:08 thief has joined
 544 2014-10-06 08:50:28 banghouse has quit (Remote host closed the connection)
 545 2014-10-06 08:50:35 bedeho has joined
 546 2014-10-06 08:51:32 rdbell has joined
 547 2014-10-06 08:52:49 realtime has quit (Ping timeout: 260 seconds)
 548 2014-10-06 08:53:46 nessence has joined
 549 2014-10-06 08:55:18 akstunt600 has quit (Read error: Connection reset by peer)
 550 2014-10-06 08:55:44 benrcole has joined
 551 2014-10-06 08:56:03 akstunt600 has joined
 552 2014-10-06 08:57:00 benrcole1 has joined
 553 2014-10-06 08:58:01 nessence has quit (Ping timeout: 240 seconds)
 554 2014-10-06 09:00:01 benrcole has quit (Ping timeout: 240 seconds)
 555 2014-10-06 09:02:57 DanMAbraham has quit (Quit: Daniel Michael Abraham (T: twitter.com/danmabraham follow @danmabraham FB: facebook.com/daniel.mystory add daniel mystory))
 556 2014-10-06 09:07:08 graingert has joined
 557 2014-10-06 09:09:33 thief has quit (Read error: Connection reset by peer)
 558 2014-10-06 09:23:24 sarid has quit (Ping timeout: 272 seconds)
 559 2014-10-06 09:24:48 karc has quit (Ping timeout: 264 seconds)
 560 2014-10-06 09:26:49 aschildbach has joined
 561 2014-10-06 09:27:52 joss_ has joined
 562 2014-10-06 09:32:05 Trix has joined
 563 2014-10-06 09:35:42 trixisowned has quit (Ping timeout: 258 seconds)
 564 2014-10-06 09:43:03 sdaftuar has joined
 565 2014-10-06 09:47:53 sdaftuar has quit (Ping timeout: 260 seconds)
 566 2014-10-06 09:48:41 akstunt600 has quit (Read error: Connection reset by peer)
 567 2014-10-06 09:49:38 akstunt600 has joined
 568 2014-10-06 09:52:42 t7 has joined
 569 2014-10-06 09:53:45 nessence has joined
 570 2014-10-06 09:55:41 chmod755 has joined
 571 2014-10-06 09:58:00 nessence has quit (Ping timeout: 244 seconds)
 572 2014-10-06 10:01:35 NLNico has quit (Quit: Leaving)
 573 2014-10-06 10:02:16 Trix is now known as trixisowned
 574 2014-10-06 10:05:41 zikomoto has quit (Ping timeout: 260 seconds)
 575 2014-10-06 10:06:48 darkee has quit (Ping timeout: 264 seconds)
 576 2014-10-06 10:07:32 kristofferR has joined
 577 2014-10-06 10:09:02 derbumi has quit (Quit: derbumi)
 578 2014-10-06 10:11:24 OneMiner2 has joined
 579 2014-10-06 10:11:47 djcoin_ has quit (Quit: djcoin_)
 580 2014-10-06 10:12:31 benrcole has joined
 581 2014-10-06 10:14:25 benrcole1 has quit (Ping timeout: 258 seconds)
 582 2014-10-06 10:14:27 jzk1 has quit (Quit: K-Lined)
 583 2014-10-06 10:14:44 OneMiner1 has quit (Ping timeout: 246 seconds)
 584 2014-10-06 10:15:54 cbeams_ has joined
 585 2014-10-06 10:18:08 zikomoto has joined
 586 2014-10-06 10:18:08 zikomoto has quit (Changing host)
 587 2014-10-06 10:18:08 zikomoto has joined
 588 2014-10-06 10:18:40 cbeams has quit (Ping timeout: 260 seconds)
 589 2014-10-06 10:25:38 NewLiberty has joined
 590 2014-10-06 10:27:58 Namworld has joined
 591 2014-10-06 10:30:08 NewLiberty has quit (Ping timeout: 272 seconds)
 592 2014-10-06 10:32:17 Skirmant has quit (Disconnected by services)
 593 2014-10-06 10:32:17 tnamrikS has joined
 594 2014-10-06 10:33:09 torsthaldo has joined
 595 2014-10-06 10:35:03 nessence has joined
 596 2014-10-06 10:35:40 ruukasu has quit (Ping timeout: 245 seconds)
 597 2014-10-06 10:38:03 daybyter has joined
 598 2014-10-06 10:40:58 wallet42 has joined
 599 2014-10-06 10:41:55 akstunt600 has quit (Read error: Connection reset by peer)
 600 2014-10-06 10:42:42 akstunt600 has joined
 601 2014-10-06 10:44:02 sdaftuar has joined
 602 2014-10-06 10:44:31 peck has quit (Disconnected by services)
 603 2014-10-06 10:45:50 okae has joined
 604 2014-10-06 10:49:06 sdaftuar has quit (Ping timeout: 272 seconds)
 605 2014-10-06 10:51:03 banghouse has joined
 606 2014-10-06 10:54:20 thermoman has quit (Quit: Bye)
 607 2014-10-06 10:55:34 hearn has joined
 608 2014-10-06 10:56:06 msvb-lab has joined
 609 2014-10-06 10:56:42 banghouse has quit (Ping timeout: 272 seconds)
 610 2014-10-06 10:58:05 HaltingState has joined
 611 2014-10-06 10:59:14 thermoman has joined
 612 2014-10-06 10:59:45 derbumi has joined
 613 2014-10-06 11:01:49 cbeams_ has quit ()
 614 2014-10-06 11:02:04 cbeams has joined
 615 2014-10-06 11:09:16 won9 has joined
 616 2014-10-06 11:20:34 nessence has quit (Remote host closed the connection)
 617 2014-10-06 11:20:35 coinheavy has quit ()
 618 2014-10-06 11:21:12 Adlai has quit (Ping timeout: 264 seconds)
 619 2014-10-06 11:22:50 NewLiberty has joined
 620 2014-10-06 11:24:11 nessence has joined
 621 2014-10-06 11:25:46 cbeams has quit (Remote host closed the connection)
 622 2014-10-06 11:26:46 papa has joined
 623 2014-10-06 11:28:36 tnamrikS has quit (Quit: (。-ω-) zzz..)
 624 2014-10-06 11:31:45 lmatteis has joined
 625 2014-10-06 11:34:20 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 626 2014-10-06 11:35:18 akstunt600 has quit (Read error: Connection reset by peer)
 627 2014-10-06 11:35:56 <Anduck> would it be good if wallets stopped displaying like, less than 500 satoshi transactions? it could be modifiable limit
 628 2014-10-06 11:35:59 Raziel has joined
 629 2014-10-06 11:36:06 akstunt600 has joined
 630 2014-10-06 11:36:13 <Anduck> then that 1-satoshi spam wouldnt reach the targets
 631 2014-10-06 11:36:19 <Anduck> ( on default)
 632 2014-10-06 11:36:36 <Anduck> also users wouldnt need to be annoyed by the dust they can't ever use
 633 2014-10-06 11:39:26 <wumpus> at least bitcoin core already rejects transactions with outputs below the dust limit (5400 satoshis or so)
 634 2014-10-06 11:39:37 tom99 has quit (Read error: Connection reset by peer)
 635 2014-10-06 11:39:57 cbeams has joined
 636 2014-10-06 11:39:57 cbeams has quit (Changing host)
 637 2014-10-06 11:39:57 cbeams has joined
 638 2014-10-06 11:40:45 tom99 has joined
 639 2014-10-06 11:40:52 <wumpus> no clue about other wallets, but sounds like something that would be trivial to implement
 640 2014-10-06 11:40:59 benrcole1 has joined
 641 2014-10-06 11:42:27 benrcole1 has left ()
 642 2014-10-06 11:43:35 benrcole has quit (Ping timeout: 272 seconds)
 643 2014-10-06 11:44:06 hearn has joined
 644 2014-10-06 11:44:35 sdaftuar has joined
 645 2014-10-06 11:49:13 sdaftuar has quit (Ping timeout: 260 seconds)
 646 2014-10-06 11:52:29 shesek has joined
 647 2014-10-06 11:54:01 IrishGringo has joined
 648 2014-10-06 11:58:51 goykasi has joined
 649 2014-10-06 11:59:04 PRab has quit (Ping timeout: 258 seconds)
 650 2014-10-06 12:01:04 derbumi has quit (Quit: derbumi)
 651 2014-10-06 12:05:07 derbumi has joined
 652 2014-10-06 12:10:24 papa has quit (Ping timeout: 264 seconds)
 653 2014-10-06 12:13:32 MiningBuddy has quit (Remote host closed the connection)
 654 2014-10-06 12:14:01 hearn has quit (Ping timeout: 260 seconds)
 655 2014-10-06 12:14:36 jgarzik is now known as jgarzik_
 656 2014-10-06 12:19:42 btcoin489 has quit (Ping timeout: 246 seconds)
 657 2014-10-06 12:20:35 jzk1 has joined
 658 2014-10-06 12:21:17 MiningBuddy has joined
 659 2014-10-06 12:21:17 MiningBuddy has quit (Changing host)
 660 2014-10-06 12:21:17 MiningBuddy has joined
 661 2014-10-06 12:23:59 hearn has joined
 662 2014-10-06 12:24:22 jwoglom has quit (Quit: WeeChat 0.4.3)
 663 2014-10-06 12:26:54 jwoglom has joined
 664 2014-10-06 12:28:37 akstunt600 has quit (Read error: Connection reset by peer)
 665 2014-10-06 12:29:20 akstunt600 has joined
 666 2014-10-06 12:30:11 erasmospunk has joined
 667 2014-10-06 12:32:23 MiningBuddy has quit (Remote host closed the connection)
 668 2014-10-06 12:32:58 jordandotdev has quit (Quit: Connection closed for inactivity)
 669 2014-10-06 12:34:26 benrcole has joined
 670 2014-10-06 12:34:35 benrcole has left ()
 671 2014-10-06 12:37:01 paveljanik has quit (Ping timeout: 258 seconds)
 672 2014-10-06 12:37:04 papa has joined
 673 2014-10-06 12:37:10 paveljanik has joined
 674 2014-10-06 12:40:07 MiningBuddy has joined
 675 2014-10-06 12:41:00 mrkent3 has quit (Ping timeout: 260 seconds)
 676 2014-10-06 12:42:55 maraoz has joined
 677 2014-10-06 12:44:33 cbeams has quit (Remote host closed the connection)
 678 2014-10-06 12:44:40 cbeams has joined
 679 2014-10-06 12:44:40 cbeams has quit (Changing host)
 680 2014-10-06 12:44:40 cbeams has joined
 681 2014-10-06 12:45:35 sdaftuar has joined
 682 2014-10-06 12:45:57 banghouse has joined
 683 2014-10-06 12:45:59 uber has quit (Changing host)
 684 2014-10-06 12:45:59 uber has joined
 685 2014-10-06 12:48:31 Andymeows has joined
 686 2014-10-06 12:51:01 ruukasu has joined
 687 2014-10-06 12:53:44 sdaftuar has quit (Ping timeout: 250 seconds)
 688 2014-10-06 12:54:47 msvb-lab has quit (Quit: msvb-lab)
 689 2014-10-06 12:56:36 papa has quit (Ping timeout: 264 seconds)
 690 2014-10-06 12:57:43 espringe has joined
 691 2014-10-06 12:57:43 goykasi has quit (Quit: Leaving.)
 692 2014-10-06 12:57:45 MiningBuddy has quit (Remote host closed the connection)
 693 2014-10-06 12:59:44 one0one has quit ()
 694 2014-10-06 13:01:32 YoY has quit (Ping timeout: 260 seconds)
 695 2014-10-06 13:03:23 msvb-lab has joined
 696 2014-10-06 13:04:40 YoY has joined
 697 2014-10-06 13:04:48 imfaust has joined
 698 2014-10-06 13:05:01 Andymeows has quit (Ping timeout: 240 seconds)
 699 2014-10-06 13:05:28 MiningBuddy has joined
 700 2014-10-06 13:05:34 MiningBuddy has quit (Changing host)
 701 2014-10-06 13:05:34 MiningBuddy has joined
 702 2014-10-06 13:10:20 kermit has quit (Quit: Leaving.)
 703 2014-10-06 13:11:14 kermit has joined
 704 2014-10-06 13:14:02 viic has quit (Quit: WeeChat 0.4.3)
 705 2014-10-06 13:15:13 viic has joined
 706 2014-10-06 13:15:33 viic has quit (Client Quit)
 707 2014-10-06 13:16:15 viic has joined
 708 2014-10-06 13:16:17 won9 has quit (Quit: won9)
 709 2014-10-06 13:16:58 txfn has joined
 710 2014-10-06 13:17:55 goykasi has joined
 711 2014-10-06 13:19:22 Squidicc has joined
 712 2014-10-06 13:21:57 akstunt600 has quit (Read error: Connection reset by peer)
 713 2014-10-06 13:22:55 akstunt600 has joined
 714 2014-10-06 13:23:01 Squidicuz has quit (Ping timeout: 258 seconds)
 715 2014-10-06 13:25:58 jujumax has joined
 716 2014-10-06 13:26:21 Zarutian has joined
 717 2014-10-06 13:27:43 MiningBuddy has quit (Remote host closed the connection)
 718 2014-10-06 13:28:18 tjopper has quit (Read error: Connection reset by peer)
 719 2014-10-06 13:30:45 cbeams has quit (Remote host closed the connection)
 720 2014-10-06 13:32:05 papa has joined
 721 2014-10-06 13:33:23 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 722 2014-10-06 13:34:42 goykasi has quit (Quit: Leaving.)
 723 2014-10-06 13:35:24 MiningBuddy has joined
 724 2014-10-06 13:35:33 MiningBuddy has quit (Changing host)
 725 2014-10-06 13:35:33 MiningBuddy has joined
 726 2014-10-06 13:36:33 YoY has quit (Ping timeout: 260 seconds)
 727 2014-10-06 13:39:18 YoY has joined
 728 2014-10-06 13:39:18 mpm_ has joined
 729 2014-10-06 13:40:26 agricocb has quit (Quit: Leaving.)
 730 2014-10-06 13:40:35 okae has quit (Quit: bye bye.)
 731 2014-10-06 13:42:22 erasmospunk has quit (Read error: Connection reset by peer)
 732 2014-10-06 13:42:28 Andymeows has joined
 733 2014-10-06 13:42:47 erasmospunk has joined
 734 2014-10-06 13:42:52 okae has joined
 735 2014-10-06 13:44:04 MoALTz has joined
 736 2014-10-06 13:44:10 Andrewmeows has joined
 737 2014-10-06 13:44:48 [1]tom99 has joined
 738 2014-10-06 13:45:50 wallet42 has quit (Quit: Leaving.)
 739 2014-10-06 13:45:52  has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 260 seconds)
 740 2014-10-06 13:46:16 ionstorm has joined
 741 2014-10-06 13:46:38 NewLiberty has quit (Read error: Connection reset by peer)
 742 2014-10-06 13:46:53 Andymeows has quit (Ping timeout: 260 seconds)
 743 2014-10-06 13:47:01 tom99 has quit (Ping timeout: 240 seconds)
 744 2014-10-06 13:47:01 [1]tom99 is now known as tom99
 745 2014-10-06 13:48:05 MiningBuddy has quit (Remote host closed the connection)
 746 2014-10-06 13:48:41 Andrewmeows has quit (Ping timeout: 245 seconds)
 747 2014-10-06 13:48:55 AndyOfiesh has joined
 748 2014-10-06 13:49:06 ruukasu has quit (Quit: WeeChat 1.0.1)
 749 2014-10-06 13:49:09 hearn has joined
 750 2014-10-06 13:49:39 ruukasu has joined
 751 2014-10-06 13:50:21 sdaftuar has joined
 752 2014-10-06 13:50:30 wallet42 has joined
 753 2014-10-06 13:50:33 wallet42 has quit (Changing host)
 754 2014-10-06 13:50:33 wallet42 has joined
 755 2014-10-06 13:53:23  has joined
 756 2014-10-06 13:53:23  has quit (Clown|!~clown@2001-4dd0-203e-1-d92e-2986-777b-51cc.ipv6dyn.netcologne.de|Changing host)
 757 2014-10-06 13:53:23  has joined
 758 2014-10-06 13:53:29 wallet42 has quit (Client Quit)
 759 2014-10-06 13:54:50 sdaftuar has quit (Ping timeout: 258 seconds)
 760 2014-10-06 13:54:55 MiningBuddy has joined
 761 2014-10-06 13:57:45 hearn_ has joined
 762 2014-10-06 13:58:14 jgarzik has joined
 763 2014-10-06 13:58:55 ruukasu has quit (Read error: Connection reset by peer)
 764 2014-10-06 13:59:26 hearn has quit (Ping timeout: 246 seconds)
 765 2014-10-06 14:01:58 fanquake has left ()
 766 2014-10-06 14:04:00 atgreen has joined
 767 2014-10-06 14:05:14 xenog has joined
 768 2014-10-06 14:05:21 aliasaila_ has quit (Quit: Leaving)
 769 2014-10-06 14:07:01 cbeams has joined
 770 2014-10-06 14:08:00 agricocb has joined
 771 2014-10-06 14:08:48 karc has joined
 772 2014-10-06 14:09:40 hearn_ has quit (Ping timeout: 260 seconds)
 773 2014-10-06 14:10:23 oPen_syLar has joined
 774 2014-10-06 14:10:33 oPen_syLar has quit (Changing host)
 775 2014-10-06 14:10:33 oPen_syLar has joined
 776 2014-10-06 14:10:34 hearn has joined
 777 2014-10-06 14:11:06 cbeams has quit (Remote host closed the connection)
 778 2014-10-06 14:11:12 cbeams has joined
 779 2014-10-06 14:11:12 cbeams has quit (Changing host)
 780 2014-10-06 14:11:12 cbeams has joined
 781 2014-10-06 14:11:28 gavinandresen_ has joined
 782 2014-10-06 14:15:14 akstunt600 has quit (Read error: Connection reset by peer)
 783 2014-10-06 14:16:00 akstunt600 has joined
 784 2014-10-06 14:17:05 btiefert has quit (Read error: Connection reset by peer)
 785 2014-10-06 14:18:44 txfn has quit (Remote host closed the connection)
 786 2014-10-06 14:20:09 aliasaila has joined
 787 2014-10-06 14:20:17 benrcole1 has joined
 788 2014-10-06 14:20:44 Andymeows has joined
 789 2014-10-06 14:22:49 Adlai has joined
 790 2014-10-06 14:23:02 Andrewmeows has joined
 791 2014-10-06 14:25:33 Andymeows has quit (Ping timeout: 260 seconds)
 792 2014-10-06 14:27:00 hearn has quit (Ping timeout: 272 seconds)
 793 2014-10-06 14:30:52 papa2 has joined
 794 2014-10-06 14:31:36 hearn has joined
 795 2014-10-06 14:32:36 papa has quit (Ping timeout: 264 seconds)
 796 2014-10-06 14:35:01 Andrewmeows has quit (Ping timeout: 240 seconds)
 797 2014-10-06 14:36:23 ruukasu has joined
 798 2014-10-06 14:36:43 NewLiberty has joined
 799 2014-10-06 14:37:46 IrishGringo has quit (Ping timeout: 272 seconds)
 800 2014-10-06 14:37:58 elichai2 has joined
 801 2014-10-06 14:38:22 ericmuyser has quit (Remote host closed the connection)
 802 2014-10-06 14:38:35 ericmuyser has joined
 803 2014-10-06 14:40:54 DougieBot5000 has joined
 804 2014-10-06 14:43:00 ruukasu has quit (Quit: WeeChat 1.0.1)
 805 2014-10-06 14:47:44 viajero has joined
 806 2014-10-06 14:48:08 gfawkes has joined
 807 2014-10-06 14:48:40 Andymeows has joined
 808 2014-10-06 14:50:58 sdaftuar has joined
 809 2014-10-06 14:53:01 Andymeows has quit (Ping timeout: 240 seconds)
 810 2014-10-06 14:53:17 jedunnigan has joined
 811 2014-10-06 14:54:13 robbak has quit (Ping timeout: 272 seconds)
 812 2014-10-06 14:54:46 mpm_ has quit (Remote host closed the connection)
 813 2014-10-06 14:55:05 sdaftuar has quit (Ping timeout: 244 seconds)
 814 2014-10-06 14:55:13 mpm_ has joined
 815 2014-10-06 14:55:59 MiningBuddy has quit (Remote host closed the connection)
 816 2014-10-06 14:56:12 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 817 2014-10-06 14:57:40 W0rmDr1nk has quit (Ping timeout: 244 seconds)
 818 2014-10-06 14:57:48 robbak has joined
 819 2014-10-06 14:57:48 robbak has quit (Changing host)
 820 2014-10-06 14:57:48 robbak has joined
 821 2014-10-06 14:59:55 mpm_ has quit (Ping timeout: 272 seconds)
 822 2014-10-06 15:00:40 hearn has joined
 823 2014-10-06 15:01:17 benrcole1 has quit (Ping timeout: 244 seconds)
 824 2014-10-06 15:01:29 benrcole has joined
 825 2014-10-06 15:01:58 eristisk has quit (Remote host closed the connection)
 826 2014-10-06 15:02:18 cym has quit (Ping timeout: 258 seconds)
 827 2014-10-06 15:02:19 ValiantThor has quit (Ping timeout: 244 seconds)
 828 2014-10-06 15:02:47 eristisk has joined
 829 2014-10-06 15:02:52 oPen_syLar has quit (Ping timeout: 260 seconds)
 830 2014-10-06 15:03:38 HANTI is now known as hanti
 831 2014-10-06 15:03:38 MiningBuddy has joined
 832 2014-10-06 15:07:32 imfaust has quit (Ping timeout: 260 seconds)
 833 2014-10-06 15:08:16 jujumax has quit (Remote host closed the connection)
 834 2014-10-06 15:08:34 akstunt600 has quit (Read error: Connection reset by peer)
 835 2014-10-06 15:08:52 jujumax has joined
 836 2014-10-06 15:09:33 akstunt600 has joined
 837 2014-10-06 15:11:03 Cryo has joined
 838 2014-10-06 15:11:03 Cryo has quit (Changing host)
 839 2014-10-06 15:11:03 Cryo has joined
 840 2014-10-06 15:12:06 viajero has left ()
 841 2014-10-06 15:13:08 Quanttek has joined
 842 2014-10-06 15:13:38 jujumax has quit (Ping timeout: 272 seconds)
 843 2014-10-06 15:15:07 IrishGringo has joined
 844 2014-10-06 15:17:25 zwischenzug2 has joined
 845 2014-10-06 15:19:30 imfaust has joined
 846 2014-10-06 15:19:52 cbeams has quit (Remote host closed the connection)
 847 2014-10-06 15:20:16 zwischenzug has quit (Ping timeout: 245 seconds)
 848 2014-10-06 15:20:19 cbeams has joined
 849 2014-10-06 15:20:33 cbeams has quit (Changing host)
 850 2014-10-06 15:20:33 cbeams has joined
 851 2014-10-06 15:21:11 nessence_ has joined
 852 2014-10-06 15:24:00 nessence has quit (Ping timeout: 272 seconds)
 853 2014-10-06 15:24:20 nessence has joined
 854 2014-10-06 15:24:37 nessence has quit (Read error: Connection reset by peer)
 855 2014-10-06 15:24:55 cbeams has quit (Ping timeout: 258 seconds)
 856 2014-10-06 15:25:15 nessence has joined
 857 2014-10-06 15:26:07 jujumax has joined
 858 2014-10-06 15:26:31 nessence_ has quit (Ping timeout: 240 seconds)
 859 2014-10-06 15:27:11 oujh has quit (Read error: Connection reset by peer)
 860 2014-10-06 15:27:46 AndyOfiesh has quit (Read error: Connection reset by peer)
 861 2014-10-06 15:29:30 Subo1977 has joined
 862 2014-10-06 15:30:01 lclc is now known as lclc_bnc
 863 2014-10-06 15:30:32 benrcole1 has joined
 864 2014-10-06 15:30:44 cym has joined
 865 2014-10-06 15:31:36 benrcole has quit (Ping timeout: 272 seconds)
 866 2014-10-06 15:31:56 johnsoft has quit (Ping timeout: 245 seconds)
 867 2014-10-06 15:32:20 brson has joined
 868 2014-10-06 15:32:26 johnsoft has joined
 869 2014-10-06 15:33:48 Subo1977_ has quit (Ping timeout: 264 seconds)
 870 2014-10-06 15:36:13 paveljanik has quit (Quit: This computer has gone to sleep)
 871 2014-10-06 15:37:47 daybyter has quit (Quit: Konversation terminated!)
 872 2014-10-06 15:38:27 Aido_ has joined
 873 2014-10-06 15:39:45 johnsoft has quit (Ping timeout: 260 seconds)
 874 2014-10-06 15:39:49 Aido has quit (Ping timeout: 260 seconds)
 875 2014-10-06 15:40:32 johnsoft has joined
 876 2014-10-06 15:43:44 puszl has quit (Quit: Leaving)
 877 2014-10-06 15:44:36 gcefbr_ has joined
 878 2014-10-06 15:45:04 gcefbr_ has quit (Read error: Connection reset by peer)
 879 2014-10-06 15:45:38 Grouver has quit (Quit: Leaving)
 880 2014-10-06 15:46:10 johnsoft has quit (Ping timeout: 272 seconds)
 881 2014-10-06 15:47:03 johnsoft has joined
 882 2014-10-06 15:48:03 gcefbr has quit (Ping timeout: 272 seconds)
 883 2014-10-06 15:49:58 vmatekol_ has joined
 884 2014-10-06 15:50:01 vmatekole has quit (Read error: Connection reset by peer)
 885 2014-10-06 15:50:44 profreid has joined
 886 2014-10-06 15:52:00 sdaftuar has joined
 887 2014-10-06 15:54:59 cbeams has joined
 888 2014-10-06 15:54:59 cbeams has quit (Changing host)
 889 2014-10-06 15:54:59 cbeams has joined
 890 2014-10-06 15:56:11 sdaftuar has quit (Ping timeout: 245 seconds)
 891 2014-10-06 15:56:14 Dr-G2 is now known as Dr-G
 892 2014-10-06 15:58:38 goldslash has quit (Quit: goldslash)
 893 2014-10-06 15:59:31 ribasushi has quit (Ping timeout: 245 seconds)
 894 2014-10-06 15:59:56 codice has quit (Ping timeout: 245 seconds)
 895 2014-10-06 16:00:41 RagnarDanneskjol has quit (Ping timeout: 245 seconds)
 896 2014-10-06 16:01:38 elichai2 has quit (Changing host)
 897 2014-10-06 16:01:38 elichai2 has joined
 898 2014-10-06 16:01:54 akstunt600 has quit (Read error: Connection reset by peer)
 899 2014-10-06 16:01:54 codice has joined
 900 2014-10-06 16:02:38 akstunt600 has joined
 901 2014-10-06 16:05:44 oujh has joined
 902 2014-10-06 16:07:42 gcefbr has joined
 903 2014-10-06 16:08:12 jedunnig_ has joined
 904 2014-10-06 16:11:12 viic has quit (Quit: WeeChat 0.4.3)
 905 2014-10-06 16:11:16 jedunnigan has quit (Ping timeout: 272 seconds)
 906 2014-10-06 16:12:06 rdbell has quit (Ping timeout: 246 seconds)
 907 2014-10-06 16:12:07 agricocb has quit (Quit: Leaving.)
 908 2014-10-06 16:12:28 viic has joined
 909 2014-10-06 16:13:05 Guest60180 has quit (Quit: Textual IRC Client: www.textualapp.com)
 910 2014-10-06 16:14:16 cbeams has quit (Remote host closed the connection)
 911 2014-10-06 16:16:15 jasx has joined
 912 2014-10-06 16:16:44 ribasushi has joined
 913 2014-10-06 16:21:15 brson has quit (Quit: leaving)
 914 2014-10-06 16:21:16 Burrito has joined
 915 2014-10-06 16:21:23 brson has joined
 916 2014-10-06 16:24:05 patcon has joined
 917 2014-10-06 16:24:26 IrishGringo has quit (Ping timeout: 245 seconds)
 918 2014-10-06 16:24:55 SebSebastian has quit (Quit: Leaving)
 919 2014-10-06 16:25:31 Cryo has quit (Quit: Leaving)
 920 2014-10-06 16:27:41 neozaru has joined
 921 2014-10-06 16:27:44 oujh has quit (Ping timeout: 272 seconds)
 922 2014-10-06 16:28:53 Dizzle has joined
 923 2014-10-06 16:31:04 SebSebastian has joined
 924 2014-10-06 16:31:53 hanti is now known as HANTI
 925 2014-10-06 16:32:51 Cryo has joined
 926 2014-10-06 16:32:51 Cryo has quit (Changing host)
 927 2014-10-06 16:32:51 Cryo has joined
 928 2014-10-06 16:36:19 paveljanik has joined
 929 2014-10-06 16:37:06 jujumax has quit (Remote host closed the connection)
 930 2014-10-06 16:37:45 jujumax has joined
 931 2014-10-06 16:39:48 papa2 has quit (Ping timeout: 264 seconds)
 932 2014-10-06 16:41:07 tombtc has joined
 933 2014-10-06 16:41:42 Zarutian has quit (Quit: Zarutian)
 934 2014-10-06 16:41:50 jujumax has quit (Ping timeout: 246 seconds)
 935 2014-10-06 16:43:02 jujumax has joined
 936 2014-10-06 16:44:39 johnsoft has quit (Ping timeout: 258 seconds)
 937 2014-10-06 16:44:51 erasmospunk has quit (Remote host closed the connection)
 938 2014-10-06 16:45:34 johnsoft has joined
 939 2014-10-06 16:45:54 jujumax has quit (Remote host closed the connection)
 940 2014-10-06 16:46:28 jujumax has joined
 941 2014-10-06 16:50:17 rdbell has joined
 942 2014-10-06 16:50:19 timothy has quit (Read error: Connection reset by peer)
 943 2014-10-06 16:50:31 jujumax has quit (Ping timeout: 240 seconds)
 944 2014-10-06 16:50:35 jujumax_ has joined
 945 2014-10-06 16:51:13 lmatteis has quit (Quit: Connection closed for inactivity)
 946 2014-10-06 16:51:47 nowan_ has joined
 947 2014-10-06 16:51:57 oda_krell has joined
 948 2014-10-06 16:52:31 sdaftuar has joined
 949 2014-10-06 16:52:38 nowan has quit (Ping timeout: 260 seconds)
 950 2014-10-06 16:53:52 atgreen has quit (Remote host closed the connection)
 951 2014-10-06 16:55:14 akstunt600 has quit (Read error: Connection reset by peer)
 952 2014-10-06 16:55:49 gcefbr has quit (Remote host closed the connection)
 953 2014-10-06 16:55:53 jujumax_ has quit (Remote host closed the connection)
 954 2014-10-06 16:56:06 akstunt600 has joined
 955 2014-10-06 16:56:16 gcefbr has joined
 956 2014-10-06 16:56:28 jujumax has joined
 957 2014-10-06 16:56:56 sdaftuar has quit (Ping timeout: 245 seconds)
 958 2014-10-06 16:58:07 weilu has joined
 959 2014-10-06 16:58:13 oujh has joined
 960 2014-10-06 16:59:18 Zarutian has joined
 961 2014-10-06 16:59:26 mpm_ has joined
 962 2014-10-06 16:59:52 xenog has quit (Quit: Leaving.)
 963 2014-10-06 17:00:21 gcefbr has quit (Ping timeout: 245 seconds)
 964 2014-10-06 17:00:57 jujumax has quit (Ping timeout: 260 seconds)
 965 2014-10-06 17:01:52 gcefbr has joined
 966 2014-10-06 17:01:57 mpm_ has quit (Remote host closed the connection)
 967 2014-10-06 17:02:24 mpm_ has joined
 968 2014-10-06 17:03:35 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 969 2014-10-06 17:04:04 jujumax has joined
 970 2014-10-06 17:05:59 elichai2 has quit (Remote host closed the connection)
 971 2014-10-06 17:07:10 elichai2 has joined
 972 2014-10-06 17:07:14 mpm_ has quit (Ping timeout: 272 seconds)
 973 2014-10-06 17:08:49 MiningBuddy has quit (Remote host closed the connection)
 974 2014-10-06 17:09:10 kermit has quit (Quit: Leaving.)
 975 2014-10-06 17:09:24 ruukasu has joined
 976 2014-10-06 17:11:01 oujh has quit (Ping timeout: 272 seconds)
 977 2014-10-06 17:11:42 xdothate_ has joined
 978 2014-10-06 17:12:04 xdothater has quit (Ping timeout: 272 seconds)
 979 2014-10-06 17:13:04 extraaa has joined
 980 2014-10-06 17:13:12 extraaa has quit (Client Quit)
 981 2014-10-06 17:13:42 derbumi has quit (Quit: derbumi)
 982 2014-10-06 17:14:28 maraoz has quit (Ping timeout: 260 seconds)
 983 2014-10-06 17:15:14 oda_krell has quit (Quit: Textual IRC Client: www.textualapp.com)
 984 2014-10-06 17:15:36 MiningBuddy has joined
 985 2014-10-06 17:15:36 MiningBuddy has quit (Changing host)
 986 2014-10-06 17:15:36 MiningBuddy has joined
 987 2014-10-06 17:16:34 weilu has quit (Remote host closed the connection)
 988 2014-10-06 17:17:25 agricocb has joined
 989 2014-10-06 17:18:48 Adlai has quit (Ping timeout: 264 seconds)
 990 2014-10-06 17:19:23 jgarzik has quit (Quit: apple apple apple)
 991 2014-10-06 17:19:27 jujumax has quit (Remote host closed the connection)
 992 2014-10-06 17:20:00 jujumax has joined
 993 2014-10-06 17:20:50 jujumax_ has joined
 994 2014-10-06 17:20:54 jujumax has quit (Read error: Connection reset by peer)
 995 2014-10-06 17:22:24 nessence has quit (Remote host closed the connection)
 996 2014-10-06 17:24:19 HANTI is now known as hanti
 997 2014-10-06 17:26:46 weilu has joined
 998 2014-10-06 17:27:57 jujumax_ has quit (Remote host closed the connection)
 999 2014-10-06 17:28:31 jujumax has joined
1000 2014-10-06 17:32:57 jujumax has quit (Ping timeout: 258 seconds)
1001 2014-10-06 17:34:13 DanMAbraham has joined
1002 2014-10-06 17:35:14 <DanMAbraham> am i allowed to show you guys a drawing i did?
1003 2014-10-06 17:35:26 <DanMAbraham> its my rendition of an elliptic curve
1004 2014-10-06 17:35:34 mpm_ has joined
1005 2014-10-06 17:37:55 jgarzik_ is now known as jgarzik
1006 2014-10-06 17:38:26 rubensayshi has quit (Remote host closed the connection)
1007 2014-10-06 17:41:44 pen has joined
1008 2014-10-06 17:42:18 weilu has quit (Remote host closed the connection)
1009 2014-10-06 17:43:52 cym has quit (Ping timeout: 260 seconds)
1010 2014-10-06 17:44:32 weilu has joined
1011 2014-10-06 17:45:28 oujh has joined
1012 2014-10-06 17:45:36 weilu has quit (Remote host closed the connection)
1013 2014-10-06 17:47:27 oujh has quit (Read error: Connection reset by peer)
1014 2014-10-06 17:48:39 oujh has joined
1015 2014-10-06 17:50:53 maraoz has joined
1016 2014-10-06 17:50:53 espringe has quit (Quit: espringe)
1017 2014-10-06 17:52:33 elichai2 has quit (Changing host)
1018 2014-10-06 17:52:33 elichai2 has joined
1019 2014-10-06 17:53:31 sdaftuar has joined
1020 2014-10-06 17:54:25 espringe has joined
1021 2014-10-06 17:58:19 jujumax has joined
1022 2014-10-06 17:58:32 sdaftuar has quit (Ping timeout: 272 seconds)
1023 2014-10-06 17:58:43 Application has quit (Remote host closed the connection)
1024 2014-10-06 17:59:54 oujh has quit (Ping timeout: 246 seconds)
1025 2014-10-06 18:00:00 ThomasV has joined
1026 2014-10-06 18:00:33 trixisowned has quit (Ping timeout: 258 seconds)
1027 2014-10-06 18:01:53 gcefbr_ has joined
1028 2014-10-06 18:05:54 gcefbr has quit (Ping timeout: 272 seconds)
1029 2014-10-06 18:06:01 gcefbr_ has quit (Ping timeout: 240 seconds)
1030 2014-10-06 18:06:03 jujumax has quit (Remote host closed the connection)
1031 2014-10-06 18:06:35 jujumax has joined
1032 2014-10-06 18:06:39 oujh has joined
1033 2014-10-06 18:06:57 atgreen has joined
1034 2014-10-06 18:07:12 nym has joined
1035 2014-10-06 18:07:16 kermit has joined
1036 2014-10-06 18:08:11 johnsoft has quit (Ping timeout: 245 seconds)
1037 2014-10-06 18:08:54 johnsoft has joined
1038 2014-10-06 18:10:56 jujumax has quit (Ping timeout: 260 seconds)
1039 2014-10-06 18:11:31 Grouver has joined
1040 2014-10-06 18:12:03 ruukasu has quit (Read error: Connection reset by peer)
1041 2014-10-06 18:13:19 Application has joined
1042 2014-10-06 18:13:43 blueness has joined
1043 2014-10-06 18:14:14 jgarzik has quit (Quit: Leaving)
1044 2014-10-06 18:14:14 AnoAnon has joined
1045 2014-10-06 18:14:28 <blueness> gribble, gwillen any other bitcoin devs.  I'm the gentoo maintainer for bitcoins.  we have controversy going on about https://bugs.gentoo.org/show_bug.cgi?id=524512
1046 2014-10-06 18:14:52 AnoAnon has quit (Read error: Connection reset by peer)
1047 2014-10-06 18:15:09 <blueness> i have one and only one question, are sites like Sitoshi Dice a potential disruption to the bitcoin network?  I'm referring to Luke-Jr's patch which blacklists them.
1048 2014-10-06 18:16:39 <gwillen> blueness: I'm not actually a bitcoin dev, just a moderator here; and gribble is a bot
1049 2014-10-06 18:16:44 <gwillen> but you will definitely find bitcoin devs here. :-)
1050 2014-10-06 18:18:06 ruukasu has joined
1051 2014-10-06 18:19:20 <justanotheruser> blueness: I'm not a coredev, but I think they are because of the way they handle losses
1052 2014-10-06 18:19:42 WeCluster has quit (Ping timeout: 244 seconds)
1053 2014-10-06 18:20:19 <justanotheruser> or at least the way they handled losses when I tried them like a year ago.
1054 2014-10-06 18:21:01 <blueness> gwillen, are there any devs I should ask.  i need to get upstreams' opinion on this since 1) the contraversy is politically motivated and 2) i don't understand the bitcoin network/protocol well enough to make a judgment.  yet i want to make a judgment on technological grounds
1055 2014-10-06 18:21:36 ValiantThor has joined
1056 2014-10-06 18:22:39 <justanotheruser> blueness: to tell someone they have lost they send them bitcoins that basically will never be redeemed which adds data to the UTXO forever, a database that every full node must have
1057 2014-10-06 18:22:39 <earlz> So wait, for that patch it blacklists transactions for satoshidice?
1058 2014-10-06 18:22:43 <justanotheruser> example 855d1acfbfce4cabd07ee6581b920460a04576e67260d4a2b22932d90a14fedf
1059 2014-10-06 18:23:06 <sipa> blueness: i'm a core developer; i can't say i disagree with people choosing or encouraging others to run such a patch (i have done so myself at times), but i consider it dishonest to make it a default
1060 2014-10-06 18:23:24 <blueness> justanotheruser, that information does help.
1061 2014-10-06 18:23:41 <earlz> I don't see what this patch actually helps unless you're a mining pool using the wallet for mining..
1062 2014-10-06 18:23:58 <blueness> sipa, i think i'm going to drop it as default and just put an informational blurb explaining what the patch does
1063 2014-10-06 18:24:06 WeCluster has joined
1064 2014-10-06 18:24:51 ericmuyser has quit (Remote host closed the connection)
1065 2014-10-06 18:25:12 hanti has quit (Quit: @_# bye.)
1066 2014-10-06 18:25:28 <earlz> How does this do anything to help the utxo bloat problem?
1067 2014-10-06 18:25:48 <blueness> sipa, is there reason for concern about all excess data in the UTXO?
1068 2014-10-06 18:26:35 <sipa> blueness: yes, creating transaction outputs that never get spent affects (fast) storage requirements for all future nodes
1069 2014-10-06 18:27:12 <sipa> earlz: SD creates many outputs that are too small to be economical to spend
1070 2014-10-06 18:27:13 <blueness> it makes sense to me.  this is probably why their practices are being labeled a "DDoS"
1071 2014-10-06 18:27:23 RoboTeddy has quit (Remote host closed the connection)
1072 2014-10-06 18:28:00 RoboTeddy has joined
1073 2014-10-06 18:28:03 <kjj> I'm reading the deluge about CHECKLOCKTIMEVERIFY, and I seem to be missing something.  Doesn't nlocktime already do exactly the same thing?
1074 2014-10-06 18:30:36 Emzy has joined
1075 2014-10-06 18:31:53 HANTI has joined
1076 2014-10-06 18:32:22 jtimon has joined
1077 2014-10-06 18:32:36 jgarzik has joined
1078 2014-10-06 18:32:36 jgarzik has quit (Changing host)
1079 2014-10-06 18:32:36 jgarzik has joined
1080 2014-10-06 18:34:06 espringe has quit (Ping timeout: 245 seconds)
1081 2014-10-06 18:35:44 espringe has joined
1082 2014-10-06 18:35:46 eristisk has quit (Remote host closed the connection)
1083 2014-10-06 18:37:34 <justanotheruser> blueness: they're not really denying service. Just making it more expensive
1084 2014-10-06 18:39:57 agricocb has quit (Quit: Leaving.)
1085 2014-10-06 18:40:24 IrishGringo has joined
1086 2014-10-06 18:41:39 <blueness> justanotheruser, okay a soft DoS.  I'm getting the impression though that htey are not doing this intentionally, that the extra expense a side effect of how they are using bitcoins
1087 2014-10-06 18:41:51 akstunt600 has quit (Read error: Connection reset by peer)
1088 2014-10-06 18:42:29 <justanotheruser> blueness: them DoSing bitcoin is a side effect, right
1089 2014-10-06 18:42:51 akstunt600 has joined
1090 2014-10-06 18:43:23 <gavinandresen_> kjj: nlocktime locks a transaction so it can’t get into the chain until later. CHECKLOCKTIMEVERIFY locks an output that is already in the chain, so it can’t be spent until later.
1091 2014-10-06 18:43:58 NewLiberty_ has joined
1092 2014-10-06 18:44:03 <blueness> justanotheruser, that's why the question of their intention is secondary.  the more pressing issue is whether this extra impact is sufficiently high that it merits blacklisting them
1093 2014-10-06 18:44:10 <blueness> that is not soemthing i can judge
1094 2014-10-06 18:44:31 jtimon has quit (Read error: Connection reset by peer)
1095 2014-10-06 18:44:38 robbak has quit (Ping timeout: 260 seconds)
1096 2014-10-06 18:45:08 <justanotheruser> blueness: the blacklist incentivizes them to not DoS bitcoin
1097 2014-10-06 18:45:08 <earlz> sipa: if they're sending more coins than dust though, it's still spendable and a full node needs to respect that or risk a fork..
1098 2014-10-06 18:45:26 <kjj> I'm astonished how quickly state was accepted into the conditions
1099 2014-10-06 18:45:53 <justanotheruser> earlz: there is no fork risk, it is changing whether a transaction is propogated, not whether it is valid
1100 2014-10-06 18:47:05 gfawkes has quit (Ping timeout: 244 seconds)
1101 2014-10-06 18:47:18 NewLiberty has quit (Ping timeout: 272 seconds)
1102 2014-10-06 18:48:12 robbak has joined
1103 2014-10-06 18:48:12 robbak has quit (Changing host)
1104 2014-10-06 18:48:12 robbak has joined
1105 2014-10-06 18:51:29 gcefbr has joined
1106 2014-10-06 18:52:57 NewLiberty_ has quit (Ping timeout: 260 seconds)
1107 2014-10-06 18:53:14 eculver_ is now known as eculver
1108 2014-10-06 18:53:48 eculver has quit (Changing host)
1109 2014-10-06 18:53:48 eculver has joined
1110 2014-10-06 18:54:02 sdaftuar has joined
1111 2014-10-06 18:54:55 <Luke-Jr> justanotheruser: to say the DoS is a side effect is based on intent, which we cannot know except from their actions; those actions do not suggest a benevolent intent (blueness☺
1112 2014-10-06 18:55:34 benrcole1 has quit (Quit: Leaving.)
1113 2014-10-06 18:55:55 <Luke-Jr> earlz: dust is not a concept at the Bitcoin protocol itself
1114 2014-10-06 18:58:11 sdaftuar has quit (Ping timeout: 245 seconds)
1115 2014-10-06 18:58:23 daybyter has joined
1116 2014-10-06 18:58:25 OneMiner2 has quit (Read error: Connection reset by peer)
1117 2014-10-06 18:58:30 <DanMAbraham> Luke-Jr: A gift for you https://www.facebook.com/photo.php?fbid=774681792573075&set=a.199734086734518.44877.100000937842586&type=1 - ;)
1118 2014-10-06 18:58:45 <DanMAbraham> EC Addition
1119 2014-10-06 18:58:59 <DanMAbraham> point doubling rather
1120 2014-10-06 18:59:00 <Luke-Jr> DanMAbraham: off-topic here, but thanks I guess
1121 2014-10-06 18:59:15 <DanMAbraham> oh sorry
1122 2014-10-06 18:59:29 <DanMAbraham> do you know if i drew it correctly?
1123 2014-10-06 19:00:04 <justanotheruser> Luke-Jr: do you think that satoshidice is malicious, or just lazy?
1124 2014-10-06 19:00:14 OneMiner has joined
1125 2014-10-06 19:00:24 erasmospunk has joined
1126 2014-10-06 19:01:02 <Luke-Jr> justanotheruser: based on their actions (I cannot know their mind), I have to conclude it is malicious; laziness would result in an implementation that doesn't harm the network
1127 2014-10-06 19:01:11 <Luke-Jr> (it's easier to implement correctly, than implement as a DoS)
1128 2014-10-06 19:01:49 <justanotheruser> Luke-Jr: I mean too lazy to change their old code and too lazy to read up on what harm is caused by sending dust.
1129 2014-10-06 19:02:23 hearn has joined
1130 2014-10-06 19:03:01 IrishGringo has quit (Ping timeout: 240 seconds)
1131 2014-10-06 19:03:05 NewLiberty has joined
1132 2014-10-06 19:03:19 <justanotheruser> it probabably takes very few programmer-minutes to send dust when losing, but many to determine that it is bad
1133 2014-10-06 19:03:32 <sipa> i agree
1134 2014-10-06 19:03:33 <Luke-Jr> justanotheruser: that's only one small part of their DoS
1135 2014-10-06 19:03:39 <justanotheruser> oh?
1136 2014-10-06 19:03:55 <Luke-Jr> justanotheruser: the main problem is abusing transactions as messaging
1137 2014-10-06 19:04:20 <justanotheruser> how do they send messages other than sending "you lose" dust messages
1138 2014-10-06 19:04:23 <Luke-Jr> justanotheruser: I suggest going over the log from last night
1139 2014-10-06 19:04:29 <justanotheruser> ok
1140 2014-10-06 19:04:39 <Luke-Jr> justanotheruser: they also send "I bet X on game X" and "you win" messages
1141 2014-10-06 19:04:42 ThomasV has quit (Ping timeout: 260 seconds)
1142 2014-10-06 19:06:35 mrkent has joined
1143 2014-10-06 19:06:58 mrkent is now known as Guest4945
1144 2014-10-06 19:09:49 erasmospunk has quit (Remote host closed the connection)
1145 2014-10-06 19:09:55 DanMAbraham has quit (Quit: Daniel Michael Abraham (T: twitter.com/danmabraham follow @danmabraham FB: facebook.com/daniel.mystory add daniel mystory))
1146 2014-10-06 19:16:01 Eagle[TM] has quit (Ping timeout: 240 seconds)
1147 2014-10-06 19:16:44 <earlz> So, I'll use the F word... but why not hard-fork to enforce dust prevention at the block level? That'd also make a lot of dust UTXOs provably unspendable and safe to trim away
1148 2014-10-06 19:16:56 ruukasu has quit (Ping timeout: 245 seconds)
1149 2014-10-06 19:21:29 <justanotheruser> earlz: besides hardforking, the dust level is dynamic
1150 2014-10-06 19:21:38 erasmospunk has joined
1151 2014-10-06 19:21:42 <justanotheruser> as more and more bitcoins are lost, there will be smaller and smaller tx
1152 2014-10-06 19:21:50 <earlz> only in theory..
1153 2014-10-06 19:22:01 <Luke-Jr> earlz: the dust level is dynamic in more than just theory
1154 2014-10-06 19:22:03 <earlz> That's assuming more bitcoins are lost than minted
1155 2014-10-06 19:22:19 <earlz> I didn't mean the dust level being dynamic.. I know that's just tx relay limits
1156 2014-10-06 19:22:26 NewLiberty has quit (Ping timeout: 260 seconds)
1157 2014-10-06 19:22:27 <justanotheruser> earlz: you realize bitcoins stop being minted eventually right?
1158 2014-10-06 19:22:27 <Luke-Jr> earlz: also, it doesn't solve the problem.
1159 2014-10-06 19:22:28 <gavinandresen_> earlz: how many dust transactions are we averaging per block right now?
1160 2014-10-06 19:22:48 <earlz> I mean stuff like satoshidice.. isn't that dust?
1161 2014-10-06 19:22:55 <Luke-Jr> earlz: only about 48% of it
1162 2014-10-06 19:24:00 NewLiberty has joined
1163 2014-10-06 19:24:12 <earlz> Well, if it's dust, then why not prevent it from being put into a block
1164 2014-10-06 19:24:27 <justanotheruser> earlz: it is prevented for the most part
1165 2014-10-06 19:24:44 Aido_ has quit (Remote host closed the connection)
1166 2014-10-06 19:24:47 <earlz> How are the transactions getting put into blocks anyway, do they have a special mining pool?
1167 2014-10-06 19:24:48 <justanotheruser> if you define dust as being outputs below the dust limit anyways
1168 2014-10-06 19:24:49 <Luke-Jr> earlz: because dust is dynamic, we already said this…
1169 2014-10-06 19:25:43 <earlz> I thought there was a hard limit
1170 2014-10-06 19:25:47 <earlz> At least in bitcoin 0.9
1171 2014-10-06 19:26:09 <justanotheruser> earlz: for propogation
1172 2014-10-06 19:26:36 <earlz> yea.. but I mean what's the purpose of not enforcing that at the block level
1173 2014-10-06 19:26:49 <Luke-Jr> earlz: it's still dynamic. users can change it, and ideally it would automatically adjust (I believe gavinandresen is working on this logic)
1174 2014-10-06 19:27:13 <Luke-Jr> earlz: it's policy
1175 2014-10-06 19:27:19 <Luke-Jr> it's supposed to change and vary by node
1176 2014-10-06 19:27:33 <earlz> but that doesn't help the UTXO bloat problem, assuming SD has a pool or someone that accepts all their transactions
1177 2014-10-06 19:27:58 <sipa> the only true solution to UTXO bloat is settig a UTXO limit
1178 2014-10-06 19:28:10 <earlz> lol how would that even work
1179 2014-10-06 19:28:15 <sipa> just like there is a byte limit and sigop limit to blocks
1180 2014-10-06 19:28:27 <gavinandresen_> Reject any block that increases the UTXO set size “too much”
1181 2014-10-06 19:28:43 <Luke-Jr> didn't we just get rid of that in 0.8.2? ;p
1182 2014-10-06 19:28:43 <earlz> hmm.. that would be interesting
1183 2014-10-06 19:28:46 <gavinandresen_> I think we should incentivize reducing the UTXO set size first, see if that works
1184 2014-10-06 19:28:55 <gavinandresen_> (prefer blocks that reduce the UTXO set size in block races)
1185 2014-10-06 19:29:19 <justanotheruser> ???
1186 2014-10-06 19:29:20 <earlz> Only problem with that would be incentive for miners to mine empty blocks
1187 2014-10-06 19:29:23 <justanotheruser> sounds dangerous
1188 2014-10-06 19:29:25 <Luke-Jr> gavinandresen_: that could be dangerous (but I'm not saying to forget it)
1189 2014-10-06 19:29:29 <gavinandresen_> empty blocks increase the UTXO set size.
1190 2014-10-06 19:29:32 gmaxwell_ has joined
1191 2014-10-06 19:29:39 <earlz> Yes, but only by 1
1192 2014-10-06 19:29:45 <sipa> nope
1193 2014-10-06 19:29:47 <earlz> well..
1194 2014-10-06 19:29:54 <sipa> the coinbase canhave hundrds of outputs
1195 2014-10-06 19:30:01 <earlz> by only however many destinations the coinbase goes to... whatever
1196 2014-10-06 19:30:02 <Luke-Jr> if it's a simple comparison, transactions that increase the UTXO set size might simply never get mined
1197 2014-10-06 19:30:21 <gavinandresen_> Luke-Jr: mmm.  Might have to pay a higher fee for such a transaction.....
1198 2014-10-06 19:30:25 <Luke-Jr> and you force people off pools with generational payouts to more centralised pools
1199 2014-10-06 19:30:25 daybyter has quit (Quit: Konversation terminated!)
1200 2014-10-06 19:30:40 <Luke-Jr> gavinandresen_: a fee to cover the entire subsidy you stand to lose..
1201 2014-10-06 19:30:42 <earlz> I mean an incentive for a miner to ignore all transactions.. there is already a tiny benefit to doing that anyway. The whole propogation bit
1202 2014-10-06 19:31:05 <Luke-Jr> otherwise I send a 1 BTC fee that I never actually pay because I continually make smaller-UTXO blocks to reorg off the ones with my tx
1203 2014-10-06 19:31:13 <justanotheruser> has anyone ever donated to reducing the utxo size?
1204 2014-10-06 19:31:29 <earlz> donating would technically increase it ;)
1205 2014-10-06 19:31:37 <sipa> before 0.8, the utxo setsize (ondisk) was several GB :)
1206 2014-10-06 19:31:42 <Luke-Jr> actually, I could possibly even do that with a 25 BTC fee if I can eliminate any chance I lose it
1207 2014-10-06 19:31:53 <justanotheruser> earlz: only if you do it wrong
1208 2014-10-06 19:32:18 <gmaxwell_> Well people giving away their dust in dust-b-gone transactions are donation to reduce the utxo set size.
1209 2014-10-06 19:32:30 <gavinandresen_> Luke-Jr: we want to incentivize several things: propagating blocks quickly (disincentivize selfish mining), including lots of transactions, decreasing (or at least not increasing too much) the UTXO set size.
1210 2014-10-06 19:32:31 <earlz> ah
1211 2014-10-06 19:32:51 <gavinandresen_> some function of all of those things to break block-races seems like the right way to go
1212 2014-10-06 19:33:03 <earlz> There's also the matter of people encoding data in the blockchain wrongly
1213 2014-10-06 19:33:08 <gavinandresen_> … or maybe several functions that people can choose between or tweak
1214 2014-10-06 19:33:09 <Luke-Jr> "including lots of transactions" is not an obvious plus in itself - otherwise miners will just produce spam to inflate their blocks
1215 2014-10-06 19:33:23 <earlz> making funds unspendable by sending them to a set of addresses corresponding with data
1216 2014-10-06 19:33:26 <gavinandresen_> earlz: you’re coming across like a troll doing a gish gallop.
1217 2014-10-06 19:33:42 <earlz> :/ I dont' mean to
1218 2014-10-06 19:33:51 <Luke-Jr> gavinandresen_: the hard part IMO is doing it all in a way that can't be gamed
1219 2014-10-06 19:34:29 <gavinandresen_> Luke-Jr: that’s why I kind of like having several choices and letting people set policy on their own. Hard to game systems if you don’t know what the rules actually are, because they’re ever-changing
1220 2014-10-06 19:34:50 jtimon has joined
1221 2014-10-06 19:34:50 <Luke-Jr> fair enough
1222 2014-10-06 19:34:52 <gavinandresen_> … and if you do manage to game the system to harm it, easier for people to react quickly to fix
1223 2014-10-06 19:35:12 akstunt600 has quit (Read error: Connection reset by peer)
1224 2014-10-06 19:35:41 <gavinandresen_> Anybody measuring UTXO set size growth?  Is there a graph somewhere?
1225 2014-10-06 19:35:54 ID_None has joined
1226 2014-10-06 19:36:01 mpm_ has quit (Remote host closed the connection)
1227 2014-10-06 19:36:06 akstunt600 has joined
1228 2014-10-06 19:36:27 <gmaxwell_> sipa has charted it in the past,  most recent graph I saw was from brisque I think.  (no news, ... dust limits appeared to work)
1229 2014-10-06 19:37:13 profreid has quit (Quit: profreid)
1230 2014-10-06 19:37:16 <Luke-Jr> gmaxwell_: was that before dust-spammers started paying large fees?
1231 2014-10-06 19:38:04 <earlz> why would people do that
1232 2014-10-06 19:38:20 <Luke-Jr> actually, weren't the dust rules supposed to block regardless of fee? /me wonders how they're getting around that
1233 2014-10-06 19:38:33 <Luke-Jr> earlz: blockchain.info lets you attach a message to the transaction; cheapish spam!
1234 2014-10-06 19:39:08 <earlz> I thought those messages were just local to blockchain.info. ie, never went onto the network
1235 2014-10-06 19:39:41 <Luke-Jr> earlz: they are
1236 2014-10-06 19:39:47 <Luke-Jr> but apparently spammers like them
1237 2014-10-06 19:39:52 <earlz> lol wtf
1238 2014-10-06 19:41:06 Zarutian has quit (Quit: Zarutian)
1239 2014-10-06 19:41:57 gmaxwell_ has quit (Ping timeout: 260 seconds)
1240 2014-10-06 19:42:19 moshR has joined
1241 2014-10-06 19:42:38 coinheavy has joined
1242 2014-10-06 19:43:47 Ostkaka has joined
1243 2014-10-06 19:44:49 jtimon has quit (Ping timeout: 258 seconds)
1244 2014-10-06 19:45:33 Maged has quit (Disconnected by services)
1245 2014-10-06 19:45:36 ID_None has quit (Quit: Leaving)
1246 2014-10-06 19:45:38 Maged_ has joined
1247 2014-10-06 19:46:05 Maged_ is now known as Maged
1248 2014-10-06 19:47:06 Disket has joined
1249 2014-10-06 19:48:38 coinheav_ has joined
1250 2014-10-06 19:49:01 coinheavy has quit (Ping timeout: 245 seconds)
1251 2014-10-06 19:49:34 HANTI is now known as hanti
1252 2014-10-06 19:50:50 <hearn> gavinandresen_: the flip side of that is if you don't know what the rules are, it's harder to write apps that work
1253 2014-10-06 19:51:48 Disket has quit (Client Quit)
1254 2014-10-06 19:52:07 <gavinandresen_> hearn: hmm?  I’m talking about how to resolve block races, not whether or not your transaction will get accepted.....
1255 2014-10-06 19:52:21 <hearn> oh sorry, i thought you were meaning dust limits
1256 2014-10-06 19:52:24 <hearn> ignore me
1257 2014-10-06 19:52:34 <hearn> this is what i get for reading irc backwards :)
1258 2014-10-06 19:55:02 sdaftuar has joined
1259 2014-10-06 19:55:41 coinheavy has joined
1260 2014-10-06 19:56:03 gavinandresen_ has quit (Quit: gavinandresen_)
1261 2014-10-06 19:57:36 coinheav_ has quit (Ping timeout: 272 seconds)
1262 2014-10-06 19:58:54 Disket has joined
1263 2014-10-06 19:59:41 sdaftuar has quit (Ping timeout: 260 seconds)
1264 2014-10-06 20:00:06 Disket has quit (Client Quit)
1265 2014-10-06 20:00:22 Dizzle has quit (Quit: Leaving...)
1266 2014-10-06 20:00:29 ThomasV has joined
1267 2014-10-06 20:00:34 ThomasV has quit (Changing host)
1268 2014-10-06 20:00:34 ThomasV has joined
1269 2014-10-06 20:00:46 RoboTeddy has quit (Ping timeout: 272 seconds)
1270 2014-10-06 20:01:54 Disket has joined
1271 2014-10-06 20:02:17 Disket has quit (Remote host closed the connection)
1272 2014-10-06 20:05:37 IrishGringo has joined
1273 2014-10-06 20:06:08 cbeams has joined
1274 2014-10-06 20:06:47 AaronvanW has quit (Ping timeout: 265 seconds)
1275 2014-10-06 20:08:30 Disket has joined
1276 2014-10-06 20:08:30 Disket has quit (Client Quit)
1277 2014-10-06 20:08:45 Disket has joined
1278 2014-10-06 20:09:44 agricocb has joined
1279 2014-10-06 20:10:58 cbeams has quit (Ping timeout: 260 seconds)
1280 2014-10-06 20:10:59 oPen_syLar has joined
1281 2014-10-06 20:10:59 oPen_syLar has quit (Changing host)
1282 2014-10-06 20:10:59 oPen_syLar has joined
1283 2014-10-06 20:11:09 Diskett has joined
1284 2014-10-06 20:11:31 ribasushi has quit (Ping timeout: 245 seconds)
1285 2014-10-06 20:13:31 Diskett has left ()
1286 2014-10-06 20:13:38 agricocb has quit (Read error: Connection reset by peer)
1287 2014-10-06 20:14:08 agricocb has joined
1288 2014-10-06 20:14:37 Disket has quit (Ping timeout: 260 seconds)
1289 2014-10-06 20:16:44 epilido has joined
1290 2014-10-06 20:18:28 RoboTeddy has joined
1291 2014-10-06 20:22:44 cbeams has joined
1292 2014-10-06 20:23:03 RoboTeddy has quit (Ping timeout: 246 seconds)
1293 2014-10-06 20:23:33 agricocb has quit (Read error: Connection reset by peer)
1294 2014-10-06 20:23:54 agricocb has joined
1295 2014-10-06 20:24:11 gibigiana has joined
1296 2014-10-06 20:26:57 RoboTeddy has joined
1297 2014-10-06 20:27:12 oPen_syLar has quit (Read error: Connection reset by peer)
1298 2014-10-06 20:28:30 akstunt600 has quit (Read error: Connection reset by peer)
1299 2014-10-06 20:29:28 akstunt600 has joined
1300 2014-10-06 20:31:31 RoboTeddy has quit (Ping timeout: 240 seconds)
1301 2014-10-06 20:33:11 ribasushi has joined
1302 2014-10-06 20:35:08 atgreen has quit (Remote host closed the connection)
1303 2014-10-06 20:37:07 cbeams has quit (Remote host closed the connection)
1304 2014-10-06 20:37:33 cbeams has joined
1305 2014-10-06 20:40:50 cbeams_ has joined
1306 2014-10-06 20:41:18 cbeams has quit (Read error: Connection reset by peer)
1307 2014-10-06 20:42:07 graingert_ has joined
1308 2014-10-06 20:42:12 cbeams_ has quit (Client Quit)
1309 2014-10-06 20:42:45 trixisowned has joined
1310 2014-10-06 20:42:59 espringe has quit (Quit: espringe)
1311 2014-10-06 20:45:44 graingert has quit (Ping timeout: 272 seconds)
1312 2014-10-06 20:47:21 simondlr has quit (Remote host closed the connection)
1313 2014-10-06 20:49:36 graingert__ has joined
1314 2014-10-06 20:49:36 IrishGringo has quit (Ping timeout: 260 seconds)
1315 2014-10-06 20:49:36 bedeho has quit (Ping timeout: 260 seconds)
1316 2014-10-06 20:51:26 graingert_ has quit (Ping timeout: 272 seconds)
1317 2014-10-06 20:52:42 graingert__ has quit (Ping timeout: 272 seconds)
1318 2014-10-06 20:53:11 brson has quit (Ping timeout: 245 seconds)
1319 2014-10-06 20:53:17 epilido has quit (Quit: Leaving)
1320 2014-10-06 20:53:38 RoboTeddy has joined
1321 2014-10-06 20:54:01 robonerd has quit (Ping timeout: 245 seconds)
1322 2014-10-06 20:55:23 robonerd has joined
1323 2014-10-06 20:55:34 sdaftuar has joined
1324 2014-10-06 20:55:47 robonerd is now known as Guest83941
1325 2014-10-06 20:56:36 derbumi has joined
1326 2014-10-06 21:03:16 wumpus has quit (No Ping reply in 180 seconds.)
1327 2014-10-06 21:05:33 wumpus has joined
1328 2014-10-06 21:06:46 jujumax has joined
1329 2014-10-06 21:07:02 Grouver has quit (Quit:  Try HydraIRC -> http://www.hydrairc.com <-)
1330 2014-10-06 21:10:56 Grouver has joined
1331 2014-10-06 21:13:02 ruukasu has joined
1332 2014-10-06 21:14:00 Quanttek has quit (Ping timeout: 272 seconds)
1333 2014-10-06 21:14:21 Cryo has quit (Ping timeout: 260 seconds)
1334 2014-10-06 21:16:13 ThomasV has quit (Ping timeout: 260 seconds)
1335 2014-10-06 21:17:01 ajweiss has joined
1336 2014-10-06 21:17:24 coinheavy has quit (Remote host closed the connection)
1337 2014-10-06 21:18:01 coinheavy has joined
1338 2014-10-06 21:21:50 akstunt600 has quit (Read error: Connection reset by peer)
1339 2014-10-06 21:22:14 IrishGringo has quit (Ping timeout: 272 seconds)
1340 2014-10-06 21:22:34 coinheavy has quit (Read error: Connection reset by peer)
1341 2014-10-06 21:22:50 elichai2 has quit (Ping timeout: 260 seconds)
1342 2014-10-06 21:23:00 coinheavy has joined
1343 2014-10-06 21:23:02 akstunt600 has joined
1344 2014-10-06 21:25:13 apmapm12 has joined
1345 2014-10-06 21:28:02 Zarutian has joined
1346 2014-10-06 21:31:03 Maged has quit (Disconnected by services)
1347 2014-10-06 21:31:10 Maged_ has joined
1348 2014-10-06 21:31:37 Maged_ is now known as Maged
1349 2014-10-06 21:35:35 belcher has joined
1350 2014-10-06 21:35:35 belcher has quit (Changing host)
1351 2014-10-06 21:35:35 belcher has joined
1352 2014-10-06 21:38:00 papa has quit (Ping timeout: 264 seconds)
1353 2014-10-06 21:40:59 Grouver has quit (Quit:  HydraIRC -> http://www.hydrairc.com <- Organize your IRC)
1354 2014-10-06 21:46:00 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1355 2014-10-06 21:47:12 hearn has joined
1356 2014-10-06 21:52:09 papa has joined
1357 2014-10-06 21:54:01 benrcole has joined
1358 2014-10-06 21:56:35 sdaftuar has joined
1359 2014-10-06 21:56:56 erasmospunk has joined
1360 2014-10-06 21:57:15 Ostkaka has quit (Quit: is only smells)
1361 2014-10-06 21:57:24 vmatekole has joined
1362 2014-10-06 21:57:40 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1363 2014-10-06 21:59:28 jujumax has quit (Remote host closed the connection)
1364 2014-10-06 22:00:00 vmatekol_ has quit (Ping timeout: 246 seconds)
1365 2014-10-06 22:00:03 jujumax has joined
1366 2014-10-06 22:01:36 erasmospunk has quit (Ping timeout: 245 seconds)
1367 2014-10-06 22:01:44 sdaftuar has quit (Ping timeout: 272 seconds)
1368 2014-10-06 22:04:18 jujumax has quit (Ping timeout: 260 seconds)
1369 2014-10-06 22:08:24 viajero has joined
1370 2014-10-06 22:12:50 jujumax has joined
1371 2014-10-06 22:12:53 Dr-G has quit (Remote host closed the connection)
1372 2014-10-06 22:13:37 Dr-G has joined
1373 2014-10-06 22:15:12 akstunt600 has quit (Read error: Connection reset by peer)
1374 2014-10-06 22:16:06 akstunt600 has joined
1375 2014-10-06 22:17:26 lightlike has joined
1376 2014-10-06 22:17:55 neozaru has quit (Remote host closed the connection)
1377 2014-10-06 22:18:26 <lightlike> hey guys
1378 2014-10-06 22:18:48 papa has quit (Ping timeout: 264 seconds)
1379 2014-10-06 22:18:53 <lightlike> trying to get bitcore working with my local bitcoind, but I keep getting a "socket hang up" message -- has anyone had/solved this before?
1380 2014-10-06 22:19:22 chaosagent has joined
1381 2014-10-06 22:21:18 karc has quit (Remote host closed the connection)
1382 2014-10-06 22:21:37 karc has joined
1383 2014-10-06 22:26:13 kermit has quit (Quit: Leaving.)
1384 2014-10-06 22:27:14 kermit has joined
1385 2014-10-06 22:27:25 <BlueMatt> lightlike: this is not bitcore support, contact bitpay
1386 2014-10-06 22:32:29 t7 has quit (Quit: ChatZilla 0.9.91 [Firefox 32.0.3/20140924083558])
1387 2014-10-06 22:34:10 kristofferR has quit (Quit: Textual IRC Client: www.textualapp.com)
1388 2014-10-06 22:39:19 msvb-lab has quit (Quit: msvb-lab)
1389 2014-10-06 22:41:36 aburan28 has joined
1390 2014-10-06 22:41:36 aburan28 has quit (Quit: Leaving)
1391 2014-10-06 22:43:12 bliljerk101 has joined
1392 2014-10-06 22:48:40 lightlike has quit (Ping timeout: 246 seconds)
1393 2014-10-06 22:49:47 bliljerk101 has quit (Quit: Leaving...)
1394 2014-10-06 22:51:17 aburan28 has joined
1395 2014-10-06 22:57:05 sdaftuar has joined
1396 2014-10-06 23:00:39 coinheavy has quit (Remote host closed the connection)
1397 2014-10-06 23:00:41 Lexa has quit (Remote host closed the connection)
1398 2014-10-06 23:00:56 maaku has joined
1399 2014-10-06 23:01:15 sdaftuar has quit (Ping timeout: 246 seconds)
1400 2014-10-06 23:01:16 coinheavy has joined
1401 2014-10-06 23:01:19 maaku is now known as Guest15353
1402 2014-10-06 23:01:46 Guest15353 has quit (Client Quit)
1403 2014-10-06 23:04:26 gavinandresen has left ()
1404 2014-10-06 23:06:20 gribble has quit (Remote host closed the connection)
1405 2014-10-06 23:06:21 coinheavy has quit (Ping timeout: 272 seconds)
1406 2014-10-06 23:08:10 pen has quit (Read error: Connection reset by peer)
1407 2014-10-06 23:08:31 pen has joined
1408 2014-10-06 23:08:31 akstunt600 has quit (Read error: Connection reset by peer)
1409 2014-10-06 23:09:39 akstunt600 has joined
1410 2014-10-06 23:14:32 gribble has joined
1411 2014-10-06 23:16:53 brson has quit (Quit: Lost terminal)
1412 2014-10-06 23:17:03 brson has joined
1413 2014-10-06 23:17:07 brson has quit (Client Quit)
1414 2014-10-06 23:17:14 brson has joined
1415 2014-10-06 23:17:24 brson has quit (Client Quit)
1416 2014-10-06 23:17:33 brson has joined
1417 2014-10-06 23:17:48 aschildbach has quit (Remote host closed the connection)
1418 2014-10-06 23:19:00 derbumi has quit (Quit: derbumi)
1419 2014-10-06 23:24:30 devrandom has quit (Remote host closed the connection)
1420 2014-10-06 23:24:49 devrandom has joined
1421 2014-10-06 23:26:30 Guest4945 has quit (Ping timeout: 260 seconds)
1422 2014-10-06 23:26:38 Lexa has joined
1423 2014-10-06 23:30:07 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1424 2014-10-06 23:30:27 won9 has joined
1425 2014-10-06 23:37:31 mpm_ has joined
1426 2014-10-06 23:39:35 DougieBot5000 has quit (Quit: Leaving)
1427 2014-10-06 23:42:32 coinheavy has joined
1428 2014-10-06 23:43:15 napedia has quit (Ping timeout: 246 seconds)
1429 2014-10-06 23:46:48 chmod755 has quit (Quit: Leaving)
1430 2014-10-06 23:51:43 waxwing has quit (Ping timeout: 272 seconds)
1431 2014-10-06 23:51:48 gst has quit (Ping timeout: 264 seconds)
1432 2014-10-06 23:52:49 AnoAnon has joined
1433 2014-10-06 23:53:22 gst has joined
1434 2014-10-06 23:55:57 AnoAnon has quit (Read error: Connection reset by peer)
1435 2014-10-06 23:56:03 maraoz has quit (Ping timeout: 244 seconds)
1436 2014-10-06 23:58:06 sdaftuar has joined
1437 2014-10-06 23:58:53 IrishGringo has joined