--- Day changed Mon Jul 02 2018 00:03 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 00:06 < bitcoin-git> [bitcoin] kallewoof opened pull request #13586: refactor: add benchmarks and speed up bech32 encoder (master...bech32-encode-char) https://github.com/bitcoin/bitcoin/pull/13586 00:07 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 00:11 -!- rockhouse [~rockhouse@ipc-hosting.de] has quit [Changing host] 00:11 -!- rockhouse [~rockhouse@unaffiliated/rockhouse] has joined #bitcoin-core-dev 00:12 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 265 seconds] 00:26 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 00:30 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 264 seconds] 00:34 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 00:35 < kallewoof> Are we strict on variable length array used [-Werror,-Wvla] ? Doing malloc/free drops the speed quite a lot :-/ 00:39 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 276 seconds] 00:43 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 00:43 -!- timothy [~tredaelli@redhat/timothy] has quit [Client Quit] 00:44 < sipa> kallewoof: MSVC doesn't support vla 00:45 < sipa> kallewoof: however, bech32 strings are limited to 90 characters :) 00:47 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 00:48 < kallewoof> OH 00:48 < kallewoof> Thanks! 00:49 < sipa> also, is there any place where the performance of bech32 encoding matters? :) 00:50 < kallewoof> Maybe :) 00:51 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 264 seconds] 00:51 < kallewoof> If someone were to, say, make a vanity address generator for bech32. 00:51 < sipa> haha 00:52 < sipa> i have secp256k1 code for grinding keys somewhere 00:52 < kallewoof> Ohh, can I see it? 00:53 < sipa> it's an open PR against the repo 00:54 < sipa> https://github.com/bitcoin-core/secp256k1/pull/507 00:54 < kallewoof> Found it! Thanks 00:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:02 < kallewoof> Hm. I didn't realize secp256k1 master and bitcoin secp256k1 were as different as they are. 01:03 -!- shesek [~shesek@bzq-84-110-232-84.cablep.bezeqint.net] has joined #bitcoin-core-dev 01:03 -!- shesek [~shesek@bzq-84-110-232-84.cablep.bezeqint.net] has quit [Changing host] 01:03 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:03 < sipa> they're not so different i think? 01:04 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 01:04 < sipa> API should be the same 01:04 < kallewoof> Well, applying your PR to the bitcoin one is not trivial, that's for sure. E.g. ecmult_impl.h is 407 lines on bitcoin and 1011 lines on bitcoin-core/secp256k1 01:04 < kallewoof> (1011 lines on your PR, actually, but yeah, it only adds 1 line) 01:05 < kallewoof> I could just use secp256k1 master. Esp if API is the same. 01:08 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 245 seconds] 01:10 < sipa> just copy over the whole secp256 code 01:11 * kallewoof nods 01:13 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 255 seconds] 01:22 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 01:27 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 276 seconds] 01:38 < bitcoin-git> [bitcoin] Empact closed pull request #13267: refactoring: Clean up GetWitnessCommitmentIndex (master...witness-committment-index) https://github.com/bitcoin/bitcoin/pull/13267 01:49 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Ping timeout: 240 seconds] 01:49 -!- vicenteH [~user@195.235.96.150] has joined #bitcoin-core-dev 01:59 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 02:00 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 02:04 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 245 seconds] 02:06 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 02:09 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:10 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 02:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:18 -!- promag_ [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 02:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:34 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 02:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:42 * kallewoof wonders why secp256k1 refuses to #include for an hour+ then realizes it is including /usr/local/include/secp256k1.h ... 02:42 < kallewoof> I have no idea why I even have a secp256k1.h there in the first place. 02:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:45 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:48 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 02:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:50 < bitcoin-git> [bitcoin] lijhui opened pull request #13587: test (master...master) https://github.com/bitcoin/bitcoin/pull/13587 02:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:51 < bitcoin-git> [bitcoin] fanquake closed pull request #13587: test (master...master) https://github.com/bitcoin/bitcoin/pull/13587 02:52 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 264 seconds] 02:53 -!- vicenteH [~user@195.235.96.150] has quit [Read error: Connection reset by peer] 02:53 -!- vicenteH [~user@195.235.96.150] has joined #bitcoin-core-dev 02:55 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #bitcoin-core-dev 02:55 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 02:55 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #bitcoin-core-dev 02:56 -!- goatpig [56f7fde6@gateway/web/freenode/ip.86.247.253.230] has joined #bitcoin-core-dev 02:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 02:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 02:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:01 -!- rex4539 [~textual@2002:5363:c54e:10:65e6:b8d9:73a5:7aca] has quit [Ping timeout: 240 seconds] 03:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:05 < kallewoof> sipa: That function is insanely fast. I have to double check but many times faster than just making them one at a time. (I used 1024 as count... should probably experiment with other values) 03:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:27 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 03:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 03:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:40 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 03:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:44 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 03:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:52 -!- lnostdal [~lnostdal@109.160.62.107] has joined #bitcoin-core-dev 03:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 03:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 03:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:12 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 04:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:16 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 04:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:27 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 04:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:36 -!- ilyam [~ilyam@pool-108-46-142-209.nycmny.fios.verizon.net] has quit [Ping timeout: 276 seconds] 04:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:51 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 264 seconds] 04:51 -!- promag_ [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 04:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 04:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 04:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:03 -!- shesek [~shesek@bzq-84-110-235-213.cablep.bezeqint.net] has joined #bitcoin-core-dev 05:03 -!- shesek [~shesek@bzq-84-110-235-213.cablep.bezeqint.net] has quit [Changing host] 05:03 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:07 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 05:07 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 05:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:17 -!- zarkov [~zarkov@c-dda071d5.02-30-73746f43.cust.ownit.se] has joined #bitcoin-core-dev 05:17 -!- laurentmt [~Thunderbi@195.181.167.149] has joined #bitcoin-core-dev 05:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:20 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 05:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:21 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 05:21 -!- laurentmt [~Thunderbi@195.181.167.149] has quit [Client Quit] 05:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:41 -!- fatecheck [~fatecheck@148.252.128.156] has joined #bitcoin-core-dev 05:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:45 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:45 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:47 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:52 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:53 -!- fatecheck [~fatecheck@148.252.128.156] has quit [Quit: Leaving] 05:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 05:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 05:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:01 -!- quer_ [~quer@unaffiliated/quer] has quit [] 06:01 < sturles> arowser: Please fix your connection. 06:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:07 -!- promag_ [~promag@62.28.242.62] has joined #bitcoin-core-dev 06:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:20 -!- Tralfaz [~none@103.254.153.99] has joined #bitcoin-core-dev 06:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:42 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:49 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.0] 06:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:52 -!- lnostdal [~lnostdal@109.160.62.107] has quit [Ping timeout: 260 seconds] 06:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 06:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 06:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:51 -!- HoMM [~homm@unaffiliated/homm] has joined #bitcoin-core-dev 07:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 07:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 07:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:03 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #bitcoin-core-dev 08:05 -!- grafcaps [~haroldbr@104.137.194.255] has joined #bitcoin-core-dev 08:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:07 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:09 -!- schnerchi123 [~schnerchi@p5DCB4E23.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 08:10 -!- m8tion [~Agence@abo-134-110-68.mrs.modulonet.fr] has joined #bitcoin-core-dev 08:11 -!- schnerch_ [~schnerchi@p5DCB4E23.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 08:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:19 -!- promag_ [~promag@62.28.242.62] has quit [Remote host closed the connection] 08:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:29 -!- jbaczuk [180b20c1@gateway/web/freenode/ip.24.11.32.193] has joined #bitcoin-core-dev 08:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:38 < jbaczuk> Are the release branches on github supposed to build (tag v0.16.1) seems to fail build 08:38 < echeveria> they do build. 08:39 < jbaczuk> should make -s -j4 work then? 08:40 < jbaczuk> i must be doing something wrong... 08:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:46 < echeveria> jbaczuk: if you take this to #bitcoin and post some make ouput I can give you some help. 08:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 08:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 08:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:04 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:04 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:05 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 09:05 < jbaczuk> escheveria: It builds it was something wrong with my sync script syncing to my build VM, thanks 09:05 -!- victorSN [~victorSN@ipc-hosting.de] has quit [Changing host] 09:05 -!- victorSN [~victorSN@unaffiliated/victorsn] has joined #bitcoin-core-dev 09:06 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 09:06 -!- crc32 [~crc@2605:6000:6dc2:3c00::2] has joined #bitcoin-core-dev 09:07 < crc32> by bitcoind process just started shutting down after getting this from debug.log 09:07 < crc32> 2018-07-02 15:28:12 AcceptToMemoryPool: peer=521: accepted bcf14065816d05f2befce7540ee7988d305557c73124249624c06dd15d399026 (poolsz 8194 txn, 26947 kB) 09:07 < crc32> 2018-07-02 15:28:12 Interrupting HTTP server 09:07 < crc32> 2018-07-02 15:28:12 libevent: event_del: 0x55ac0281c5a8 (fd 9), callback 0x7f866a90b8a0 09:07 < crc32> 2018-07-02 15:28:12 libevent: Epoll DEL(1) on fd 9 okay. Old events were 2; read change was 2 (del); write change was 0 (none); close change was 0 (none) 09:08 < crc32> after which all these threads started shutting down. but in the end the bitcoind process was stuck in a futexwait and never terminated. 09:09 < crc32> I'm running Bitcoin Core Daemon version v0.16.1.0-gdac5d68fc6cf 09:09 -!- laurentmt [~Thunderbi@195.181.167.149] has joined #bitcoin-core-dev 09:09 < gmaxwell> crc32: what is in your log above the AcceptToMemoryPool? The log explaining the shutdown can be (and often is) higher than the last uninteresting line. 09:09 < gmaxwell> use 0bin or another pastebin. 09:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:10 < crc32> https://pastebin.com/Z6Ms1M9U 09:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:11 < gmaxwell> Can you go back to 15:27? 09:11 < crc32> it was just accepting transactions to the memorypool then poof. I see libevent which I don't recognize. 09:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:13 < crc32> https://pastebin.com/dCmnb3jQ 09:13 < crc32> 15:27 09:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:22 -!- crc32 [~crc@2605:6000:6dc2:3c00::2] has quit [Remote host closed the connection] 09:23 < gmaxwell> Hm. the only remotely interesting thing I see is that your connections are full. 09:23 < gmaxwell> 2018-07-02 15:27:25 failed to find an eviction candidate - connection dropped (f 09:23 < gmaxwell> ull) 09:23 < gmaxwell> 2018-07-02 15:27:34 failed to find an eviction candidate - connection dropped (f 09:23 < gmaxwell> ull) 09:24 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Excess Flood] 09:25 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #bitcoin-core-dev 09:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:28 -!- Randolf [~randolf@96.53.47.38] has quit [Quit: Leaving] 09:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:45 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:47 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:52 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 09:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 09:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:04 -!- m8tion [~Agence@abo-134-110-68.mrs.modulonet.fr] has quit [Read error: Connection reset by peer] 10:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:11 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has quit [Quit: Leaving.] 10:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:14 -!- lnostdal [~lnostdal@109.160.62.107] has joined #bitcoin-core-dev 10:14 < bitcoin-git> [bitcoin] wodry opened pull request #13588: Docs: Improve doc of options addnode, connect, seednode (master...improve-documentation-connect-addnode-seednode) https://github.com/bitcoin/bitcoin/pull/13588 10:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 10:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:37 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 10:38 -!- polydin [~delphi@2602:306:b8b6:b970:c832:dee5:e0dc:a2] has joined #bitcoin-core-dev 10:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:39 -!- vicenteH [~user@195.235.96.150] has quit [Ping timeout: 240 seconds] 10:39 < sipa> wumpus: i've swapped out #13062 for #13491 on the high priority list, as i have more things blocked by the latter 10:39 < gribble> https://github.com/bitcoin/bitcoin/issues/13491 | Improve handling of INVALID in IsMine by sipa · Pull Request #13491 · bitcoin/bitcoin · GitHub 10:39 < gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub 10:40 -!- unholymachine [~quassel@2601:8c:c003:9f16:459c:52f7:90d5:22a9] has joined #bitcoin-core-dev 10:41 < bitcoin-git> [bitcoin] Empact closed pull request #13584: Audit string.h inclusion (master...cstring) https://github.com/bitcoin/bitcoin/pull/13584 10:41 < bitcoin-git> [bitcoin] Empact closed pull request #13583: Audit stdlib inclusion (master...stdlib) https://github.com/bitcoin/bitcoin/pull/13583 10:42 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:43 -!- promag_ [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 10:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 10:58 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 10:58 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has quit [Client Quit] 10:59 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 11:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:02 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:08 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 11:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 11:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:12 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Quit: ZNC 1.6.3+deb1+xenial0 - http://znc.in] 11:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:26 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 11:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:29 -!- ilyam [~ilyam@199.253.243.22] has joined #bitcoin-core-dev 11:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:31 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:41 < CubicEarths> arowser: Your are having connection issues... 11:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:44 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 256 seconds] 11:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:47 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 11:48 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-core-dev 11:49 -!- promag_ [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 11:50 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 264 seconds] 11:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:52 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:54 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 11:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 11:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 11:58 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:02 -!- ilyam [~ilyam@199.253.243.22] has quit [Remote host closed the connection] 12:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:13 -!- bitconner [~conner@64-71-8-130.static.wiline.com] has joined #bitcoin-core-dev 12:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:24 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 12:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:27 -!- ilyam [~ilyam@199.253.243.22] has joined #bitcoin-core-dev 12:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:30 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:30 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has joined #bitcoin-core-dev 12:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:36 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 240 seconds] 12:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:40 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 12:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:43 -!- laurentmt [~Thunderbi@195.181.167.149] has quit [Quit: laurentmt] 12:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 12:56 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 12:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 12:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:01 -!- ilyam [~ilyam@199.253.243.22] has quit [Remote host closed the connection] 13:02 -!- ilyam [~ilyam@199.253.243.22] has joined #bitcoin-core-dev 13:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:06 -!- ilyam [~ilyam@199.253.243.22] has quit [Ping timeout: 240 seconds] 13:07 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 13:08 < bitcoin-git> [bitcoin] satwo opened pull request #13589: Fix command line help for -printtoconsole and -debuglogfile (master...master) https://github.com/bitcoin/bitcoin/pull/13589 13:08 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 13:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:17 -!- satwo [~textual@2602:306:378a:6fb0:48b:96b7:946e:150c] has joined #bitcoin-core-dev 13:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:26 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:37 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 13:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 13:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 13:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:02 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 14:03 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 14:04 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 14:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:10 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 14:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:12 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:13 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 14:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:22 -!- ilyam [~ilyam@199.253.244.22] has joined #bitcoin-core-dev 14:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:30 -!- ilyam [~ilyam@199.253.244.22] has quit [Remote host closed the connection] 14:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:37 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 14:37 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 14:38 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 245 seconds] 14:38 -!- goatpig [56f7fde6@gateway/web/freenode/ip.86.247.253.230] has quit [Ping timeout: 260 seconds] 14:39 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 14:39 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 14:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:45 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:49 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 14:50 -!- zautomata2 [~zautomata@41.232.211.127] has quit [Quit: WeeChat 1.9.1] 14:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:52 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:55 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 14:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 14:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 14:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:00 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 15:01 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Read error: Connection reset by peer] 15:01 -!- Murchone [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 15:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:07 -!- jbaczuk [180b20c1@gateway/web/freenode/ip.24.11.32.193] has quit [Ping timeout: 260 seconds] 15:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:11 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:17 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 256 seconds] 15:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:26 -!- Murchone [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 15:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:29 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 15:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:35 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:36 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 15:36 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 240 seconds] 15:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:40 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 15:40 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:42 -!- Kvaciral [~Kvaciral@5ED6B9A2.cm-7-7c.dynamic.ziggo.nl] has quit [Ping timeout: 256 seconds] 15:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 245 seconds] 15:42 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 15:43 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:44 -!- lukedashjr is now known as luke-jr 15:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:47 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 15:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 15:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 15:58 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 16:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:03 -!- grafcaps [~haroldbr@50-255-209-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 16:04 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 16:04 -!- jbaczuk [ae176516@gateway/web/freenode/ip.174.23.101.22] has joined #bitcoin-core-dev 16:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:07 -!- Tralfaz [~none@103.254.153.99] has quit [Ping timeout: 256 seconds] 16:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:10 -!- Tralfaz [~none@c-73-221-225-225.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 16:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:11 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:14 -!- Tralfaz [~none@c-73-221-225-225.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 16:14 -!- HFRadical [~none@c-73-221-225-225.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 16:16 -!- Empact [~textual@pool-96-239-116-24.nycmny.fios.verizon.net] has quit [Ping timeout: 265 seconds] 16:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:18 -!- grafcaps [~haroldbr@50-255-209-133-static.hfc.comcastbusiness.net] has quit [Ping timeout: 248 seconds] 16:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:21 -!- HFRadical [~none@c-73-221-225-225.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 16:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:24 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 16:25 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Remote host closed the connection] 16:25 -!- jbaczuk [ae176516@gateway/web/freenode/ip.174.23.101.22] has quit [Quit: Page closed] 16:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 16:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:28 -!- lukedashjr is now known as luke-jr 16:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:37 -!- promag_ [~promag@2001:8a0:6f01:3801:45d8:95e5:483d:ed91] has joined #bitcoin-core-dev 16:38 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 16:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:47 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 16:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:50 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 16:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:52 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 16:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 16:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:06 -!- satwo [~textual@2602:306:378a:6fb0:48b:96b7:946e:150c] has quit [Ping timeout: 240 seconds] 17:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:14 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 17:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:25 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 17:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:39 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 17:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:40 -!- promag_ [~promag@2001:8a0:6f01:3801:45d8:95e5:483d:ed91] has quit [Remote host closed the connection] 17:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:47 -!- sipsgreentea [43a3c1bc@gateway/web/freenode/ip.67.163.193.188] has joined #bitcoin-core-dev 17:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:51 -!- sipsgreentea [43a3c1bc@gateway/web/freenode/ip.67.163.193.188] has quit [Ping timeout: 260 seconds] 17:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:54 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 17:55 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has joined #bitcoin-core-dev 17:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:56 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 17:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 17:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 17:59 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 18:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:03 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 248 seconds] 18:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:06 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has joined #bitcoin-core-dev 18:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:09 -!- heise [3dd87a17@gateway/web/freenode/ip.61.216.122.23] has joined #bitcoin-core-dev 18:09 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 18:11 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 18:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:14 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:21 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:23 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:26 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 18:27 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has joined #bitcoin-core-dev 18:27 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 18:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:31 -!- promag_ [~promag@bl8-238-129.dsl.telepac.pt] has quit [Ping timeout: 245 seconds] 18:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:33 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 18:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:48 -!- heise [3dd87a17@gateway/web/freenode/ip.61.216.122.23] has quit [Quit: Page closed] 18:48 -!- promag_ [~promag@2001:8a0:6f01:3801:b436:b44e:3615:8580] has joined #bitcoin-core-dev 18:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:53 -!- promag_ [~promag@2001:8a0:6f01:3801:b436:b44e:3615:8580] has quit [Ping timeout: 240 seconds] 18:54 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 18:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 18:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:00 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #bitcoin-core-dev 19:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:01 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:02 -!- Randolf [~randolf@96.53.47.38] has joined #bitcoin-core-dev 19:03 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:04 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:10 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:11 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 19:12 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 256 seconds] 19:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:22 -!- bitconner [~conner@64-71-8-130.static.wiline.com] has quit [Ping timeout: 240 seconds] 19:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:32 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:34 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:36 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:43 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:45 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:45 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:47 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:51 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #bitcoin-core-dev 19:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:55 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:55 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:56 -!- bitconner [~conner@64-71-8-130.static.wiline.com] has joined #bitcoin-core-dev 19:57 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 19:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 19:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:01 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:04 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:04 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:06 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:10 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:11 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:12 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:15 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:17 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:17 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:19 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:19 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:21 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:37 -!- bitconner [~conner@64-71-8-130.static.wiline.com] has quit [Ping timeout: 264 seconds] 20:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:38 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 240 seconds] 20:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:42 -!- unholymachine [~quassel@2601:8c:c003:9f16:459c:52f7:90d5:22a9] has quit [Read error: Connection reset by peer] 20:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:52 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:54 -!- schnerch_ [~schnerchi@p5DCB51F4.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 20:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 20:57 -!- schnerchi123 [~schnerchi@p5DCB4E23.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 20:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 20:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:05 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:07 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:12 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:14 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:16 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:23 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:24 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Remote host closed the connection] 21:24 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 21:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:26 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:28 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:28 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:30 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:30 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:32 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:34 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:35 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:37 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:39 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:39 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:41 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:41 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:43 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:44 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Remote host closed the connection] 21:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:44 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 21:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:46 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:48 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:48 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:50 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:50 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:51 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Remote host closed the connection] 21:51 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 21:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:54 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 21:55 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 21:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:57 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 21:59 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 21:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:00 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 22:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:02 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:04 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:04 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:06 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:07 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:09 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:09 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:09 -!- promag_ [~promag@2001:8a0:6f01:3801:d47f:995b:4da2:ae06] has joined #bitcoin-core-dev 22:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:11 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:13 -!- promag_ [~promag@2001:8a0:6f01:3801:d47f:995b:4da2:ae06] has quit [Ping timeout: 260 seconds] 22:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:16 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Remote host closed the connection] 22:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:24 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:26 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:31 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:31 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:38 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:45 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:45 -!- Murch [~murch@c-73-202-31-100.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 22:47 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:49 -!- promag_ [~promag@2001:8a0:6f01:3801:6dc7:80b9:c90c:c940] has joined #bitcoin-core-dev 22:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:50 -!- dcousens [~dcousens@110.140.174.10] has joined #bitcoin-core-dev 22:51 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:51 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:53 -!- promag_ [~promag@2001:8a0:6f01:3801:6dc7:80b9:c90c:c940] has quit [Ping timeout: 255 seconds] 22:54 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 22:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 22:58 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:00 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:00 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:02 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:03 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:04 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:05 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:07 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 256 seconds] 23:08 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:08 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 23:11 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:11 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:13 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:13 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:13 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 23:15 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:16 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:18 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:18 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:20 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:20 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:22 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:22 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:24 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:25 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:27 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:27 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 23:27 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:28 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 23:29 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:29 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:31 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 23:32 -!- lnostdal [~lnostdal@109.160.62.107] has quit [Ping timeout: 256 seconds] 23:33 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:33 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:34 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #bitcoin-core-dev 23:35 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:36 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:37 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:38 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:38 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 245 seconds] 23:40 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:40 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:42 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:42 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:44 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:44 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:45 -!- rex4539 [~textual@2002:5363:c54e:10:1ccf:d728:bb67:d6a4] has joined #bitcoin-core-dev 23:46 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:47 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:49 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:49 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:51 -!- ctrlbreak [~ctrlbreak@142.162.42.47] has quit [Read error: Connection reset by peer] 23:51 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 23:51 -!- ctrlbreak [~ctrlbreak@142.162.42.47] has joined #bitcoin-core-dev 23:53 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:53 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:54 -!- Deadhand [~deadhand@kntaon1614w-lp140-02-70-51-86-166.dsl.bell.ca] has quit [Ping timeout: 268 seconds] 23:55 -!- Deadhand [~deadhand@kntaon1614w-lp140-02-70-51-86-166.dsl.bell.ca] has joined #bitcoin-core-dev 23:56 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:56 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev 23:58 -!- arowser [~arowser1@45.32.248.113] has quit [Remote host closed the connection] 23:59 -!- arowser [~arowser1@45.32.248.113] has joined #bitcoin-core-dev