12017-05-06T00:12:06 *** CubicEarth has quit IRC
22017-05-06T00:12:33 *** goksinen has joined #bitcoin-core-dev
32017-05-06T00:20:46 *** goksinen has quit IRC
42017-05-06T00:25:21 *** goksinen has joined #bitcoin-core-dev
52017-05-06T00:30:20 *** goksinen has quit IRC
62017-05-06T00:39:59 *** juscamarena_ has joined #bitcoin-core-dev
72017-05-06T00:40:03 *** juscamarena has joined #bitcoin-core-dev
82017-05-06T00:40:27 *** juscamarena is now known as Guest80715
92017-05-06T00:46:58 *** marcoagner has joined #bitcoin-core-dev
102017-05-06T00:50:14 *** tw2006 has joined #bitcoin-core-dev
112017-05-06T00:50:29 *** Guest80715 has quit IRC
122017-05-06T00:53:58 *** abpa has quit IRC
132017-05-06T00:54:28 *** tw2006 has quit IRC
142017-05-06T00:57:21 *** afk11 has quit IRC
152017-05-06T00:58:10 *** afk11 has joined #bitcoin-core-dev
162017-05-06T00:59:08 *** tw2006 has joined #bitcoin-core-dev
172017-05-06T01:15:11 *** NewLiberty has quit IRC
182017-05-06T01:15:12 *** NewLiberty_ has joined #bitcoin-core-dev
192017-05-06T01:28:05 *** marcoagner has quit IRC
202017-05-06T01:42:07 *** marcoagner has joined #bitcoin-core-dev
212017-05-06T01:57:23 *** marcoagner has quit IRC
222017-05-06T01:59:26 *** Ylbam has quit IRC
232017-05-06T02:03:30 *** goksinen has joined #bitcoin-core-dev
242017-05-06T02:07:57 *** marcoagner has joined #bitcoin-core-dev
252017-05-06T02:08:20 *** goksinen has quit IRC
262017-05-06T02:12:05 <jtimon> luke-jr: I isolated the new error in 9494, but I still don't understand it, did s/argsGlobal/gArgs/ accross the history but working on doing it more scripted as suggested by BlueMatt , so don't hurry up to ack until I say something in the PR (but never too early to nit)
272017-05-06T02:29:35 *** goksinen has joined #bitcoin-core-dev
282017-05-06T02:33:23 *** marcoagner has quit IRC
292017-05-06T02:36:59 *** goksinen has quit IRC
302017-05-06T02:49:18 *** marcoagner has joined #bitcoin-core-dev
312017-05-06T02:54:40 *** marcoagner has quit IRC
322017-05-06T02:57:36 *** Giszmo1 has quit IRC
332017-05-06T02:58:47 *** JackH has quit IRC
342017-05-06T03:00:54 *** goksinen has joined #bitcoin-core-dev
352017-05-06T03:05:44 *** goksinen has quit IRC
362017-05-06T03:07:17 *** goksinen has joined #bitcoin-core-dev
372017-05-06T03:07:18 *** marcoagner has joined #bitcoin-core-dev
382017-05-06T03:11:07 <gmaxwell> sipa: https://cloud.githubusercontent.com/assets/548488/25769030/c84fe65e-31c4-11e7-8819-264c44e50ddf.png one heck of a graph on PR #10195
392017-05-06T03:11:09 <gribble> https://github.com/bitcoin/bitcoin/issues/10195 | Switch chainstate db and cache to per-txout model by sipa · Pull Request #10195 · bitcoin/bitcoin · GitHub
402017-05-06T03:14:27 *** str4d has quit IRC
412017-05-06T03:20:12 *** goksinen has quit IRC
422017-05-06T03:21:33 <achow101> where can I find the description of the fee estimation stuff?
432017-05-06T03:22:19 *** goksinen has joined #bitcoin-core-dev
442017-05-06T03:28:25 *** str4d has joined #bitcoin-core-dev
452017-05-06T03:30:53 *** goksinen has quit IRC
462017-05-06T03:36:27 <praxeology> Does the fee estimator take CPFP into account?
472017-05-06T03:36:34 *** goksinen has joined #bitcoin-core-dev
482017-05-06T03:39:14 <gmaxwell> praxeology: it takes it into account by not being confused by it.
492017-05-06T03:43:57 *** goksinen has quit IRC
502017-05-06T03:44:33 *** goksinen has joined #bitcoin-core-dev
512017-05-06T03:44:50 <praxeology> gmaxwell: that is a pretty evasive answer. I would guess it would take it into account by grouping all transactions that depend on each other in a block into one transaction, so long as children are higher fee/byte than parents
522017-05-06T03:45:43 <gmaxwell> praxeology: IIRC it just ignores things with dependencies in its estimation, there are few enough that it doesn't matter.
532017-05-06T03:47:26 <praxeology> I guess so. CPFP parents would probably be statistical outliers
542017-05-06T03:50:32 *** dermoth has quit IRC
552017-05-06T04:15:28 *** goksinen has quit IRC
562017-05-06T04:20:56 *** tw2006 has quit IRC
572017-05-06T04:31:57 *** jtimon has quit IRC
582017-05-06T04:37:06 *** JuanDaugherty has joined #bitcoin-core-dev
592017-05-06T04:43:19 *** arubi has quit IRC
602017-05-06T04:43:42 *** arubi has joined #bitcoin-core-dev
612017-05-06T05:12:22 *** goksinen has joined #bitcoin-core-dev
622017-05-06T05:13:35 <phantomcircuit> gmaxwell, that reminds me the cache shouldn't flush entries entirely like that
632017-05-06T05:13:59 <sipa> phantomcircuit: working on it
642017-05-06T05:14:16 <phantomcircuit> sipa, iirc i did this but couldn't get the change to pass tests...
652017-05-06T05:14:17 <sipa> (but it is much harder than you may think)
662017-05-06T05:14:18 <phantomcircuit> which was
672017-05-06T05:14:18 <phantomcircuit> uh
682017-05-06T05:14:21 <phantomcircuit> suspicious
692017-05-06T05:14:35 <sipa> i've made it work fine, it just ended up being slower
702017-05-06T05:14:38 <phantomcircuit> yeah but why is it harder
712017-05-06T05:14:50 <sipa> due to more frequent flushing
722017-05-06T05:14:55 <phantomcircuit> yeah it makes the flushing logic significantly harder
732017-05-06T05:15:29 <sipa> i'm planning on a background thread flushing now, after #10148
742017-05-06T05:15:31 <gribble> https://github.com/bitcoin/bitcoin/issues/10148 | [WIP] Use non-atomic flushing with block replay by sipa · Pull Request #10148 · bitcoin/bitcoin · GitHub
752017-05-06T05:16:33 <phantomcircuit> iirc what i ended up doing was randomly selecting sections to flush or something
762017-05-06T05:16:41 *** goksinen has quit IRC
772017-05-06T05:16:44 <phantomcircuit> regardless of whether they just needed to be written or not
782017-05-06T05:16:51 <phantomcircuit> and kept a list of things which needed to be written
792017-05-06T05:17:08 <phantomcircuit> which of course increased memory usage because i did it poorly
802017-05-06T05:21:59 *** tw2006 has joined #bitcoin-core-dev
812017-05-06T05:26:39 *** tw2006 has quit IRC
822017-05-06T06:12:52 *** RubenSomsen has joined #bitcoin-core-dev
832017-05-06T06:22:50 *** SopaXorzTaker has joined #bitcoin-core-dev
842017-05-06T06:22:52 *** tw2006 has joined #bitcoin-core-dev
852017-05-06T06:27:24 *** tw2006 has quit IRC
862017-05-06T06:51:17 *** chjj has quit IRC
872017-05-06T07:04:43 *** chjj has joined #bitcoin-core-dev
882017-05-06T07:12:54 *** goksinen has joined #bitcoin-core-dev
892017-05-06T07:17:26 *** goksinen has quit IRC
902017-05-06T07:23:48 *** tw2006 has joined #bitcoin-core-dev
912017-05-06T07:28:12 *** tw2006 has quit IRC
922017-05-06T07:28:18 *** anthonyjd has joined #bitcoin-core-dev
932017-05-06T07:28:19 *** _anthony_ has quit IRC
942017-05-06T07:34:09 *** goksinen has joined #bitcoin-core-dev
952017-05-06T07:38:27 *** goksinen has quit IRC
962017-05-06T07:55:44 *** RubenSomsen has quit IRC
972017-05-06T07:56:03 *** RubenSomsen has joined #bitcoin-core-dev
982017-05-06T08:09:53 *** afk11 has quit IRC
992017-05-06T08:10:07 *** afk11 has joined #bitcoin-core-dev
1002017-05-06T08:18:34 *** harrymm has joined #bitcoin-core-dev
1012017-05-06T08:19:39 *** harrymm has joined #bitcoin-core-dev
1022017-05-06T08:20:32 *** harrymm1 has quit IRC
1032017-05-06T08:24:45 *** tw2006 has joined #bitcoin-core-dev
1042017-05-06T08:29:36 *** tw2006 has quit IRC
1052017-05-06T08:44:02 *** d9b4bef9 has quit IRC
1062017-05-06T08:45:07 *** d9b4bef9 has joined #bitcoin-core-dev
1072017-05-06T09:04:28 *** RubenSomsen has quit IRC
1082017-05-06T09:25:41 *** tw2006 has joined #bitcoin-core-dev
1092017-05-06T09:30:17 *** tw2006 has quit IRC
1102017-05-06T09:34:40 *** QBcrusher has joined #bitcoin-core-dev
1112017-05-06T09:34:57 *** goksinen has joined #bitcoin-core-dev
1122017-05-06T09:39:27 *** goksinen has quit IRC
1132017-05-06T09:53:54 *** n1ce has joined #bitcoin-core-dev
1142017-05-06T10:02:51 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/35da2aeed7d4...e9274839bf31
1152017-05-06T10:02:51 <bitcoin-git> bitcoin/master 965a124 John Newbery: [tests] Fix abandonconflict.py intermittency
1162017-05-06T10:02:52 <bitcoin-git> bitcoin/master e927483 MarcoFalke: Merge #10344: [tests] Fix abandonconflict.py intermittency...
1172017-05-06T10:03:15 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10344: [tests] Fix abandonconflict.py intermittency (master...fix_abandon_conflict) https://github.com/bitcoin/bitcoin/pull/10344
1182017-05-06T10:04:28 *** SopaXorzTaker has quit IRC
1192017-05-06T10:04:48 *** SopaXorzTaker has joined #bitcoin-core-dev
1202017-05-06T10:10:04 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e9274839bf31...314ebdfcb38d
1212017-05-06T10:10:04 <bitcoin-git> bitcoin/master f19abd9 Suhas Daftuar: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled...
1222017-05-06T10:10:05 <bitcoin-git> bitcoin/master 314ebdf MarcoFalke: Merge #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled...
1232017-05-06T10:10:20 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled (master...2017-03-fix-segwit-relay-test) https://github.com/bitcoin/bitcoin/pull/10134
1242017-05-06T10:23:41 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/314ebdfcb38d...170bc2c381f8
1252017-05-06T10:23:41 <bitcoin-git> bitcoin/master 3e3c22f John Newbery: [tests] fix wait_for_inv()
1262017-05-06T10:23:42 <bitcoin-git> bitcoin/master 170bc2c MarcoFalke: Merge #10318: [tests] fix wait_for_inv()...
1272017-05-06T10:24:01 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10318: [tests] fix wait_for_inv() (master...fix_wait_for_inv) https://github.com/bitcoin/bitcoin/pull/10318
1282017-05-06T10:26:35 *** tw2006 has joined #bitcoin-core-dev
1292017-05-06T10:31:24 *** tw2006 has quit IRC
1302017-05-06T10:56:30 *** RubenSomsen has joined #bitcoin-core-dev
1312017-05-06T11:19:36 <SopaXorzTaker> guys, will including an invalid public key in a tx, such as (0, 0), which obviously doesn't follow the y^2=x^3+7 rule, ever invalidate a multisig script
1322017-05-06T11:20:12 <SopaXorzTaker> This is about core development, as this approach is currently valid but may stop being so in the future
1332017-05-06T11:20:21 <SopaXorzTaker> my vanity P2SH address generator relies on that
1342017-05-06T11:24:16 *** anthonyjd has quit IRC
1352017-05-06T11:27:32 *** tw2006 has joined #bitcoin-core-dev
1362017-05-06T11:32:14 *** tw2006 has quit IRC
1372017-05-06T11:33:14 *** marcoagner has quit IRC
1382017-05-06T11:33:55 *** marcoagner has joined #bitcoin-core-dev
1392017-05-06T11:34:20 *** tw2006 has joined #bitcoin-core-dev
1402017-05-06T11:35:41 *** goksinen has joined #bitcoin-core-dev
1412017-05-06T11:40:13 *** goksinen has quit IRC
1422017-05-06T11:42:33 *** marcoagner has quit IRC
1432017-05-06T11:43:06 *** marcoagner has joined #bitcoin-core-dev
1442017-05-06T11:45:58 *** RubenSomsen has quit IRC
1452017-05-06T12:20:14 *** JackH has joined #bitcoin-core-dev
1462017-05-06T12:44:02 *** d9b4bef9 has quit IRC
1472017-05-06T12:45:08 *** d9b4bef9 has joined #bitcoin-core-dev
1482017-05-06T12:53:15 *** SopaXorzTaker has quit IRC
1492017-05-06T13:04:08 *** carbonneau has joined #bitcoin-core-dev
1502017-05-06T13:08:37 *** carbonneau has quit IRC
1512017-05-06T13:36:27 *** goksinen has joined #bitcoin-core-dev
1522017-05-06T13:41:20 *** goksinen has quit IRC
1532017-05-06T13:50:36 *** d_t has joined #bitcoin-core-dev
1542017-05-06T13:55:28 *** jtimon has joined #bitcoin-core-dev
1552017-05-06T13:55:34 *** d_t has quit IRC
1562017-05-06T13:55:55 *** Guyver2 has joined #bitcoin-core-dev
1572017-05-06T14:06:25 *** kexkey has joined #bitcoin-core-dev
1582017-05-06T14:09:37 *** goksinen has joined #bitcoin-core-dev
1592017-05-06T14:13:16 *** nickler has quit IRC
1602017-05-06T14:13:57 *** goksinen has quit IRC
1612017-05-06T14:14:02 *** nickler has joined #bitcoin-core-dev
1622017-05-06T14:15:18 *** str4d has quit IRC
1632017-05-06T14:21:50 *** goksinen has joined #bitcoin-core-dev
1642017-05-06T14:25:32 *** bsm1175321 has joined #bitcoin-core-dev
1652017-05-06T14:29:27 *** goksinen has quit IRC
1662017-05-06T14:42:34 *** bsm1175321 has quit IRC
1672017-05-06T14:44:02 *** carbonneau has joined #bitcoin-core-dev
1682017-05-06T14:44:59 *** tripleslash has quit IRC
1692017-05-06T14:46:44 *** carbonneau has quit IRC
1702017-05-06T14:47:48 *** kexkey has quit IRC
1712017-05-06T14:56:35 *** kexkey has joined #bitcoin-core-dev
1722017-05-06T15:02:32 *** goksinen has joined #bitcoin-core-dev
1732017-05-06T15:08:57 *** goksinen has quit IRC
1742017-05-06T15:14:33 *** goksinen has joined #bitcoin-core-dev
1752017-05-06T15:19:15 *** goksinen has quit IRC
1762017-05-06T15:24:19 *** SopaXorzTaker has joined #bitcoin-core-dev
1772017-05-06T15:32:42 *** dermoth has joined #bitcoin-core-dev
1782017-05-06T15:36:52 *** jcorgan has quit IRC
1792017-05-06T15:37:58 *** jcorgan has joined #bitcoin-core-dev
1802017-05-06T15:42:22 *** dermoth_ has joined #bitcoin-core-dev
1812017-05-06T15:42:48 *** dermoth has quit IRC
1822017-05-06T15:42:50 *** dermoth_ is now known as dermoth
1832017-05-06T15:47:56 <sipa> SopaXorzTaker: there is currently no consensus rule that forbids that
1842017-05-06T15:48:36 <sipa> though it is a bit complicated since bip66
1852017-05-06T15:51:01 <luke-jr> there's no reason to assume there won't be a consensus rule in the future that does forbid it, although IMO such a rule shouldn't affect existing UTXOs, and it's hard to see how it could prevent new ones
1862017-05-06T15:51:25 <luke-jr> either way though, it's not something that should be done ;)
1872017-05-06T15:51:56 <SopaXorzTaker> luke-jr, I'll resort to using compressed dummy keys then
1882017-05-06T15:52:26 <luke-jr> SopaXorzTaker: that's probably worse
1892017-05-06T15:52:34 <SopaXorzTaker> hwy?
1902017-05-06T15:52:37 <SopaXorzTaker> why?
1912017-05-06T15:52:43 <luke-jr> if you must do one or the other, use the one that uses less space
1922017-05-06T15:53:33 <luke-jr> SopaXorzTaker: because the only reason not to do it, is the abusive nature of adding unnecessary data; and compressed dummy keys is just as abusive
1932017-05-06T15:55:21 <SopaXorzTaker> why?
1942017-05-06T15:55:30 <SopaXorzTaker> because they have to be chacked
1952017-05-06T15:55:33 <SopaXorzTaker> checked?
1962017-05-06T15:57:03 <luke-jr> or at least downloaded by every node
1972017-05-06T15:57:16 <SopaXorzTaker> wait
1982017-05-06T15:57:25 <SopaXorzTaker> what that has to do with compressed keys
1992017-05-06T15:57:53 <SopaXorzTaker> also, little offtopic: thanks for spending that puzzle P2SH address, I really appreciate my freedom :)
2002017-05-06T16:05:42 *** goksinen has joined #bitcoin-core-dev
2012017-05-06T16:10:05 *** JuanDaugherty has quit IRC
2022017-05-06T16:10:16 *** goksinen has quit IRC
2032017-05-06T16:15:53 *** goksinen has joined #bitcoin-core-dev
2042017-05-06T16:20:27 *** goksinen has quit IRC
2052017-05-06T16:20:48 *** tw2006 has quit IRC
2062017-05-06T16:22:08 *** goksinen has joined #bitcoin-core-dev
2072017-05-06T16:26:27 *** goksinen has quit IRC
2082017-05-06T16:32:29 *** n1ce has quit IRC
2092017-05-06T16:36:15 *** carbonneau has joined #bitcoin-core-dev
2102017-05-06T16:39:06 *** carbonneau has quit IRC
2112017-05-06T16:52:52 *** goksinen has joined #bitcoin-core-dev
2122017-05-06T16:57:27 *** goksinen has quit IRC
2132017-05-06T17:06:54 *** waxwing has quit IRC
2142017-05-06T17:07:55 *** goksinen has joined #bitcoin-core-dev
2152017-05-06T17:13:31 *** goksinen has quit IRC
2162017-05-06T17:18:04 *** goksinen has joined #bitcoin-core-dev
2172017-05-06T17:20:28 *** waxwing has joined #bitcoin-core-dev
2182017-05-06T17:22:01 *** tw2006 has joined #bitcoin-core-dev
2192017-05-06T17:23:27 *** goksinen has quit IRC
2202017-05-06T17:23:51 *** QBcrusher_ has joined #bitcoin-core-dev
2212017-05-06T17:25:57 *** QBcrusher has quit IRC
2222017-05-06T17:26:22 *** tw2006 has quit IRC
2232017-05-06T17:43:23 *** mol has joined #bitcoin-core-dev
2242017-05-06T17:47:10 *** moli_ has quit IRC
2252017-05-06T17:48:48 *** waxwing has quit IRC
2262017-05-06T18:01:26 *** waxwing has joined #bitcoin-core-dev
2272017-05-06T18:07:57 *** goksinen has joined #bitcoin-core-dev
2282017-05-06T18:13:19 *** goksinen has quit IRC
2292017-05-06T18:17:44 *** d_t has joined #bitcoin-core-dev
2302017-05-06T18:22:46 *** tw2006 has joined #bitcoin-core-dev
2312017-05-06T18:24:29 *** goksinen has joined #bitcoin-core-dev
2322017-05-06T18:27:10 *** tw2006 has quit IRC
2332017-05-06T18:28:57 *** goksinen has quit IRC
2342017-05-06T18:45:11 *** SopaXorzTaker has quit IRC
2352017-05-06T18:53:11 *** JackH has quit IRC
2362017-05-06T18:54:11 *** RubenSomsen has joined #bitcoin-core-dev
2372017-05-06T19:21:02 *** d9b4bef9 has quit IRC
2382017-05-06T19:23:32 *** tw2006 has joined #bitcoin-core-dev
2392017-05-06T19:28:10 *** tw2006 has quit IRC
2402017-05-06T19:41:39 *** goksinen has joined #bitcoin-core-dev
2412017-05-06T19:46:16 *** goksinen has quit IRC
2422017-05-06T19:57:31 *** goksinen has joined #bitcoin-core-dev
2432017-05-06T19:57:56 *** RubenSomsen has quit IRC
2442017-05-06T20:01:57 *** goksinen has quit IRC
2452017-05-06T20:21:54 *** goksinen has joined #bitcoin-core-dev
2462017-05-06T20:24:30 *** tw2006 has joined #bitcoin-core-dev
2472017-05-06T20:26:52 *** goksinen has quit IRC
2482017-05-06T20:28:58 *** molz_ has joined #bitcoin-core-dev
2492017-05-06T20:29:02 *** tw2006 has quit IRC
2502017-05-06T20:32:31 *** mol has quit IRC
2512017-05-06T20:49:15 *** Guyver2 has quit IRC
2522017-05-06T20:52:14 *** tunafizz has quit IRC
2532017-05-06T20:59:10 *** jtimon has quit IRC
2542017-05-06T21:08:37 *** paveljanik has quit IRC
2552017-05-06T21:25:25 *** tw2006 has joined #bitcoin-core-dev
2562017-05-06T21:25:27 *** goksinen has joined #bitcoin-core-dev
2572017-05-06T21:29:58 *** tw2006 has quit IRC
2582017-05-06T21:45:44 *** dermoth has quit IRC
2592017-05-06T22:07:27 *** tw2006 has joined #bitcoin-core-dev
2602017-05-06T22:28:16 *** JackH has joined #bitcoin-core-dev
2612017-05-06T22:31:35 *** d9b4bef9 has joined #bitcoin-core-dev
2622017-05-06T22:33:59 *** goksinen has quit IRC
2632017-05-06T23:01:00 *** goksinen has joined #bitcoin-core-dev
2642017-05-06T23:05:55 *** JackH has quit IRC
2652017-05-06T23:08:20 *** goksinen has quit IRC
2662017-05-06T23:17:47 *** goksinen has joined #bitcoin-core-dev
2672017-05-06T23:22:27 *** goksinen has quit IRC
2682017-05-06T23:38:08 *** goksinen has joined #bitcoin-core-dev
2692017-05-06T23:42:57 *** goksinen has quit IRC
2702017-05-06T23:44:24 *** goksinen has joined #bitcoin-core-dev
2712017-05-06T23:44:55 *** shesek has quit IRC
2722017-05-06T23:47:51 *** d_t has quit IRC
2732017-05-06T23:49:27 *** goksinen has quit IRC
2742017-05-06T23:56:19 *** molz_ has quit IRC
2752017-05-06T23:56:43 *** moli_ has joined #bitcoin-core-dev
2762017-05-06T23:57:27 *** goksinen has joined #bitcoin-core-dev