--- Day changed Fri Mar 31 2017 00:05 -!- talmai [~T@neo-y111.ehv.campus.philips.com] has quit [Quit: mining] 00:14 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 00:20 -!- CubicEarthh [~cubiceart@c-50-159-126-21.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 00:29 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/edc62c959ab3...8e4f7e72410d 00:29 < bitcoin-git> bitcoin/master c0651cc Kyle Honeycutt: Update bitcoin.conf with example for pruning... 00:29 < bitcoin-git> bitcoin/master 8e4f7e7 MarcoFalke: Merge #10090: Update bitcoin.conf with example for pruning... 00:29 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #10090: Update bitcoin.conf with example for pruning (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10090 00:55 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 00:55 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 00:56 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 00:56 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 01:08 -!- goksinen [~goksinen@2604:2000:c591:8400:20b9:7eca:5b68:2f06] has joined #bitcoin-core-dev 01:09 -!- goksinen [~goksinen@2604:2000:c591:8400:20b9:7eca:5b68:2f06] has quit [Remote host closed the connection] 01:11 -!- goksinen [~goksinen@2604:2000:c591:8400:3993:6de7:4327:55d3] has joined #bitcoin-core-dev 01:11 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has joined #bitcoin-core-dev 01:12 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Read error: Connection reset by peer] 01:13 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 01:22 < bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/8e4f7e72410d...de301b048810 01:22 < bitcoin-git> bitcoin/master eb66bf9 Awemany: bitcoin-tx: Fix missing range check... 01:22 < bitcoin-git> bitcoin/master 21704f6 John Newbery: Check stderr when testing bitcoin-tx 01:22 < bitcoin-git> bitcoin/master 19ecd1e John Newbery: Add tests for bitcoin-tx input checking 01:22 < bitcoin-git> [bitcoin] laanwj closed pull request #10130: bitcoin-tx input verification (awemany, jnewbery) (master...bitcoin_tx_input_sanitiser) https://github.com/bitcoin/bitcoin/pull/10130 01:26 -!- kinlo [~peter@unaffiliated/kinlo] has quit [Quit: !] 01:27 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has quit [Quit: mining] 01:30 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has joined #bitcoin-core-dev 01:31 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has quit [Client Quit] 01:39 -!- kinlo [~peter@unaffiliated/kinlo] has joined #bitcoin-core-dev 01:43 -!- vicenteH [~user@195.235.96.150] has joined #bitcoin-core-dev 01:50 -!- goksinen [~goksinen@2604:2000:c591:8400:3993:6de7:4327:55d3] has quit [Remote host closed the connection] 01:53 -!- vicenteH [~user@195.235.96.150] has quit [Read error: Connection reset by peer] 01:53 -!- vicenteH [~user@195.235.96.150] has joined #bitcoin-core-dev 02:11 -!- n1ce [~n1ce@unaffiliated/n1ce] has joined #bitcoin-core-dev 02:14 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:18 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 240 seconds] 02:30 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has joined #bitcoin-core-dev 02:31 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/de301b048810...ba12b3a84469 02:31 < bitcoin-git> bitcoin/master 625488a Wladimir J. van der Laan: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc... 02:31 < bitcoin-git> bitcoin/master ba12b3a Wladimir J. van der Laan: Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc... 02:31 < bitcoin-git> [bitcoin] laanwj closed pull request #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (master...2017_03_address_space_exhaustion_workaround) https://github.com/bitcoin/bitcoin/pull/10120 02:33 < sipa> wumpus: have we ever done benchmarks for the performamce impact of having only 1 (or 2) arenas? 02:34 < wumpus> sipa: afaik, no. I've only done that on systems that would crash otherwise 02:34 < wumpus> so no way to compare :) 02:34 < sipa> infinite speedup, on those systems! 02:35 < wumpus> exactly! 02:35 < gmaxwell> for 32bit I don't think we really have a choice, in any case. 02:35 < wumpus> yes. the question is do we also want to customize arenas on 64-bit 02:37 < gmaxwell> sipa pointed out today that we really need to test that with network syncs since a chainstate reindex isn't really multithreaded in terms of malloc activity. 02:37 < wumpus> though I don't think so, I think on the longer run we should address leveldb's mismanagement of memory instead, as it's the largest reason we can't get along with many arenas 02:37 < gmaxwell> Also I made the observation that the mempool on disk likely increased our memory usage in the presence of multiple areans, because instead of only having two threads with substantial allocations it resulted in three. 02:38 < wumpus> yes 02:38 < gmaxwell> earlier I proposed a new database durability strategy to pieter that, if it works, will let us radically reduce peak memory usage. 02:39 < wumpus> and yes it may very well be that arenas doesn't help at all for our use case, but yes, profiling would make sense 02:39 < gmaxwell> (by elimiating large batch writes) 02:40 < wumpus> the glibc allocator also has some other 'tunables' that may have an effect on performance 02:40 < wumpus> gmaxwell: ok great! 02:53 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has quit [Quit: mining] 02:53 -!- xiangfu [~xiangfu@223.223.187.142] has quit [Ping timeout: 264 seconds] 02:54 -!- xiangfu [~xiangfu@223.223.187.142] has joined #bitcoin-core-dev 03:04 < bitcoin-git> [bitcoin] laanwj pushed 4 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/b768202695a0...e4c9a90fe9aa 03:04 < bitcoin-git> bitcoin/0.14 04c21af Awemany: bitcoin-tx: Fix missing range check... 03:04 < bitcoin-git> bitcoin/0.14 ecc5232 John Newbery: Check stderr when testing bitcoin-tx... 03:04 < bitcoin-git> bitcoin/0.14 f59e3df John Newbery: Add tests for bitcoin-tx input checking... 03:05 -!- riemann [~riemann@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 03:06 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ba12b3a84469...9ab26bf7e428 03:06 < bitcoin-git> bitcoin/master 7228ce8 Pieter Wuille: Compensate for memory peak at flush time 03:06 < bitcoin-git> bitcoin/master 9ab26bf Wladimir J. van der Laan: Merge #10126: Compensate for memory peak at flush time... 03:06 < bitcoin-git> [bitcoin] laanwj closed pull request #10126: Compensate for memory peak at flush time (master...peak_compensation) https://github.com/bitcoin/bitcoin/pull/10126 03:07 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:07 < bitcoin-git> [bitcoin] laanwj closed pull request #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on large mempools (0.14...2017-03-backport-cnb-optimizations) https://github.com/bitcoin/bitcoin/pull/10127 03:08 < bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/0b5e162b84ec95cb63903dd21e4003a3d4503421 03:08 < bitcoin-git> bitcoin/0.14 0b5e162 Pieter Wuille: Compensate for memory peak at flush time... 03:12 < wumpus> last call for 0.14.1 03:20 -!- nemgun [~nemgun@105.101.138.175] has joined #bitcoin-core-dev 03:50 -!- CubicEarthh [~cubiceart@c-50-159-126-21.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 03:54 -!- harrymm [~wayne@104.237.91.22] has quit [Quit: Leaving.] 03:58 < bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9ab26bf7e428...4aa07fa73569 03:58 < bitcoin-git> bitcoin/master e6dcfee Wladimir J. van der Laan: refactor: Move GetDifficulty out of `rpc/server.h`... 03:58 < bitcoin-git> bitcoin/master 8d8f28d Wladimir J. van der Laan: refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 03:58 < bitcoin-git> bitcoin/master f885b67 Wladimir J. van der Laan: refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 03:58 < bitcoin-git> [bitcoin] laanwj closed pull request #10095: refactor: Move GetDifficulty out of `rpc/server.h` (master...2017_03_getdifficulty_header) https://github.com/bitcoin/bitcoin/pull/10095 04:04 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:05 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 04:08 -!- harrymm [~wayne@104.237.91.233] has joined #bitcoin-core-dev 04:15 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 04:18 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 260 seconds] 04:21 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has joined #bitcoin-core-dev 04:23 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 04:26 < wumpus> will tag 0.14.1rc1 in a bit 04:38 -!- nemgun [~nemgun@105.101.138.175] has quit [Quit: Leaving] 04:39 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 04:40 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 04:52 -!- talmai [~T@neo-y108.ehv.campus.philips.com] has quit [Ping timeout: 260 seconds] 04:56 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has quit [Quit: Whatever] 05:11 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has joined #bitcoin-core-dev 05:13 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has quit [Client Quit] 05:18 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has joined #bitcoin-core-dev 05:27 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 05:28 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 05:30 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 05:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 05:43 -!- Giszmo [~leo@pc-240-13-215-201.cm.vtr.net] has joined #bitcoin-core-dev 05:49 < wumpus> never mind, won't tag 0.14.1rc1 today 05:57 < Victorsueca> wumpus: a wild bug appeared? 06:03 < wumpus> no 06:04 < wumpus> apparently #10126 reduces the dbache too much 06:04 < gribble> https://github.com/bitcoin/bitcoin/issues/10126 | Compensate for memory peak at flush time by sipa · Pull Request #10126 · bitcoin/bitcoin · GitHub 06:05 < wumpus> not really a bug, I guess, but also not desirable for a release 06:08 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:12 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 06:17 -!- emucode [~emu@162.251.81.139] has joined #bitcoin-core-dev 06:24 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has joined #bitcoin-core-dev 06:25 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:13 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 07:33 < bitcoin-git> [bitcoin] morcos opened pull request #10133: Clean up calculations of pcoinsTip memory usage (master...cachememory) https://github.com/bitcoin/bitcoin/pull/10133 07:34 < morcos> wumpus: ok take a look at that. This would be my recommendation, but I broke it up into commits so we can talk about what makes sense for 0.14.1 and what doesn't.... 07:35 -!- n1ce [~n1ce@unaffiliated/n1ce] has quit [Quit: bbl] 07:35 < morcos> I care primarily about the first commit 08:15 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 08:15 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has quit [Read error: Connection reset by peer] 08:15 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 08:20 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 08:38 -!- BashCo_ [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 08:41 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 08:46 -!- abpa [~abpa@96-82-80-25-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:51 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 08:57 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 09:16 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Read error: Connection reset by peer] 09:16 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 09:41 -!- CubicEarthh [~cubiceart@2002:329f:7e15:0:2085:be31:2651:5bf] has joined #bitcoin-core-dev 09:54 -!- riemann [~riemann@84-10-11-234.static.chello.pl] has quit [Quit: Leaving] 09:56 -!- fao [~fao@106.120.101.38] has quit [Ping timeout: 240 seconds] 09:56 -!- fao [~fao@106.120.101.38] has joined #bitcoin-core-dev 10:02 < morcos> sipa: i was trying to reason about whether we need the 2x factor in the rollback test 10:02 < morcos> i went back and forth. 10:02 < morcos> is it true that non-dirty entries in the pcoinstip aren't subject to a 2x usage on flush? 10:02 -!- nabu [~jm@46.166.137.244] has quit [Quit: Konversation terminated!] 10:02 < morcos> if so then i guess i agree... 10:02 < sipa> morcos: right 10:03 < morcos> but certainly if pcoinstip grows which it will in the rollback, and then it will be flushed later... 10:03 < sipa> are you sure? i thought we changed that test to not use the main cache 10:03 < morcos> pcoinstip will grow, but will only grow with non-dirty entries 10:05 < morcos> for instance if your tip is block 100, you flushed after block 99 and you are rolling back block 99, won't pcoinstip get the outputs created in block 99 pulled into it 10:05 < morcos> which will be marked dirty in coins, but never flushed to pcoinstip 10:07 < sipa> morcos: pcoinstip is not involved in the rollback test at all 10:07 < sipa> it uses a private cache on top of pcoinsdb 10:08 < morcos> oh... i missed that 10:08 < sipa> if (!CVerifyDB().VerifyDB(chainparams, pcoinsdbview, GetArg("-checklevel", DEFAULT_CHECKLEVEL), 10:08 < morcos> i assumed coins was built on top of pcoinstip 10:08 < sipa> it used to be, but it caused a memory blowup that quickly caused a flush afterwards anyway 10:09 < morcos> ok, then i agree completely unnecessary there... will remove 10:10 < morcos> while we're at it.. are you ok with the other changes.. i might as well get it to mergeable state.. i agree this is all relatively minor 10:14 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 10:21 < morcos> ugh.. wait on #10133.. 10:21 < gribble> https://github.com/bitcoin/bitcoin/issues/10133 | Clean up calculations of pcoinsTip memory usage by morcos · Pull Request #10133 · bitcoin/bitcoin · GitHub 10:22 < morcos> oh nm, maybe its fine.. i was just confusing myself with whether the 90% is still the right number, but you are comparing the doubled calculation with the 90% number, so it is fine 10:23 -!- nemgun [~nemgun@105.99.1.149] has joined #bitcoin-core-dev 10:26 -!- Sosumi [~Leon@bl10-113-190.dsl.telepac.pt] has joined #bitcoin-core-dev 10:26 -!- nemgun [~nemgun@105.99.1.149] has quit [Client Quit] 10:26 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 258 seconds] 10:27 < bitcoin-git> [bitcoin] sdaftuar opened 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 10:32 -!- CubicEarthh [~cubiceart@2002:329f:7e15:0:2085:be31:2651:5bf] has quit [Remote host closed the connection] 10:37 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 11:12 -!- vicenteH [~user@195.235.96.150] has quit [Ping timeout: 260 seconds] 11:12 -!- felco [~felco@unaffiliated/felco] has joined #bitcoin-core-dev 11:17 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:20 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has quit [Quit: Whatever] 11:20 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has joined #bitcoin-core-dev 11:23 < bitcoin-git> [bitcoin] jnewbery opened pull request #10135: Send the correct error code in reject messages (master...correctrejectmessages) https://github.com/bitcoin/bitcoin/pull/10135 12:06 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: This computer has gone to sleep] 12:06 -!- paveljanik [~paveljani@79.98.72.176] has joined #bitcoin-core-dev 12:06 -!- paveljanik [~paveljani@79.98.72.176] has quit [Changing host] 12:06 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 12:06 -!- rcd [~rcd@unaffiliated/rcd] has quit [Quit: ...] 12:10 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 12:14 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 12:16 -!- dermoth [~thomas@dsl-216-221-35-46.mtl.aei.ca] has quit [Ping timeout: 260 seconds] 12:16 -!- dermoth [~thomas@dsl-66-36-145-24.mtl.aei.ca] has joined #bitcoin-core-dev 13:32 -!- Sosumi [~Leon@bl10-113-190.dsl.telepac.pt] has quit [Quit: Bye] 13:48 < bitcoin-git> [bitcoin] jnewbery closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123 14:20 -!- cryptapus_afk is now known as cryptapus 14:22 -!- CubicEarthh [~cubiceart@2002:329f:7e15:0:692d:c14a:bb10:cd25] has joined #bitcoin-core-dev 14:35 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 240 seconds] 14:35 -!- wasi [~wasi@gateway/tor-sasl/wasi] has quit [Ping timeout: 240 seconds] 14:36 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 14:36 -!- wasi [~wasi@gateway/tor-sasl/wasi] has joined #bitcoin-core-dev 14:39 -!- cryptapus is now known as cryptapus_afk 14:59 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 15:08 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 15:09 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 15:27 -!- magicwund [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Ping timeout: 240 seconds] 15:36 -!- str4d [~str4d@27.110.123.92] has joined #bitcoin-core-dev 16:24 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 16:56 -!- abpa [~abpa@96-82-80-25-static.hfc.comcastbusiness.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:13 -!- magicwund [~goksinen@ool-45730b47.dyn.optonline.net] has joined #bitcoin-core-dev 17:17 -!- magicwund [~goksinen@ool-45730b47.dyn.optonline.net] has quit [Read error: Connection reset by peer] 17:18 -!- magicwund [~goksinen@ool-45730b47.dyn.optonline.net] has joined #bitcoin-core-dev 17:24 -!- alpalp [~alpalp@2605:6000:f4cb:b700:ace3:8002:bf67:26bb] has joined #bitcoin-core-dev 17:24 -!- alpalp [~alpalp@2605:6000:f4cb:b700:ace3:8002:bf67:26bb] has quit [Changing host] 17:24 -!- alpalp [~alpalp@unaffiliated/alpalp] has joined #bitcoin-core-dev 17:31 -!- JackH [~laptop@79-73-184-8.dynamic.dsl.as9105.com] has quit [Ping timeout: 260 seconds] 17:34 -!- magicwund [~goksinen@ool-45730b47.dyn.optonline.net] has quit [Remote host closed the connection] 17:50 -!- shesek [~shesek@bzq-84-110-235-123.red.bezeqint.net] has quit [Ping timeout: 268 seconds] 17:51 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 17:52 -!- abpa [~abpa@2602:306:b837:dbf0:3dbd:85fd:849b:2012] has joined #bitcoin-core-dev 17:52 -!- abpa [~abpa@2602:306:b837:dbf0:3dbd:85fd:849b:2012] has quit [Client Quit] 17:59 -!- molz_ [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 18:04 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-dmmzseemhnqlpfzq] has quit [Quit: Connection closed for inactivity] 18:35 -!- shesek [~shesek@bzq-84-110-235-123.cablep.bezeqint.net] has joined #bitcoin-core-dev 18:37 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has joined #bitcoin-core-dev 18:53 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has quit [Quit: Leaving] 18:58 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has joined #bitcoin-core-dev 18:58 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has quit [Client Quit] 18:58 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has joined #bitcoin-core-dev 19:32 -!- alpalp [~alpalp@unaffiliated/alpalp] has quit [Ping timeout: 246 seconds] 19:36 -!- fremenWalking [~fremenWal@c-73-171-2-81.hsd1.va.comcast.net] has quit [Ping timeout: 264 seconds] 19:55 -!- ryan-c [~ryan@znc.rya.nc] has quit [Quit: quitting] 20:26 -!- fao [~fao@106.120.101.38] has quit [Ping timeout: 240 seconds] 20:27 -!- fao [~fao@106.120.101.38] has joined #bitcoin-core-dev 21:01 -!- dermoth [~thomas@dsl-66-36-145-24.mtl.aei.ca] has quit [Read error: Connection reset by peer] 21:01 -!- dermoth [~thomas@dsl-66-36-145-24.mtl.aei.ca] has joined #bitcoin-core-dev 21:30 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 21:54 -!- nanotube [~nanotube@unaffiliated/nanotube] has quit [Ping timeout: 258 seconds] 22:04 -!- wasi [~wasi@gateway/tor-sasl/wasi] has quit [Ping timeout: 240 seconds] 22:05 -!- wasi [~wasi@gateway/tor-sasl/wasi] has joined #bitcoin-core-dev 22:06 -!- nanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-core-dev 22:17 -!- cryptapus_afk is now known as cryptapus 22:18 -!- cryptapus is now known as cryptapus_afk 22:47 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 264 seconds] 23:00 -!- dermoth [~thomas@dsl-66-36-145-24.mtl.aei.ca] has quit [Read error: Connection reset by peer] 23:00 -!- dermoth [~thomas@dsl-66-36-145-24.mtl.aei.ca] has joined #bitcoin-core-dev 23:26 -!- harrymm [~wayne@104.237.91.233] has quit [Ping timeout: 260 seconds] 23:43 -!- harrymm [~wayne@104.237.91.30] has joined #bitcoin-core-dev 23:44 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 258 seconds]