--- Log opened Sat Nov 03 00:00:55 2018 00:01 -!- Krellan [~Krellan@76-218-55-184.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 00:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 00:30 < provoostenator> sipa thanks for the meeting ping. It's on my calendar now, but couldn't make it. ryanofsky: glad to hear "[found by?] sjors bugs" are a thing :-) 00:40 < provoostenator> gwillen: I'll take your offline signing GUI for a spin. A WIP PR seems a good way to get more feedback and make sure this work isn't forgotten if you suddenly decide to retire on a beach. 00:44 < provoostenator> I'm thinking of adding a RPC utility function "deriveaddress" which takes a descriptor and spits out an address. That way you don't need a watch-only wallet if all you need is to generate a fresh address. Can probably reuse code from scantxoutset. 00:53 -!- rhavar [uid237883@gateway/web/irccloud.com/x-jvwabjdxsldlsehy] has quit [Quit: Connection closed for inactivity] 01:05 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 01:06 < sipa> provoostenator: could be a utility too, in a separate binary 01:09 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 01:09 < provoostenator> Like #13926 for general purpose utilities? Or maybe for generating / verifying scripts and addresses? 01:09 < gribble> https://github.com/bitcoin/bitcoin/issues/13926 | [Tools] bitcoin-wallet - a tool for creating and managing wallets offline by jnewbery · Pull Request #13926 · bitcoin/bitcoin · GitHub 01:09 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 01:10 < sipa> provoostenator: i'm thinking there is probably enough that can be done with psbt and descriptors that can be put in a separate utility 01:10 < provoostenator> That said, a slightly more ambitious version of the above command - combined with an address index - could give you the next available address in a range. 01:10 * sipa hates address indexes 01:11 < sipa> anything that requires a full blockchain is imho not worth spending time on 01:11 < provoostenator> Tend to agree on address indexes being total overkill. It might be better to use a wallet at that point. 01:11 < sipa> yes. 01:11 < sipa> that's what they're for 01:11 < provoostenator> It's nice to have an ephemeral wallet though, which would need an address index. 01:12 < provoostenator> (or be slow) 01:12 < sipa> i don't see why; in general making a backup of a file isn't hard 01:12 < sipa> it's nice to know you can *recover* your money with a short string as an assurance; but there's not reason why that can't be slow 01:12 < provoostenator> Plausible deniability. Memorize 24 words, type them in plus a deriviation path. 01:13 < sipa> and give up your privacy to whoever is running the index service 01:13 < provoostenator> James Bond is not going to sit around for hours waiting for a rescan, but I agree it's probably fine in more normal cases :-) 01:13 < provoostenator> It would be your own node. 01:13 < provoostenator> Plausible deniability in this case means having a node, maybe with some coins, but not all your coins. 01:14 < sipa> i don't believe long term everyone having a fully indexed archival node is interesting or reasonable 01:14 < provoostenator> Right, it wouldn't be interesting for everyone, these indexes are optional for that reason. 01:14 < sipa> with bip157 it's also much less needed 01:15 < sipa> (it's still slow, but several times faster to rescan) 01:15 < sipa> and outsourcable 01:15 < provoostenator> BIP157 does make sense as a faster-enough alternative to an address index for the above use case. 01:17 < sipa> it's not quite the same, but as i said, i think "short phrase to access your coins" isn't a reasonable normal use case if you care about privacy and resource costs 01:17 < provoostenator> But back to the seperate utility. I imagine there's often things that need wallet and or blockchain context. But since code can be reused between binaries, that doesn't have to be a show stopper. 01:17 < sipa> sure it'd be built from the same source code 01:18 < sipa> like bitcoin-tx 01:20 < provoostenator> Adding psbt and descriptor to support to bitcoin-tx makes sense to me. A generateaddress seems a bit out of scope for that though? 01:20 < sipa> well bitcoin-tx is really designed to operate on transactions 01:20 < sipa> all its commands are things that modify transactions 01:21 < sipa> perhaps psbt can be included 01:21 < sipa> but i think something more traditional does make sense too, where you have a tool that exactly mirrors bitcoin-cli like usage 01:22 < sipa> except it doesn't invoke a bitcoind but does everything locally 01:23 < provoostenator> Right, similar to the offline wallet tool in 13926 01:24 < sipa> right 01:24 < provoostenator> Maybe just call it bitcoin-tool? 01:24 < sipa> hah 01:26 < provoostenator> RPC does have the benefit over being accessible over TCP though, so e.g. a web server can use those utility methods. Another approach would be to make those utilities easier to package in libraries. 01:38 < luke-jr> provoostenator: just make encrypted backups :x 01:40 < provoostenator> luke-jr: that was a great idea until forced decryption became a thing. 01:40 < luke-jr> no different from forced 24 words 01:58 -!- schnerchi [~schnerchi@p3EE1D6AA.dip0.t-ipconnect.de] has quit [Quit: Leaving...] 02:52 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:57 -!- spped [~nezaman@85.103.251.10] has joined #bitcoin-core-dev 02:57 -!- spped [~nezaman@85.103.251.10] has quit [Excess Flood] 02:57 -!- Hayro [Hayro@88.234.105.252] has quit [Ping timeout: 240 seconds] 02:59 -!- Hayro [~nezaman@88.234.111.9] has joined #bitcoin-core-dev 03:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-cjoyyrvfqfvndxhb] has joined #bitcoin-core-dev 03:06 < bitcoin-git> [bitcoin] ch4ot1c opened pull request #14647: build: Remove illegal spacing in darwin.mk (master...build/darwin-spaces-fix) https://github.com/bitcoin/bitcoin/pull/14647 03:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-cjoyyrvfqfvndxhb] has left #bitcoin-core-dev [] 03:56 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 04:00 -!- Krellan_ [~Krellan@24.4.195.224] has joined #bitcoin-core-dev 04:03 -!- Krellan [~Krellan@76-218-55-184.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 260 seconds] 04:19 -!- rabidus [~rabidus@85-23-137-40.bb.dnainternet.fi] has joined #bitcoin-core-dev 04:23 -!- GoatzMilk [~GoatzMilk@ip98-165-53-119.ph.ph.cox.net] has quit [Remote host closed the connection] 04:24 -!- GoatzMilk [~GoatzMilk@ip98-165-53-119.ph.ph.cox.net] has joined #bitcoin-core-dev 04:37 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 04:55 -!- Hayro [~nezaman@88.234.111.9] has quit [Ping timeout: 268 seconds] 04:56 -!- Hayro [~nezaman@78.166.17.69] has joined #bitcoin-core-dev 05:58 -!- Deinogalerix21 [~Deinogale@89.238.176.150] has joined #bitcoin-core-dev 06:00 -!- Deinogalerix21 [~Deinogale@89.238.176.150] has quit [Client Quit] 06:18 -!- booyah_ is now known as booyah 06:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 06:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 06:25 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:26 -!- GoatzMilk [~GoatzMilk@ip98-165-53-119.ph.ph.cox.net] has quit [Remote host closed the connection] 06:26 -!- GoatzMilk [~GoatzMilk@ip98-165-53-119.ph.ph.cox.net] has joined #bitcoin-core-dev 06:26 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 06:48 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 268 seconds] 06:59 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 07:05 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 07:09 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 07:15 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:35 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Quit: WeeChat 1.4] 07:43 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 07:45 -!- bralyclow [~bralyclow@2600:1700:3d70:93b0:7001:78c3:c12c:55b3] has joined #bitcoin-core-dev 07:49 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 07:49 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 07:52 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 08:02 -!- bralyclo_ [~bralyclow@2600:1700:3d70:93b0:f483:b1b8:4c51:7b77] has joined #bitcoin-core-dev 08:06 -!- bralyclow [~bralyclow@2600:1700:3d70:93b0:7001:78c3:c12c:55b3] has quit [Ping timeout: 260 seconds] 08:08 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 08:09 -!- bralyclo_ [~bralyclow@2600:1700:3d70:93b0:f483:b1b8:4c51:7b77] has quit [] 08:09 -!- bralyclow [~bralyclow@2600:1700:3d70:93b0:f483:b1b8:4c51:7b77] has joined #bitcoin-core-dev 08:30 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 08:41 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 08:48 -!- laurentmt [~Thunderbi@194.59.249.22] has joined #bitcoin-core-dev 09:04 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 09:12 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 240 seconds] 09:17 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 09:33 -!- laurentmt [~Thunderbi@194.59.249.22] has quit [Quit: laurentmt] 09:38 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Remote host closed the connection] 09:55 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 10:06 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Ping timeout: 246 seconds] 10:07 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 10:09 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 10:13 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:21 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:35 * Hayro https://soundcloud.com/hayrullah-coruhlu 10:39 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Ping timeout: 268 seconds] 10:43 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 11:04 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 11:09 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 11:35 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 260 seconds] 11:45 -!- wcp [4b37fa50@gateway/web/freenode/ip.75.55.250.80] has joined #bitcoin-core-dev 11:46 < wcp> help my phone 11:48 < wcp> fix my phone 11:48 < wcp> done 11:55 -!- wcp [4b37fa50@gateway/web/freenode/ip.75.55.250.80] has quit [Ping timeout: 256 seconds] 11:56 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 11:57 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 12:23 -!- laurentmt [~Thunderbi@77.247.178.186] has joined #bitcoin-core-dev 12:25 -!- laurentmt [~Thunderbi@77.247.178.186] has quit [Client Quit] 12:28 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [] 12:30 -!- laurentmt [~Thunderbi@77.247.178.186] has joined #bitcoin-core-dev 12:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zrdfxnzlhghifqjk] has joined #bitcoin-core-dev 12:31 < bitcoin-git> [bitcoin] luke-jr opened pull request #14649: RPC: add weight to mempool entry output (master...rpc_mempoolentry_weight) https://github.com/bitcoin/bitcoin/pull/14649 12:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zrdfxnzlhghifqjk] has left #bitcoin-core-dev [] 12:32 -!- laurentmt [~Thunderbi@77.247.178.186] has quit [Client Quit] 12:36 -!- laurentmt [~Thunderbi@77.247.178.186] has joined #bitcoin-core-dev 12:37 -!- mazin [~mazin@194.36.111.3] has joined #bitcoin-core-dev 12:41 -!- mazin [~mazin@194.36.111.3] has quit [] 12:42 -!- mazin [~mazin@194.36.111.3] has joined #bitcoin-core-dev 13:00 -!- laurentmt [~Thunderbi@77.247.178.186] has quit [Quit: laurentmt] 13:07 -!- laurentmt [~Thunderbi@77.247.178.186] has joined #bitcoin-core-dev 13:08 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:10 -!- laurentmt [~Thunderbi@77.247.178.186] has quit [Client Quit] 13:11 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:51 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 14:05 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 14:05 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 14:05 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 14:06 -!- murchandamus1 [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 14:07 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 14:13 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 14:37 -!- IMFonzie_ [4da4c78f@gateway/web/freenode/ip.77.164.199.143] has joined #bitcoin-core-dev 14:39 -!- IMFonzie_ [4da4c78f@gateway/web/freenode/ip.77.164.199.143] has quit [Client Quit] 14:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 14:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 14:57 -!- Krellan_ [~Krellan@24.4.195.224] has quit [Ping timeout: 268 seconds] 15:02 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 15:05 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 15:10 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 15:16 -!- Andrewstotle [488d9cfb@gateway/web/freenode/ip.72.141.156.251] has joined #bitcoin-core-dev 15:17 -!- Andrewstotle [488d9cfb@gateway/web/freenode/ip.72.141.156.251] has quit [Client Quit] 15:22 -!- Krellan [~Krellan@2601:640:4000:a876:b45d:693:1488:f1ea] has joined #bitcoin-core-dev 15:27 -!- Krellan [~Krellan@2601:640:4000:a876:b45d:693:1488:f1ea] has quit [Ping timeout: 260 seconds] 15:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:28 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:37 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 15:42 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 15:57 -!- teardown [~user@unaffiliated/mrush] has quit [Read error: Connection reset by peer] 15:58 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 15:58 -!- teardown [~user@unaffiliated/mrush] has joined #bitcoin-core-dev 15:59 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 16:05 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 16:05 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 16:06 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:07 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 16:12 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Remote host closed the connection] 16:15 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 16:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 16:25 * Hayro https://soundcloud.com/hayrullah-coruhlu/adam-clay-beautiful-life-dj-hayro-remix-2018?utm_source=soundcloud&utm_campaign=share&utm_medium=facebook&fbclid=IwAR2hut2dNtPZTitDLOjpYk_9UjS0Vx1eu4ofFqPeEuvZw4L8l5DclGhTVw0 16:33 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 16:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 16:54 -!- bralyclow [~bralyclow@2600:1700:3d70:93b0:f483:b1b8:4c51:7b77] has quit [Ping timeout: 260 seconds] 17:14 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 252 seconds] 17:21 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 17:22 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 17:22 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 17:22 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 17:29 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 17:30 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 17:30 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 17:30 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 17:32 -!- Krellan [~Krellan@2601:640:4000:a876:b45d:693:1488:f1ea] has joined #bitcoin-core-dev 17:34 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 17:36 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 17:36 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 17:36 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 17:59 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 18:00 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 18:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 18:22 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 18:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-wamonldzbzhtfcqs] has joined #bitcoin-core-dev 18:31 < bitcoin-git> [bitcoin] MeshCollider closed pull request #11256: RPC: add weight to mempool entry output (master...2017-09-add-weight-to-mempool-entry) https://github.com/bitcoin/bitcoin/pull/11256 18:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-wamonldzbzhtfcqs] has left #bitcoin-core-dev [] 18:47 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 19:08 -!- Hayro [~nezaman@78.166.17.69] has quit [Ping timeout: 240 seconds] 19:24 -!- irc_viewer_test [irc_viewer@gateway/vpn/privateinternetaccess/ircviewertest/x-06412631] has joined #bitcoin-core-dev 19:38 -!- MrPaz [~MrPaz@31.7.57.246] has joined #bitcoin-core-dev 19:42 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 19:45 -!- irc_viewer_test [irc_viewer@gateway/vpn/privateinternetaccess/ircviewertest/x-06412631] has quit [Quit: irc_viewer_test] 19:53 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 19:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:00 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 20:01 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 20:03 -!- mazin [~mazin@194.36.111.3] has quit [Remote host closed the connection] 20:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 20:26 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:35 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 245 seconds] 20:39 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Remote host closed the connection] 20:39 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jsfcahxgflofkgzj] has joined #bitcoin-core-dev 20:39 < bitcoin-git> [bitcoin] ldm5180 opened pull request #14651: Fix Compiler Warnings (master...warnings) https://github.com/bitcoin/bitcoin/pull/14651 20:39 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jsfcahxgflofkgzj] has left #bitcoin-core-dev [] 20:45 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 20:50 -!- Marissa2019 [68f9d792@gateway/web/freenode/ip.104.249.215.146] has joined #bitcoin-core-dev 20:51 < dongcarl> Banman welcomes more review: https://github.com/bitcoin/bitcoin/pull/14605 20:57 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:59 -!- Marissa2019 [68f9d792@gateway/web/freenode/ip.104.249.215.146] has quit [Ping timeout: 256 seconds] 21:04 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 21:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 252 seconds] 21:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:35 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 21:36 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 252 seconds] 21:36 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 21:57 -!- zautomata1 [~zautomata@41.43.118.30] has quit [Quit: WeeChat 1.9.1] 22:20 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 245 seconds] 22:28 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 22:28 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Read error: Connection reset by peer] 22:28 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Read error: Connection reset by peer] 22:28 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Read error: Connection reset by peer] 22:28 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Read error: Connection reset by peer] 22:28 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Write error: Connection reset by peer] 22:29 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 22:29 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 22:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 22:29 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 22:29 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:37 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 23:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 23:11 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 23:12 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 23:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 23:25 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 23:26 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 23:29 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 23:29 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 23:40 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 23:48 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 23:48 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 23:51 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has quit [Quit: Find me in #TheHolyRoger or https://theholyroger.com] 23:55 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has joined #bitcoin-core-dev 23:55 -!- tknp [~tknp@unaffiliated/tknp] has quit [Quit: tknp] 23:59 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has quit [Client Quit] --- Log closed Sun Nov 04 00:00:56 2018