--- Day changed Sun Dec 17 2017 00:00 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 00:01 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 00:02 < cluelessperson> I guess 00:03 < cluelessperson> sipa: I would still make it better 00:03 < cluelessperson> "choose your wallet" should be first thing 00:04 < sipa> cluelessperson: i'm sure people will appreciate help on https://github.com/bitcoin-dot-org/bitcoin.org 00:06 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 00:08 -!- spinza [~spin@196.212.164.26] has quit [Ping timeout: 260 seconds] 00:08 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 00:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 00:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 00:16 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 00:19 -!- benthecarman [637439d6@gateway/web/freenode/ip.99.116.57.214] has joined #bitcoin-core-dev 00:20 -!- benthecarman [637439d6@gateway/web/freenode/ip.99.116.57.214] has quit [Client Quit] 00:20 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 248 seconds] 00:22 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 00:23 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 00:23 < cluelessperson> jesus christ 00:23 < cluelessperson> I'm looking at the Bitcoin Core UI and it needs serious revamping 00:34 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 00:34 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 00:35 < cluelessperson> Who made this UI? I have recommendations 00:36 < Varunram> cluelessperson: bitcoin-qt? 00:36 < cluelessperson> yeah 00:38 < cluelessperson> The first thing on the receiving tab should be "Receiving Address:
" "NEW" 00:38 < cluelessperson> This should be DUMB simple for braindead laymen to use, dead and center 00:39 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-keypdutfnajoxfro] has joined #bitcoin-core-dev 00:46 < fanquake> cluelessperson open a pull request with your recommended changes. 00:47 < cluelessperson> I'm sorry if I'm being insulting 00:47 < cluelessperson> fanquake: I don't know C++ 00:47 < fanquake> There's no doubt the GUI could be more user-friendly, but there's a lack of people willing/able to do the work. 00:48 < fanquake> cluelessperson If you can't contribute code, open an issue with recommendations, mockups/screenshots etc. 00:48 < fanquake> I think there might even be a few open with new design ideas. 00:52 < cluelessperson> fanquake: I'm putting togeether design mockups 01:07 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 01:12 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 01:13 -!- spinza [~spin@196.212.164.26] has joined #bitcoin-core-dev 01:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 01:14 < cluelessperson> fanquake: here's what I'm going for 01:14 < cluelessperson> https://i.imgur.com/0vJ5a3d.png 01:15 < sipa> cluelessperson: i don't think an address should be shown until you request one 01:15 < cluelessperson> sipa: why? 01:15 < sipa> it's very hard to prevent reuse otherwise 01:16 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 01:16 < cluelessperson> sipa: Have core generate a new address when it detects a transaction come through 01:16 < sipa> cluelessperson: that's what we used to do. it makes people freak out their address changed 01:16 < cluelessperson> sipa: Or, just have it start out blank, and it won't show you one until you ask for it. :) 01:17 < sipa> still shouldn't show it afterwards anymore 01:18 < sipa> the whole "this is your address" causes more problems than understanding 01:18 < cluelessperson> sipa: then I'll add the subtext, "old addresses are stored in history" and you make them show up in the transactions/history tab 01:18 < sipa> an address is something that is per requested paymemt 01:18 < sipa> not something "belonging" to you 01:20 < cluelessperson> sipa: What? 01:20 < cluelessperson> of course addresses belond to you 01:20 < sipa> yes, of course they do 01:20 < sipa> but i mean people shouldn't see them as such 01:20 < sipa> they should see it as an invoice number 01:21 < sipa> more than as an account number 01:21 < cluelessperson> sipa: Sure, you definitely want to make it easy as hell to use, just toss out a QR code to scan, but you cannot hide it when people want it 01:21 < cluelessperson> it's also currently a fundamental of how people understand bitcoin to work. 01:22 < sipa> cluelessperson: i don't care about easy as hell 01:22 < sipa> if it results in lost funds later 01:23 -!- essen140 [~rhsnjz@68.118.169.115] has joined #bitcoin-core-dev 01:23 -!- essen140 [~rhsnjz@68.118.169.115] has quit [Remote host closed the connection] 01:24 -!- AyBeBiZzZ952 [~tmwcf@141-126-089-119.dhcp.chtrptr.net] has joined #bitcoin-core-dev 01:24 -!- AyBeBiZzZ952 [~tmwcf@141-126-089-119.dhcp.chtrptr.net] has quit [Remote host closed the connection] 01:24 < cluelessperson> sipa: https://i.imgur.com/5L7DLat.png 01:25 < cluelessperson> sipa: That's a good resolve to have, you're right, so let's do both. :) 01:25 < cluelessperson> Easy as hell AND No losing of funds. 01:25 < sipa> i dislike "your current receiving address" :) 01:26 -!- drgot452 [~ciahjqw@75-149-191-134-Miami.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 01:26 -!- drgot452 [~ciahjqw@75-149-191-134-Miami.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 01:26 < sipa> that sounds like ot's still sometging designed to last for a period of timr 01:26 < cluelessperson> sipa: That's just verbiage, I'm absolutely open to changing that and the layout. My mock up is to demonstrate the fundamental requirements that should be on the receiving tab, and the organization that would make sense "no questions asked" to all users. 01:27 < sipa> ok 01:27 < sipa> sure 01:27 < cluelessperson> sipa: I agree with you, what would you like to rename the "current receiving addrss" assuming I myself try to patch together a ... pull request 01:30 < cluelessperson> sipa: Thanks for your input, you are absolutely right 01:31 < cluelessperson> I'll put more thought into how to handle it as well 01:40 -!- wizar467 [~mtozocqx@173.216.135.87] has joined #bitcoin-core-dev 01:40 -!- wizar467 [~mtozocqx@173.216.135.87] has quit [Remote host closed the connection] 01:40 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 01:41 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 01:43 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 01:44 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 01:45 -!- Provoostenator [~Provooste@ec2-18-194-164-183.eu-central-1.compute.amazonaws.com] has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in] 01:45 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 264 seconds] 01:47 -!- RAJ765 [~qorpjx@occam-adsl-74-50-245-84.natcotech.com] has joined #bitcoin-core-dev 01:47 -!- RAJ765 [~qorpjx@occam-adsl-74-50-245-84.natcotech.com] has quit [Remote host closed the connection] 01:48 -!- shesek [~shesek@bzq-84-110-54-147.red.bezeqint.net] has joined #bitcoin-core-dev 01:48 -!- shesek [~shesek@bzq-84-110-54-147.red.bezeqint.net] has quit [Changing host] 01:48 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:49 -!- Me-L-i401 [~swuzrtfp@172-8-36-153.lightspeed.frokca.sbcglobal.net] has joined #bitcoin-core-dev 01:49 -!- Me-L-i401 [~swuzrtfp@172-8-36-153.lightspeed.frokca.sbcglobal.net] has quit [Remote host closed the connection] 01:49 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 01:50 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 01:52 -!- av10 [~aidml@73.137.244.255] has joined #bitcoin-core-dev 01:52 -!- `m4tr|x`509 [~bioqm@c-76-98-123-60.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 01:52 -!- av10 [~aidml@73.137.244.255] has quit [Remote host closed the connection] 01:53 -!- `m4tr|x`509 [~bioqm@c-76-98-123-60.hsd1.pa.comcast.net] has quit [Remote host closed the connection] 01:54 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 01:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 02:05 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Disconnected by services] 02:05 -!- dermoth_ [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 02:05 -!- dermoth_ is now known as dermoth 02:05 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Killed (Sigyn (Spam is off topic on freenode.))] 02:07 -!- sweetkir875 [~vdneio@178.18.8.105] has joined #bitcoin-core-dev 02:08 -!- sweetkir875 [~vdneio@178.18.8.105] has quit [Remote host closed the connection] 02:08 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 02:09 -!- strikr117 [~fhysenab@pool-100-10-41-92.prvdri.fios.verizon.net] has joined #bitcoin-core-dev 02:09 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 02:09 -!- strikr117 [~fhysenab@pool-100-10-41-92.prvdri.fios.verizon.net] has quit [Remote host closed the connection] 02:12 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ahqizduoiyamnrxq] has quit [Quit: Connection closed for inactivity] 02:12 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:13 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:20 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 02:29 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 02:31 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 02:32 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has joined #bitcoin-core-dev 02:33 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-anwcbeexhrtnvfts] has joined #bitcoin-core-dev 02:34 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has quit [Client Quit] 02:34 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 02:35 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 02:52 -!- harrymm [~harrymm@104.207.83.40] has quit [Ping timeout: 265 seconds] 02:54 -!- harrymm [~harrymm@104.207.83.34] has joined #bitcoin-core-dev 03:12 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 03:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:18 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 03:21 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 03:23 < bitcoin-git> [bitcoin] laanwj pushed 11 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/a69cc077d946...2559a19e6fdb 03:23 < bitcoin-git> bitcoin/0.15 6372a75 Jonas Schnelli: [Wallet] always show help-line of wallet encryption calls... 03:23 < bitcoin-git> bitcoin/0.15 7026845 Russell Yanofsky: Fix uninitialized URI in batch RPC requests... 03:23 < bitcoin-git> bitcoin/0.15 305f768 Russell Yanofsky: Limit AuthServiceProxyWrapper.__getattr__ wrapping... 03:26 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 03:28 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 03:30 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-keypdutfnajoxfro] has quit [Ping timeout: 272 seconds] 03:30 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 03:31 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 272 seconds] 03:33 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 03:33 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 03:35 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 03:38 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 03:38 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 03:40 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 03:41 < bitcoin-git> [bitcoin] canselcik opened pull request #11921: Fixing env variables/arguments in OpenBSD build instructions (master...master) https://github.com/bitcoin/bitcoin/pull/11921 03:41 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 03:42 -!- reallll [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 03:42 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 03:42 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:46 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 03:51 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 03:52 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 03:52 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 03:52 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 03:52 -!- _destin243 [udjseo@2600:3c01::f03c:91ff:fecc:400] has joined #bitcoin-core-dev 03:52 < _destin243> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ HAPPY NIGGER DAY!! PLEASE SAY HI TO ALL THE DUMB NIGGERS IN #FREENODE...quicktalkeh676te.onion/6697ogwsnbju: twill booyah StopAndDecrypt Lightsword Giszmo dcousens LeMiner2 arubi_ AaronvanW Seven_ roadcrap andytoshi vicenteH puff Emcy ghost43 chjj meshcollider d9b4bef9 quantbot PaulCapest 03:52 < _destin243> ▄▄▄▄▄▄▄▄▄▄▄▄▄ HAPPY NIGGER DAY!! PLEASE SAY HI TO ALL THE DUMB NIGGERS IN #FREENODE...quicktalkeh676te.onion/6697dhyyhu: TheV01d dlb76 Seven_ eck fanquake asoltys tripleslash Dyaheon ryan-c chjj sipa lifeofguenter booyah Emcy gaf_ justanotheruser whphhg stevenroose twill zxzzt gribble ghost43 Arokh schnerchi owo 03:53 < _destin243> ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ HAPPY NIGGER DAY!! PLEASE SAY HI TO ALL THE DUMB NIGGERS IN #FREENODE...quicktalkeh676te.onion/6697lukcelkfu: c40d9b0753a91f40 Ge0rges victorSN sturles lrvick xHire ryan-c achow101 commavir michagogo pierre_rochard twill unholymachine zxzzt justanotheruser Cory cryptapus peterto 03:53 -!- _destin243 [udjseo@2600:3c01::f03c:91ff:fecc:400] has quit [Remote host closed the connection] 03:54 < dlb76> +kb 03:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 04:00 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:01 -!- mode/#bitcoin-core-dev [+o wumpus] by ChanServ 04:01 -!- mode/#bitcoin-core-dev [+b *!*@2600:3c01::f03c:91ff:fecc:400] by wumpus 04:01 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 04:01 -!- mode/#bitcoin-core-dev [-o wumpus] by ChanServ 04:02 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 04:02 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 04:11 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 04:13 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 04:19 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 04:29 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 04:30 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 04:35 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:39 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 04:47 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 04:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 04:52 -!- wxss [~user@185.23.213.22] has joined #bitcoin-core-dev 05:17 -!- season [2f10a055@gateway/web/freenode/ip.47.16.160.85] has joined #bitcoin-core-dev 05:17 -!- season [2f10a055@gateway/web/freenode/ip.47.16.160.85] has quit [Client Quit] 05:22 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 05:23 -!- chester21 [70c64bd9@gateway/web/freenode/ip.112.198.75.217] has joined #bitcoin-core-dev 05:23 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 05:26 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-ewijqyztacjdmlwf] has joined #bitcoin-core-dev 05:30 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 05:32 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 05:36 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 272 seconds] 05:36 -!- chester21 [70c64bd9@gateway/web/freenode/ip.112.198.75.217] has quit [Ping timeout: 260 seconds] 05:52 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-anwcbeexhrtnvfts] has quit [Quit: Connection closed for inactivity] 06:01 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:02 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 06:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:05 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:07 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 06:12 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 06:18 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 06:19 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:19 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 06:19 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 06:29 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 06:33 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:34 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 06:34 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:35 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:36 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 265 seconds] 06:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:38 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 256 seconds] 06:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:39 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:39 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:41 -!- quantbot [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 06:41 -!- quantbot [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 06:42 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:42 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:43 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 06:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:45 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:45 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:49 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:49 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:51 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:51 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:51 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:52 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:55 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 272 seconds] 06:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:57 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:57 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 06:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 06:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:00 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:00 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:03 -!- LeMiner2 is now known as LeMiner 07:03 -!- LeMiner [LeMiner@5ED1AFBF.cm-7-2c.dynamic.ziggo.nl] has quit [Changing host] 07:03 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 07:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:05 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:05 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:06 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:06 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:07 -!- quantbot [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 07:07 -!- quantbot [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 07:09 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:09 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:09 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:09 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:10 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:10 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:11 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:11 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:11 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:12 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:12 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:12 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:14 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:16 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:16 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:16 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:18 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:18 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:19 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:20 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:20 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:20 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:21 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:21 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:22 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:22 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:23 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 07:23 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:24 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:24 -!- yoctopede [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 07:25 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:25 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:26 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:27 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:27 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:27 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:27 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:28 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:28 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:28 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:29 -!- quantbot [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 07:29 -!- quantbot [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 07:30 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:30 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:30 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:31 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:31 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:31 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:32 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:32 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:32 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:32 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:33 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:34 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:35 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:35 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:36 -!- quantbot [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 07:36 -!- quantbot [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 07:36 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:36 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:37 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:37 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:38 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:39 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:39 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:39 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:40 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:40 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:40 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:40 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:41 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:41 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:42 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:42 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:42 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:43 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 07:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:43 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:44 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:45 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:45 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:46 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:48 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:48 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:49 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:49 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:49 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:51 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:51 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:51 -!- yoctopede is now known as intcat 07:52 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:52 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:52 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:53 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:53 < bitcoin-git> [bitcoin] JavadSM closed pull request #11895: Moving to python3 (master...master) https://github.com/bitcoin/bitcoin/pull/11895 07:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:54 -!- mode/#bitcoin-core-dev [+o wumpus] by ChanServ 07:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:55 -!- mode/#bitcoin-core-dev [+b *!*@ool-2f125d98.dyn.optonline.net] by wumpus 07:55 -!- mode/#bitcoin-core-dev [-o wumpus] by ChanServ 07:55 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 265 seconds] 07:57 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 07:57 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 07:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 08:03 -!- whphhg [~whphhg@unaffiliated/whphhg] has quit [Quit: Leaving] 08:04 -!- whphhg [~whphhg@unaffiliated/whphhg] has joined #bitcoin-core-dev 08:11 -!- str4d [~str4d@183.191.6.51.dyn.plus.net] has joined #bitcoin-core-dev 08:20 -!- danib31 [~danib31@199.203.151.209] has joined #bitcoin-core-dev 08:22 < bitcoin-git> [bitcoin] PierreRochard opened pull request #11923: Wallet : remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx (master...2017-12-17-FindWalletTx) https://github.com/bitcoin/bitcoin/pull/11923 08:24 -!- adminj [~admin@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has joined #bitcoin-core-dev 08:26 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 08:26 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 08:28 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 08:32 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 08:32 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 08:34 < adminj> cluelessperson it can be helpful to draw proposed design changes on top of an existing screenshot, as it makes it easier to understand the relative change. Your last sketch looks completely different from the current look and feel. As much as I'd love a complete revamp, smaller incremental improvements are more likely to actually happen. 08:34 < cluelessperson> adminj: that's a good suggestion 08:36 -!- adminj [~admin@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in] 08:37 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:37 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 08:37 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:38 < sturles> I have been education my users for a while to use segwit compatible wallets. The result is that now most of my outgoing transactions are to bc1.. and 3.. type addresses, with the change output being the only one to and1... 08:38 < sturles> Eoh. 08:38 < sturles> to an 1... address. 08:38 < sturles> This makes it very easy to single out. 08:38 < wumpus> sturles: what wallet are you using? 08:38 < sturles> Bitcoin Core. 08:38 -!- provoostenator [~vwDZ2BYsc@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has joined #bitcoin-core-dev 08:39 < wumpus> sturles: with #11403? 08:39 < gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub 08:39 < provoostenator> (setting up ZNC is a pain...) 08:39 < wumpus> if so, you can change the changetype with -changetype 08:40 < sturles> Ah, thanks! Don't know why I haven't found this one before. 08:41 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 08:41 < sturles> Is it production ready? 08:41 < wumpus> definitely not, it needs testing 08:42 < sturles> Hmm. :-/ 08:42 < wumpus> and review and all the things unmerged PR need 08:42 < sturles> I don't test much, but when I do I do it in production. :-) 08:48 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 08:53 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 265 seconds] 09:06 -!- arubi_ is now known as arubi 09:06 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 09:08 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 09:17 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:34 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 248 seconds] 09:35 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #bitcoin-core-dev 09:35 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 09:35 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #bitcoin-core-dev 09:39 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 09:42 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 09:46 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has joined #bitcoin-core-dev 09:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 09:50 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has quit [Ping timeout: 248 seconds] 09:54 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 248 seconds] 10:05 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Quit: WeeChat 1.9] 10:06 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 10:07 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 10:10 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 10:19 -!- harrymm [~harrymm@104.207.83.34] has quit [Ping timeout: 272 seconds] 10:20 -!- harrymm [~harrymm@104.207.83.11] has joined #bitcoin-core-dev 10:22 -!- underling [~scare@c-65-50-58-9.hs.gigamonster.net] has joined #bitcoin-core-dev 10:45 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 10:47 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 10:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:54 -!- tattoovicious [~tattoovic@95.111.59.133] has joined #bitcoin-core-dev 11:01 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 11:03 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 11:05 -!- tattoovicious [~tattoovic@95.111.59.133] has quit [Quit: Leaving] 11:12 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 11:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 11:13 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 11:15 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 11:15 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:17 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-bodfehyreoshvcgt] has joined #bitcoin-core-dev 11:19 -!- str4d [~str4d@183.191.6.51.dyn.plus.net] has quit [Ping timeout: 264 seconds] 11:20 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 11:21 < jonasschnelli> My nighly gitian builds for linux do fail since 1st of december... could be a local issue... but more likely a build thing 11:22 < jonasschnelli> https://bitcoin.jonasschnelli.ch/builds/407/build_linux.log 11:22 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 11:26 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 11:27 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:30 -!- danib31 [~danib31@199.203.151.209] has quit [Remote host closed the connection] 11:31 -!- danib31 [~danib31@199.203.151.209] has joined #bitcoin-core-dev 11:31 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Client Quit] 11:31 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:34 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 11:49 -!- smalec [ab19c610@gateway/web/freenode/ip.171.25.198.16] has joined #bitcoin-core-dev 11:53 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 11:53 -!- timothy [~tredaelli@redhat/timothy] has quit [Client Quit] 11:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 11:57 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:03 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:05 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:06 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:07 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:08 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:15 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 12:17 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 12:17 -!- smalec [ab19c610@gateway/web/freenode/ip.171.25.198.16] has quit [Quit: Page closed] 12:21 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 12:21 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 12:29 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 12:30 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 264 seconds] 12:32 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 12:39 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 12:42 -!- wxss_ [~user@82.221.112.214] has joined #bitcoin-core-dev 12:43 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 12:44 -!- underling [~scare@c-65-50-58-9.hs.gigamonster.net] has quit [Read error: Connection reset by peer] 12:44 -!- underling [~scare@c-65-50-58-9.hs.gigamonster.net] has joined #bitcoin-core-dev 12:44 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:45 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 12:45 -!- zshlyk is now known as intcat 12:45 -!- wxss [~user@185.23.213.22] has quit [Ping timeout: 260 seconds] 12:45 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:46 -!- Kal [58bd2846@gateway/web/freenode/ip.88.189.40.70] has joined #bitcoin-core-dev 12:48 -!- Kal [58bd2846@gateway/web/freenode/ip.88.189.40.70] has quit [Client Quit] 12:51 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Quit: WeeChat 1.9] 12:52 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 12:57 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 248 seconds] 12:58 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 12:59 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 248 seconds] 12:59 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 12:59 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Ping timeout: 248 seconds] 13:01 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 13:01 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 13:01 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 13:11 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:11 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 13:12 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:13 -!- Cheeseo [~Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has quit [Read error: Connection reset by peer] 13:13 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 13:14 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 13:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:15 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 13:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 13:17 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 13:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 13:27 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-bodfehyreoshvcgt] has quit [Quit: Connection closed for inactivity] 13:33 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 13:36 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 13:40 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 240 seconds] 13:44 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:47 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-oyzyxthrkklsomhx] has joined #bitcoin-core-dev 13:47 -!- underling [~scare@c-65-50-58-9.hs.gigamonster.net] has quit [] 13:57 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:59 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 256 seconds] 14:02 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 14:05 -!- dcousens [~dcousens@CPE-101-181-58-96.lnse4.cha.bigpond.net.au] has quit [Ping timeout: 272 seconds] 14:06 -!- dcousens [~dcousens@CPE-101-181-103-72.lnse5.cha.bigpond.net.au] has joined #bitcoin-core-dev 14:07 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: Textual IRC Client: www.textualapp.com] 14:17 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 14:22 -!- Danilo_ [~quassel@177.223.186.136] has joined #bitcoin-core-dev 14:22 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Ping timeout: 272 seconds] 14:24 -!- Danilo_ is now known as danguafer 14:24 -!- Oruscam [5d225e51@gateway/web/cgi-irc/kiwiirc.com/ip.93.34.94.81] has joined #bitcoin-core-dev 14:25 -!- OrusCam_ [5d225e51@gateway/web/freenode/ip.93.34.94.81] has joined #bitcoin-core-dev 14:26 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #bitcoin-core-dev 14:29 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 14:29 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 14:30 -!- Oruscam is now known as OrusCam 14:30 -!- Randolf [~randolf@184.67.245.150] has joined #bitcoin-core-dev 14:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 14:32 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 14:34 -!- OrusCam [5d225e51@gateway/web/cgi-irc/kiwiirc.com/ip.93.34.94.81] has left #bitcoin-core-dev [] 14:35 -!- OrusCam_ [5d225e51@gateway/web/freenode/ip.93.34.94.81] has left #bitcoin-core-dev [] 14:35 -!- OrusCam_ [5d225e51@gateway/web/freenode/ip.93.34.94.81] has joined #bitcoin-core-dev 14:35 -!- arubi_ is now known as arubi 14:36 -!- OrusCam_ is now known as OrusCam 14:38 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 14:39 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 14:39 -!- Seven_ [~Seven@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 14:40 -!- OrusCam_ [5d225e51@gateway/web/freenode/ip.93.34.94.81] has joined #bitcoin-core-dev 14:43 -!- OrusCam_ [5d225e51@gateway/web/freenode/ip.93.34.94.81] has left #bitcoin-core-dev [] 14:44 -!- OrusCam [5d225e51@gateway/web/freenode/ip.93.34.94.81] has quit [Ping timeout: 260 seconds] 14:51 -!- orus-cam [5d225e51@gateway/web/freenode/ip.93.34.94.81] has joined #bitcoin-core-dev 14:54 -!- booyah [~bb@193.25.1.157] has quit [Killed (Sigyn (Spam is off topic on freenode.))] 14:55 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 15:02 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 15:02 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 15:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 15:04 -!- orus-cam [5d225e51@gateway/web/freenode/ip.93.34.94.81] has quit [Ping timeout: 260 seconds] 15:05 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 15:07 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 15:11 -!- Randolf [~randolf@184.67.245.150] has quit [Ping timeout: 272 seconds] 15:13 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 15:15 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 15:28 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 15:28 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 265 seconds] 15:38 -!- jak3264 [b915dfe7@gateway/web/freenode/ip.185.21.223.231] has joined #bitcoin-core-dev 15:43 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [] 15:46 -!- asdfasdf [b915dfe7@gateway/web/freenode/ip.185.21.223.231] has joined #bitcoin-core-dev 15:47 -!- adam_ [5211ea86@gateway/web/freenode/ip.82.17.234.134] has joined #bitcoin-core-dev 15:48 < adam_> hey guys 15:48 < adam_> does anyone still communicate on herE? 15:48 < asdfasdf> I'm here for the first time. I'm just wondering how this works 15:51 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 15:55 -!- jak3264 [b915dfe7@gateway/web/freenode/ip.185.21.223.231] has quit [Quit: Page closed] 15:55 -!- asdfasdf [b915dfe7@gateway/web/freenode/ip.185.21.223.231] has quit [Quit: Page closed] 16:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 16:15 < adam_> yeah same 16:15 < adam_> lol 16:16 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 16:16 -!- adam_ [5211ea86@gateway/web/freenode/ip.82.17.234.134] has quit [Quit: Page closed] 16:17 < fanquake> adam_ asdfasdf Yes, this channel is used for discussion specific to core development, as well as dev meetings. See https://botbot.me/freenode/bitcoin-core-dev/ for logs. 16:24 -!- wxss_ [~user@82.221.112.214] has quit [Quit: leaving] 16:25 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Read error: Connection reset by peer] 16:26 -!- jb55 [~jb55@108.172.210.7] has joined #bitcoin-core-dev 16:35 -!- jordan23 [4c40d1de@gateway/web/freenode/ip.76.64.209.222] has joined #bitcoin-core-dev 16:39 -!- jordan23 [4c40d1de@gateway/web/freenode/ip.76.64.209.222] has quit [Ping timeout: 260 seconds] 16:52 -!- wunpunch [~Alli@2a02:c7f:282a:6c00:21b1:537e:e207:bd92] has joined #bitcoin-core-dev 16:54 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 16:55 -!- jb55 [~jb55@108.172.210.7] has quit [Ping timeout: 256 seconds] 17:09 < fanquake> Could someone send some testnet coins to 2MxhnRfjqjps8CSsUgp1US51q555Js5mUMr . Cheers. 17:09 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 17:09 < BlueMatt> fanquake: done 17:12 < fanquake> BlueMatt Thanks 17:16 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 17:18 -!- j4ms [462431bb@gateway/web/freenode/ip.70.36.49.187] has joined #bitcoin-core-dev 17:21 -!- Murch [~murch@h187.35.140.40.ip.windstream.net] has joined #bitcoin-core-dev 17:27 -!- j4ms [462431bb@gateway/web/freenode/ip.70.36.49.187] has quit [Quit: Page closed] 17:31 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 17:33 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 17:37 -!- zshlyk is now known as intcat 17:39 -!- str4d [~str4d@183.191.6.51.dyn.plus.net] has joined #bitcoin-core-dev 17:46 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-ewijqyztacjdmlwf] has quit [Quit: Connection closed for inactivity] 17:52 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has quit [Quit: May the Shwartz be with you] 17:53 -!- Murch [~murch@h187.35.140.40.ip.windstream.net] has quit [Quit: Snoozing.] 17:57 -!- Murch [~murch@h187.35.140.40.ip.windstream.net] has joined #bitcoin-core-dev 17:59 -!- Murch [~murch@h187.35.140.40.ip.windstream.net] has quit [Client Quit] 18:03 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Quit: Leaving] 18:03 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 18:04 -!- danguafer [~quassel@177.223.186.136] has quit [Remote host closed the connection] 18:08 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Quit: Leaving] 18:12 -!- wunpunch [~Alli@2a02:c7f:282a:6c00:21b1:537e:e207:bd92] has quit [Read error: Connection reset by peer] 18:26 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 18:28 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:28 -!- chjj [~chjj@unaffiliated/chjj] has quit [Quit: WeeChat 2.0] 18:30 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 18:33 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 18:33 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 18:34 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 18:34 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:52 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 18:53 -!- chjj [~chjj@unaffiliated/chjj] has quit [Client Quit] 18:54 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 18:54 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 19:10 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 19:12 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 19:23 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 19:25 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 19:41 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 19:56 -!- sicktastic [~sicktasti@2602:306:8beb:4b90:11c0:4a14:f461:e39d] has joined #bitcoin-core-dev 19:59 < BGL> https://i.imgur.com/mTR70FX.jpg 20:00 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 20:03 < fanquake> BGL See https://github.com/bitcoin/bitcoin/issues/9860 20:04 < fanquake> It's an upstream issue with Qt, and won't affect running core. Are you running windows? 20:04 < BGL> yes 20:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 20:19 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 20:20 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 20:20 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 20:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 20:22 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 20:47 -!- alan_ [b5a6d727@gateway/web/freenode/ip.181.166.215.39] has joined #bitcoin-core-dev 20:48 -!- alan_ [b5a6d727@gateway/web/freenode/ip.181.166.215.39] has quit [Client Quit] 20:58 < mryandao> quick question, where can I find code on how AES encryption is applied to the encrypted private keys in wallet.dat? 20:58 < mryandao> alternatively, a grep regex will be sufficient ;) 20:58 < phantomcircuit> mryandao, maybe just in the code 20:59 < mryandao> yeah, I mean in the core source. 21:01 < phantomcircuit> mryandao, src/wallet/crypter.cpp 21:01 < mryandao> phantomcircuit: wonderful, thanks. 21:06 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 21:08 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 21:14 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 21:16 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 21:17 -!- echeveria [~echeveria@2604:a880:2:d0::28:f001] has joined #bitcoin-core-dev 21:27 -!- sanada [~bitktn@36-2-119-80.chiba.ap.gmo-isp.jp] has quit [] 21:30 -!- murr4y [ali@100.94.211.130.bc.googleusercontent.com] has quit [Ping timeout: 240 seconds] 21:36 -!- sicktastic [~sicktasti@2602:306:8beb:4b90:11c0:4a14:f461:e39d] has quit [Remote host closed the connection] 21:39 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 21:41 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Quit: esoteric nonsense] 21:42 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 21:52 < echeveria> has there been any discussion recently about improving the methods for low-latency GBT updates? 21:53 < echeveria> the pool software that's publicly available at the moment seems to use a variety of methods for detecting when there's a new block, -blocknotify calling a script that sends an interrupt to send an RPC call, polling the RPC in a tight loop, or even attempting to build an empty block template from the ZMQ socket raw block output. the RPC interface has a long polling option but that's pretty hacky as well. 21:56 -!- sicktastic [~sicktasti@104-190-180-185.lightspeed.rcsntx.sbcglobal.net] has joined #bitcoin-core-dev 22:11 < echeveria> most ideally there'd be a mode for the ZMQ socket which emits a GetBlockTemplate response on UpdateTip, and at some configurable interval. eliminates any polling misses, any latency from spawming a new shell just to send an interrupt. 22:25 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 22:27 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 22:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:35 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 22:35 -!- anditto [~anditto@zz2014411797B6F89E81.userreverse.dion.ne.jp] has joined #bitcoin-core-dev 22:36 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 22:38 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-dizrdvgncmxnvxlx] has joined #bitcoin-core-dev 22:40 < bitcoin-git> [bitcoin] fanquake opened pull request #11936: [build] Warn that only libconsensus can be built without Boost (master...libcon-boost) https://github.com/bitcoin/bitcoin/pull/11936 22:40 < bitcoin-git> [bitcoin] fanquake closed pull request #11806: [Build]: Modify error if boost lib is not found (master...boost) https://github.com/bitcoin/bitcoin/pull/11806 22:42 < bitcoin-git> [bitcoin] fanquake closed pull request #11920: Trivial: Spelling fix, python → Python (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11920 22:47 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-oyzyxthrkklsomhx] has quit [Quit: Connection closed for inactivity] 22:50 -!- jouke [~jouke@unaffiliated/komkommer] has quit [Remote host closed the connection] 22:51 < echeveria> to exemplify that, CreateNewBlock() takes 26ms, sending it down RPC takes 90ms. 22:55 -!- sicktastic [~sicktasti@104-190-180-185.lightspeed.rcsntx.sbcglobal.net] has quit [Quit: Leaving...] 22:57 -!- anditto [~anditto@zz2014411797B6F89E81.userreverse.dion.ne.jp] has quit [Remote host closed the connection] 22:58 -!- anditto [~anditto@zz2014411797B6F89E81.userreverse.dion.ne.jp] has joined #bitcoin-core-dev 22:58 -!- sanada [~bitktn@36-2-119-80.chiba.ap.gmo-isp.jp] has joined #bitcoin-core-dev 23:02 -!- Cogito_Ergo_Sum [~Myself@80.107.151.135] has joined #bitcoin-core-dev 23:02 -!- Cogito_Ergo_Sum [~Myself@80.107.151.135] has quit [Changing host] 23:02 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 23:02 -!- anditto [~anditto@zz2014411797B6F89E81.userreverse.dion.ne.jp] has quit [Ping timeout: 272 seconds] 23:08 -!- murr4y [ali@100.94.211.130.bc.googleusercontent.com] has joined #bitcoin-core-dev 23:11 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 23:11 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 23:14 -!- anditto [~anditto@zz2014411797B6F89E81.userreverse.dion.ne.jp] has joined #bitcoin-core-dev 23:20 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 23:22 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 23:22 -!- harrymm [~harrymm@104.207.83.11] has quit [Ping timeout: 272 seconds] 23:25 -!- jouke [~jouke@unaffiliated/komkommer] has joined #bitcoin-core-dev 23:32 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 23:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 23:48 < jonasschnelli> echeveria: maybe have a look at https://github.com/bitcoin/bitcoin/pull/9919? 23:48 < jonasschnelli> Why is the longpolling hacky?