12018-08-15T00:00:25  *** fanquake has joined #bitcoin-core-dev
  22018-08-15T00:06:05  *** justan0theruser has quit IRC
  32018-08-15T00:17:27  *** justan0theruser has joined #bitcoin-core-dev
  42018-08-15T00:32:29  *** polydin has quit IRC
  52018-08-15T00:58:56  *** promag has quit IRC
  62018-08-15T01:07:33  *** photonclock___ has joined #bitcoin-core-dev
  72018-08-15T01:08:49  *** photonclock_ has quit IRC
  82018-08-15T01:08:49  *** photonclock___ is now known as photonclock_
  92018-08-15T01:16:28  *** murrayn has quit IRC
 102018-08-15T01:17:09  *** goatpig has quit IRC
 112018-08-15T01:20:43  *** murrayn has joined #bitcoin-core-dev
 122018-08-15T01:21:37  *** justan0theruser is now known as justanotheruser
 132018-08-15T01:24:58  *** photonclock_ has quit IRC
 142018-08-15T01:49:35  *** justanotheruser has quit IRC
 152018-08-15T01:49:50  *** justan0theruser has joined #bitcoin-core-dev
 162018-08-15T01:50:42  *** justan0theruser is now known as justanotheruser
 172018-08-15T02:08:02  *** D00M has joined #bitcoin-core-dev
 182018-08-15T02:12:30  *** fanquake has quit IRC
 192018-08-15T02:19:05  *** bytting has quit IRC
 202018-08-15T02:23:10  *** Jmabsd has joined #bitcoin-core-dev
 212018-08-15T02:25:44  *** nanotube has quit IRC
 222018-08-15T02:25:49  *** Emcy_ has joined #bitcoin-core-dev
 232018-08-15T02:29:04  *** Emcy has quit IRC
 242018-08-15T02:32:17  *** Rootsudo has joined #bitcoin-core-dev
 252018-08-15T02:34:26  *** nanotube has joined #bitcoin-core-dev
 262018-08-15T03:06:16  *** justanotheruser has quit IRC
 272018-08-15T03:08:08  *** d9b4bef9 has joined #bitcoin-core-dev
 282018-08-15T03:10:54  *** Krellan has quit IRC
 292018-08-15T03:17:45  *** justan0theruser has joined #bitcoin-core-dev
 302018-08-15T03:19:02  *** d9b4bef9 has quit IRC
 312018-08-15T03:20:07  *** d9b4bef9 has joined #bitcoin-core-dev
 322018-08-15T03:21:02  *** d9b4bef9 has quit IRC
 332018-08-15T03:22:09  *** d9b4bef9 has joined #bitcoin-core-dev
 342018-08-15T03:23:29  *** Victorsueca has quit IRC
 352018-08-15T03:24:44  *** Victorsueca has joined #bitcoin-core-dev
 362018-08-15T03:40:12  *** Rootsudo has quit IRC
 372018-08-15T03:42:35  *** justan0theruser has quit IRC
 382018-08-15T03:45:41  <Jmabsd> there's a weird claim at https://en.bitcoin.it/wiki/Script#Constants that null outputs must have amount == 0 to be relayed. is it so?
 392018-08-15T03:48:02  <luke-jr> Jmabsd: I don't see what you're referring to
 402018-08-15T03:53:45  <Jmabsd> luke-jr: wrong url sorry, here! https://bitcoin.org/en/developer-guide#standard-transactions
 412018-08-15T03:53:50  <Jmabsd> "Bitcoin Core 0.12.0 defaults to relaying and mining null data outputs with up to 83 bytes with any number of data pushes, provided the total byte limit is not exceeded. There must still only be a single null data output and it must still pay exactly 0 satoshis."
 422018-08-15T03:54:02  *** waiting2compile has joined #bitcoin-core-dev
 432018-08-15T03:54:07  <sipa> that's correct
 442018-08-15T03:54:18  <Jmabsd> luke-jr: see there, this doc says a NULL data output (scriptpubkey = "OP_RETURN  and a constant") must have amount == 0
 452018-08-15T03:54:30  <Jmabsd> where did the amount == 0 requirement come from, what if I like to *BURN*?
 462018-08-15T03:54:39  <Jmabsd> where in the core code is this?
 472018-08-15T03:54:45  <sipa> there are plenty of other ways to burn
 482018-08-15T03:54:54  <Jmabsd> i don't want to TXFEE it
 492018-08-15T03:55:22  <Jmabsd> so i have a transaction with one null output. what's the easiest way to add a solid burn logic here?
 502018-08-15T03:55:23  <sipa> this has nothing to do with fees
 512018-08-15T03:55:36  <sipa> you still pay fees for null data outputs
 522018-08-15T03:55:59  <Jmabsd> sipa: an alternative way to burn would be to just mismatch the input txo's amount and the sum of the null data output and the change output:s amounts right
 532018-08-15T03:56:03  <Jmabsd> right i know
 542018-08-15T03:56:09  <sipa> Jmabsd: that would be creating fee
 552018-08-15T03:56:16  <Jmabsd> however this burn scheme is not a miner funding scheme.
 562018-08-15T03:56:26  <sipa> you can burn in other ways
 572018-08-15T03:56:30  <sipa> just send to an invalid pubkey
 582018-08-15T03:56:33  <Jmabsd> would you make a P2SH output that either can't be redeemed, or that contained OP_RETURN?
 592018-08-15T03:56:44  <Jmabsd> what's a mathemathically proven ever-invalid pubkey :)
 602018-08-15T03:56:49  <sipa> this discussion is more appropriate for #bitcoin or https://bitcoin.stackexchange.com
 612018-08-15T03:56:56  <luke-jr> sipa: that spams up the UTXO set forever though :<
 622018-08-15T03:57:00  <Jmabsd> arr, i'll sign up later.
 632018-08-15T03:57:12  <Jmabsd> what has the rationale been for enforcing amount == 0 on null data outputs?
 642018-08-15T03:57:21  <Jmabsd> may it be lifted in the future?
 652018-08-15T03:57:32  <luke-jr> Jmabsd: make a PR and see if it gets merged?
 662018-08-15T03:57:33  <sipa> you can change the code and run it yourself
 672018-08-15T03:57:43  <sipa> and convince others to run it
 682018-08-15T03:57:45  <sipa> or that
 692018-08-15T03:57:45  <Jmabsd> luke-jr: yes good point.
 702018-08-15T03:58:07  <Jmabsd> where is the amount == 0 check in the code?
 712018-08-15T03:59:40  <Jmabsd> sipa: thank you for emphasising that i should post this kind of Q online, that indeed is way better for knowledge conservation, i'll intend to do it in a while.
 722018-08-15T03:59:51  <Jmabsd> do you have an example of a provably-unspendable pubkey? :-}
 732018-08-15T04:00:50  <sipa> Jmabsd: if you ask on stackexchange, i promise i'll personally answer it
 742018-08-15T04:01:27  <sipa> i can't actually find the 0-value requirement in the code
 752018-08-15T04:01:48  *** waiting2compile has quit IRC
 762018-08-15T04:02:07  <Jmabsd> sipa: exactly, i'm rading the relay code and can't find it too. so i was thinking maybe that bitcoin.org article is bss*ahem*incorrect*ahem*obsolete.
 772018-08-15T04:03:14  <sipa> i would expect it to be here: https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.cpp
 782018-08-15T04:03:17  <sipa> but it isn't
 792018-08-15T04:03:38  <Jmabsd> "grep -r "amount == 0" *" gives nothing.
 802018-08-15T04:04:04  <sipa> the amount of a CTxOut object is called nValue, so you'd at least need to look for that
 812018-08-15T04:04:54  <Jmabsd> nothing.
 822018-08-15T04:05:14  <Jmabsd> i would think that Bitcoin accomodated burn already, that's why i was so surprised to see that comment in that bitcoin.org article.
 832018-08-15T04:05:46  <Jmabsd> very well. thanks for confirming. i'll presume the article was all incorrect.
 842018-08-15T04:05:50  <Jmabsd> in this particular question.
 852018-08-15T04:08:01  <sipa> i believe that's the case
 862018-08-15T04:33:49  *** harrymm has joined #bitcoin-core-dev
 872018-08-15T04:35:22  *** Jmabsd has quit IRC
 882018-08-15T04:42:17  *** justan0theruser has joined #bitcoin-core-dev
 892018-08-15T04:50:07  *** Jmabsd has joined #bitcoin-core-dev
 902018-08-15T06:08:10  *** fanquake has joined #bitcoin-core-dev
 912018-08-15T06:09:23  <fanquake> wumpus How'd you go with lxc 3 and getting your new gitian build setup sorted? I've been meaning to switch for the 0.17 builds.
 922018-08-15T06:28:00  *** [\\\] has quit IRC
 932018-08-15T06:28:31  *** tripleslash has joined #bitcoin-core-dev
 942018-08-15T06:48:59  <jonasschnelli> fanquake: I compiled LXC 2.1 (or similar) on debian stretch and it worked flawless
 952018-08-15T06:49:25  <jonasschnelli> haven't tried 3 (since the 2.something version should also work)
 962018-08-15T07:18:48  *** vexbuy_ has quit IRC
 972018-08-15T07:19:23  *** vexbuy has joined #bitcoin-core-dev
 982018-08-15T07:23:45  *** vexbuy has quit IRC
 992018-08-15T07:25:34  *** Krellan has joined #bitcoin-core-dev
1002018-08-15T07:27:56  *** vexbuy has joined #bitcoin-core-dev
1012018-08-15T07:28:21  *** SopaXorzTaker has joined #bitcoin-core-dev
1022018-08-15T08:12:14  *** csknk has joined #bitcoin-core-dev
1032018-08-15T08:29:11  *** davex__ has quit IRC
1042018-08-15T08:40:49  *** jeffrufino has quit IRC
1052018-08-15T08:46:47  *** spinza has quit IRC
1062018-08-15T08:47:04  *** arubi has quit IRC
1072018-08-15T08:47:27  *** arubi has joined #bitcoin-core-dev
1082018-08-15T08:52:34  *** spinza has joined #bitcoin-core-dev
1092018-08-15T09:08:45  *** Amuza has joined #bitcoin-core-dev
1102018-08-15T09:11:29  *** Jmabsd has quit IRC
1112018-08-15T09:16:52  *** jl2012_ has joined #bitcoin-core-dev
1122018-08-15T09:17:07  *** Liliaceae_ has joined #bitcoin-core-dev
1132018-08-15T09:18:05  *** Liliaceae has quit IRC
1142018-08-15T09:18:05  *** barq has quit IRC
1152018-08-15T09:18:05  *** jl2012 has quit IRC
1162018-08-15T09:18:05  *** TheV01d has quit IRC
1172018-08-15T09:18:06  *** jl2012_ is now known as jl2012
1182018-08-15T09:18:07  *** Liliaceae_ is now known as Liliaceae
1192018-08-15T09:18:26  *** barq has joined #bitcoin-core-dev
1202018-08-15T09:25:58  <fanquake> jonasschnelli thanks, I'll play around with it later tonight.
1212018-08-15T09:26:59  *** JackH has quit IRC
1222018-08-15T09:27:55  *** belcher_ has joined #bitcoin-core-dev
1232018-08-15T09:38:19  *** Krellan has quit IRC
1242018-08-15T09:38:54  *** Krellan has joined #bitcoin-core-dev
1252018-08-15T09:50:46  *** AaronvanW has joined #bitcoin-core-dev
1262018-08-15T09:58:57  *** unholymachine has quit IRC
1272018-08-15T09:59:16  *** unholymachine has joined #bitcoin-core-dev
1282018-08-15T10:04:22  *** photonclock_ has joined #bitcoin-core-dev
1292018-08-15T10:05:29  *** Rootsudo has joined #bitcoin-core-dev
1302018-08-15T10:14:14  *** photonclock_ has quit IRC
1312018-08-15T10:18:23  *** nodweber has quit IRC
1322018-08-15T10:18:40  *** nodweber has joined #bitcoin-core-dev
1332018-08-15T10:20:48  *** nodweber has quit IRC
1342018-08-15T10:21:04  *** nodweber has joined #bitcoin-core-dev
1352018-08-15T10:24:40  *** fanquake has quit IRC
1362018-08-15T10:25:25  *** nodweber has quit IRC
1372018-08-15T10:25:40  *** nodweber has joined #bitcoin-core-dev
1382018-08-15T10:28:33  *** itaseski has joined #bitcoin-core-dev
1392018-08-15T10:33:51  <jonasschnelli> Is GetTime() to expansive to call on every message decryption?
1402018-08-15T10:52:27  *** D00M has quit IRC
1412018-08-15T11:06:58  *** vexbuy has quit IRC
1422018-08-15T11:10:32  *** vexbuy has joined #bitcoin-core-dev
1432018-08-15T11:14:27  *** fanquake has joined #bitcoin-core-dev
1442018-08-15T11:19:25  *** fanquake has quit IRC
1452018-08-15T11:20:02  *** SopaXorzTaker has quit IRC
1462018-08-15T11:26:02  *** fanquake has joined #bitcoin-core-dev
1472018-08-15T11:26:24  *** vexbuy has quit IRC
1482018-08-15T11:34:09  *** Rootsudo has quit IRC
1492018-08-15T11:40:03  *** harrymm has quit IRC
1502018-08-15T11:47:07  *** SopaXorzTaker has joined #bitcoin-core-dev
1512018-08-15T11:52:38  *** harrymm has joined #bitcoin-core-dev
1522018-08-15T12:17:33  *** Amuza has quit IRC
1532018-08-15T12:38:21  *** vexbuy has joined #bitcoin-core-dev
1542018-08-15T12:45:50  *** goatpig has joined #bitcoin-core-dev
1552018-08-15T13:00:22  <wumpus> fanquake: it worked great, I have succesfully built for linux, mac and windows, and tested the linux build on ARM32
1562018-08-15T13:01:11  <wumpus> jonasschnelli: on linux time-related functions are fast because they bypass syscalls (using a DSO), on some other operating systems that will be hellishly slow though; so you'd probably want to avoid caling time functions too often
1572018-08-15T13:01:32  <fanquake> wumpus nice
1582018-08-15T13:03:58  <fanquake> Unsure how a readme got added with a bunch of references to open PRs? https://github.com/bitcoin/bitcoin/pull/13981#issuecomment-413190203 Not sure if they should be removed or not
1592018-08-15T13:04:41  <wumpus> I've used debian 9, https://gist.github.com/laanwj/c62e101bfd68718f0686926dfd10666b
1602018-08-15T13:04:48  <jonasschnelli> thanks wumpus
1612018-08-15T13:05:43  <wumpus> jonasschnelli: I remember we had one of the tests that called a time function in an inner loop, no problem on linux, on wine though this was terrible
1622018-08-15T13:20:01  *** d9b4bef9 has quit IRC
1632018-08-15T13:20:37  <fanquake> wumpus any particular reason for debootstrap 1.0.95 vs 1.0.106 ?
1642018-08-15T13:21:07  *** d9b4bef9 has joined #bitcoin-core-dev
1652018-08-15T13:22:27  <fanquake> sorry disregard that, I think I see why.
1662018-08-15T13:26:42  <wumpus> it's the ubuntu version, likely the newer one will work too if it includes bionic
1672018-08-15T13:38:21  *** Krellan has quit IRC
1682018-08-15T13:38:46  *** fanquake has quit IRC
1692018-08-15T13:40:31  <wumpus> if you get it to work with a newer version I'll update the gist
1702018-08-15T13:43:06  *** Aaronvan_ has joined #bitcoin-core-dev
1712018-08-15T13:44:00  *** Krellan has joined #bitcoin-core-dev
1722018-08-15T13:46:02  *** AaronvanW has quit IRC
1732018-08-15T13:56:54  *** arubi has quit IRC
1742018-08-15T13:57:12  *** vexbuy has quit IRC
1752018-08-15T13:57:21  *** arubi has joined #bitcoin-core-dev
1762018-08-15T14:02:37  *** vexbuy has joined #bitcoin-core-dev
1772018-08-15T14:14:46  *** michaelsdunn1 has joined #bitcoin-core-dev
1782018-08-15T14:20:20  <wumpus> huh my freebsd build on master broke
1792018-08-15T14:20:53  <wumpus> not sure this is a local issue (it appears that autoconf/automake was updated) or something with the tree
1802018-08-15T14:23:31  <wumpus> I'll try building the revision that worked before
1812018-08-15T14:24:33  <wumpus> --fails too, so no need to be concerned with this for rc1
1822018-08-15T14:32:19  *** vexbuy has quit IRC
1832018-08-15T14:32:37  *** vexbuy has joined #bitcoin-core-dev
1842018-08-15T14:41:40  <wumpus> for some reason, --disable-dependency-tracking works around the issue
1852018-08-15T14:44:44  *** vexbuy has quit IRC
1862018-08-15T14:47:37  *** vexbuy has joined #bitcoin-core-dev
1872018-08-15T15:07:25  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1882018-08-15T15:12:47  <wumpus> I guess we're close to being able to tag rc1?
1892018-08-15T15:20:01  <jamesob> pretty big spike in memory usage since Jul 31 https://bitcoinperf.com/timeline/#/?exe=3,4,2,1&base=1+23&ben=ibd.local.522000.dbcache=2048.mem-usage&env=1&revs=50&equid=off&quarts=on&extr=on
1902018-08-15T15:20:41  <jamesob> if anyone has any inklings as to why, I'm investigating
1912018-08-15T15:21:29  <wumpus> interesting -- is that correlated to a certain commit?
1922018-08-15T15:21:48  <jamesob> wumpus: trying to bisect atm
1932018-08-15T15:23:42  <jamesob> (the benchmarks were down for most of aug)
1942018-08-15T15:24:09  <gmaxwell> jamesob: awesome.
1952018-08-15T15:25:20  *** Victorsueca has quit IRC
1962018-08-15T15:26:51  *** Victorsueca has joined #bitcoin-core-dev
1972018-08-15T15:28:25  <wumpus> jamesob: thanks! I guess logs / reflog might be able to give that information as well
1982018-08-15T15:28:49  *** Jbaczuk has quit IRC
1992018-08-15T15:29:57  <gmaxwell> https://github.com/bitcoin/bitcoin/pull/13657 I don't understand this change. Coinbase transactions can be conflicted, by being orphaned block.  I guess GetDepthInMainChain doesn't return negative in the case, but I think it probably should.
2002018-08-15T15:30:11  <gmaxwell> Am I missing something?
2012018-08-15T15:38:17  *** vexbuy has quit IRC
2022018-08-15T15:43:25  <gmaxwell> I don't see any PR merged in that time span whos description makes me go "duh, obviously that would increase memory usage"
2032018-08-15T15:45:22  *** vexbuy has joined #bitcoin-core-dev
2042018-08-15T15:47:32  *** schmidty has joined #bitcoin-core-dev
2052018-08-15T15:47:47  <jamesob> largest change seems to be https://github.com/bitcoin/bitcoin/commit/f030410e88f11c5ff1ce6c80b463a1c7f6d39830
2062018-08-15T15:48:36  <jamesob> wonder if it's something hiding in there
2072018-08-15T15:49:10  *** Jmabsd has joined #bitcoin-core-dev
2082018-08-15T15:50:03  <jamesob> unexpected symptom of the src/span.h changes?
2092018-08-15T15:56:47  <gmaxwell> I don't think there is a replacement for bisecting here.
2102018-08-15T16:03:39  *** masonicboom has joined #bitcoin-core-dev
2112018-08-15T16:11:12  <wumpus> gmaxwell: don't know about *should*, but it returns 0 when the block is not in the main chain, e.g. in CMerkleTx::GetDepthInMainChain:
2122018-08-15T16:11:15  <wumpus>     if (!pindex || !chainActive.Contains(pindex))
2132018-08-15T16:11:18  <wumpus>         return 0;
2142018-08-15T16:17:56  <wumpus> so at least the assert is valid and won't result in random crashes !
2152018-08-15T16:18:19  <wumpus> I'm also not sure whether it really is very useful
2162018-08-15T16:26:12  *** Jbaczuk has joined #bitcoin-core-dev
2172018-08-15T16:41:55  *** vexbuy has quit IRC
2182018-08-15T16:46:00  *** masonicboom has quit IRC
2192018-08-15T16:54:07  *** vexbuy has joined #bitcoin-core-dev
2202018-08-15T17:02:09  *** masonicboom has joined #bitcoin-core-dev
2212018-08-15T17:02:54  *** luke-jr has quit IRC
2222018-08-15T17:02:58  *** vexbuy has quit IRC
2232018-08-15T17:03:08  *** luke-jr has joined #bitcoin-core-dev
2242018-08-15T17:08:09  *** vexbuy has joined #bitcoin-core-dev
2252018-08-15T17:21:07  *** Victorsueca has quit IRC
2262018-08-15T17:22:16  *** Victorsueca has joined #bitcoin-core-dev
2272018-08-15T17:25:21  *** masonicboom has quit IRC
2282018-08-15T17:31:44  *** masonicboom has joined #bitcoin-core-dev
2292018-08-15T17:35:56  *** vexbuy has quit IRC
2302018-08-15T17:37:26  *** Dizzle has joined #bitcoin-core-dev
2312018-08-15T17:41:46  *** vexbuy has joined #bitcoin-core-dev
2322018-08-15T17:47:08  *** vexbuy has quit IRC
2332018-08-15T17:55:10  *** Krellan has quit IRC
2342018-08-15T18:02:15  *** Krellan has joined #bitcoin-core-dev
2352018-08-15T18:02:38  *** vexbuy has joined #bitcoin-core-dev
2362018-08-15T18:16:21  *** Krellan has quit IRC
2372018-08-15T18:21:49  *** Krellan has joined #bitcoin-core-dev
2382018-08-15T18:26:18  *** davex__ has joined #bitcoin-core-dev
2392018-08-15T18:27:53  *** davex__ has quit IRC
2402018-08-15T18:30:20  *** masonicboom has quit IRC
2412018-08-15T18:32:20  *** davex__ has joined #bitcoin-core-dev
2422018-08-15T19:40:23  *** Emcy_ has quit IRC
2432018-08-15T19:43:43  *** SopaXorzTaker has quit IRC
2442018-08-15T19:49:42  *** Emcy_ has joined #bitcoin-core-dev
2452018-08-15T20:29:56  *** Krellan has quit IRC
2462018-08-15T20:32:53  *** Krellan has joined #bitcoin-core-dev
2472018-08-15T20:42:13  *** Krellan has quit IRC
2482018-08-15T20:48:06  *** masonicboom has joined #bitcoin-core-dev
2492018-08-15T20:52:36  *** Krellan has joined #bitcoin-core-dev
2502018-08-15T20:55:15  *** Aaronvan_ is now known as AaronvanW
2512018-08-15T21:02:18  *** Krellan has quit IRC
2522018-08-15T21:02:54  *** Krellan has joined #bitcoin-core-dev
2532018-08-15T21:04:02  *** d9b4bef9 has quit IRC
2542018-08-15T21:05:08  *** d9b4bef9 has joined #bitcoin-core-dev
2552018-08-15T21:05:43  *** dcousens has quit IRC
2562018-08-15T21:07:35  *** Victorsueca has quit IRC
2572018-08-15T21:08:44  *** Victorsueca has joined #bitcoin-core-dev
2582018-08-15T21:10:49  *** dcousens has joined #bitcoin-core-dev
2592018-08-15T21:12:03  *** LeMiner has joined #bitcoin-core-dev
2602018-08-15T21:21:14  *** csknk has quit IRC
2612018-08-15T21:25:38  *** masonicboom has quit IRC
2622018-08-15T21:34:57  *** Chris_Stewart_5 has quit IRC
2632018-08-15T21:41:14  *** Krellan has quit IRC
2642018-08-15T21:41:57  *** itaseski has quit IRC
2652018-08-15T21:44:38  *** Dizzle has quit IRC
2662018-08-15T21:46:30  *** Krellan has joined #bitcoin-core-dev
2672018-08-15T21:58:45  *** Emcy has joined #bitcoin-core-dev
2682018-08-15T22:01:39  *** Emcy_ has quit IRC
2692018-08-15T22:15:28  *** masonicboom has joined #bitcoin-core-dev
2702018-08-15T22:15:29  *** promag has joined #bitcoin-core-dev
2712018-08-15T22:19:05  *** justan0theruser has quit IRC
2722018-08-15T22:39:00  *** michaelsdunn1 has quit IRC
2732018-08-15T22:39:24  *** justan0theruser has joined #bitcoin-core-dev
2742018-08-15T22:45:39  *** justan0theruser has quit IRC
2752018-08-15T22:46:22  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2762018-08-15T23:07:29  *** LeMiner has quit IRC
2772018-08-15T23:07:34  *** Victorsueca has quit IRC
2782018-08-15T23:08:44  *** Victorsueca has joined #bitcoin-core-dev
2792018-08-15T23:08:47  *** justan0theruser has joined #bitcoin-core-dev
2802018-08-15T23:11:20  *** promag has quit IRC
2812018-08-15T23:11:53  *** promag has joined #bitcoin-core-dev
2822018-08-15T23:13:59  *** LeMiner has joined #bitcoin-core-dev
2832018-08-15T23:16:18  *** promag has quit IRC
2842018-08-15T23:49:54  *** Krellan has quit IRC
2852018-08-15T23:50:34  *** Krellan has joined #bitcoin-core-dev