12018-02-25T00:00:02  *** weez17_ has quit IRC
  22018-02-25T00:00:44  *** weez17 has joined #bitcoin-core-dev
  32018-02-25T00:01:08  *** Murchone has joined #bitcoin-core-dev
  42018-02-25T00:02:05  *** Murch has quit IRC
  52018-02-25T00:03:48  *** promag has quit IRC
  62018-02-25T00:07:36  *** larafale has quit IRC
  72018-02-25T00:08:42  <esotericnonsense> will have to fiddle when I have some more time. CWallet inherits from CValidationInterface, but it overrides TransactionRemovedFromMempool. if you kill it from CValidationInterface and remove the override along with a few other bits of code I think is dead you're there.
  82018-02-25T00:13:02  *** Victorsueca has quit IRC
  92018-02-25T00:14:39  *** Victorsueca has joined #bitcoin-core-dev
 102018-02-25T00:14:54  *** Chris_Stewart_5 has quit IRC
 112018-02-25T00:15:05  *** Giszmo has quit IRC
 122018-02-25T00:25:49  *** AaronvanW has quit IRC
 132018-02-25T00:29:54  *** meshcollider has joined #bitcoin-core-dev
 142018-02-25T00:57:57  *** ProfMac has quit IRC
 152018-02-25T01:02:50  *** Randolf has joined #bitcoin-core-dev
 162018-02-25T01:09:04  *** Giszmo has joined #bitcoin-core-dev
 172018-02-25T01:14:13  <bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/07090c533943...bf3353de9059
 182018-02-25T01:14:13  <bitcoin-git> bitcoin/master 90ba2df Jonas Schnelli: Fix missing cs_main lock for GuessVerificationProgress()
 192018-02-25T01:14:14  <bitcoin-git> bitcoin/master bf3353d Jonas Schnelli: Merge #12287: Optimise lock behaviour for GuessVerificationProgress()...
 202018-02-25T01:15:06  <bitcoin-git> [bitcoin] jonasschnelli closed pull request #12287: Optimise lock behaviour for GuessVerificationProgress() (master...2018/01/rescan_lock) https://github.com/bitcoin/bitcoin/pull/12287
 212018-02-25T01:16:21  *** satwo has joined #bitcoin-core-dev
 222018-02-25T01:19:43  <jonasschnelli> wumpus: maybe confirm that your comment on https://github.com/bitcoin/bitcoin/pull/10387 has been fixed? thx
 232018-02-25T01:19:57  *** CubicEarths has joined #bitcoin-core-dev
 242018-02-25T01:54:32  *** jimmysong__ has joined #bitcoin-core-dev
 252018-02-25T01:54:32  *** jimmysong_ has quit IRC
 262018-02-25T01:57:09  *** CubicEar_ has joined #bitcoin-core-dev
 272018-02-25T01:58:25  *** CubicEarths has quit IRC
 282018-02-25T01:59:52  <esotericnonsense> ah, it's finally clear now. connectTrace is the thing that actually uses it. just a few steps deep
 292018-02-25T02:04:33  *** TheRec has quit IRC
 302018-02-25T02:06:23  *** Giszmo has quit IRC
 312018-02-25T02:41:49  <ken2812221> Gitian build fails on Windows and Linux on master branch.
 322018-02-25T02:42:04  <ken2812221> It says "No rule to make target `zlib/adler32.o', needed by `zlib/libz.a'.  Stop."
 332018-02-25T02:42:41  <ken2812221> But no problem when building MacOS
 342018-02-25T02:43:33  *** justanotheruser has joined #bitcoin-core-dev
 352018-02-25T02:44:27  <ken2812221> Seems it fails after 2018-02-17, according to jonasschnelli's website.
 362018-02-25T02:48:42  *** CubicEar_ has quit IRC
 372018-02-25T02:49:23  *** CubicEarths has joined #bitcoin-core-dev
 382018-02-25T02:57:07  *** Cogito_Ergo_Sum has quit IRC
 392018-02-25T03:11:51  <achow101> ken2812221: that's interesting. That's the same error showing up here: https://github.com/bitcoin/bitcoin/issues/12515 I think a dependency might have changed/updated which is now breaking that
 402018-02-25T03:20:54  *** CubicEarths has joined #bitcoin-core-dev
 412018-02-25T03:28:18  *** cryptojanitor has quit IRC
 422018-02-25T03:38:28  <ken2812221> Just followed build-window.md, it failed on 32-bit and succeed on 64-bit
 432018-02-25T03:43:23  *** Giszmo has joined #bitcoin-core-dev
 442018-02-25T03:46:32  <achow101> The 64 bit build failed in a clean 14.04 vm for me. I'm trying a clean 17.10 vm next. It works in my normal 17.10 environment, but that could be because of some other things in my environment that makes it work
 452018-02-25T03:47:00  <achow101> ken2812221: which build of windows failed in gitian?
 462018-02-25T03:47:08  <achow101> 32 or 64 bit?
 472018-02-25T03:49:39  <ken2812221> it fails when build 32-bit, so it won't built 64-bit
 482018-02-25T03:56:38  *** Victorsueca has quit IRC
 492018-02-25T03:58:15  *** Victorsueca has joined #bitcoin-core-dev
 502018-02-25T03:58:57  *** justanotheruser has quit IRC
 512018-02-25T04:10:16  *** justanotheruser has joined #bitcoin-core-dev
 522018-02-25T04:13:39  <ken2812221> ok, it seem like it  works on higher version since I test 64-bit on WSL and 32-bit on my Debian 8 vm
 532018-02-25T04:14:57  <ken2812221> 64-bit also fails on my Debian vm
 542018-02-25T04:41:01  *** ProfMac has joined #bitcoin-core-dev
 552018-02-25T04:43:00  *** ProfMac has quit IRC
 562018-02-25T04:43:29  *** ProfMac has joined #bitcoin-core-dev
 572018-02-25T04:53:32  <achow101> you should be able to fix that problem by installing zlib1g-dev
 582018-02-25T04:53:39  <achow101> ken2812221: ^
 592018-02-25T04:55:25  *** To7 has quit IRC
 602018-02-25T05:03:23  *** Liliaceae has quit IRC
 612018-02-25T05:04:09  *** satwo has quit IRC
 622018-02-25T05:06:05  *** satwo has joined #bitcoin-core-dev
 632018-02-25T05:10:18  *** harrymm has quit IRC
 642018-02-25T05:39:29  *** meshcollider has quit IRC
 652018-02-25T06:05:31  *** rex_4539 has quit IRC
 662018-02-25T06:16:42  *** Murchone has quit IRC
 672018-02-25T06:27:04  *** harrymm has joined #bitcoin-core-dev
 682018-02-25T07:17:25  *** mmgen has joined #bitcoin-core-dev
 692018-02-25T07:24:13  *** MrPaz has quit IRC
 702018-02-25T07:37:00  <ken2812221> yeah, that works.
 712018-02-25T07:43:14  *** meshcollider has joined #bitcoin-core-dev
 722018-02-25T07:47:11  *** Victorsueca has quit IRC
 732018-02-25T07:48:29  *** Victorsueca has joined #bitcoin-core-dev
 742018-02-25T08:02:13  *** TheRec has joined #bitcoin-core-dev
 752018-02-25T08:02:59  *** TheRec has joined #bitcoin-core-dev
 762018-02-25T08:23:53  *** jtimon_ has quit IRC
 772018-02-25T08:36:44  *** mirese has joined #bitcoin-core-dev
 782018-02-25T08:39:59  *** mirese_ has quit IRC
 792018-02-25T08:41:57  *** mirese_ has joined #bitcoin-core-dev
 802018-02-25T08:44:53  *** mirese has quit IRC
 812018-02-25T09:23:50  *** shesek has quit IRC
 822018-02-25T09:25:21  *** hkjn0 has quit IRC
 832018-02-25T09:29:19  *** Apocalyptic has quit IRC
 842018-02-25T09:30:34  *** Apocalyptic has joined #bitcoin-core-dev
 852018-02-25T09:31:14  *** rodarmor has quit IRC
 862018-02-25T09:32:10  *** rodarmor has joined #bitcoin-core-dev
 872018-02-25T09:33:02  *** warren_ is now known as warren
 882018-02-25T09:34:48  *** zxzzt has quit IRC
 892018-02-25T09:34:48  *** spinza has quit IRC
 902018-02-25T09:34:48  *** Jackielove4u has quit IRC
 912018-02-25T09:34:49  *** Madars has quit IRC
 922018-02-25T09:34:49  *** ren0v0 has quit IRC
 932018-02-25T09:34:49  *** wallet42 has quit IRC
 942018-02-25T09:34:49  *** eragmus has quit IRC
 952018-02-25T09:34:49  *** berndj has quit IRC
 962018-02-25T09:34:49  *** arowser has quit IRC
 972018-02-25T09:34:49  *** Arokh has quit IRC
 982018-02-25T09:34:50  *** fronti has quit IRC
 992018-02-25T09:34:50  *** eenoch has quit IRC
1002018-02-25T09:34:50  *** jrayhawk has quit IRC
1012018-02-25T09:34:50  *** jouke_ has quit IRC
1022018-02-25T09:34:50  *** xHire has quit IRC
1032018-02-25T09:34:50  *** shtirlic has quit IRC
1042018-02-25T09:36:27  *** zxzzt has joined #bitcoin-core-dev
1052018-02-25T09:36:28  *** spinza has joined #bitcoin-core-dev
1062018-02-25T09:36:28  *** Jackielove4u has joined #bitcoin-core-dev
1072018-02-25T09:36:28  *** Madars has joined #bitcoin-core-dev
1082018-02-25T09:36:28  *** ren0v0 has joined #bitcoin-core-dev
1092018-02-25T09:36:28  *** wallet42 has joined #bitcoin-core-dev
1102018-02-25T09:36:28  *** eragmus has joined #bitcoin-core-dev
1112018-02-25T09:36:28  *** berndj has joined #bitcoin-core-dev
1122018-02-25T09:36:28  *** arowser has joined #bitcoin-core-dev
1132018-02-25T09:36:28  *** Arokh has joined #bitcoin-core-dev
1142018-02-25T09:36:28  *** fronti has joined #bitcoin-core-dev
1152018-02-25T09:36:28  *** eenoch has joined #bitcoin-core-dev
1162018-02-25T09:36:28  *** jrayhawk has joined #bitcoin-core-dev
1172018-02-25T09:36:28  *** jouke_ has joined #bitcoin-core-dev
1182018-02-25T09:36:28  *** xHire has joined #bitcoin-core-dev
1192018-02-25T09:36:28  *** shtirlic has joined #bitcoin-core-dev
1202018-02-25T09:36:57  *** instagibbs has quit IRC
1212018-02-25T09:37:27  *** Apocalyptic has quit IRC
1222018-02-25T09:38:09  *** fanquake has joined #bitcoin-core-dev
1232018-02-25T09:38:13  *** shesek has joined #bitcoin-core-dev
1242018-02-25T09:39:04  <fanquake> achow101 looks like the ccache zlib issue has been fixed upstream, should be included in 3.4.2
1252018-02-25T09:40:35  *** fanquake has quit IRC
1262018-02-25T09:40:35  *** fanquake has joined #bitcoin-core-dev
1272018-02-25T09:40:37  *** shesek has quit IRC
1282018-02-25T09:40:38  *** shesek has joined #bitcoin-core-dev
1292018-02-25T09:40:52  *** instagibbs has joined #bitcoin-core-dev
1302018-02-25T09:42:06  *** Apocalyptic has joined #bitcoin-core-dev
1312018-02-25T09:43:35  *** Victorsueca has quit IRC
1322018-02-25T09:44:44  *** Victorsueca has joined #bitcoin-core-dev
1332018-02-25T10:25:14  *** hkjn0 has joined #bitcoin-core-dev
1342018-02-25T10:37:28  *** AaronvanW has joined #bitcoin-core-dev
1352018-02-25T10:41:33  *** Lauriane21Lockma has quit IRC
1362018-02-25T10:45:11  <bitcoin-git> [bitcoin] practicalswift opened pull request #12534: tests: Specify skipped flake8 warnings (rather than enabled warnings) (master...lint-python-invert) https://github.com/bitcoin/bitcoin/pull/12534
1372018-02-25T10:48:40  *** wunpunch has joined #bitcoin-core-dev
1382018-02-25T10:57:28  *** Guyver2 has joined #bitcoin-core-dev
1392018-02-25T11:06:10  *** nuke_bloodaxe has joined #bitcoin-core-dev
1402018-02-25T11:09:08  *** wunpunch has quit IRC
1412018-02-25T11:11:03  *** CubicEarths has quit IRC
1422018-02-25T11:11:51  *** CubicEarths has joined #bitcoin-core-dev
1432018-02-25T11:12:12  *** nuke_bloodaxe has quit IRC
1442018-02-25T11:16:02  *** CubicEarths has quit IRC
1452018-02-25T11:22:38  *** promag has joined #bitcoin-core-dev
1462018-02-25T11:32:49  *** jtimon has joined #bitcoin-core-dev
1472018-02-25T11:36:12  *** promag has quit IRC
1482018-02-25T11:40:18  *** Amuza has joined #bitcoin-core-dev
1492018-02-25T11:41:49  *** Victorsueca has quit IRC
1502018-02-25T11:43:00  *** Victorsueca has joined #bitcoin-core-dev
1512018-02-25T11:43:20  *** larafale has joined #bitcoin-core-dev
1522018-02-25T11:48:23  *** Cheeseo has joined #bitcoin-core-dev
1532018-02-25T11:50:28  *** cheese_ has quit IRC
1542018-02-25T11:52:02  *** Sentineo_ is now known as Sentinep
1552018-02-25T11:52:13  *** Sentinep is now known as Sentineo
1562018-02-25T11:54:23  *** Kewwvo has joined #bitcoin-core-dev
1572018-02-25T11:58:49  *** Kewwvo has quit IRC
1582018-02-25T12:09:37  *** Amuza has quit IRC
1592018-02-25T12:14:41  *** larafale has quit IRC
1602018-02-25T12:15:14  *** larafale has joined #bitcoin-core-dev
1612018-02-25T12:16:22  *** jtimon has quit IRC
1622018-02-25T12:19:27  *** larafale has quit IRC
1632018-02-25T12:22:08  *** mmgen has quit IRC
1642018-02-25T12:24:25  *** mmgen has joined #bitcoin-core-dev
1652018-02-25T12:42:52  *** laurentmt has joined #bitcoin-core-dev
1662018-02-25T12:43:33  *** laurentmt has quit IRC
1672018-02-25T12:43:45  *** MarcoFalke has quit IRC
1682018-02-25T12:44:26  *** MarcoFalke has joined #bitcoin-core-dev
1692018-02-25T12:45:46  *** larafale has joined #bitcoin-core-dev
1702018-02-25T12:53:26  *** promag has joined #bitcoin-core-dev
1712018-02-25T12:58:34  *** promag has quit IRC
1722018-02-25T12:59:19  *** SopaXorzTaker has joined #bitcoin-core-dev
1732018-02-25T13:00:53  *** BullShark has joined #bitcoin-core-dev
1742018-02-25T13:03:00  *** meshcollider has quit IRC
1752018-02-25T13:13:33  *** cryptojanitor has joined #bitcoin-core-dev
1762018-02-25T13:17:58  *** fanquake has quit IRC
1772018-02-25T13:18:21  *** meshcollider has joined #bitcoin-core-dev
1782018-02-25T13:21:28  *** booyah has joined #bitcoin-core-dev
1792018-02-25T13:25:21  *** larafale has quit IRC
1802018-02-25T13:25:57  *** larafale has joined #bitcoin-core-dev
1812018-02-25T13:30:27  *** larafale has quit IRC
1822018-02-25T13:33:32  *** AaronvanW has quit IRC
1832018-02-25T13:53:43  *** laurentmt has joined #bitcoin-core-dev
1842018-02-25T14:02:03  *** unholymachine has quit IRC
1852018-02-25T14:02:20  *** unholymachine has joined #bitcoin-core-dev
1862018-02-25T14:21:47  *** Victorsueca has quit IRC
1872018-02-25T14:22:59  *** Victorsueca has joined #bitcoin-core-dev
1882018-02-25T14:56:08  *** satwo has joined #bitcoin-core-dev
1892018-02-25T15:04:29  *** Randolf has quit IRC
1902018-02-25T15:08:40  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1912018-02-25T15:18:31  *** laurentmt has quit IRC
1922018-02-25T15:19:08  *** Giszmo has quit IRC
1932018-02-25T15:33:00  *** meshcollider has quit IRC
1942018-02-25T15:33:18  *** Randolf has joined #bitcoin-core-dev
1952018-02-25T15:42:35  *** Giszmo has joined #bitcoin-core-dev
1962018-02-25T15:56:02  *** b10c has joined #bitcoin-core-dev
1972018-02-25T16:09:56  *** laurentmt has joined #bitcoin-core-dev
1982018-02-25T16:15:47  *** satwo has quit IRC
1992018-02-25T16:17:36  *** Guyver2 has quit IRC
2002018-02-25T16:25:15  *** b10c has quit IRC
2012018-02-25T16:27:56  *** StopAndDecrypt has joined #bitcoin-core-dev
2022018-02-25T16:31:51  *** lnostdal has joined #bitcoin-core-dev
2032018-02-25T16:39:59  *** Chris_Stewart_5 has quit IRC
2042018-02-25T16:53:55  *** CubicEarths has joined #bitcoin-core-dev
2052018-02-25T16:57:13  *** Randolf has quit IRC
2062018-02-25T17:13:22  *** laurentmt has quit IRC
2072018-02-25T17:14:34  *** JackH has joined #bitcoin-core-dev
2082018-02-25T17:22:27  *** MrPaz has joined #bitcoin-core-dev
2092018-02-25T17:24:13  *** rex_4539 has joined #bitcoin-core-dev
2102018-02-25T17:32:39  <stevenroose> "For example, in Bitcoin Core 50KB within blocks are reserved for high priority transactions." Is this still the case?
2112018-02-25T17:33:54  <gmaxwell> Of course not.
2122018-02-25T17:34:10  <sipa> where do you read that?
2132018-02-25T17:34:26  <gmaxwell> miners turned that stuff off years ago, and the functionality was subsiquently removed (it massively slowed down block template creation)
2142018-02-25T17:34:30  *** Randolf has joined #bitcoin-core-dev
2152018-02-25T17:35:53  <stevenroose> In a two-year-old paper
2162018-02-25T17:35:55  <stevenroose> https://github.com/sharathrao13/predicting-bitcoin-transaction-fees/blob/master/paper/smarter-fees.pdf
2172018-02-25T17:36:12  <stevenroose> Yeah makes sense to not do that
2182018-02-25T17:36:53  <gmaxwell> it should be a crime to end a url with .pdf but have it just be a webage.
2192018-02-25T17:38:15  <sipa> punishable by death by pwnage?
2202018-02-25T17:38:29  <stevenroose> Hahaha, agreed
2212018-02-25T17:40:16  <gmaxwell> maybe it's just me, but I continually wget urls like that then find myself irritated that I didn't get the file.
2222018-02-25T17:40:55  *** jtimon has joined #bitcoin-core-dev
2232018-02-25T17:42:46  *** larafale has joined #bitcoin-core-dev
2242018-02-25T17:43:50  *** larafale has joined #bitcoin-core-dev
2252018-02-25T17:44:02  *** meshcollider has joined #bitcoin-core-dev
2262018-02-25T17:46:08  <meshcollider> gmaxwell: yeah it also messes up a lot of mobile browsers :(
2272018-02-25T17:47:57  *** larafale has quit IRC
2282018-02-25T17:50:32  *** b10c has joined #bitcoin-core-dev
2292018-02-25T17:51:10  *** b10c has quit IRC
2302018-02-25T17:53:16  *** b10c has joined #bitcoin-core-dev
2312018-02-25T17:54:50  *** Tennis has joined #bitcoin-core-dev
2322018-02-25T17:56:45  *** b10c has quit IRC
2332018-02-25T18:12:26  *** AaronvanW has joined #bitcoin-core-dev
2342018-02-25T18:13:29  *** Giszmo has quit IRC
2352018-02-25T18:20:24  *** Tennis has quit IRC
2362018-02-25T18:27:35  *** Aaronvan_ has joined #bitcoin-core-dev
2372018-02-25T18:28:03  *** Aaronvan_ is now known as AaronvanW_
2382018-02-25T18:30:37  *** AaronvanW has quit IRC
2392018-02-25T18:30:46  *** AaronvanW has joined #bitcoin-core-dev
2402018-02-25T18:33:53  *** AaronvanW_ has quit IRC
2412018-02-25T18:35:12  *** MrPaz has quit IRC
2422018-02-25T18:42:39  *** MrPaz has joined #bitcoin-core-dev
2432018-02-25T18:46:33  *** Aaronvan_ has joined #bitcoin-core-dev
2442018-02-25T18:48:53  *** Aaronvan_ is now known as AaronvanW_
2452018-02-25T18:49:53  *** AaronvanW has quit IRC
2462018-02-25T18:53:55  *** Amuza has joined #bitcoin-core-dev
2472018-02-25T19:23:47  *** promag has joined #bitcoin-core-dev
2482018-02-25T19:23:47  *** lnostdal has quit IRC
2492018-02-25T19:27:38  *** promag has quit IRC
2502018-02-25T19:30:45  *** Murch has joined #bitcoin-core-dev
2512018-02-25T19:37:35  <gmaxwell> cfields: re #12519  it's now been multiple _years_ since it was suggesed that we use MSG_MORE. We shouldn't keep delaying simple improvements forever.
2522018-02-25T19:37:37  <gribble> https://github.com/bitcoin/bitcoin/issues/12519 | Net: Pass MSG_MORE flag when sending non-final network messages by whitslack · Pull Request #12519 · bitcoin/bitcoin · GitHub
2532018-02-25T19:37:37  *** promag has joined #bitcoin-core-dev
2542018-02-25T19:39:30  *** mirese has joined #bitcoin-core-dev
2552018-02-25T19:42:13  *** promag has quit IRC
2562018-02-25T19:42:17  *** mirese_ has quit IRC
2572018-02-25T19:42:43  <gmaxwell> eklitzke: re #12495 is there a way to query if leveldb is going to do the mmap thing more directly rather than using 64/32 bitness as a proxy?
2582018-02-25T19:42:45  <gribble> https://github.com/bitcoin/bitcoin/issues/12495 | Increase LevelDB max_open_files on 64-bit POSIX systems by eklitzke · Pull Request #12495 · bitcoin/bitcoin · GitHub
2592018-02-25T19:50:10  *** StopAndDecrypt_ has joined #bitcoin-core-dev
2602018-02-25T19:50:12  *** StopAndDecrypt has quit IRC
2612018-02-25T19:56:38  *** StopAndDecrypt has joined #bitcoin-core-dev
2622018-02-25T19:56:47  *** StopAndDecrypt has quit IRC
2632018-02-25T19:56:47  *** StopAndDecrypt has joined #bitcoin-core-dev
2642018-02-25T19:56:52  *** StopAndDecrypt_ has quit IRC
2652018-02-25T20:03:35  *** StopAndDecrypt has quit IRC
2662018-02-25T20:04:57  *** StopAndDecrypt has joined #bitcoin-core-dev
2672018-02-25T20:05:06  *** StopAndDecrypt has quit IRC
2682018-02-25T20:05:06  *** StopAndDecrypt has joined #bitcoin-core-dev
2692018-02-25T20:14:57  *** belcher has joined #bitcoin-core-dev
2702018-02-25T20:17:47  *** mirese_ has joined #bitcoin-core-dev
2712018-02-25T20:20:41  *** mirese has quit IRC
2722018-02-25T20:34:29  *** nuke_bloodaxe has joined #bitcoin-core-dev
2732018-02-25T20:34:45  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #12055: Prepare version scheme for upcoming release [take 2] (master...Mf1712-versionDropRedundantZero) https://github.com/bitcoin/bitcoin/pull/12055
2742018-02-25T20:45:39  *** SopaXorzTaker has quit IRC
2752018-02-25T20:51:36  *** larafale has joined #bitcoin-core-dev
2762018-02-25T20:55:32  *** Amuza has quit IRC
2772018-02-25T20:56:33  *** StopAndDecrypt has quit IRC
2782018-02-25T21:05:12  *** promag has joined #bitcoin-core-dev
2792018-02-25T21:10:08  *** Victorsueca has quit IRC
2802018-02-25T21:11:30  *** Victorsueca has joined #bitcoin-core-dev
2812018-02-25T21:18:25  *** CubicEarths has quit IRC
2822018-02-25T21:21:28  *** mirese has joined #bitcoin-core-dev
2832018-02-25T21:23:26  *** mirese__ has joined #bitcoin-core-dev
2842018-02-25T21:23:47  *** mirese___ has joined #bitcoin-core-dev
2852018-02-25T21:24:20  *** spinza has quit IRC
2862018-02-25T21:24:21  *** mires____ has joined #bitcoin-core-dev
2872018-02-25T21:25:13  *** mirese_ has quit IRC
2882018-02-25T21:26:36  *** mirese_ has joined #bitcoin-core-dev
2892018-02-25T21:26:41  *** mirese has quit IRC
2902018-02-25T21:27:33  *** mirese__ has quit IRC
2912018-02-25T21:27:51  *** mirese has joined #bitcoin-core-dev
2922018-02-25T21:28:09  *** mirese___ has quit IRC
2932018-02-25T21:29:22  *** mires____ has quit IRC
2942018-02-25T21:31:05  *** mirese_ has quit IRC
2952018-02-25T21:33:02  *** d9b4bef9 has quit IRC
2962018-02-25T21:33:17  *** promag has quit IRC
2972018-02-25T21:33:54  *** promag has joined #bitcoin-core-dev
2982018-02-25T21:34:08  *** d9b4bef9 has joined #bitcoin-core-dev
2992018-02-25T21:37:20  *** mmgen has quit IRC
3002018-02-25T21:38:07  *** promag has quit IRC
3012018-02-25T21:38:50  *** spinza has joined #bitcoin-core-dev
3022018-02-25T22:03:55  *** jb55 has joined #bitcoin-core-dev
3032018-02-25T22:18:49  *** StopAndDecrypt has joined #bitcoin-core-dev
3042018-02-25T22:21:14  *** harrymm has quit IRC
3052018-02-25T22:32:48  *** DougieBot5000_ is now known as DougieBot5000
3062018-02-25T22:40:25  <eklitzke> gmaxwell: not with the api they provide, but it would be simple enough to patch their code to expose that
3072018-02-25T22:40:25  *** Giszmo has joined #bitcoin-core-dev
3082018-02-25T22:40:34  <eklitzke> i was thinking about submitting a patch upstream to do that anyway
3092018-02-25T22:41:33  *** Giszmo has quit IRC
3102018-02-25T22:41:39  *** eklitzke has quit IRC
3112018-02-25T22:42:06  *** eklitzke has joined #bitcoin-core-dev
3122018-02-25T22:56:02  *** Randolf has quit IRC
3132018-02-25T22:56:49  *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
3142018-02-25T22:56:49  *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
3152018-02-25T23:07:09  *** cheese_ has joined #bitcoin-core-dev
3162018-02-25T23:07:11  *** Giszmo has joined #bitcoin-core-dev
3172018-02-25T23:07:11  *** Giszmo has quit IRC
3182018-02-25T23:07:46  *** Giszmo has joined #bitcoin-core-dev
3192018-02-25T23:08:20  *** Giszmo has quit IRC
3202018-02-25T23:08:57  *** Giszmo has joined #bitcoin-core-dev
3212018-02-25T23:09:36  *** Giszmo has quit IRC
3222018-02-25T23:10:05  *** jb55 has quit IRC
3232018-02-25T23:11:11  *** Cheeseo has quit IRC
3242018-02-25T23:11:41  *** Giszmo has joined #bitcoin-core-dev
3252018-02-25T23:12:56  *** belcher has quit IRC
3262018-02-25T23:14:21  *** promag has joined #bitcoin-core-dev
3272018-02-25T23:15:12  *** larafale has quit IRC
3282018-02-25T23:15:53  *** larafale has joined #bitcoin-core-dev
3292018-02-25T23:19:57  *** larafale has quit IRC
3302018-02-25T23:26:36  *** nullptr| has quit IRC
3312018-02-25T23:28:11  *** nullptr| has joined #bitcoin-core-dev
3322018-02-25T23:29:48  *** promag has quit IRC
3332018-02-25T23:30:24  *** promag has joined #bitcoin-core-dev
3342018-02-25T23:32:42  *** nullptr| has quit IRC
3352018-02-25T23:34:39  *** promag has quit IRC
3362018-02-25T23:35:09  *** nullptr| has joined #bitcoin-core-dev
3372018-02-25T23:38:51  *** lnostdal has joined #bitcoin-core-dev
3382018-02-25T23:45:12  *** AaronvanW_ has quit IRC
3392018-02-25T23:45:45  <gmaxwell> eklitzke: or just change it so the FD limit is actually a FD limit... and an open file limit is seperate.
3402018-02-25T23:45:49  *** AaronvanW has joined #bitcoin-core-dev
3412018-02-25T23:46:07  <gmaxwell> though maybe our time would be better spent killing the FD limit in the daemon
3422018-02-25T23:47:17  *** nullptr| has quit IRC
3432018-02-25T23:50:12  *** AaronvanW has quit IRC
3442018-02-25T23:51:00  *** Cogito_Ergo_Sum has quit IRC
3452018-02-25T23:54:35  *** AaronvanW has joined #bitcoin-core-dev
3462018-02-25T23:55:09  *** Giszmo has quit IRC
3472018-02-25T23:55:21  *** nullptr| has joined #bitcoin-core-dev
3482018-02-25T23:58:17  *** Murch has quit IRC
3492018-02-25T23:59:05  *** AaronvanW has quit IRC
3502018-02-25T23:59:57  *** nullptr| has quit IRC