--- Log opened Sat Jun 22 00:00:49 2019 00:03 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 00:05 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Client Quit] 00:25 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 00:30 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 00:30 -!- ddrm [67784224@gateway/web/freenode/ip.103.120.66.36] has quit [Ping timeout: 256 seconds] 00:39 -!- infinitis [~infinitis@c-67-170-82-45.hsd1.wa.comcast.net] has quit [Quit: Leaving] 00:39 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:42 < kallewoof> Matthew Haywood suggested that a UTXO for an address that was previously spent from should be called "associate". It is currently referred to as a "used" or "reused" address/output/balance. Associate balance. Associate output. I kind of like that. 00:44 < sipa> i would suggested tainted, but that word has another meaning alreadg 00:45 < sipa> not sure i like associate 00:45 < sipa> it doesn't really convey badness 00:45 < sipa> "exposed" ? 00:46 * sipa bad at sleeping 00:46 -!- cluelessperson [~cluelessp@unaffiliated/cluelessperson] has joined #bitcoin-core-dev 00:59 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 00:59 < luke-jr> kallewoof: addresses are never spent from 00:59 < kallewoof> Exposed is nice, too. 00:59 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Read error: Connection reset by peer] 01:00 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 01:00 < kallewoof> luke-jr: I am bad at formulating this stuff, but you understand what I am saying. 01:00 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 258 seconds] 01:00 -!- scoop [~scoop@205.178.77.52] has joined #bitcoin-core-dev 01:00 < luke-jr> kallewoof: I think the new paradigm you are introducing is harmful. 01:01 < kallewoof> luke-jr: Mind explaining? 01:02 < luke-jr> kallewoof: addresses have nothing to do with when the UTXOs get spent later 01:02 < luke-jr> kallewoof: your new stuff is creating such a link, give credence to the "from address" myth 01:03 < luke-jr> and not really solving more than a very narrow subset of the problems of address reuse 01:03 < kallewoof> luke-jr: that is not my intention. I am trying to address a specific privacy issue where someone can map your UTXO set. 01:04 < luke-jr> it's because it's too specific/special-cased 01:05 < luke-jr> seeking to have a term like "associate" above demonstrates the problem with it IMO 01:05 -!- scoop [~scoop@205.178.77.52] has quit [Ping timeout: 268 seconds] 01:05 < luke-jr> no such term should exist, because it's not a real relationship 01:05 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #bitcoin-core-dev 01:06 -!- queip [~queip@unaffiliated/rezurus] has joined #bitcoin-core-dev 01:07 < kallewoof> I am a bit confused, to be honest. If I ask you for an address to send you a payment for some service, I then know that this address is with very high accuracy belonging to luke-jr. If you spend from it, I know with reasonable accuracy that you own at least one of the outputs unless you have no change output. If I then send to that address and you use it again with other inputs, I know those inputs are luke-jr. 01:07 < luke-jr> kallewoof: you don't spend from an address, and spending the UTXO is not necessarily the same person you sent to 01:09 < luke-jr> https://en.bitcoin.it/wiki/From_address 01:10 < luke-jr> sending a transaction with 1 output pays 1 address and creates 1 UTXO, but the address and UTXO are not inherently related 01:10 < kallewoof> I am a bit confused, to be honest. If I ask you for an address to send you a payment for some service, I then know that the UTXO resulting in me sending money to this address is with very high accuracy belonging to luke-jr. If you spend this UTXO, I know with reasonable accuracy that you own all the inputs unless it's a coinjoin or something. If I then create another UTXO by sending to that address and you use this UTXO 01:10 < kallewoof> with other inputs, I know those inputs are luke-jr as well. 01:10 < kallewoof> Yes, but the normal case is that a UTXO belonging to you does not suddenly change ownership. 01:11 < luke-jr> the address represents the recipient and purpose of the payment; the UTXO controls the actual funds, and may very well be part of a shared wallet 01:12 < luke-jr> there is no assumption of a normal case 01:13 < luke-jr> (and shared wallets are fairly normal too anyway) 01:14 < luke-jr> (shared wallets are also a best practice in custodial situations) 01:19 < kallewoof> luke-jr: I would love to fix this, but I'm not sure what good phrasing would be. Would you be up for making a PR? 01:19 < luke-jr> kallewoof: I don't know what you mean. The problem is the behaviour, not phrasing. 01:20 < luke-jr> (well, maybe phrasing is also an issue, dunno - but it's not the main issue) 01:20 < kallewoof> luke-jr: Why did you not concept NACK either of the PRs? There were two of them. This has been going on for 2 years.. 01:21 < kallewoof> luke-jr: I may not agree with you but at least we could have discussed the direction before it was merged. 01:21 < luke-jr> I thought I did and got ignored 01:21 < kallewoof> luke-jr: you said "it does not fully address the problem with address reuse". That's not a concept NACK on the code itself, it's saying "this is not enough". 01:21 < luke-jr> "an address that has been used before, and the UTXOs received at the same time have been spent" should neither have a term nor affect behaviour 01:21 < kallewoof> which I interpreted as "we need to do more beyond this" (but it's a start) 01:23 < kallewoof> luke-jr: Should wallets avoid spending UTXO:s that are associated with a pubkey that is known to have been spent by the wallet itself? 01:23 < kallewoof> luke-jr: Should wallets distinguish between these, and other UTXO:s, in any way? 01:26 < luke-jr> kallewoof: IMO wallets should not accept multiple payments with the same address, and if they do, should flag them all as permanently unconfirmed until the specific UTXOs get spent (which is kinda unrelated to the payment, but confirmations usually are anyway) 01:27 < luke-jr> (or possibly flag one as confirmed, and spend only that one by itself, waiting for it to be confirmed before any others are spent) 01:27 < kallewoof> luke-jr: Since miners can still mine those payments, you are saying that wallets should dinstiguish between them. That is what #13756 does, right? 01:27 < gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub 01:28 < luke-jr> kallewoof: based on the address reuse alone, not address reuse PLUS "the UTXOs created were spent" 01:29 < sipa> what does the utxos being spent have to do with it? 01:29 < kallewoof> luke-jr: So basically, take what I did and add a further restriction where it immediately marks up the 2nd+ payments, even if I ahvent spent the first, right? 01:29 < luke-jr> kallewoof: right 01:29 < luke-jr> sipa: the current behaviour is the same as before, until a UTXO is spent 01:29 < sipa> ah 01:30 < sipa> i don't understand what spending has to do with it still 01:30 < luke-jr> kallewoof: some care may be needed in the case of multiple un-mined transactions paying the same address; you'd probably want to mark the lower value regardless of arrival order 01:30 < sipa> or whether you're talking about behavior in a release, in master, or how you imagine it 01:31 < kallewoof> sipa: idea is, even if you send multiple times, no harm/no foul until i spend it. assuming i spend it all at once, you wont gain anything from giving me extra money. 01:31 < luke-jr> kallewoof: but there IS harm/foul 01:31 < luke-jr> just not that narrow specific case you addressed 01:32 < kallewoof> luke-jr: I mean, yes, but the harm/foul happened before I even spent the outputs. 01:32 < sipa> well the issue is someone *expecting* multiple payments to the same address 01:32 < sipa> that issue is addressed by educating 01:33 < sipa> once the payments have been made, there is a distinct issue, which is a privacy loss 01:33 < sipa> which only manifests if being paid again after already having spent the first utxo 01:33 < luke-jr> the current-master strange behaviour is only going to make education worse :p 01:34 -!- skylove [7aa2645e@gateway/web/freenode/ip.122.162.100.94] has joined #bitcoin-core-dev 01:35 < sipa> i doubt that 01:35 < kallewoof> I need to go, but I will see if I can figure out what the problem is and how to fix it. I am honestly a bit confused. And surprised. 01:36 < luke-jr> it will further the myth that address reuse is only harmful if you "spend from" it first 01:36 < luke-jr> (which will in turn strengthen and for the first time give Core credibility to the "from address" myth) 01:38 < luke-jr> I should also go to bed 01:39 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 01:43 -!- sfhi2 [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #bitcoin-core-dev 01:46 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Ping timeout: 248 seconds] 01:58 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 01:59 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #bitcoin-core-dev 02:00 -!- phyll1s_work [~phyll1s_w@184.75.223.219] has quit [] 02:02 -!- sfhi2 [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Ping timeout: 246 seconds] 02:03 -!- dfreedm [~dfreedm@141.98.102.243] has joined #bitcoin-core-dev 02:13 -!- rex4539 [~rex4539@2a02:587:3516:d600:480e:d2c:c5b:9758] has joined #bitcoin-core-dev 02:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 250 seconds] 02:24 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 02:26 -!- skylove [7aa2645e@gateway/web/freenode/ip.122.162.100.94] has quit [Ping timeout: 256 seconds] 02:37 -!- promag_ [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 02:37 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Read error: Connection reset by peer] 02:47 -!- michaelfolkson [~textual@82-132-227-74.dab.02.net] has joined #bitcoin-core-dev 02:59 -!- rex4539 [~rex4539@2a02:587:3516:d600:480e:d2c:c5b:9758] has quit [Remote host closed the connection] 03:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:00 < bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/32e94538185b...2cbcc55ba6ae 03:00 < bitcoin-git> bitcoin/master 53c3c1e Karl-Johan Alm: wallet/rpc/getbalances: add entry for 'mine.used' balance in results 03:00 < bitcoin-git> bitcoin/master 3d2ff37 Karl-Johan Alm: wallet/rpc: use static help text 03:00 < bitcoin-git> bitcoin/master 71d0344 Karl-Johan Alm: docs: release note wording 03:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:01 < bitcoin-git> [bitcoin] meshcollider merged pull request #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse (master...2019-06-followup-avoidreuse) https://github.com/bitcoin/bitcoin/pull/16239 03:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:03 -!- michaelfolkson [~textual@82-132-227-74.dab.02.net] has quit [Quit: Sleep mode] 03:17 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 03:18 < meshcollider> promag: what's the status with #13339, is that still happening or should it be closed? 03:18 < gribble> https://github.com/bitcoin/bitcoin/issues/13339 | wallet: Replace %w by wallet name in -walletnotify script by promag · Pull Request #13339 · bitcoin/bitcoin · GitHub 03:21 -!- emilengler [~emilengle@unaffiliated/emilengler] has joined #bitcoin-core-dev 03:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 03:34 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Quit: Leaving] 03:40 < fanquake> meshcollider when thinking about the wallet GUI, what end user do you normally have in mind? Somewhere on the spectrum of "new non-technical user, just downloaded Bitcoin Core" & "one of the engineers that helps build Bitcoin Core"? 03:40 -!- rex4539 [~rex4539@2a02:587:3516:d600:480e:d2c:c5b:9758] has joined #bitcoin-core-dev 03:41 < fanquake> Just trying to figure out who we are targeting in #15450. Seems like it's leaning towards engineers. 03:41 < gribble> https://github.com/bitcoin/bitcoin/issues/15450 | [GUI] Create wallet menu option by achow101 · Pull Request #15450 · bitcoin/bitcoin · GitHub 03:42 < meshcollider> fanquake: usually the former, I think more advanced users will prefer to use the command line anyway, I think the two main purposes the GUI serves in my mind is 1) for less technical users that just want to start it up and run bitcoin, and 2) for more advanced users to do stuff that would be really painful on the command line like coin selection stuff 03:44 < meshcollider> in that specific case, I think multiwallet is not inherently complicated if create, open, close, whatever are all available in the GUI? 03:44 < fanquake> Fair enough. I think we should really be trying to optimise for 1) (with hidden options/config etc still available for 2)). 03:44 < meshcollider> yeah I agree 03:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:44 < bitcoin-git> [bitcoin] fanatid opened pull request #16267: bench: Benchmark blockToJSON (master...bench-blocktojson) https://github.com/bitcoin/bitcoin/pull/16267 03:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:45 < meshcollider> but at least in my mind, most computer-users are familiar with basic open, close, create commands, it seems natural to have a create command if we already have decent GUI multiwallet support 03:46 < fanquake> Yea I've got no issue with create. I'm thinking in the create flow. In the ideal non-technical user world, we've just got the name field, with those other three options hidden in a "Advanced Users" drop-down (and encrypt wallet checked by default, if that's not too aggressive). 03:47 < fanquake> and there'd be no way to tick encrypt wallet, and actually end up with an unencrypted wallet. 03:47 < meshcollider> yep 03:48 < meshcollider> that would suit the general use case fine IMO 03:48 < fanquake> I'm even concerned "Make Blank Wallet" is going to get ticked quite a lot, when users don't mean it, because the logical non-technical thought will be, why would I want anything other than a blank wallet.. 03:48 < fanquake> I'll add my thoughts to that discussion anyways. 03:49 < meshcollider> +1 03:49 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 04:53 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 04:55 -!- omonk [~omonk@unaffiliated/omonk] has joined #bitcoin-core-dev 04:58 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 05:00 -!- dfreedm [~dfreedm@141.98.102.243] has quit [] 05:00 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 05:00 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 05:05 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 05:12 -!- rex4539 [~rex4539@2a02:587:3516:d600:480e:d2c:c5b:9758] has quit [Quit: rex4539] 05:16 -!- tw1sted1 [~tw1sted@185.103.96.147] has joined #bitcoin-core-dev 05:21 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 05:25 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 05:41 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:53 -!- jtimon [~quassel@205.201.35.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 06:09 -!- emilengler [~emilengle@unaffiliated/emilengler] has quit [Remote host closed the connection] 06:18 -!- jtimon [~quassel@205.201.35.37.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] 06:20 < achow101> fanquake: I looked at having the options hidden, but I couldn't figure out how to do it in qt with a lot of hacks and things I don't know how to do 06:20 < achow101> Re blank wallet, do you have any suggestions for a better name? 06:37 -!- rex4539 [~rex4539@2a02:587:3516:d600:1c75:cbb:c838:325f] has joined #bitcoin-core-dev 06:42 -!- scoop [~scoop@205.178.77.52] has joined #bitcoin-core-dev 06:50 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 06:50 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #bitcoin-core-dev 06:50 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 06:51 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 244 seconds] 06:52 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 06:53 < fanquake> achow101: That's fair enough. I'm not sure re "Blank", going to think about it a bit more. 06:55 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 258 seconds] 06:55 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 272 seconds] 07:11 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 07:16 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 258 seconds] 07:17 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 07:17 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 07:21 -!- lightlike [~lightlike@2001:16b8:570d:c700:9d0f:8e6a:2e02:6a86] has joined #bitcoin-core-dev 07:32 -!- lnostdal [~lnostdal@151.251.242.152] has joined #bitcoin-core-dev 07:37 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:40 -!- scoop [~scoop@205.178.77.52] has quit [Remote host closed the connection] 07:47 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 07:51 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 07:52 -!- michaelfolkson [~textual@62.60.63.182] has joined #bitcoin-core-dev 07:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 08:00 -!- tw1sted1 [~tw1sted@185.103.96.147] has quit [] 08:07 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 08:12 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 258 seconds] 08:31 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 08:35 -!- RISCi_ATOM1 [~RISCi_ATO@141.98.101.133] has joined #bitcoin-core-dev 08:39 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Quit: aseem] 08:50 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 08:50 -!- lnostdal [~lnostdal@151.251.242.152] has quit [Ping timeout: 272 seconds] 08:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 08:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 08:54 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 08:55 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Quit: aseem] 08:57 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 09:01 -!- scoop [~scoop@205.178.77.52] has joined #bitcoin-core-dev 09:05 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has joined #bitcoin-core-dev 09:05 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has quit [Excess Flood] 09:05 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has joined #bitcoin-core-dev 09:05 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has quit [Excess Flood] 09:05 -!- scoop [~scoop@205.178.77.52] has quit [Ping timeout: 245 seconds] 09:05 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has joined #bitcoin-core-dev 09:06 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 09:10 -!- sakalli_ [~Mutter@mobile-access-b0481c-253.dhcp.inet.fi] has quit [Client Quit] 09:15 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 09:16 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 09:24 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 09:25 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 09:25 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 09:30 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 09:39 -!- michaelfolkson [~textual@62.60.63.182] has quit [Quit: Sleep mode] 10:07 -!- lightlike [~lightlike@2001:16b8:570d:c700:9d0f:8e6a:2e02:6a86] has quit [Quit: Leaving] 10:20 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 10:25 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 10:29 -!- PastaPasta [~PastaPast@2601:244:8400:54ad:8c07:d645:c2b6:3c69] has joined #bitcoin-core-dev 10:30 -!- pinheadmz [~matthewzi@c-73-92-181-51.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 10:52 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 10:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.4] 10:57 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 10:58 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 11:00 -!- RISCi_ATOM1 [~RISCi_ATO@141.98.101.133] has quit [] 11:04 -!- guilhermeblanco [~guilherme@195.206.169.238] has joined #bitcoin-core-dev 11:06 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Quit: aseem] 11:07 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 11:07 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Client Quit] 11:10 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 11:11 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 11:12 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 11:16 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Quit: aseem] 11:21 -!- rex4539 [~rex4539@2a02:587:3516:d600:1c75:cbb:c838:325f] has quit [Ping timeout: 252 seconds] 11:33 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 11:34 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 11:40 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 11:41 -!- oneark [uid254801@gateway/web/irccloud.com/x-ogtscuwiarwfjzuy] has quit [Quit: Connection closed for inactivity] 11:45 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 11:49 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 11:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 11:58 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 12:00 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Client Quit] 12:02 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 12:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 12:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 12:14 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:15 -!- PastaPasta [~PastaPast@2601:244:8400:54ad:8c07:d645:c2b6:3c69] has quit [Ping timeout: 276 seconds] 12:22 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 12:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 12:34 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 12:41 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Quit: aseem] 12:41 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has joined #bitcoin-core-dev 12:45 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:49 -!- aseem_ [~aseem@pool-108-46-250-150.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 12:49 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:49 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:50 -!- aseem [aseem@gateway/vpn/privateinternetaccess/aseem] has quit [Ping timeout: 258 seconds] 12:50 -!- aseem_ is now known as aseem 12:55 -!- hugohn [~textual@45.56.153.88] has joined #bitcoin-core-dev 12:55 -!- hugohn [~textual@45.56.153.88] has quit [Client Quit] 12:57 -!- aseem [~aseem@pool-108-46-250-150.nycmny.fios.verizon.net] has quit [Quit: aseem] 13:00 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 13:04 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:09 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Quit: Quit] 13:09 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #bitcoin-core-dev 13:10 -!- rex4539 [~rex4539@2a02:587:3516:d600:99a0:ca57:36ee:fd7d] has joined #bitcoin-core-dev 13:27 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 13:55 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has joined #bitcoin-core-dev 13:58 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:00 -!- guilhermeblanco [~guilherme@195.206.169.238] has quit [] 14:04 -!- phoenixlzx1 [~phoenixlz@185.5.172.148] has joined #bitcoin-core-dev 14:05 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has quit [Quit: Sleep mode] 14:23 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has joined #bitcoin-core-dev 14:25 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 14:26 -!- rh0nj [~rh0nj@88.99.167.175] has joined #bitcoin-core-dev 14:27 -!- PastaPasta [~PastaPast@2601:244:8400:54ad:8c07:d645:c2b6:3c69] has joined #bitcoin-core-dev 14:50 < ossifrage> I have 'onlynet=ipv4' in my bitcoin.conf, but I saw this today (with 2cbcc55ba) "Error: Couldn't open socket for incoming connections (socket returned error Address family not supported by protocol (97))" 14:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 14:57 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 14:58 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 14:59 < ossifrage> Hmm, I looked back over the logs and it has been doing that for a while. 15:01 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 15:01 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: No route to host] 15:05 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 15:09 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 15:09 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 244 seconds] 15:10 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 244 seconds] 15:17 -!- queip [~queip@unaffiliated/rezurus] has joined #bitcoin-core-dev 15:19 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 15:19 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 15:20 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 15:34 < sipa> ossifrage: onlynet is about outgoing connections, it does not affect incoming 15:42 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 15:45 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 15:50 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 15:52 < ossifrage> sipa, ah, thanks 15:53 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 244 seconds] 15:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 15:54 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 16:03 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has quit [Ping timeout: 245 seconds] 16:10 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #bitcoin-core-dev 16:12 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 16:14 -!- jonatack [~Mutter@37.168.230.42] has joined #bitcoin-core-dev 16:14 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 16:15 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Client Quit] 16:16 -!- jonatack [~Mutter@37.168.230.42] has quit [Client Quit] 16:22 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 16:26 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #bitcoin-core-dev 16:27 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 16:28 -!- simplecoin [5b8b77a4@gateway/web/freenode/ip.91.139.119.164] has joined #bitcoin-core-dev 16:31 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Ping timeout: 268 seconds] 16:32 -!- ctrlbreak [~ctrlbreak@142.134.101.32] has quit [Read error: Connection reset by peer] 16:33 -!- ctrlbreak [~ctrlbreak@142.134.101.32] has joined #bitcoin-core-dev 16:41 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 16:42 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 16:44 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Quit: WeeChat 2.4] 16:46 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #bitcoin-core-dev 16:50 -!- simplecoin [5b8b77a4@gateway/web/freenode/ip.91.139.119.164] has quit [Quit: Page closed] 16:55 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 16:55 -!- jtimon [~quassel@205.201.35.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 16:59 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #bitcoin-core-dev 17:00 -!- phoenixlzx1 [~phoenixlz@185.5.172.148] has quit [] 17:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 17:03 -!- feth1 [~feth@195.206.169.238] has joined #bitcoin-core-dev 17:08 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 17:09 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 17:19 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 17:19 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 17:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 258 seconds] 17:29 -!- rex4539 [~rex4539@2a02:587:3516:d600:99a0:ca57:36ee:fd7d] has quit [Quit: rex4539] 17:35 -!- aseem [~aseem@pool-108-46-250-150.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 17:35 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Quit: WeeChat 2.4] 17:50 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 248 seconds] 17:55 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 17:56 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 18:03 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 18:09 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 18:09 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Quit: WeeChat 2.4] 18:11 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 18:17 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 18:18 -!- aseem [~aseem@pool-108-46-250-150.nycmny.fios.verizon.net] has quit [Quit: aseem] 18:23 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 18:58 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 18:59 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 19:04 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 19:04 -!- jtimon [~quassel@205.201.35.37.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 19:07 -!- bralyclow01 is now known as bralyclow_ 19:07 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 19:07 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 19:07 -!- bralyclow_ is now known as bralyclow 19:08 -!- yar_ [2d389bf2@gateway/web/freenode/ip.45.56.155.242] has joined #bitcoin-core-dev 19:11 -!- rex4539 [~rex4539@2a02:587:3513:9600:81a:8888:b2ec:9d32] has joined #bitcoin-core-dev 19:13 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-wrqjizljnnyotxsa] has joined #bitcoin-core-dev 19:25 -!- yar_ [2d389bf2@gateway/web/freenode/ip.45.56.155.242] has quit [Ping timeout: 256 seconds] 19:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 19:38 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 244 seconds] 19:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 19:52 -!- Xunie [~Xunie@unaffiliated/xunie] has joined #bitcoin-core-dev 19:54 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Ping timeout: 272 seconds] 20:00 -!- feth1 [~feth@195.206.169.238] has quit [] 20:03 -!- epicfail^ [~epicfail^@195.206.169.238] has joined #bitcoin-core-dev 20:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 20:14 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 20:19 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 20:29 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 20:56 -!- johnyukon21 [uid365684@gateway/web/irccloud.com/x-wjxzhlfrlalxklgi] has joined #bitcoin-core-dev 21:06 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:21 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 21:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 21:41 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 21:56 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 22:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:03 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 22:08 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 22:26 -!- Tru [6bf27903@gateway/web/freenode/ip.107.242.121.3] has joined #bitcoin-core-dev 22:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 245 seconds] 22:37 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 22:37 -!- Tru [6bf27903@gateway/web/freenode/ip.107.242.121.3] has quit [Ping timeout: 256 seconds] 22:39 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 22:44 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 23:00 -!- epicfail^ [~epicfail^@195.206.169.238] has quit [] 23:00 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:02 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 23:06 -!- mrdocs [~mrdocs@178.162.204.238] has joined #bitcoin-core-dev 23:08 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 23:24 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 23:39 -!- takinbo [sid19838@gateway/web/irccloud.com/x-khjxhymesieoomuc] has joined #bitcoin-core-dev 23:56 -!- rex4539 [~rex4539@2a02:587:3513:9600:81a:8888:b2ec:9d32] has quit [Ping timeout: 258 seconds] --- Log closed Sun Jun 23 00:00:49 2019