1 2015-10-19T00:00:31  *** compeman has joined #bitcoin-dev
   2 2015-10-19T00:04:52  *** brson has quit IRC
   3 2015-10-19T00:08:16  *** justanotheruser has joined #bitcoin-dev
   4 2015-10-19T00:09:05  *** BanaNip has quit IRC
   5 2015-10-19T00:09:06  *** EagleTM has quit IRC
   6 2015-10-19T00:09:20  *** graingert has joined #bitcoin-dev
   7 2015-10-19T00:11:51  *** gaso84ne has joined #bitcoin-dev
   8 2015-10-19T00:18:45  *** Guest73396 has joined #bitcoin-dev
   9 2015-10-19T00:26:58  *** blackwraith has quit IRC
  10 2015-10-19T00:32:17  *** rnvk1 has joined #bitcoin-dev
  11 2015-10-19T00:32:56  *** one_zero has joined #bitcoin-dev
  12 2015-10-19T00:34:35  *** AaronvanW has quit IRC
  13 2015-10-19T00:37:42  *** antizionist__ has quit IRC
  14 2015-10-19T00:38:35  *** publius1788 has quit IRC
  15 2015-10-19T00:38:38  *** publius1888 has joined #bitcoin-dev
  16 2015-10-19T00:38:53  *** graingert has quit IRC
  17 2015-10-19T00:38:58  *** gaso84ne has quit IRC
  18 2015-10-19T00:41:24  <bedeho> is dust limit a consensus rule?
  19 2015-10-19T00:41:38  <phantomcircuit> no
  20 2015-10-19T00:41:55  <gmaxwell> bedeho: Can you please explain why you're asking?
  21 2015-10-19T00:42:03  <gmaxwell> It's a weird question that you'd even think that.
  22 2015-10-19T00:42:08  *** benrcole has joined #bitcoin-dev
  23 2015-10-19T00:42:26  *** rnvk1 has quit IRC
  24 2015-10-19T00:43:30  *** rnvk has joined #bitcoin-dev
  25 2015-10-19T00:43:44  *** Yoghur114 has quit IRC
  26 2015-10-19T00:44:02  <bedeho> gmaxwell, will a block with a tx with a dust output be rejected? why is that weird question?
  27 2015-10-19T00:44:07  *** rnvk has left #bitcoin-dev
  28 2015-10-19T00:44:18  *** Ylbam has quit IRC
  29 2015-10-19T00:44:49  <gmaxwell> bedeho: because the definition of dust is not fixed, it _cannot_ be a consensus rule.
  30 2015-10-19T00:45:03  <gmaxwell> So no, as phantomcircuit said, it isn't and a block will never be rejected on that basis.
  31 2015-10-19T00:45:47  <bedeho> I must be misunderstanding what the dust test checks then, I thought it just checks if the #satoshies was below some magic number?
  32 2015-10-19T00:46:53  <gmaxwell> bedeho: sort of, it checks if its below some small multiple of the minimum feerate a node would relay as a non-free transaction.
  33 2015-10-19T00:47:16  <bedeho> ah ok
  34 2015-10-19T00:47:17  <gmaxwell> (In other words "this pays so little, that spending it would be a loss for the reciever, according to my current behavior")
  35 2015-10-19T00:47:38  <bedeho> good to know
  36 2015-10-19T00:47:43  <phantomcircuit> bedeho, there are two classes of rules; consensus rules (ie the block is invalid) and policy (ie you refuse to relay those transactions)
  37 2015-10-19T00:47:46  <gmaxwell> (and it uses a very permissive estimate of what would be a loss)
  38 2015-10-19T00:47:51  <phantomcircuit> the dust limit is a policy not a consensus rule
  39 2015-10-19T00:48:19  <bedeho> yes, I get that, I thought the test was not related to relay policy
  40 2015-10-19T00:48:22  <bedeho> but thank you
  41 2015-10-19T00:48:27  <bedeho> why were those two things even linked?
  42 2015-10-19T00:48:31  <gmaxwell> anything to do with fees and amounts is policy; as embedding something with arbritary economic scaling (price of bitcoin) in consensus would be crazy.
  43 2015-10-19T00:48:50  <bedeho> yes thats a good point
  44 2015-10-19T00:49:15  <gmaxwell> bedeho: for the rational I just gave-- that no fee paying spend of it would even get relayed by the node without causing a loss for the spender... (e.g it would be a bad idea to ever spend the txout)
  45 2015-10-19T00:49:41  <gmaxwell> which means unending utxo set bloat then its better for people to just forget about or delete wallets than spend all the coins in them.
  46 2015-10-19T00:52:04  <bedeho> hmm, but just because you wouldnt relay a spend doesnt mean someone else wouldnt mine it, at which point it would not bloat your utxo when you see the block with that spend?
  47 2015-10-19T00:53:23  <gmaxwell> bedeho: you wouldn't relay a non-funds losing spend, so you don't relay the thing creating the mess the spend wouldn't clean up..  Other people might relay/mine both.
  48 2015-10-19T00:53:38  <gmaxwell> It matches them up, if no one will relay/mine the spend, then no one will relay/mine the bloat.
  49 2015-10-19T00:54:30  *** equil_ has joined #bitcoin-dev
  50 2015-10-19T00:54:31  <gmaxwell> (well kind of-- it's very permissive, and allows outputs a significant amount smaller than it should; "just in case")
  51 2015-10-19T00:55:39  *** Guest73396 has quit IRC
  52 2015-10-19T00:56:30  *** rnvk1 has joined #bitcoin-dev
  53 2015-10-19T00:57:42  <bedeho> I see, thank you.
  54 2015-10-19T01:11:27  *** benrcole has quit IRC
  55 2015-10-19T01:11:36  *** compeman has left #bitcoin-dev
  56 2015-10-19T01:16:13  *** CodeShark has joined #bitcoin-dev
  57 2015-10-19T01:16:31  *** belcher has quit IRC
  58 2015-10-19T01:16:46  *** rnvk1 has quit IRC
  59 2015-10-19T01:18:24  *** Burrito has quit IRC
  60 2015-10-19T01:20:24  *** BanaNip_ has quit IRC
  61 2015-10-19T01:27:08  *** rnvk has joined #bitcoin-dev
  62 2015-10-19T01:27:56  *** malduron has quit IRC
  63 2015-10-19T01:28:54  *** EdBosher has joined #bitcoin-dev
  64 2015-10-19T01:32:49  *** maaku has quit IRC
  65 2015-10-19T01:33:19  *** kgk has joined #bitcoin-dev
  66 2015-10-19T01:35:29  *** kyuupichan has joined #bitcoin-dev
  67 2015-10-19T01:36:52  *** maaku has joined #bitcoin-dev
  68 2015-10-19T01:37:16  *** maaku is now known as Guest57960
  69 2015-10-19T01:38:12  *** kgk has quit IRC
  70 2015-10-19T01:39:59  *** ribasushi has quit IRC
  71 2015-10-19T01:40:18  *** nwilcox has joined #bitcoin-dev
  72 2015-10-19T01:42:46  *** ribasushi has joined #bitcoin-dev
  73 2015-10-19T01:45:34  *** Guest57960 is now known as maaku
  74 2015-10-19T02:05:20  *** roxtrongo has joined #bitcoin-dev
  75 2015-10-19T02:08:18  *** Guest73396 has joined #bitcoin-dev
  76 2015-10-19T02:09:19  *** benrcole has joined #bitcoin-dev
  77 2015-10-19T02:11:26  *** Newyorkadam has quit IRC
  78 2015-10-19T02:12:25  *** nwilcox has quit IRC
  79 2015-10-19T02:13:48  *** benrcole has quit IRC
  80 2015-10-19T02:15:42  *** iv3c has joined #bitcoin-dev
  81 2015-10-19T02:16:20  *** c0rw1n is now known as c0rw|zZz
  82 2015-10-19T02:27:51  *** d_t has quit IRC
  83 2015-10-19T02:29:52  *** d_t has joined #bitcoin-dev
  84 2015-10-19T02:34:47  *** kgk has joined #bitcoin-dev
  85 2015-10-19T02:34:52  *** roxtrongo has quit IRC
  86 2015-10-19T02:37:55  *** stapler118 is now known as stapler117
  87 2015-10-19T02:38:04  *** roxtrongo has joined #bitcoin-dev
  88 2015-10-19T02:39:24  *** kgk has quit IRC
  89 2015-10-19T02:41:29  *** won9 has quit IRC
  90 2015-10-19T02:42:35  *** Subo1977 has joined #bitcoin-dev
  91 2015-10-19T02:44:13  *** zwischenzug has joined #bitcoin-dev
  92 2015-10-19T02:46:09  *** Delta_ has quit IRC
  93 2015-10-19T02:50:31  *** Newyorkadam has joined #bitcoin-dev
  94 2015-10-19T02:52:20  *** BanaNip has joined #bitcoin-dev
  95 2015-10-19T02:53:27  *** Guest73396 has quit IRC
  96 2015-10-19T02:54:58  *** trixisowned has quit IRC
  97 2015-10-19T02:57:30  *** jgarzik has joined #bitcoin-dev
  98 2015-10-19T02:57:30  *** jgarzik has quit IRC
  99 2015-10-19T02:57:30  *** jgarzik has joined #bitcoin-dev
 100 2015-10-19T02:59:01  *** trixisowned has joined #bitcoin-dev
 101 2015-10-19T03:01:19  *** maaku has quit IRC
 102 2015-10-19T03:02:34  *** maaku has joined #bitcoin-dev
 103 2015-10-19T03:02:58  *** maaku is now known as Guest67646
 104 2015-10-19T03:04:51  *** diamonics has joined #bitcoin-dev
 105 2015-10-19T03:05:59  *** ericmuys_ has joined #bitcoin-dev
 106 2015-10-19T03:06:30  *** Dizzle_ has joined #bitcoin-dev
 107 2015-10-19T03:06:42  *** ericmuyser has quit IRC
 108 2015-10-19T03:06:59  *** trixisowned has quit IRC
 109 2015-10-19T03:10:02  *** BanaNip has quit IRC
 110 2015-10-19T03:11:10  *** Guest73396 has joined #bitcoin-dev
 111 2015-10-19T03:11:23  *** d_t has quit IRC
 112 2015-10-19T03:11:31  *** Dizzle_ has quit IRC
 113 2015-10-19T03:12:11  *** p15 has joined #bitcoin-dev
 114 2015-10-19T03:13:36  *** Guest67646 is now known as maaku
 115 2015-10-19T03:13:43  *** d_t has joined #bitcoin-dev
 116 2015-10-19T03:18:12  *** airbreather has quit IRC
 117 2015-10-19T03:18:56  *** rolandnsharp has quit IRC
 118 2015-10-19T03:19:12  *** rolandnsharp has joined #bitcoin-dev
 119 2015-10-19T03:21:15  *** supasonic has joined #bitcoin-dev
 120 2015-10-19T03:23:20  *** p15 has quit IRC
 121 2015-10-19T03:23:26  *** spinza has quit IRC
 122 2015-10-19T03:24:55  *** TheSeven has quit IRC
 123 2015-10-19T03:25:07  *** [7] has joined #bitcoin-dev
 124 2015-10-19T03:26:05  *** zwischenzug has quit IRC
 125 2015-10-19T03:27:24  *** roxtrongo has quit IRC
 126 2015-10-19T03:28:25  *** Newyorkadam has quit IRC
 127 2015-10-19T03:28:58  *** trixisowned has joined #bitcoin-dev
 128 2015-10-19T03:30:42  *** noobfikt has quit IRC
 129 2015-10-19T03:31:06  *** Newyorkadam has joined #bitcoin-dev
 130 2015-10-19T03:33:40  *** Guest73396_m has joined #bitcoin-dev
 131 2015-10-19T03:34:09  *** Guest73396 has quit IRC
 132 2015-10-19T03:39:25  *** p15 has joined #bitcoin-dev
 133 2015-10-19T03:39:38  *** sparetire_ has quit IRC
 134 2015-10-19T03:48:50  *** spinza has joined #bitcoin-dev
 135 2015-10-19T03:53:53  *** kadoban has joined #bitcoin-dev
 136 2015-10-19T03:54:52  *** iv3c has quit IRC
 137 2015-10-19T03:58:22  *** Magicking has quit IRC
 138 2015-10-19T04:03:49  *** Magicking has joined #bitcoin-dev
 139 2015-10-19T04:11:30  *** benrcole has joined #bitcoin-dev
 140 2015-10-19T04:12:13  *** Jaume has quit IRC
 141 2015-10-19T04:12:38  *** Jaume has joined #bitcoin-dev
 142 2015-10-19T04:13:02  *** YoY has quit IRC
 143 2015-10-19T04:13:29  *** CheckDavid has quit IRC
 144 2015-10-19T04:15:21  *** YoY has joined #bitcoin-dev
 145 2015-10-19T04:16:18  *** benrcole has quit IRC
 146 2015-10-19T04:16:21  *** nivah has joined #bitcoin-dev
 147 2015-10-19T04:18:45  <kyuupichan> Why do the mining pools continue to add txs to blocks that pay almost no fees (0.0001 BTC) and create dozens or hundreds of dust UTXOs.  I don't understand why they persist in doing this.
 148 2015-10-19T04:19:07  *** roxtrongo has joined #bitcoin-dev
 149 2015-10-19T04:19:19  *** Logicwax has quit IRC
 150 2015-10-19T04:22:46  <kuzetsa> kyuupichan: some of the miners feel that the "dust" UTXOs being created aren't "way too cheapskate" enough to add (price per kilobyte) to the block chain to be considered spammy or whatever
 151 2015-10-19T04:28:56  *** Newyorkadam has quit IRC
 152 2015-10-19T04:33:24  *** IrishGringo has joined #bitcoin-dev
 153 2015-10-19T04:36:03  *** kgk has joined #bitcoin-dev
 154 2015-10-19T04:38:24  *** ericmuyser has joined #bitcoin-dev
 155 2015-10-19T04:39:27  <kyuupichan> kuzetsa: May be so, but 0.0001 BTC seems cheap to create > 100 utxos.  Apparently they don't care about chain size.
 156 2015-10-19T04:39:33  *** ericmuys_ has quit IRC
 157 2015-10-19T04:39:59  <kyuupichan> IMO creation of new UTXOs is underpriced
 158 2015-10-19T04:40:38  *** kgk has quit IRC
 159 2015-10-19T04:41:20  *** davec has quit IRC
 160 2015-10-19T04:43:54  *** Jaume has quit IRC
 161 2015-10-19T04:47:02  *** maaku has left #bitcoin-dev
 162 2015-10-19T04:47:08  *** maaku has joined #bitcoin-dev
 163 2015-10-19T04:47:21  *** ThomasV has joined #bitcoin-dev
 164 2015-10-19T04:51:29  *** bedeho has quit IRC
 165 2015-10-19T04:52:37  *** Guest73396_m has quit IRC
 166 2015-10-19T04:55:01  *** maraoz has joined #bitcoin-dev
 167 2015-10-19T04:56:10  *** roxtrongo has quit IRC
 168 2015-10-19T04:56:45  *** roxtrongo has joined #bitcoin-dev
 169 2015-10-19T05:12:29  *** equil_ has quit IRC
 170 2015-10-19T05:15:10  *** bendavenport has joined #bitcoin-dev
 171 2015-10-19T05:25:26  *** neozaru has joined #bitcoin-dev
 172 2015-10-19T05:35:37  <Luke-Jr> kyuupichan: I don't know how many miners care about Bitcoin anymore.
 173 2015-10-19T05:36:04  *** matsjj has joined #bitcoin-dev
 174 2015-10-19T05:38:23  *** dcousens has joined #bitcoin-dev
 175 2015-10-19T05:40:51  *** matsjj has quit IRC
 176 2015-10-19T05:52:28  *** paveljanik has joined #bitcoin-dev
 177 2015-10-19T05:58:49  *** twixisowned has joined #bitcoin-dev
 178 2015-10-19T06:00:49  *** trixisowned has quit IRC
 179 2015-10-19T06:07:04  *** blackwraith has joined #bitcoin-dev
 180 2015-10-19T06:12:34  *** ThomasV has quit IRC
 181 2015-10-19T06:34:02  *** IrishGringo has quit IRC
 182 2015-10-19T06:35:35  *** baldur has quit IRC
 183 2015-10-19T06:37:36  *** kgk has joined #bitcoin-dev
 184 2015-10-19T06:42:23  *** kgk has quit IRC
 185 2015-10-19T06:47:21  <phantomcircuit> kyuupichan, they are profit maximizing of course
 186 2015-10-19T06:47:29  <phantomcircuit> exactly as any sane person would expect
 187 2015-10-19T06:47:53  *** neozaru has quit IRC
 188 2015-10-19T06:48:32  *** baldur has joined #bitcoin-dev
 189 2015-10-19T06:49:10  *** Guest73396 has joined #bitcoin-dev
 190 2015-10-19T06:49:28  *** Ylbam has joined #bitcoin-dev
 191 2015-10-19T06:56:56  *** d_t has quit IRC
 192 2015-10-19T06:59:03  *** nivah has quit IRC
 193 2015-10-19T06:59:37  *** hmsimha has joined #bitcoin-dev
 194 2015-10-19T06:59:49  *** DougieBot5000 has quit IRC
 195 2015-10-19T07:06:58  <kyuupichan> phantomcircuit: I doubt scraping 0.0001 BTC to make your block 20-50k bigger is a good long-term profit-maximising plan
 196 2015-10-19T07:07:14  *** bendavenport has quit IRC
 197 2015-10-19T07:07:33  *** Grouver has joined #bitcoin-dev
 198 2015-10-19T07:07:47  *** mjerr has joined #bitcoin-dev
 199 2015-10-19T07:12:52  <sturles> kyuupichan: No sane pools do this.  Only some Chineese pools that I know of.  Don't use them.
 200 2015-10-19T07:13:10  <kyuupichan> sturles: Slush seems to do it too
 201 2015-10-19T07:13:18  <sturles> Hmm.
 202 2015-10-19T07:14:41  *** zexos has joined #bitcoin-dev
 203 2015-10-19T07:14:44  <zexos> If any developers with the knowledge of crypto daemons, php, sql etc are interested in creating a platform (blackhat project) that has proven profitability in the past (proof available), I am looking for a partnership. Previous partner is no longer around, need new partner to carry on with these projects. PM if interested, i'll give you contact info there.
 204 2015-10-19T07:14:52  <phantomcircuit> kyuupichan, what makes you think they're optimizing for long term?
 205 2015-10-19T07:15:13  <kyuupichan> phantomcircuit: It's true in the short term too
 206 2015-10-19T07:16:16  <phantomcircuit> kyuupichan, no it's not
 207 2015-10-19T07:17:06  *** davec has joined #bitcoin-dev
 208 2015-10-19T07:18:19  *** GM0127 has joined #bitcoin-dev
 209 2015-10-19T07:19:53  *** Tebbo has joined #bitcoin-dev
 210 2015-10-19T07:21:02  <kyuupichan> phantomcircuit: Oh, so what's breakeven additional space for 0.0001 BTC according to you?
 211 2015-10-19T07:25:29  <phantomcircuit> kyuupichan, roughly zero when you're connected to >50% of the network over a lan
 212 2015-10-19T07:26:02  <zexos> phantom
 213 2015-10-19T07:26:04  <zexos> whats your problem?
 214 2015-10-19T07:26:26  *** damethos has joined #bitcoin-dev
 215 2015-10-19T07:27:52  <phantomcircuit> zexos, you're a criminal
 216 2015-10-19T07:28:04  <zexos> nope
 217 2015-10-19T07:28:10  <zexos> found a loophole
 218 2015-10-19T07:28:14  <zexos> and i am exploiting it
 219 2015-10-19T07:28:53  <phantomcircuit> a loophole in....
 220 2015-10-19T07:29:08  <phantomcircuit> there's virtually no chance you can answer that question without you being a criminal
 221 2015-10-19T07:29:10  <phantomcircuit> !ops
 222 2015-10-19T07:29:18  *** Nme85 has joined #bitcoin-dev
 223 2015-10-19T07:29:48  <phantomcircuit> BlueMatt, ^
 224 2015-10-19T07:29:54  <zexos> actually it isn't a loophole
 225 2015-10-19T07:30:01  <zexos> simply stating the obvious in terms and conditions
 226 2015-10-19T07:30:03  <kyuupichan> phantomcircuit: Hard to take you seriously.  Also given your scaling bitcoin talk.
 227 2015-10-19T07:30:03  <zexos> which no one reads
 228 2015-10-19T07:30:10  <zexos> that is the loophole
 229 2015-10-19T07:30:17  <zexos> it is completely legal
 230 2015-10-19T07:30:22  *** ChanServ sets mode: +o gmaxwell
 231 2015-10-19T07:30:24  <phantomcircuit> first it's blackhat, then you're selling black hats, then it's a scam, now it's a loophole, BUT WAIT NO ITS NOT!
 232 2015-10-19T07:30:29  <zexos> so now i say [fuck off] to you :)
 233 2015-10-19T07:30:32  *** gmaxwell sets mode: +b *!*@gateway/web/freenode/ip.27.33.19.55
 234 2015-10-19T07:30:32  *** zexos was kicked by gmaxwell (zexos)
 235 2015-10-19T07:30:35  *** gmaxwell sets mode: -o gmaxwell
 236 2015-10-19T07:30:41  <phantomcircuit> lol timing
 237 2015-10-19T07:31:07  *** kadoban has quit IRC
 238 2015-10-19T07:31:51  *** matsjj has joined #bitcoin-dev
 239 2015-10-19T07:33:25  <phantomcircuit> gmaxwell, btw i've seen lots of nonsense from that datacenter so i banned it's entire range in #bitcoin
 240 2015-10-19T07:35:54  *** equil_ has joined #bitcoin-dev
 241 2015-10-19T07:37:12  <phantomcircuit> kyuupichan, uhh my talk was entirely serious
 242 2015-10-19T07:37:36  *** ericmuyser has quit IRC
 243 2015-10-19T07:38:09  <phantomcircuit> if you disagree with the results please present your own findings
 244 2015-10-19T07:43:06  *** nivah has joined #bitcoin-dev
 245 2015-10-19T07:43:16  *** CoinMuncher has joined #bitcoin-dev
 246 2015-10-19T07:44:05  <phantomcircuit> thought so..
 247 2015-10-19T07:45:21  *** Obama_ has joined #bitcoin-dev
 248 2015-10-19T07:48:42  *** Nme85 has quit IRC
 249 2015-10-19T07:50:54  *** xolokram has joined #bitcoin-dev
 250 2015-10-19T07:56:32  *** Obama_ has quit IRC
 251 2015-10-19T08:00:05  *** tarantillo_ has quit IRC
 252 2015-10-19T08:00:25  *** tarantillo_ has joined #bitcoin-dev
 253 2015-10-19T08:02:20  *** paveljanik has quit IRC
 254 2015-10-19T08:06:18  *** paci_ has quit IRC
 255 2015-10-19T08:08:42  *** ebfull has quit IRC
 256 2015-10-19T08:11:28  *** petrkr has quit IRC
 257 2015-10-19T08:16:52  *** allah has quit IRC
 258 2015-10-19T08:17:18  *** allah has joined #bitcoin-dev
 259 2015-10-19T08:17:31  *** MiningBuddy has quit IRC
 260 2015-10-19T08:17:42  *** allah has quit IRC
 261 2015-10-19T08:17:44  *** MiningBuddy has joined #bitcoin-dev
 262 2015-10-19T08:18:02  *** allah_ has joined #bitcoin-dev
 263 2015-10-19T08:18:03  *** maraoz has quit IRC
 264 2015-10-19T08:18:39  *** MiningBuddy has joined #bitcoin-dev
 265 2015-10-19T08:18:46  *** blackwraith has quit IRC
 266 2015-10-19T08:18:55  *** MiningBuddy has joined #bitcoin-dev
 267 2015-10-19T08:19:13  *** MiningBuddy has joined #bitcoin-dev
 268 2015-10-19T08:19:28  *** MiningBuddy has joined #bitcoin-dev
 269 2015-10-19T08:19:43  *** MiningBuddy has joined #bitcoin-dev
 270 2015-10-19T08:20:07  *** MiningBuddy has joined #bitcoin-dev
 271 2015-10-19T08:20:35  *** MiningBuddy has joined #bitcoin-dev
 272 2015-10-19T08:20:51  *** MiningBuddy has joined #bitcoin-dev
 273 2015-10-19T08:21:06  *** MiningBuddy has joined #bitcoin-dev
 274 2015-10-19T08:21:21  *** MiningBuddy has joined #bitcoin-dev
 275 2015-10-19T08:21:36  *** MiningBuddy has joined #bitcoin-dev
 276 2015-10-19T08:21:52  *** MiningBuddy has joined #bitcoin-dev
 277 2015-10-19T08:22:08  *** MiningBuddy has joined #bitcoin-dev
 278 2015-10-19T08:22:23  *** MiningBuddy has joined #bitcoin-dev
 279 2015-10-19T08:22:30  *** ThomasKeller has joined #bitcoin-dev
 280 2015-10-19T08:22:38  *** MiningBuddy has joined #bitcoin-dev
 281 2015-10-19T08:22:53  *** MiningBuddy has joined #bitcoin-dev
 282 2015-10-19T08:23:08  *** MiningBuddy has joined #bitcoin-dev
 283 2015-10-19T08:23:24  *** MiningBuddy has joined #bitcoin-dev
 284 2015-10-19T08:23:36  *** Guest73396_u has joined #bitcoin-dev
 285 2015-10-19T08:23:38  *** MiningBuddy has joined #bitcoin-dev
 286 2015-10-19T08:23:49  *** blackwraith has joined #bitcoin-dev
 287 2015-10-19T08:23:53  *** MiningBuddy has joined #bitcoin-dev
 288 2015-10-19T08:23:55  *** MiningBuddy has quit IRC
 289 2015-10-19T08:24:08  *** MiningBuddy has joined #bitcoin-dev
 290 2015-10-19T08:24:23  *** MiningBuddy has joined #bitcoin-dev
 291 2015-10-19T08:24:29  *** ThomasV has joined #bitcoin-dev
 292 2015-10-19T08:24:38  *** MiningBuddy has joined #bitcoin-dev
 293 2015-10-19T08:24:52  *** GM0127 has quit IRC
 294 2015-10-19T08:24:53  *** MiningBuddy has joined #bitcoin-dev
 295 2015-10-19T08:25:09  *** MiningBuddy has joined #bitcoin-dev
 296 2015-10-19T08:25:25  *** MiningBuddy has joined #bitcoin-dev
 297 2015-10-19T08:25:40  *** MiningBuddy has joined #bitcoin-dev
 298 2015-10-19T08:25:55  *** MiningBuddy has joined #bitcoin-dev
 299 2015-10-19T08:25:59  *** Guest73396 has quit IRC
 300 2015-10-19T08:26:10  *** MiningBuddy has joined #bitcoin-dev
 301 2015-10-19T08:26:25  *** MiningBuddy has joined #bitcoin-dev
 302 2015-10-19T08:26:40  *** MiningBuddy has joined #bitcoin-dev
 303 2015-10-19T08:26:54  *** MiningBuddy has joined #bitcoin-dev
 304 2015-10-19T08:27:09  *** MiningBuddy has joined #bitcoin-dev
 305 2015-10-19T08:27:24  *** MiningBuddy has joined #bitcoin-dev
 306 2015-10-19T08:27:39  *** MiningBuddy has joined #bitcoin-dev
 307 2015-10-19T08:27:56  *** MiningBuddy has joined #bitcoin-dev
 308 2015-10-19T08:28:11  *** MiningBuddy has joined #bitcoin-dev
 309 2015-10-19T08:28:27  *** MiningBuddy has joined #bitcoin-dev
 310 2015-10-19T08:28:46  *** MiningBuddy has joined #bitcoin-dev
 311 2015-10-19T08:29:05  *** MiningBuddy has joined #bitcoin-dev
 312 2015-10-19T08:29:21  *** MiningBuddy has joined #bitcoin-dev
 313 2015-10-19T08:29:22  *** MiningBuddy has quit IRC
 314 2015-10-19T08:29:43  *** MiningBuddy has joined #bitcoin-dev
 315 2015-10-19T08:29:58  *** MiningBuddy has joined #bitcoin-dev
 316 2015-10-19T08:30:14  *** MiningBuddy has joined #bitcoin-dev
 317 2015-10-19T08:30:37  *** MiningBuddy has joined #bitcoin-dev
 318 2015-10-19T08:30:59  *** MiningBuddy has joined #bitcoin-dev
 319 2015-10-19T08:31:28  *** MiningBuddy has joined #bitcoin-dev
 320 2015-10-19T08:31:52  *** MiningBuddy has joined #bitcoin-dev
 321 2015-10-19T08:37:22  *** pepesza has joined #bitcoin-dev
 322 2015-10-19T08:43:30  *** ThomasV has quit IRC
 323 2015-10-19T08:49:46  *** parus has quit IRC
 324 2015-10-19T08:50:01  *** graingert has joined #bitcoin-dev
 325 2015-10-19T09:07:20  *** graingert_ has joined #bitcoin-dev
 326 2015-10-19T09:07:30  *** sparetire_ has joined #bitcoin-dev
 327 2015-10-19T09:07:55  *** ThomasV has joined #bitcoin-dev
 328 2015-10-19T09:10:45  *** graingert has quit IRC
 329 2015-10-19T09:11:14  *** altgribble` has joined #bitcoin-dev
 330 2015-10-19T09:11:32  *** M-mistake has quit IRC
 331 2015-10-19T09:11:32  *** altgribble has quit IRC
 332 2015-10-19T09:11:37  *** Subo1977 is now known as Delta_
 333 2015-10-19T09:13:49  *** gmaxwell has quit IRC
 334 2015-10-19T09:13:58  *** gmaxwell has joined #bitcoin-dev
 335 2015-10-19T09:14:11  *** Qatz has quit IRC
 336 2015-10-19T09:14:18  *** Guest52664 has quit IRC
 337 2015-10-19T09:14:21  *** gmaxwell is now known as Guest89849
 338 2015-10-19T09:14:28  *** Qatz has joined #bitcoin-dev
 339 2015-10-19T09:14:33  *** petertodd has joined #bitcoin-dev
 340 2015-10-19T09:14:57  *** petertodd is now known as Guest82934
 341 2015-10-19T09:15:06  *** AaronvanW has joined #bitcoin-dev
 342 2015-10-19T09:16:18  *** BlueMatt has quit IRC
 343 2015-10-19T09:18:02  *** EdBosher has quit IRC
 344 2015-10-19T09:18:19  *** M-mistake has joined #bitcoin-dev
 345 2015-10-19T09:20:21  *** BlueMatt has joined #bitcoin-dev
 346 2015-10-19T09:22:37  *** EdBosher has joined #bitcoin-dev
 347 2015-10-19T09:24:14  *** lnostdal has quit IRC
 348 2015-10-19T09:25:16  *** JackH has joined #bitcoin-dev
 349 2015-10-19T09:25:35  *** Nme85 has joined #bitcoin-dev
 350 2015-10-19T09:25:57  *** melvster has quit IRC
 351 2015-10-19T09:38:24  *** melvster has joined #bitcoin-dev
 352 2015-10-19T09:39:22  *** nivah has quit IRC
 353 2015-10-19T09:42:37  *** nsh has quit IRC
 354 2015-10-19T09:44:40  *** paveljanik has joined #bitcoin-dev
 355 2015-10-19T09:48:15  *** nsh has joined #bitcoin-dev
 356 2015-10-19T09:51:20  *** zveda has joined #bitcoin-dev
 357 2015-10-19T09:52:01  *** zveda has left #bitcoin-dev
 358 2015-10-19T09:54:06  *** ThomasV has quit IRC
 359 2015-10-19T09:58:11  *** petrkr has joined #bitcoin-dev
 360 2015-10-19T09:58:39  *** roxtrong_ has joined #bitcoin-dev
 361 2015-10-19T10:01:17  *** roxtrongo has quit IRC
 362 2015-10-19T10:01:57  *** nsh has quit IRC
 363 2015-10-19T10:06:46  *** nsh has joined #bitcoin-dev
 364 2015-10-19T10:13:08  *** ebfull has joined #bitcoin-dev
 365 2015-10-19T10:16:37  *** bedeho has joined #bitcoin-dev
 366 2015-10-19T10:17:50  *** lclc___ has joined #bitcoin-dev
 367 2015-10-19T10:20:33  *** jtimon has joined #bitcoin-dev
 368 2015-10-19T10:24:20  *** ThomasV has joined #bitcoin-dev
 369 2015-10-19T10:32:02  *** one_zero has quit IRC
 370 2015-10-19T10:36:05  *** antizionist__ has joined #bitcoin-dev
 371 2015-10-19T10:38:01  *** nsh has quit IRC
 372 2015-10-19T10:45:21  *** nsh has joined #bitcoin-dev
 373 2015-10-19T10:47:12  *** nivah has joined #bitcoin-dev
 374 2015-10-19T10:54:11  *** equil_ has quit IRC
 375 2015-10-19T10:56:20  *** nivah has quit IRC
 376 2015-10-19T10:56:21  *** davec has quit IRC
 377 2015-10-19T10:57:19  *** Guest73396_u has quit IRC
 378 2015-10-19T11:01:22  *** ThomasKeller has quit IRC
 379 2015-10-19T11:02:01  *** ThomasKeller has joined #bitcoin-dev
 380 2015-10-19T11:05:03  *** roxtrong_ has quit IRC
 381 2015-10-19T11:07:09  *** roxtrong_ has joined #bitcoin-dev
 382 2015-10-19T11:07:58  <jtimon> CodeShark: let's discuss C API (the currently implemented option) vs C++ API for libconsensus here
 383 2015-10-19T11:09:08  <jtimon> it was already decided (and partially implemented) that a C API was simplest for some languages to interface with
 384 2015-10-19T11:09:39  <jtimon> I'm sorry that you missed that discussion, but I really see no good arguments in favor of making it a C++ API instead...
 385 2015-10-19T11:09:39  <Diablo-D3> I agree with that decision and I dont even know what libconsensus is
 386 2015-10-19T11:09:39  <CodeShark> While I agree that it's easier for some languages to interface with a C API, I don't think that's what's most important right now for Bitcoin Core
 387 2015-10-19T11:09:48  <Diablo-D3> and btw
 388 2015-10-19T11:09:52  <Diablo-D3> you CAN have a c++ api
 389 2015-10-19T11:09:57  <Diablo-D3> just call the c one with it
 390 2015-10-19T11:10:17  <jtimon> Diablo-D3: currently libconsensus is just one C function: https://github.com/bitcoin/bitcoin/blob/master/src/script/bitcoinconsensus.h#L56
 391 2015-10-19T11:10:21  <CodeShark> it's a huge stylistic change that distracts from far more important issues of dependencies, a layered architecture, and better code organization
 392 2015-10-19T11:10:45  <CodeShark> nobody is really asking for a C libconsensus - this is for our own use. we can always write C wrappers
 393 2015-10-19T11:10:56  <Diablo-D3> jtimon: lol
 394 2015-10-19T11:11:24  <jtimon> CodeShark: currently it's not so huge, really (unless we make it harder like you are doing with #6816)
 395 2015-10-19T11:11:26  <CodeShark> I'm not opposed to eventually supporting a C API - I just think trying to force a C API right now is getting the priorities backwards
 396 2015-10-19T11:12:23  <jtimon> CodeShark: when we discussed what the API for libconsensus should be, we decided for C, at least cfields_ sipa BlueMatt and wumpus were involved in that discussion
 397 2015-10-19T11:12:41  <Diablo-D3> yeah and they all probably said C for the same reason I did
 398 2015-10-19T11:12:47  <Diablo-D3> if you want to have wrappers in other languaes
 399 2015-10-19T11:12:53  <Diablo-D3> C is literally your only choice
 400 2015-10-19T11:13:23  <CodeShark> it's like deciding on what paint color you're going to use before you've got solid foundations for your house
 401 2015-10-19T11:13:41  <jtimon> Diablo-D3: exactly, simpler wrappers in other languages was precisely the main reason to decide for C
 402 2015-10-19T11:13:44  <btcdrak> jtimon: I also think it's not the right time to be trying to marshall every PR to conform to something that is not yet even created or finalised. When we work on libconsensus in earnest that is the time for refactoring.
 403 2015-10-19T11:13:49  <CodeShark> API wrappers and language bindings can always be added to a good architecture - it's VERY hard to go in the other direction
 404 2015-10-19T11:14:20  <Diablo-D3> CodeShark: uh, wrong
 405 2015-10-19T11:14:25  <Diablo-D3> you cant add wrappers to c++
 406 2015-10-19T11:14:54  <Diablo-D3> you clearly have never looked at how the c++ abi works
 407 2015-10-19T11:15:07  <CodeShark> you're missing the point completely
 408 2015-10-19T11:15:16  <Diablo-D3> a shitload of wrappers in other languages write their wrappers in c and just call the c++ from them
 409 2015-10-19T11:15:19  <Diablo-D3> which is idiotic as hell
 410 2015-10-19T11:15:23  <Diablo-D3> CodeShark: not at all
 411 2015-10-19T11:15:29  <btcdrak> jtimon: it's hard enough to get code reviewed as it is, without complicating it with not yet existing libconsensus nits.
 412 2015-10-19T11:15:49  <Diablo-D3> your argument is "with well written code, it doesnt matter how big of a mistake you make early on, it can be fixed"
 413 2015-10-19T11:16:09  <btcdrak> jtimon: I think there is a time and a place for it, but that it isnt now. We havent even agreed a highlevel plan for refactoring yet.
 414 2015-10-19T11:16:11  <Diablo-D3> my argument is "its easier to just not make a mistake in the first place"
 415 2015-10-19T11:16:11  <CodeShark> ok, if you want to believe that's what I said go ahead...I am not going to argue this
 416 2015-10-19T11:16:15  <CodeShark> I have other stuff to do
 417 2015-10-19T11:16:39  <Diablo-D3> CodeShark: okay so, which one of us has experience in a dozen different languages, and has made a shitton of money as a professional programmer?
 418 2015-10-19T11:16:41  <Diablo-D3> hint: its me
 419 2015-10-19T11:16:51  <jtimon> btcdrak: I believe I was relatively close to a finalised libconsensus (with a C API) in March (see #5946), but it will never happen if we keep undoing the work that's been already merged
 420 2015-10-19T11:16:53  <Diablo-D3> I agree with any decision that involves making a highly portable library in C.
 421 2015-10-19T11:17:02  <Diablo-D3> you dont even need to use C for the whole library
 422 2015-10-19T11:17:05  <Diablo-D3> just for the public functions
 423 2015-10-19T11:17:13  <btcdrak> Diablo-D3: that;s a really poor argument, "I made lots of money so I'm right"
 424 2015-10-19T11:17:29  <Diablo-D3> let me rephrase
 425 2015-10-19T11:17:29  <btcdrak> Diablo-D3: let's not degenerate into logical fallacies please.
 426 2015-10-19T11:17:31  <jtimon> I'm working on a document with a detailed plan for libconsensus (with pictures, as suggested by CodeShark)
 427 2015-10-19T11:17:39  <Diablo-D3> the bitcoin community paid me a lot of money because Im right.
 428 2015-10-19T11:18:17  <jtimon> Diablo-D3: that's still an argument of authority (fallacy)
 429 2015-10-19T11:19:03  <Diablo-D3> okay fine, Ive written an absolute fuckton of C, and Ive also written wrappers of libraries in other languages
 430 2015-10-19T11:19:19  <Diablo-D3> calling anything but C, well, its easier to just commit suicide, less pain too
 431 2015-10-19T11:19:30  <jtimon> Diablo-D3: and we don't need fallacies because we have the right arguments for a C API instead of a C++ API (so far I haven't heard any valid argument from CodeShark in favor of a C++ API fr libconsensus)
 432 2015-10-19T11:19:52  <btcdrak> jtimon: we are coming towards the end of the 0.12 development cycle, I think we should make a decision and enforce them after we branch 0.12 off. Until then, let's not get in the way of progress. I find all this libconsensus stuff very distracting from getting things done.
 433 2015-10-19T11:20:26  *** moa has joined #bitcoin-dev
 434 2015-10-19T11:20:37  <jtimon> btcdrak: I think not having consensus code currently encapsulated is a great barrier for progress
 435 2015-10-19T11:21:08  <Diablo-D3> jtimon: the thing is, you COULD have native c++ and a c++ api... but just also have a built in c api, ie, the c++ code is written with the c api in mind
 436 2015-10-19T11:21:24  <Diablo-D3> jtimon: a few c++ libraries have done this
 437 2015-10-19T11:21:43  <jtimon> you can have c++ implementation and c API, right (that's what we currently have)
 438 2015-10-19T11:21:59  <CodeShark> I already offered to help with a C API if it turns out there's demand for it - but I don't want any distractions from getting this stuff merged right now
 439 2015-10-19T11:22:02  <Diablo-D3> as long as the c api is a first class citizen, you're fine
 440 2015-10-19T11:22:03  <jtimon> but #6816 is not done with a C API in mind
 441 2015-10-19T11:22:13  <CodeShark> I don't think I need a better argument than that
 442 2015-10-19T11:22:17  <Diablo-D3> but it means the c++ api cant do anything magic
 443 2015-10-19T11:22:34  <Diablo-D3> the c api HAS to be able to do everything the c++ api can with the same amount of effort
 444 2015-10-19T11:22:43  <jtimon> CodeShark: "i there's demand" there's currently some users of libconsensus and they're using the C API (the only one it has!!)
 445 2015-10-19T11:25:33  *** CheckDavid has joined #bitcoin-dev
 446 2015-10-19T11:25:41  *** EdBosher has quit IRC
 447 2015-10-19T11:25:54  <jtimon> anyway, I'll focus on my document and finishing libconsensus on my own branch, so that people can't say " is not yet even created or finalised" anymore
 448 2015-10-19T11:26:11  <jtimon> it could have been finalized long ago if there was more interest in it
 449 2015-10-19T11:27:09  <jtimon> when I publish my document and still no code movements are done before 0.12, I will start my own fork
 450 2015-10-19T11:27:30  <jtimon> maybe before 6816 if it gets merged as is
 451 2015-10-19T11:27:57  <jtimon> mhmm, maybe I should create a libconsensus-friendly alternative to 6816 myself...
 452 2015-10-19T11:29:41  <jtimon> given that CodeShark doesn't want to follow my suggestion of using just a static-sized array of a methodless struct in Consensus::Params
 453 2015-10-19T11:29:57  <CodeShark> jtimon: have you even looked at the SoftForkDeployments class?
 454 2015-10-19T11:30:49  <jtimon> CodeShark: yes, have you even looked at  #5995  ?
 455 2015-10-19T11:34:03  *** pepesza has quit IRC
 456 2015-10-19T11:36:46  *** pepesza has joined #bitcoin-dev
 457 2015-10-19T11:37:15  <CodeShark> jtimon, I'll help you with all this refactoring stuff after 0.12. For now please don't let these nits get in the way of deploying stuff we really need
 458 2015-10-19T11:37:34  <btcdrak> ^
 459 2015-10-19T11:39:00  *** Nme85 has quit IRC
 460 2015-10-19T11:40:00  <btcdrak> jtimon: there's a good compromise, let's not get overly worried until the libconsensus plan is finalised, and you have a promise from CodeSkark he will help you a lot with the refactoring necessary come the time. Meantime, let's really focus on getting stuff we need now, merged.
 461 2015-10-19T11:41:11  <btcdrak> jtimon: I know all this has been quite frustrating for you for a good year regarding this stuff, but there is definitely light at the end of the tunnel once we have a set plan for post 0.12.
 462 2015-10-19T11:55:47  *** hmsimha has quit IRC
 463 2015-10-19T11:58:56  *** ParadoxSpiral has joined #bitcoin-dev
 464 2015-10-19T12:00:35  *** AaronvanW has quit IRC
 465 2015-10-19T12:01:35  *** ThomasV has quit IRC
 466 2015-10-19T12:04:55  *** agricocb has quit IRC
 467 2015-10-19T12:05:02  *** agricocb has joined #bitcoin-dev
 468 2015-10-19T12:08:52  *** hmsimha has joined #bitcoin-dev
 469 2015-10-19T12:12:11  *** moa has quit IRC
 470 2015-10-19T12:13:52  *** AaronvanW has joined #bitcoin-dev
 471 2015-10-19T12:17:28  *** esneider has quit IRC
 472 2015-10-19T12:17:49  *** gotoalberto has joined #bitcoin-dev
 473 2015-10-19T12:28:23  *** SteamPoweredH has quit IRC
 474 2015-10-19T12:44:39  *** IrishGringo has joined #bitcoin-dev
 475 2015-10-19T12:44:53  *** malte has quit IRC
 476 2015-10-19T12:47:08  *** malte has joined #bitcoin-dev
 477 2015-10-19T12:48:09  *** Logicwax has joined #bitcoin-dev
 478 2015-10-19T12:49:59  *** IrishGringo has quit IRC
 479 2015-10-19T12:51:19  *** zwischenzug has joined #bitcoin-dev
 480 2015-10-19T12:52:47  *** supasonic has quit IRC
 481 2015-10-19T12:53:14  *** supasonic has joined #bitcoin-dev
 482 2015-10-19T13:03:16  *** Subo1977 has joined #bitcoin-dev
 483 2015-10-19T13:04:06  *** Delta_ has quit IRC
 484 2015-10-19T13:04:29  *** LeMiner has quit IRC
 485 2015-10-19T13:04:48  *** ThomasV has joined #bitcoin-dev
 486 2015-10-19T13:06:35  *** LeMiner has joined #bitcoin-dev
 487 2015-10-19T13:12:54  *** zwischenzug has quit IRC
 488 2015-10-19T13:18:35  *** tantalum has joined #bitcoin-dev
 489 2015-10-19T13:19:51  *** evoskuil has quit IRC
 490 2015-10-19T13:20:34  *** bedeho has quit IRC
 491 2015-10-19T13:23:08  *** Guest98722 has quit IRC
 492 2015-10-19T13:23:52  *** grs has joined #bitcoin-dev
 493 2015-10-19T13:24:16  *** grs is now known as Guest51985
 494 2015-10-19T13:24:30  *** Guest73396 has joined #bitcoin-dev
 495 2015-10-19T13:24:43  *** agricocb has quit IRC
 496 2015-10-19T13:27:19  *** esneider has joined #bitcoin-dev
 497 2015-10-19T13:28:17  *** zwischenzug has joined #bitcoin-dev
 498 2015-10-19T13:28:18  *** ThomasV has quit IRC
 499 2015-10-19T13:29:35  *** dcousens has quit IRC
 500 2015-10-19T13:31:49  *** nelisky has quit IRC
 501 2015-10-19T13:32:26  *** davec has joined #bitcoin-dev
 502 2015-10-19T13:32:36  *** Diablo-D3 has quit IRC
 503 2015-10-19T13:33:41  *** zwischenzug has quit IRC
 504 2015-10-19T13:33:42  *** gotoalberto has quit IRC
 505 2015-10-19T13:35:05  *** Subo1977 has quit IRC
 506 2015-10-19T13:35:40  *** bedeho has joined #bitcoin-dev
 507 2015-10-19T13:35:48  *** Subo1977 has joined #bitcoin-dev
 508 2015-10-19T13:36:03  *** esneider_ has joined #bitcoin-dev
 509 2015-10-19T13:38:02  *** IrishGringo has joined #bitcoin-dev
 510 2015-10-19T13:40:02  *** esneider has quit IRC
 511 2015-10-19T13:44:46  *** c0rw|zZz is now known as c0rw1n
 512 2015-10-19T13:48:58  *** ThomasV has joined #bitcoin-dev
 513 2015-10-19T13:55:18  *** esneider_ has quit IRC
 514 2015-10-19T13:56:03  *** agricocb has joined #bitcoin-dev
 515 2015-10-19T13:58:21  *** esneider has joined #bitcoin-dev
 516 2015-10-19T14:00:06  *** YoY has quit IRC
 517 2015-10-19T14:00:23  *** jgarzik has quit IRC
 518 2015-10-19T14:00:38  *** jgarzik has joined #bitcoin-dev
 519 2015-10-19T14:00:38  *** jgarzik has quit IRC
 520 2015-10-19T14:00:38  *** jgarzik has joined #bitcoin-dev
 521 2015-10-19T14:01:39  *** YoY has joined #bitcoin-dev
 522 2015-10-19T14:10:08  *** Guest82934 is now known as petertodd
 523 2015-10-19T14:15:29  *** noobfikt has joined #bitcoin-dev
 524 2015-10-19T14:18:31  *** Guyver2 has joined #bitcoin-dev
 525 2015-10-19T14:19:03  <wumpus> we all had a frustrating year, can't wait for it to end...
 526 2015-10-19T14:20:42  *** moa has joined #bitcoin-dev
 527 2015-10-19T14:20:54  *** bsm1175321 has joined #bitcoin-dev
 528 2015-10-19T14:22:27  *** nsh has quit IRC
 529 2015-10-19T14:26:02  *** kadoban has joined #bitcoin-dev
 530 2015-10-19T14:26:19  *** esneider has quit IRC
 531 2015-10-19T14:27:16  *** esneider has joined #bitcoin-dev
 532 2015-10-19T14:30:24  *** DougieBot5000 has joined #bitcoin-dev
 533 2015-10-19T14:31:51  *** benrcole has joined #bitcoin-dev
 534 2015-10-19T14:32:53  *** treehug88 has joined #bitcoin-dev
 535 2015-10-19T14:34:13  *** gotoalberto has joined #bitcoin-dev
 536 2015-10-19T14:34:44  *** nsh has joined #bitcoin-dev
 537 2015-10-19T14:35:44  <btcdrak> wumpus: well at least we're getting our momentum back.
 538 2015-10-19T14:36:08  <jtimon> CodeShark: thanks for the offer, but my goal is not to delay versionbits. If you think that waht I'm asking for is too hard, I will try to do it myself using your code
 539 2015-10-19T14:36:44  <jtimon> but so far you didn't said it is too hard, just that having a C API instead of a C++ API was a mistake in libconsensus in your opinion
 540 2015-10-19T14:37:24  *** roxtrong_ has quit IRC
 541 2015-10-19T14:38:15  <jtimon> btcdrak: the plan I''m working on has 6 phases and I still have a little hope that the first (mostly move-only) phase can be merged before 0.12 is branched
 542 2015-10-19T14:38:24  <CodeShark> jtimon: I don't think a C API ultimately is a bad thing - I just think now is not the time for it. I'd be happy to help you with all the libconsensus refactoring stuff after 0.12
 543 2015-10-19T14:39:23  <btcdrak> jtimon: I think the IRC meeting was pretty clear that there would be no big changes this late into the release cycle. We'll get a refactoring window right after branching.
 544 2015-10-19T14:39:39  *** gotoalberto has quit IRC
 545 2015-10-19T14:40:06  <jtimon> btcdrak: I have had a plan for libconsenus for very long, it's just that I haven't been able to articulate it correctly (and people have failed to review the relevant PRs, ask the relevant questions and participate in the relevant ml threads), meanwhile we can slightly modify code that has not been merged yet to avoid creating more unnecessary work in the future
 546 2015-10-19T14:40:17  <btcdrak> jtimon: there's just no way to justify big code moves at the end of a release cycle, it's really dangerous no matter how careful we are (and I'm pretty liberal minded when it comes to moveonly commits).
 547 2015-10-19T14:40:18  *** ThomasV has quit IRC
 548 2015-10-19T14:40:34  <jtimon> CodeShark: "it's not the time for it" please, again libconsensus' API is currently C!!!!
 549 2015-10-19T14:40:38  *** ThomasV has joined #bitcoin-dev
 550 2015-10-19T14:40:47  <CodeShark> jtimon: I think you're overestimating the amount of work required to create a C API and underestimating the amount of work to release this stuff if we insist on a C API right now
 551 2015-10-19T14:41:08  *** benrcole1 has joined #bitcoin-dev
 552 2015-10-19T14:41:11  *** trixbutt has joined #bitcoin-dev
 553 2015-10-19T14:41:44  <jtimon> btcdrak: those movements before forking 0.12 are much better for anyone rebasing from release to release than doing the same changes after 0.12 is released (on the master branch)
 554 2015-10-19T14:41:50  <btcdrak> jtimon: the meeting we had about it was really really helpful for your goal because it got you criterion for others to agree on. Things will go more smoothly for you, but definitely we need a merge window where we can have more disruptive changes and then let the dust settle for the rest of the development cycle.
 555 2015-10-19T14:42:17  *** benrcole has quit IRC
 556 2015-10-19T14:42:23  <jtimon> CodeShark: I'm not asking for a complete C API now, I'm just asking for not making it harder than it currently is for later
 557 2015-10-19T14:42:31  <btcdrak> jtimon: I would agree with you, but I'm I very much doubt it will happen. If I were you I would not hold up any hope for that.
 558 2015-10-19T14:42:59  *** esneider has quit IRC
 559 2015-10-19T14:43:21  *** ericmuyser has joined #bitcoin-dev
 560 2015-10-19T14:43:24  <btcdrak> jtimon: but I dont think any software project of this magnitude would tolerate big refactoring at the end of a release cycle.
 561 2015-10-19T14:43:28  <jtimon> CodeShark: and I think you're overestimating the disadvantages of following my suggestion (even though you have not told them to me, besides vague arguments regardging readability and "ease of development")
 562 2015-10-19T14:43:32  *** ericmuyser has joined #bitcoin-dev
 563 2015-10-19T14:44:07  <CodeShark> jtimon: it's an obstacle to getting this stuff deployed which doesn't help functionality nor review in any way whatsoever...and we can always do it later
 564 2015-10-19T14:44:31  <jtimon> CodeShark: everything can be done later, including versionbits
 565 2015-10-19T14:44:47  *** twixisowned has quit IRC
 566 2015-10-19T14:44:59  <btcdrak> jtimon: and if we have a planned time when it can happen, and we know nothing else will get merged except refactoring, then you'll have all hands on deck. You cant rub against the grain and not expect friction. The plan we discussed at the first IRC meeting seems more palatable for everyone
 567 2015-10-19T14:45:03  <jtimon> the thing is, we're doing versionbits now, it's not merged yet. we still can modify it to make things easier later
 568 2015-10-19T14:45:12  <btcdrak> jtimon: absolutely not, versionbits is a huge priority
 569 2015-10-19T14:46:27  <jtimon> btcdrak: we've suggested many "right times for refactors" but this "nothing else will get merged except refactoring," has never happen and I doubt that it will ever happen (and I personally don't think it's the best way to do things)
 570 2015-10-19T14:47:01  <CodeShark> please trust me on this one, jtimon - I think this way is easier overall...and I will definitely help you with the refactoring after 0.12. I know it's very frustrating to have PRs sitting for months without making any inroads - I'll help you put together an effective plan
 571 2015-10-19T14:47:05  <btcdrak> versionbits will remove a huge amount of friction to deploying softforks and it looks like there are a lot of things cuing up, stuff we really need in order to improve functionality. libconsensus is very important long term, but it's not more important than enabling the protocol to be extended efficiently
 572 2015-10-19T14:47:22  *** Alina-malina has quit IRC
 573 2015-10-19T14:47:27  <jtimon> CodeShark: can you please tell me the disadvantages of my suggestion in https://github.com/bitcoin/bitcoin/pull/6816#issuecomment-148043500 ?
 574 2015-10-19T14:47:57  <btcdrak> jtimon: CodeSkark is a man of his word, he will help, and I think you'll need as many hands and eyes looking at refactoring as you can get.
 575 2015-10-19T14:48:08  <jtimon> CodeShark: " I think this way is easier overal" and I disagree, please trust me on this one and follow my suggestion
 576 2015-10-19T14:48:48  <jtimon> I'm not asking for help later, I'm asking to get answers to my review of #6816
 577 2015-10-19T14:49:15  *** esneider has joined #bitcoin-dev
 578 2015-10-19T14:49:44  <jtimon> btcdrak: libconsensus (specially the encapsulation it requires) is a huge priority that will remove a lot friction too
 579 2015-10-19T14:51:17  <jtimon> CodeShark: if you can't answer that question but you still reject to follow my suggestion I can simply create an alternative to #6816 so people can compare (even though it may be hard to undesrtand why my version will be more future-proof with rewards to completing libconsensus)
 580 2015-10-19T14:53:55  *** esneider_ has joined #bitcoin-dev
 581 2015-10-19T14:53:58  <CodeShark> jtimon: I wrote a class called SoftForkDeployments that handles dynamic addition of new soft fork deployments which makes it very clean to initialize in CChainParams. If we want to put that behind a C API, we can always expose it as a regular function and hide the singleton objects behind the C API
 582 2015-10-19T14:54:07  *** Internet13 has quit IRC
 583 2015-10-19T14:54:32  <CodeShark> point is nothing outside of the consensus stuff should have deep knowledge of this stucture except what's needed to initialize it
 584 2015-10-19T14:54:45  <jtimon> CodeShark: in my suggestion, Consensus::Params would be still initialized very cleanly in chainparams.cpp
 585 2015-10-19T14:54:48  *** Lightsword has joined #bitcoin-dev
 586 2015-10-19T14:55:18  <jtimon> CodeShark: when you say singleton you mean globals, and no, globals are not library friendly
 587 2015-10-19T14:55:18  *** lclc___ has quit IRC
 588 2015-10-19T14:55:42  <jtimon> not for libconsensus nor for lib-bitcoin (if we ever get to that)
 589 2015-10-19T14:56:34  <CodeShark> but point is SoftForkDeployments does a whole heck of a lot more than just hold an array or a vector - it has high level accessor methods that I use copiously elsewhere...and I don't want to expose the individual SoftFork objects as simple structs because it breaks all the safety measures afforded by the encapsulation
 590 2015-10-19T14:57:19  <CodeShark> I tried to make the integration as simple as possible - and designed these classes accordingly
 591 2015-10-19T14:57:36  <CodeShark> you're asking me to sacrifice all that to conform to some spec for something that doesn't even exist yet
 592 2015-10-19T14:57:38  *** Internet13 has joined #bitcoin-dev
 593 2015-10-19T14:57:47  <jtimon> CodeShark: you can encapsulate things behind functions just as easily as you can encapsulate it behind classes, remember abstract data types https://en.wikipedia.org/wiki/Abstract_data_type ? those are older than classes
 594 2015-10-19T14:57:53  *** esneider has quit IRC
 595 2015-10-19T14:58:09  *** Guest73396 has quit IRC
 596 2015-10-19T14:58:31  <CodeShark> and we can do that after 0.12
 597 2015-10-19T14:58:37  <CodeShark> what's the rush to do it now?
 598 2015-10-19T14:58:47  <jtimon> CodeShark: can you at least understand that what you think it's "as simple as possible" may actually not be "as simple as possible" or "easier overall"
 599 2015-10-19T14:58:48  <CodeShark> doesn't add any functionality, complicates review, delays deployment
 600 2015-10-19T14:58:49  <jtimon> ?
 601 2015-10-19T14:59:19  <davec> yeah
 602 2015-10-19T14:59:47  <jtimon> "doesn't add any functionality", agree "complicates review" disagree, "delays deployment" not much and not in total (doing it wrong now will make libconsensus harder to complete later)
 603 2015-10-19T15:01:00  <jtimon> CodeShark: the rush is we're reviewing #6816 now and we cannot change its commits once it's merged (we can fix newly introduced libconsensus-unfriendly changes later, but with new commtis)
 604 2015-10-19T15:01:44  <jtimon> still no disadvantages of using my suggestion besides "I think it's simpler this way"
 605 2015-10-19T15:02:39  <CodeShark> I think it's a LOT simpler overall...and will take less time and effort in the long run to do it this way. I think that's a pretty good reason
 606 2015-10-19T15:03:14  <CodeShark> I told you, I'll help you with the refactor stuff during a dedicated time window when we look specifically at that
 607 2015-10-19T15:03:26  <CodeShark> I don't think it's a good idea to mix the refactor stuff with this PR
 608 2015-10-19T15:04:25  <CodeShark> I don't think it will add that much more work on your end to do it this way - perhaps what's bugging you is the friction you're experiencing with others
 609 2015-10-19T15:04:42  *** malduron has joined #bitcoin-dev
 610 2015-10-19T15:04:50  *** Alina-malina has joined #bitcoin-dev
 611 2015-10-19T15:05:18  *** porquilho has joined #bitcoin-dev
 612 2015-10-19T15:06:50  *** Beef has quit IRC
 613 2015-10-19T15:08:06  *** esneider has joined #bitcoin-dev
 614 2015-10-19T15:10:20  <jtimon> "I think it's a LOT simpler overall" exactly, you think, and I disagree
 615 2015-10-19T15:10:38  <jtimon> " I'll help you with the refactor stuff" thanks again but that's orthogonal
 616 2015-10-19T15:11:12  <jtimon> CodeShark: I'm not suggesting to mux refactor stuff with this PR, read my suggestion again: https://github.com/bitcoin/bitcoin/pull/6816#issuecomment-148043500
 617 2015-10-19T15:11:19  *** esneider_ has quit IRC
 618 2015-10-19T15:12:34  <jtimon> CodeShark: what's bugging me is making things harder for libconsensus than they're currently are when we can chose a more libconsensus-friendly alternative for free
 619 2015-10-19T15:13:05  *** Giszmo has joined #bitcoin-dev
 620 2015-10-19T15:13:09  <jtimon> honestly, if you're doing it like this I would even prefer that you don't touch Consensus::Params and use CChainParams and its globals instead
 621 2015-10-19T15:14:02  *** paveljanik has quit IRC
 622 2015-10-19T15:14:14  <jtimon> anyway, it seems this discussion is going nowhere and I will have to implement my suggestion myself
 623 2015-10-19T15:14:19  *** d_t has joined #bitcoin-dev
 624 2015-10-19T15:14:36  *** nelisky has joined #bitcoin-dev
 625 2015-10-19T15:14:55  <jtimon> it will delay my libconsensus plan document further but who cares (apart from me)?
 626 2015-10-19T15:15:34  *** zooko has joined #bitcoin-dev
 627 2015-10-19T15:15:35  *** malte has quit IRC
 628 2015-10-19T15:20:39  *** Beef has joined #bitcoin-dev
 629 2015-10-19T15:21:00  *** birett has joined #bitcoin-dev
 630 2015-10-19T15:21:27  *** nwilcox has joined #bitcoin-dev
 631 2015-10-19T15:21:39  *** Qatz has quit IRC
 632 2015-10-19T15:21:41  *** malte has joined #bitcoin-dev
 633 2015-10-19T15:22:53  <jtimon> CodeShark: could you do that? move softForkDeployments from Consensus::Params to CChainParams ?
 634 2015-10-19T15:22:59  *** pepesza has quit IRC
 635 2015-10-19T15:23:04  *** esneider_ has joined #bitcoin-dev
 636 2015-10-19T15:23:39  *** Qatz has joined #bitcoin-dev
 637 2015-10-19T15:24:15  <jtimon> exposing VerifyTx may end up being easier to do than exposing VerifyHeader after all and having that libconsensus-unfriendly code in consensus/params may be a barrier to expose VerifyTx
 638 2015-10-19T15:26:02  *** ThomasV has quit IRC
 639 2015-10-19T15:26:19  *** esneider has quit IRC
 640 2015-10-19T15:32:38  *** nelisky has quit IRC
 641 2015-10-19T15:32:41  *** damethos has quit IRC
 642 2015-10-19T15:35:30  *** cryptapus_ has joined #bitcoin-dev
 643 2015-10-19T15:35:30  *** cryptapus_ has joined #bitcoin-dev
 644 2015-10-19T15:35:33  <jtimon> CodeShark: for example, how can introducing a new unnecessary global to later remove it be "simpler overall" than just not introducing new globals and not having to remove them later?
 645 2015-10-19T15:36:06  *** cryptapus has quit IRC
 646 2015-10-19T15:36:13  *** gotoalberto has joined #bitcoin-dev
 647 2015-10-19T15:36:21  <jtimon> instead of helping me remove globals later, why don't you avoid introducing them now?
 648 2015-10-19T15:36:41  *** Peter_Geschel has joined #bitcoin-dev
 649 2015-10-19T15:37:20  <jtimon> or introduce the global in main, but don't use it as a global within consensus code
 650 2015-10-19T15:38:15  *** roxtrongo has joined #bitcoin-dev
 651 2015-10-19T15:40:31  *** gotoalberto has quit IRC
 652 2015-10-19T15:41:34  *** tawster has joined #bitcoin-dev
 653 2015-10-19T15:41:48  *** bedeho has quit IRC
 654 2015-10-19T15:42:46  *** roxtrongo has quit IRC
 655 2015-10-19T15:46:21  *** tawar_ has joined #bitcoin-dev
 656 2015-10-19T15:46:21  *** thermoman has quit IRC
 657 2015-10-19T15:49:11  *** Tebbo has quit IRC
 658 2015-10-19T15:50:08  *** tawster has quit IRC
 659 2015-10-19T15:51:02  *** nelisky has joined #bitcoin-dev
 660 2015-10-19T15:52:32  *** nsh has quit IRC
 661 2015-10-19T15:53:21  *** bedeho has joined #bitcoin-dev
 662 2015-10-19T15:53:27  *** xolokram has quit IRC
 663 2015-10-19T15:58:00  *** thermoman has joined #bitcoin-dev
 664 2015-10-19T15:59:30  *** matsjj has quit IRC
 665 2015-10-19T16:00:01  *** d_t has quit IRC
 666 2015-10-19T16:01:23  *** nsh has joined #bitcoin-dev
 667 2015-10-19T16:01:46  *** mjerr has quit IRC
 668 2015-10-19T16:03:14  *** nsh has quit IRC
 669 2015-10-19T16:05:23  *** nsh has joined #bitcoin-dev
 670 2015-10-19T16:06:10  *** p15 has quit IRC
 671 2015-10-19T16:06:13  *** d_t has joined #bitcoin-dev
 672 2015-10-19T16:08:47  *** esneider has joined #bitcoin-dev
 673 2015-10-19T16:09:39  *** Grouver has quit IRC
 674 2015-10-19T16:11:21  *** damethos has joined #bitcoin-dev
 675 2015-10-19T16:12:18  *** develCuy has quit IRC
 676 2015-10-19T16:12:57  *** esneider_ has quit IRC
 677 2015-10-19T16:14:00  *** twixisowned has joined #bitcoin-dev
 678 2015-10-19T16:16:30  *** trixbutt has quit IRC
 679 2015-10-19T16:17:59  *** pierre` has joined #bitcoin-dev
 680 2015-10-19T16:18:32  *** Guest89849 is now known as gmaxwell
 681 2015-10-19T16:18:33  *** gmaxwell has joined #bitcoin-dev
 682 2015-10-19T16:18:46  *** cryptotango has joined #bitcoin-dev
 683 2015-10-19T16:18:55  *** Squidicc has joined #bitcoin-dev
 684 2015-10-19T16:19:32  *** Fusselwurm has joined #bitcoin-dev
 685 2015-10-19T16:21:51  *** Squidicuz has quit IRC
 686 2015-10-19T16:22:23  *** ericmuyser has quit IRC
 687 2015-10-19T16:24:41  *** job_ has joined #bitcoin-dev
 688 2015-10-19T16:25:50  *** giel__ has joined #bitcoin-dev
 689 2015-10-19T16:26:42  *** maaku_ has quit IRC
 690 2015-10-19T16:26:52  *** HobGoblin has joined #bitcoin-dev
 691 2015-10-19T16:27:16  *** HobGoblin is now known as Guest14895
 692 2015-10-19T16:27:47  *** YoY has quit IRC
 693 2015-10-19T16:28:24  *** Azelphur has quit IRC
 694 2015-10-19T16:28:24  *** sdaftuar has quit IRC
 695 2015-10-19T16:28:25  *** RedEmerald has quit IRC
 696 2015-10-19T16:28:35  *** Guest14895 has quit IRC
 697 2015-10-19T16:28:35  *** Guest14895 has joined #bitcoin-dev
 698 2015-10-19T16:29:01  *** DrHaribo has quit IRC
 699 2015-10-19T16:29:01  *** galegosimpatico has quit IRC
 700 2015-10-19T16:29:01  *** koobs has quit IRC
 701 2015-10-19T16:29:01  *** jcorgan has quit IRC
 702 2015-10-19T16:29:02  *** isis has quit IRC
 703 2015-10-19T16:29:02  *** indy has quit IRC
 704 2015-10-19T16:29:02  *** mountaingoat has quit IRC
 705 2015-10-19T16:29:18  *** jtimon_ has joined #bitcoin-dev
 706 2015-10-19T16:29:36  *** jtimon has quit IRC
 707 2015-10-19T16:29:37  *** petertodd has quit IRC
 708 2015-10-19T16:29:37  *** [7] has quit IRC
 709 2015-10-19T16:29:37  *** gielbier has quit IRC
 710 2015-10-19T16:29:37  *** kanzure has quit IRC
 711 2015-10-19T16:29:38  *** UukGoblin has quit IRC
 712 2015-10-19T16:29:38  *** darvon has quit IRC
 713 2015-10-19T16:29:38  *** sporkman has quit IRC
 714 2015-10-19T16:29:38  *** romonster has quit IRC
 715 2015-10-19T16:29:38  *** earthris1 has quit IRC
 716 2015-10-19T16:29:39  *** lclc has quit IRC
 717 2015-10-19T16:29:40  *** Lightsword has quit IRC
 718 2015-10-19T16:29:42  *** giel__ is now known as gielbier
 719 2015-10-19T16:29:47  *** Guest14895 is now known as UukGoblin
 720 2015-10-19T16:29:50  *** gielbier has quit IRC
 721 2015-10-19T16:29:50  *** gielbier has joined #bitcoin-dev
 722 2015-10-19T16:30:08  *** sdaftuar has joined #bitcoin-dev
 723 2015-10-19T16:30:17  *** DrHaribo has joined #bitcoin-dev
 724 2015-10-19T16:30:17  *** DrHaribo has joined #bitcoin-dev
 725 2015-10-19T16:30:31  *** YoY has joined #bitcoin-dev
 726 2015-10-19T16:30:46  *** TheSeven has joined #bitcoin-dev
 727 2015-10-19T16:30:53  *** petertodd has joined #bitcoin-dev
 728 2015-10-19T16:30:54  *** earthris1 has joined #bitcoin-dev
 729 2015-10-19T16:30:55  *** romonster has joined #bitcoin-dev
 730 2015-10-19T16:31:02  *** kanzure has joined #bitcoin-dev
 731 2015-10-19T16:31:03  *** maaku_ has joined #bitcoin-dev
 732 2015-10-19T16:31:13  *** darvon has joined #bitcoin-dev
 733 2015-10-19T16:31:17  *** petertodd is now known as Guest98736
 734 2015-10-19T16:32:56  *** RedEmerald has joined #bitcoin-dev
 735 2015-10-19T16:33:40  <waxwing> why is the 'basic' multiplication (in ecmult_impl.h) function of the form 'aB +cD', and then the tweak_mult is used for doing a single multiply? (in secp256k1). i guess it's just about optimizations? just curious.
 736 2015-10-19T16:33:48  *** koobs has joined #bitcoin-dev
 737 2015-10-19T16:33:58  *** indy has joined #bitcoin-dev
 738 2015-10-19T16:35:01  *** jcorgan has joined #bitcoin-dev
 739 2015-10-19T16:35:01  *** jcorgan has quit IRC
 740 2015-10-19T16:35:02  *** jcorgan has joined #bitcoin-dev
 741 2015-10-19T16:35:13  <gmaxwell> waxwing: not just aB + cD but  aG + cD -- one point is fixed the other is variable. And the reason is because multiexp is considerably faster than doing seperate multiplies and adding them.
 742 2015-10-19T16:35:28  <gmaxwell> waxwing: as they can share doubling work.
 743 2015-10-19T16:36:20  *** Azelphur has joined #bitcoin-dev
 744 2015-10-19T16:36:22  <waxwing> ok, thanks. and yes, good point, G not anything.
 745 2015-10-19T16:36:57  <gmaxwell> because  2*x + 2*y = 2*(x+y)  (distributive property)
 746 2015-10-19T16:37:06  *** neozaru has joined #bitcoin-dev
 747 2015-10-19T16:37:09  <gmaxwell> and G is fixed because it uses a precomputed table for multiples of G.
 748 2015-10-19T16:37:27  <waxwing> yes. alles klar.
 749 2015-10-19T16:37:39  *** develCuy has joined #bitcoin-dev
 750 2015-10-19T16:37:52  *** isis has joined #bitcoin-dev
 751 2015-10-19T16:37:58  *** lclc has joined #bitcoin-dev
 752 2015-10-19T16:38:31  <gmaxwell> waxwing: there is a #secp256k1 for the library, incidentally.
 753 2015-10-19T16:38:41  <waxwing> oh, will do, cheers
 754 2015-10-19T16:39:43  *** Ahmed90 has joined #bitcoin-dev
 755 2015-10-19T16:40:54  *** benrcole1 has quit IRC
 756 2015-10-19T16:42:46  *** galegosimpatico has joined #bitcoin-dev
 757 2015-10-19T16:43:15  *** mountaingoat has joined #bitcoin-dev
 758 2015-10-19T16:43:47  *** zooko has quit IRC
 759 2015-10-19T16:48:34  *** Yoghur114 has joined #bitcoin-dev
 760 2015-10-19T16:48:36  <cfields_> jtimon_: yes, we agreed on an external C API for libbitcoinconsensus. That has nothing to do with what it's written in though.
 761 2015-10-19T16:49:18  *** pepesza has joined #bitcoin-dev
 762 2015-10-19T16:54:13  *** esneider has quit IRC
 763 2015-10-19T16:55:19  *** maaku has quit IRC
 764 2015-10-19T16:56:44  *** maaku has joined #bitcoin-dev
 765 2015-10-19T16:57:07  *** maaku is now known as Guest17159
 766 2015-10-19T16:57:40  *** Dizzle has joined #bitcoin-dev
 767 2015-10-19T16:57:41  *** nsh has quit IRC
 768 2015-10-19T16:58:22  *** petrkr has quit IRC
 769 2015-10-19T16:58:28  <jtimon_> cfields_: yes, they are related, Params::Consensus will be much harder to be C-API-compatible after introducing Consensus::VersionBits::SoftForkDeployments softForkDeployments in it
 770 2015-10-19T16:59:13  *** blackwraith has quit IRC
 771 2015-10-19T16:59:25  <jtimon_> cfields_: also CodeShark used "libconsensus' API should be C++" as an argument to avoid following my suggestion in https://github.com/bitcoin/bitcoin/pull/6816#issuecomment-148043500
 772 2015-10-19T16:59:38  <CodeShark> no
 773 2015-10-19T16:59:43  <CodeShark> that's not the argument I gave at all
 774 2015-10-19T16:59:59  *** nsh has joined #bitcoin-dev
 775 2015-10-19T17:00:07  *** matsjj has joined #bitcoin-dev
 776 2015-10-19T17:00:20  <jtimon_> <CodeShark> and nobody is asking for a C libconsensus right now
 777 2015-10-19T17:00:20  <jtimon_> <CodeShark> the main user will be the core devs...who are now using C++
 778 2015-10-19T17:00:35  *** esneider has joined #bitcoin-dev
 779 2015-10-19T17:00:48  <CodeShark> that's actually an entirely separate issue we can delve into after 0.12
 780 2015-10-19T17:01:07  <CodeShark> fwiw, I don't mind so much maintaining g_blockRuleIndex in main...although I'd much prefer to move ALL of those globals to a unit that can manage them with strict accessors
 781 2015-10-19T17:01:17  <CodeShark> I really don't like including main.h anywhere, though
 782 2015-10-19T17:01:21  <jtimon_> but if you agree now that libconsensus' API should be a C API (what it currently is), then we can move on and forget that part of our discussion
 783 2015-10-19T17:01:39  <CodeShark> there is no libconsensus, really
 784 2015-10-19T17:02:07  <CodeShark> but anyhow...
 785 2015-10-19T17:02:14  <CodeShark> I'm willing to defer that discussion
 786 2015-10-19T17:02:14  <jtimon_> CodeShark: I dislike including main.h anywhere too, I really like to remove includes of main.h, but you said yourself that we shouldn't mix refactor changes with versionbits
 787 2015-10-19T17:02:31  <jtimon_> CodeShark: yes, there is a libconsensus
 788 2015-10-19T17:02:38  *** IrishGringo has quit IRC
 789 2015-10-19T17:02:46  <jtimon_> it's not complete but it exists, please stop saying there's no libconsensus
 790 2015-10-19T17:04:10  <jtimon_> CodeShark: see https://github.com/bitcoin/bitcoin/blob/master/src/script/bitcoinconsensus.h#L56 and https://github.com/bitcoin/bitcoin/blob/master/src/Makefile.am#L387 what is that if not the current libconsensus (with a C API) ?
 791 2015-10-19T17:04:39  *** matsjj has quit IRC
 792 2015-10-19T17:04:57  *** gill3s has joined #bitcoin-dev
 793 2015-10-19T17:05:11  *** priidu has joined #bitcoin-dev
 794 2015-10-19T17:05:26  <jtimon_> CodeShark: I would prefer to just remove the use of globals completely, but I wouldn't complain about moving them to globals/server.o, globals/common.o etc in the meantime
 795 2015-10-19T17:05:38  <CodeShark> right
 796 2015-10-19T17:06:02  <jtimon_> CodeShark: globals are bad with or without "strict accessors"
 797 2015-10-19T17:06:14  <CodeShark> well, they are singletons, strictly speaking
 798 2015-10-19T17:06:46  <jtimon_> not really, they are globals, but terminology...
 799 2015-10-19T17:07:13  <CodeShark> accessors at least can make sure they don't get strangely modified in some random place
 800 2015-10-19T17:07:40  <CodeShark> the point is to avoid side effects
 801 2015-10-19T17:08:05  <jtimon_> unless you can use the accessor from any random place just like you could use the global directly, but whatever...
 802 2015-10-19T17:08:28  <CodeShark> but the accessors can ensure internal structure consistency or make it read-only
 803 2015-10-19T17:08:45  <CodeShark> or allow you to add tracers
 804 2015-10-19T17:09:05  <CodeShark> all in all, debuging is a hell of a lot easier
 805 2015-10-19T17:09:06  <jtimon_> yes, and passing the variables directly anbd explicitly to the functions that need them is the way to remove the globals, not "strict accessors"
 806 2015-10-19T17:09:31  <CodeShark> I don't disagree
 807 2015-10-19T17:09:42  <jtimon_> function parameters can also be read-only (see my changes to your patch)
 808 2015-10-19T17:09:46  *** cuf4koad has quit IRC
 809 2015-10-19T17:10:47  <jtimon_> for example https://github.com/jtimon/bitcoin/commit/6971b23a47840842f1e67f065d77ff13893c19a4#diff-5d812cf49e92aa2ce97088ba68121c4cR30
 810 2015-10-19T17:10:55  *** nwilcox has quit IRC
 811 2015-10-19T17:11:40  <jtimon_> CodeShark: if you don't disagree, please don't use globals inside new functions/methods (like your patch is currently doing)
 812 2015-10-19T17:12:41  <jtimon_> for old methods...well, we can fix that later. But introducing things that you already know you will want to change and in which way makes no sense IMO
 813 2015-10-19T17:13:09  <CodeShark> jtimon_: I fully agree with getting rid of the globals and passing stuff as parameters
 814 2015-10-19T17:15:24  <jtimon_> CodeShark: Great, feel free to squash or use my code the way you think it's best
 815 2015-10-19T17:17:35  <jtimon_> I will keep working on making your patch more libconsensus-friendly (without changing functionality) before it is merged
 816 2015-10-19T17:18:04  *** [Author] has quit IRC
 817 2015-10-19T17:18:19  *** pepesza has quit IRC
 818 2015-10-19T17:23:43  *** roxtrongo has joined #bitcoin-dev
 819 2015-10-19T17:28:19  *** roxtrongo has quit IRC
 820 2015-10-19T17:28:48  *** HardWall has joined #bitcoin-dev
 821 2015-10-19T17:33:31  *** paveljanik has joined #bitcoin-dev
 822 2015-10-19T17:33:33  *** paveljanik has quit IRC
 823 2015-10-19T17:33:33  *** paveljanik has joined #bitcoin-dev
 824 2015-10-19T17:34:12  *** diamonics has quit IRC
 825 2015-10-19T17:34:31  *** graingert_ has quit IRC
 826 2015-10-19T17:35:22  *** pepesza has joined #bitcoin-dev
 827 2015-10-19T17:36:59  *** gotoalberto has joined #bitcoin-dev
 828 2015-10-19T17:38:31  *** [Author] has joined #bitcoin-dev
 829 2015-10-19T17:40:05  *** TheSeven has quit IRC
 830 2015-10-19T17:40:30  *** TheSeven has joined #bitcoin-dev
 831 2015-10-19T17:41:35  *** gotoalberto has quit IRC
 832 2015-10-19T17:43:06  *** benrcole has joined #bitcoin-dev
 833 2015-10-19T17:43:19  *** pepesza has quit IRC
 834 2015-10-19T17:43:54  *** benrcole1 has joined #bitcoin-dev
 835 2015-10-19T17:46:06  *** priidu has quit IRC
 836 2015-10-19T17:47:17  *** CoinMuncher has quit IRC
 837 2015-10-19T17:47:55  *** benrcole has quit IRC
 838 2015-10-19T17:48:50  *** xabbix has quit IRC
 839 2015-10-19T17:48:56  *** zooko has joined #bitcoin-dev
 840 2015-10-19T17:51:25  *** malduron has quit IRC
 841 2015-10-19T17:52:35  *** xabbix has joined #bitcoin-dev
 842 2015-10-19T17:53:33  *** justanot1eruser has joined #bitcoin-dev
 843 2015-10-19T17:53:58  *** Guest17159 is now known as maaku
 844 2015-10-19T17:54:22  *** zwischenzug has joined #bitcoin-dev
 845 2015-10-19T17:56:15  *** Fusselwurm has quit IRC
 846 2015-10-19T17:59:10  *** petrkr has joined #bitcoin-dev
 847 2015-10-19T17:59:37  *** coin_trader has joined #bitcoin-dev
 848 2015-10-19T18:00:12  *** roxtrongo has joined #bitcoin-dev
 849 2015-10-19T18:01:51  *** esneider has quit IRC
 850 2015-10-19T18:01:54  *** zooko has quit IRC
 851 2015-10-19T18:02:00  *** zwischenzug2 has joined #bitcoin-dev
 852 2015-10-19T18:03:17  *** justanot1eruser has quit IRC
 853 2015-10-19T18:04:30  *** evoskuil has joined #bitcoin-dev
 854 2015-10-19T18:04:52  *** benrcole has joined #bitcoin-dev
 855 2015-10-19T18:05:32  *** zwischenzug has quit IRC
 856 2015-10-19T18:05:42  *** benrcole1 has quit IRC
 857 2015-10-19T18:06:36  *** ThomasV has joined #bitcoin-dev
 858 2015-10-19T18:07:30  *** davispuh has joined #bitcoin-dev
 859 2015-10-19T18:08:05  *** esneider has joined #bitcoin-dev
 860 2015-10-19T18:08:53  *** publius1788 has joined #bitcoin-dev
 861 2015-10-19T18:10:01  *** zwischenzug3 has joined #bitcoin-dev
 862 2015-10-19T18:10:21  *** koad has joined #bitcoin-dev
 863 2015-10-19T18:10:44  *** zwischenzug2 has quit IRC
 864 2015-10-19T18:11:13  *** publius1888 has quit IRC
 865 2015-10-19T18:13:10  *** davec has quit IRC
 866 2015-10-19T18:16:21  *** zwischenzug3 has quit IRC
 867 2015-10-19T18:21:00  *** nwilcox has joined #bitcoin-dev
 868 2015-10-19T18:21:04  *** nelisky has quit IRC
 869 2015-10-19T18:21:41  *** IrishGringo has joined #bitcoin-dev
 870 2015-10-19T18:24:53  *** ericmuyser has joined #bitcoin-dev
 871 2015-10-19T18:25:14  *** WKNiGHT has quit IRC
 872 2015-10-19T18:25:50  *** kadoban has quit IRC
 873 2015-10-19T18:26:36  *** mjerr has joined #bitcoin-dev
 874 2015-10-19T18:26:42  *** matsjj has joined #bitcoin-dev
 875 2015-10-19T18:28:24  <warren> jgarzik: you there?
 876 2015-10-19T18:28:26  <warren> jgarzik: which GPG key is current?  I have exmulti.com and bitpay.com
 877 2015-10-19T18:28:30  <warren> I'll just send it to wumpus for now and he'll send it to whoever he thinks should have it.
 878 2015-10-19T18:28:42  *** davec has joined #bitcoin-dev
 879 2015-10-19T18:29:09  *** maaku has quit IRC
 880 2015-10-19T18:29:48  *** ericmuyser has quit IRC
 881 2015-10-19T18:30:12  *** cryptapus_ is now known as cryptapus
 882 2015-10-19T18:30:32  *** maaku has joined #bitcoin-dev
 883 2015-10-19T18:30:52  *** maaku is now known as Guest13301
 884 2015-10-19T18:31:21  *** Guest13301 is now known as maaku
 885 2015-10-19T18:37:43  *** brson has joined #bitcoin-dev
 886 2015-10-19T18:40:03  *** gotoalberto has joined #bitcoin-dev
 887 2015-10-19T18:40:21  *** esneider has quit IRC
 888 2015-10-19T18:41:17  *** zooko has joined #bitcoin-dev
 889 2015-10-19T18:43:22  *** ratbanebo has joined #bitcoin-dev
 890 2015-10-19T18:43:49  *** LeMiner has quit IRC
 891 2015-10-19T18:45:11  *** erasmospunk has joined #bitcoin-dev
 892 2015-10-19T18:45:54  *** erasmosp_ has joined #bitcoin-dev
 893 2015-10-19T18:47:09  *** LeMiner has joined #bitcoin-dev
 894 2015-10-19T18:48:18  *** zooko has quit IRC
 895 2015-10-19T18:49:23  *** esneider has joined #bitcoin-dev
 896 2015-10-19T18:49:25  *** erasmospunk has quit IRC
 897 2015-10-19T18:50:34  <jgarzik> warren, jgarzik@pobox.com, the one on bitcoin.org & has been used in open source for 20 years :)
 898 2015-10-19T18:50:45  <jgarzik> warren, bitpay.com one works also
 899 2015-10-19T18:51:47  <jgarzik> warren, Cross-signed security envelope: https://github.com/bitcoin-dot-org/bitcoin.org/pull/1074
 900 2015-10-19T18:54:21  *** bsm1175321 has quit IRC
 901 2015-10-19T18:54:21  *** ThomasV has quit IRC
 902 2015-10-19T18:58:36  *** esneider has quit IRC
 903 2015-10-19T18:59:38  *** esneider has joined #bitcoin-dev
 904 2015-10-19T19:00:47  *** IrishGringo has quit IRC
 905 2015-10-19T19:09:31  *** gotoalberto has quit IRC
 906 2015-10-19T19:09:35  *** petrkr has quit IRC
 907 2015-10-19T19:11:23  *** VirtuallyLaw has joined #bitcoin-dev
 908 2015-10-19T19:12:05  *** kgk has joined #bitcoin-dev
 909 2015-10-19T19:13:50  *** kgk_ has joined #bitcoin-dev
 910 2015-10-19T19:16:35  *** kgk has quit IRC
 911 2015-10-19T19:16:40  *** phoenix54 has joined #bitcoin-dev
 912 2015-10-19T19:17:13  *** Qatz has quit IRC
 913 2015-10-19T19:19:01  *** Qatz has joined #bitcoin-dev
 914 2015-10-19T19:20:51  *** ttttemp_ has joined #bitcoin-dev
 915 2015-10-19T19:21:38  *** ttttemp has quit IRC
 916 2015-10-19T19:24:15  *** ttttemp_ has quit IRC
 917 2015-10-19T19:25:42  *** ericmuyser has joined #bitcoin-dev
 918 2015-10-19T19:27:57  *** esneider_ has joined #bitcoin-dev
 919 2015-10-19T19:28:59  *** CodeShark has quit IRC
 920 2015-10-19T19:29:09  *** esneider has quit IRC
 921 2015-10-19T19:30:30  *** ericmuyser has quit IRC
 922 2015-10-19T19:31:16  *** priidu has joined #bitcoin-dev
 923 2015-10-19T19:31:55  *** roxtrongo has quit IRC
 924 2015-10-19T19:32:08  *** belcher has joined #bitcoin-dev
 925 2015-10-19T19:32:26  *** ttttemp has joined #bitcoin-dev
 926 2015-10-19T19:35:57  *** damethos has quit IRC
 927 2015-10-19T19:36:39  <jcorgan> warren: commit 7d325b9de is signed by the right key
 928 2015-10-19T19:36:47  *** nwilcox has quit IRC
 929 2015-10-19T19:37:16  *** damethos has joined #bitcoin-dev
 930 2015-10-19T19:40:34  *** blackwraith has joined #bitcoin-dev
 931 2015-10-19T19:41:11  *** maaku__ has joined #bitcoin-dev
 932 2015-10-19T19:42:14  *** priidu has quit IRC
 933 2015-10-19T19:48:44  *** tawar_ has quit IRC
 934 2015-10-19T19:49:46  *** malduron has joined #bitcoin-dev
 935 2015-10-19T19:54:15  *** cryptotango has quit IRC
 936 2015-10-19T19:57:19  *** zooko has joined #bitcoin-dev
 937 2015-10-19T19:58:09  *** nwilcox has joined #bitcoin-dev
 938 2015-10-19T20:04:35  *** gill3s has quit IRC
 939 2015-10-19T20:05:28  *** benrcole has quit IRC
 940 2015-10-19T20:05:48  *** bsm1175321 has joined #bitcoin-dev
 941 2015-10-19T20:06:01  *** EagleTM has joined #bitcoin-dev
 942 2015-10-19T20:08:18  *** Ahmed-90 has joined #bitcoin-dev
 943 2015-10-19T20:08:24  *** moa has quit IRC
 944 2015-10-19T20:11:15  *** Eagle[TM] has joined #bitcoin-dev
 945 2015-10-19T20:12:02  *** Ahmed90 has quit IRC
 946 2015-10-19T20:12:42  *** damethos has quit IRC
 947 2015-10-19T20:12:43  *** EagleTM has quit IRC
 948 2015-10-19T20:13:13  *** jonas_ has joined #bitcoin-dev
 949 2015-10-19T20:16:12  *** ParadoxSpiral has quit IRC
 950 2015-10-19T20:22:15  *** rdymac has joined #bitcoin-dev
 951 2015-10-19T20:23:20  *** brainbug78 has quit IRC
 952 2015-10-19T20:24:37  *** brson has quit IRC
 953 2015-10-19T20:25:09  *** VirtuallyLaw has quit IRC
 954 2015-10-19T20:25:36  *** VirtuallyLaw has joined #bitcoin-dev
 955 2015-10-19T20:26:03  *** esneider has joined #bitcoin-dev
 956 2015-10-19T20:26:35  *** benrcole has joined #bitcoin-dev
 957 2015-10-19T20:28:39  *** benrcole has quit IRC
 958 2015-10-19T20:28:59  *** benrcole has joined #bitcoin-dev
 959 2015-10-19T20:29:43  *** esneider_ has quit IRC
 960 2015-10-19T20:31:03  *** nwilcox has quit IRC
 961 2015-10-19T20:31:20  *** Nothing- is now known as Nothing_
 962 2015-10-19T20:32:08  *** EagleTM has joined #bitcoin-dev
 963 2015-10-19T20:32:38  *** brson has joined #bitcoin-dev
 964 2015-10-19T20:33:30  *** Eagle[TM] has quit IRC
 965 2015-10-19T20:37:46  *** Emzy has joined #bitcoin-dev
 966 2015-10-19T20:40:44  *** brson has quit IRC
 967 2015-10-19T20:47:09  *** IngCr3at1on has quit IRC
 968 2015-10-19T20:49:00  *** paveljanik has quit IRC
 969 2015-10-19T20:53:09  *** matsjj has quit IRC
 970 2015-10-19T20:53:27  *** mjerr has quit IRC
 971 2015-10-19T20:54:35  *** gotoalberto has joined #bitcoin-dev
 972 2015-10-19T20:57:42  *** nwilcox has joined #bitcoin-dev
 973 2015-10-19T20:58:39  *** gotoalberto has quit IRC
 974 2015-10-19T21:00:06  *** Fusselwurm has joined #bitcoin-dev
 975 2015-10-19T21:00:38  *** saracen has quit IRC
 976 2015-10-19T21:02:15  *** saracen has joined #bitcoin-dev
 977 2015-10-19T21:03:18  *** Emcy_ has joined #bitcoin-dev
 978 2015-10-19T21:03:33  *** Emcy_ has joined #bitcoin-dev
 979 2015-10-19T21:03:36  *** Guyver2 has quit IRC
 980 2015-10-19T21:03:58  *** Theoldmanwhoneve has joined #bitcoin-dev
 981 2015-10-19T21:06:01  *** Emcy has quit IRC
 982 2015-10-19T21:07:05  *** midnightmagic has quit IRC
 983 2015-10-19T21:10:59  *** aidanh has quit IRC
 984 2015-10-19T21:12:58  *** midnightmagic has joined #bitcoin-dev
 985 2015-10-19T21:14:25  *** ericmuyser has joined #bitcoin-dev
 986 2015-10-19T21:17:22  *** phoenix54 has quit IRC
 987 2015-10-19T21:17:36  *** aidanh has joined #bitcoin-dev
 988 2015-10-19T21:17:47  *** Diablo-D3 has joined #bitcoin-dev
 989 2015-10-19T21:17:47  *** zooko has quit IRC
 990 2015-10-19T21:18:57  *** ericmuyser has quit IRC
 991 2015-10-19T21:19:48  *** kadoban has joined #bitcoin-dev
 992 2015-10-19T21:19:56  *** neozaru has quit IRC
 993 2015-10-19T21:21:54  *** kgk_ has quit IRC
 994 2015-10-19T21:23:30  *** Theoldmanwhoneve has quit IRC
 995 2015-10-19T21:23:50  *** Elglobo has quit IRC
 996 2015-10-19T21:26:08  *** Elglobo has joined #bitcoin-dev
 997 2015-10-19T21:27:57  *** zooko has joined #bitcoin-dev
 998 2015-10-19T21:31:07  *** treehug88 has quit IRC
 999 2015-10-19T21:33:09  *** tantalum has quit IRC
1000 2015-10-19T21:34:42  *** Fusselwurm has quit IRC
1001 2015-10-19T21:35:24  *** kgk_ has joined #bitcoin-dev
1002 2015-10-19T21:35:45  *** HardWall has quit IRC
1003 2015-10-19T21:37:13  *** metalcamp has joined #bitcoin-dev
1004 2015-10-19T21:40:46  *** midnightmagic_ has joined #bitcoin-dev
1005 2015-10-19T21:43:48  *** midnightmagic has quit IRC
1006 2015-10-19T21:44:06  *** midnightmagic_ is now known as midnightmagic
1007 2015-10-19T21:44:47  *** rnvk has quit IRC
1008 2015-10-19T21:49:57  *** IrishGringo has joined #bitcoin-dev
1009 2015-10-19T21:53:45  *** matsjj has joined #bitcoin-dev
1010 2015-10-19T21:55:38  *** gotoalberto has joined #bitcoin-dev
1011 2015-10-19T21:58:01  *** brson has joined #bitcoin-dev
1012 2015-10-19T21:58:41  *** Emzy has quit IRC
1013 2015-10-19T21:58:54  *** matsjj has quit IRC
1014 2015-10-19T21:59:00  *** ThomasV has joined #bitcoin-dev
1015 2015-10-19T22:00:08  *** gotoalberto has quit IRC
1016 2015-10-19T22:01:37  *** twixisowned is now known as trixisowned
1017 2015-10-19T22:03:30  *** CheckDavid has quit IRC
1018 2015-10-19T22:06:20  *** ThomasV has quit IRC
1019 2015-10-19T22:06:46  *** rnvk has joined #bitcoin-dev
1020 2015-10-19T22:09:18  *** Dizzle has quit IRC
1021 2015-10-19T22:10:36  *** metal_camp has joined #bitcoin-dev
1022 2015-10-19T22:12:52  *** esneider_ has joined #bitcoin-dev
1023 2015-10-19T22:14:27  *** metalcamp has quit IRC
1024 2015-10-19T22:14:56  *** metalcamp has joined #bitcoin-dev
1025 2015-10-19T22:15:11  *** metal_camp has quit IRC
1026 2015-10-19T22:15:12  *** ericmuyser has joined #bitcoin-dev
1027 2015-10-19T22:16:30  *** esneider has quit IRC
1028 2015-10-19T22:19:46  *** Internet13 has quit IRC
1029 2015-10-19T22:19:49  *** ericmuyser has quit IRC
1030 2015-10-19T22:19:50  *** melvster has quit IRC
1031 2015-10-19T22:23:10  *** Internet13 has joined #bitcoin-dev
1032 2015-10-19T22:24:34  *** agricocb has quit IRC
1033 2015-10-19T22:26:28  *** DougieBot5000 has quit IRC
1034 2015-10-19T22:26:54  *** won9 has joined #bitcoin-dev
1035 2015-10-19T22:27:06  *** melvster has joined #bitcoin-dev
1036 2015-10-19T22:28:00  *** esneider has joined #bitcoin-dev
1037 2015-10-19T22:28:40  <warren> jgarzik: where is the key on bitcoin.org?  I looked for your key in bitcoin source https://github.com/bitcoin/bitcoin/tree/master/contrib/gitian-downloader but it's missing here
1038 2015-10-19T22:29:57  *** gotoalberto has joined #bitcoin-dev
1039 2015-10-19T22:31:33  *** esneider_ has quit IRC
1040 2015-10-19T22:31:36  *** cryptapus_ has joined #bitcoin-dev
1041 2015-10-19T22:32:18  *** ratbanebo has quit IRC
1042 2015-10-19T22:32:24  <jgarzik> warren, This PR gives the link https://github.com/bitcoin-dot-org/bitcoin.org/pull/1074
1043 2015-10-19T22:33:07  <jtimon_> has anyone else been able to reproduce the memory losses issue? is there an issue for it on github?
1044 2015-10-19T22:33:32  <EagleTM> jtimon_: memory losses? like large mempool?
1045 2015-10-19T22:35:19  <gmaxwell> jtimon_: the people going on about memory leaks on the list are very likely confused.
1046 2015-10-19T22:35:41  <gmaxwell> they're seeing mempool bloat and the fact that prior to (git master) the mempool stats command didn't report overheads.
1047 2015-10-19T22:35:58  <gmaxwell> One of the people reporting ran under valgrind, and, as expected saw no leak.
1048 2015-10-19T22:36:24  *** cryptapus_ has quit IRC
1049 2015-10-19T22:36:25  <gmaxwell> The numbers they're reporting sound typical for nodes without relay fee increased.
1050 2015-10-19T22:37:05  <EagleTM> even minrelaytxfee=0.000011 helps quite a bit :)
1051 2015-10-19T22:37:31  *** graingert has joined #bitcoin-dev
1052 2015-10-19T22:38:22  *** bsm1175321 has quit IRC
1053 2015-10-19T22:39:29  *** erasmosp_ has quit IRC
1054 2015-10-19T22:44:29  *** K1773R has quit IRC
1055 2015-10-19T22:45:50  *** roxtrongo has joined #bitcoin-dev
1056 2015-10-19T22:47:44  *** metalcamp has quit IRC
1057 2015-10-19T22:48:25  *** IrishGringo has quit IRC
1058 2015-10-19T22:54:26  *** drian has quit IRC
1059 2015-10-19T22:55:30  *** giel__ has joined #bitcoin-dev
1060 2015-10-19T22:55:55  *** benrcole has quit IRC
1061 2015-10-19T22:57:32  *** gielbier has quit IRC
1062 2015-10-19T22:58:13  *** gielbier has joined #bitcoin-dev
1063 2015-10-19T22:58:55  *** roxtrong_ has joined #bitcoin-dev
1064 2015-10-19T23:00:57  *** VirtuallyLaw has quit IRC
1065 2015-10-19T23:01:11  *** giel__ has quit IRC
1066 2015-10-19T23:01:22  *** rnvk has quit IRC
1067 2015-10-19T23:01:34  *** rnvk has joined #bitcoin-dev
1068 2015-10-19T23:01:36  *** VirtuallyLaw has joined #bitcoin-dev
1069 2015-10-19T23:02:03  *** roxtrongo has quit IRC
1070 2015-10-19T23:04:20  *** graingert_ has joined #bitcoin-dev
1071 2015-10-19T23:08:18  *** VirtuallyLaw has quit IRC
1072 2015-10-19T23:08:18  *** zooko has quit IRC
1073 2015-10-19T23:15:19  *** graingert_ has quit IRC
1074 2015-10-19T23:15:44  *** graingert has quit IRC
1075 2015-10-19T23:20:11  *** hmsimha has quit IRC
1076 2015-10-19T23:25:20  *** DougieBot5000 has joined #bitcoin-dev
1077 2015-10-19T23:27:40  *** one_zero has joined #bitcoin-dev
1078 2015-10-19T23:27:57  *** DougieBot5000_ has joined #bitcoin-dev
1079 2015-10-19T23:29:39  *** DougieBot5000 has quit IRC
1080 2015-10-19T23:31:01  *** ericmuyser has joined #bitcoin-dev
1081 2015-10-19T23:32:16  *** EagleTM has quit IRC
1082 2015-10-19T23:35:18  *** hmsimha has joined #bitcoin-dev
1083 2015-10-19T23:35:48  *** ericmuyser has quit IRC
1084 2015-10-19T23:40:33  *** Guest73396 has joined #bitcoin-dev
1085 2015-10-19T23:43:06  *** Guest73396_d has joined #bitcoin-dev
1086 2015-10-19T23:44:46  *** Guest73396 has quit IRC
1087 2015-10-19T23:45:09  *** Emcy_ has quit IRC
1088 2015-10-19T23:47:01  *** Guest73396 has joined #bitcoin-dev
1089 2015-10-19T23:48:14  *** Guest73396_t has joined #bitcoin-dev
1090 2015-10-19T23:49:58  *** Guest73396_d has quit IRC
1091 2015-10-19T23:51:19  *** Guest73396_z has joined #bitcoin-dev
1092 2015-10-19T23:51:27  *** Guest73396 has quit IRC
1093 2015-10-19T23:52:45  <brand0> if they're running old versions of bitcoind that would explain it
1094 2015-10-19T23:54:18  *** Ylbam has quit IRC
1095 2015-10-19T23:55:20  *** gotoalberto has quit IRC
1096 2015-10-19T23:55:27  *** Guest73396_t has quit IRC
1097 2015-10-19T23:59:39  *** Emcy has joined #bitcoin-dev