--- Day changed Sat Dec 16 2017 00:02 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 00:18 -!- Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has quit [Read error: Connection reset by peer] 00:18 -!- _Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 00:25 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has joined #bitcoin-core-dev 00:26 -!- Amuza [~Amuza@78.30.17.190] has joined #bitcoin-core-dev 00:27 -!- _Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has quit [Read error: Connection reset by peer] 00:28 -!- Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 00:31 -!- quantbot [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 00:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:32 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has quit [Quit: Leaving] 00:34 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 00:36 < eck> jonasschnelli: do you still maintain testnet-seed.bitcoin.jonasschnelli.ch 00:37 < eck> it's in chainparams.cpp but i haven't been getting any dns responses from that seed (the testnet seeds work), which is why i as, 00:41 -!- Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has quit [Quit: This computer has gone to sleep] 00:42 -!- towertorony [70cde0ec@gateway/web/freenode/ip.112.205.224.236] has joined #bitcoin-core-dev 00:43 < wumpus> indeed, it gives no results at the moment 00:43 < towertorony> hello. why is the maj function used by bitcoin in src code with a simple | (or) not with an xor? 00:43 < sipa> what do you mean with "the testnet seeds work"; the seeder by jonasschnelli you're referring to is a testnet seed 00:43 < sipa> eck: ^ 00:44 < towertorony> that is in sha256... 00:44 < sipa> towertorony: they're identical 00:44 < eck> sorry, typo, the seeds from petertodd.org and bluematt.me respond, but not the seed from jonasschnelli.me 00:45 < towertorony> how? xor is 1 if both inputs have same bits. or is 1 if at least one input is 1? 00:45 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has joined #bitcoin-core-dev 00:46 < sipa> Maj(x,y,z) is either "(x & y) ^ (y & z) ^ (z & x)" or "z ^ (x & (y ^ z))" 00:46 < sipa> eh 00:46 -!- quantbot [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 00:46 < sipa> Maj(x,y,z) is either "(x & y) ^ (y & z) ^ (z & x)" or "(x & y) | (z & (x | y))" 00:46 < towertorony> xor 1 if inputs different bits...sorry, 0 otherwise. or is zero only if both are 0? 00:46 < wumpus> seed.bitcoin.sipa.be gives me no results either at the moment, btw 00:46 < sipa> find me an input for which the two give a different results 00:47 < towertorony> ok i will look into your explanation, sepa. thanks 00:47 < sipa> towertorony: it's not just swapping out a xor for an or; it's a totally different expression that just happens to be equivalent 00:47 < sipa> and the one used is only 4 bitwise operations, instead of 5 00:47 < sipa> so it's faster 00:48 < towertorony> i realized that the orig eqn uses a compliment of x... 00:48 -!- Amuza [~Amuza@78.30.17.190] has quit [Ping timeout: 265 seconds] 00:48 < sipa> wumpus: heh, indeed i'm not seeing any dns requests come in 00:49 < sipa> fixed 00:49 < wumpus> would be if there was a notification system that monitors the dns seeds, and sends out a mail or IRC message or such if they're unreachable for a while 00:50 < sipa> my port forwarding firewall rule got erased somehow 00:50 < wumpus> yep yours works again 00:51 < eck> since jonas' seed is down, there are only two seeds for testnet 00:52 < eck> not a huge deal if it's temporary, but something to be aware fo 00:52 < sipa> towertorony: it helps to realize what the Maj function is doing: if a bit is set in 2 or 3 out of the inputs, the result is 1; if it's only set in 0 or 1 of the inputs, the result is 0 00:52 < wumpus> eck: I'm sure it's just a matter of restarting it 00:52 < eck> that's what i suspect/hope as well 00:53 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 00:54 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 00:57 -!- towertorony [70cde0ec@gateway/web/freenode/ip.112.205.224.236] has quit [Ping timeout: 260 seconds] 00:58 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has quit [Ping timeout: 240 seconds] 01:01 -!- Amuza [~Amuza@78.30.17.190] has joined #bitcoin-core-dev 01:26 -!- Amuza [~Amuza@78.30.17.190] has quit [Remote host closed the connection] 01:26 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 01:31 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 265 seconds] 01:40 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 01:45 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 01:46 -!- freeark1 [75e37c74@gateway/web/freenode/ip.117.227.124.116] has joined #bitcoin-core-dev 01:47 < freeark1> An easy to learn resource for blockchain 01:49 < freeark1> bitcoin-dev development process, am I need to fork bitcoin github repo? 01:54 -!- brats [5d881f7f@gateway/web/freenode/ip.93.136.31.127] has joined #bitcoin-core-dev 01:54 < brats> hi where could download bitcoin core logo and other material? 01:54 < brats> from which site? 02:05 < freeark1> https://github.com/bitcoin/bitcoin/tree/master/src/qt/res/icons 02:06 < freeark1> @brats, https://github.com/bitcoin/bitcoin/tree/master/src/qt/res/icons 02:07 -!- brats [5d881f7f@gateway/web/freenode/ip.93.136.31.127] has quit [Ping timeout: 260 seconds] 02:09 -!- freeark1 [75e37c74@gateway/web/freenode/ip.117.227.124.116] has quit [Quit: Page closed] 02:22 -!- breds [5d8e590b@gateway/web/freenode/ip.93.142.89.11] has joined #bitcoin-core-dev 02:24 < breds> could someone tell me where to download bitcoin node logo and other material ?? 02:25 < meshcollider> breds: he freeark1 literally just posted above... https://github.com/bitcoin/bitcoin/tree/master/src/qt/res/icons 02:25 < meshcollider> breds: please use #bitcoin for questions like that, not this channel 02:26 < breds> thnx ok 02:36 -!- breds [5d8e590b@gateway/web/freenode/ip.93.142.89.11] has quit [Quit: Page closed] 02:39 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:40 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:41 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Quit: No Ping reply in 180 seconds.] 02:42 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 02:44 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 02:47 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 265 seconds] 03:36 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 04:08 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 04:26 -!- twill [~user@router.pv2.uk] has joined #bitcoin-core-dev 04:27 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 04:30 < bitcoin-git> [bitcoin] flack opened pull request #11916: Typo fix (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11916 04:38 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 04:42 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 04:46 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 256 seconds] 04:57 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Remote host closed the connection] 05:00 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 05:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 265 seconds] 05:12 -!- blackbaba [~blackbaba@137.59.252.131] has joined #bitcoin-core-dev 05:13 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-wwhrmrxskmjfgwez] has quit [Quit: Connection closed for inactivity] 05:17 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 265 seconds] 05:26 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [] 05:27 < Provoostenator> What's involved with setting up a testnet DNS seed and what's the worst that can happen if I do that? Happy to try. 05:27 -!- theaby [~e009@213.55.105.146] has joined #bitcoin-core-dev 05:28 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 05:34 < Provoostenator> Found this: https://github.com/sipa/bitcoin-seeder 05:37 -!- wxss [~user@185.23.213.22] has joined #bitcoin-core-dev 05:37 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 05:45 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:47 -!- theaby [~e009@213.55.105.146] has quit [Quit: Leaving] 05:50 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 248 seconds] 05:53 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 05:53 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has joined #bitcoin-core-dev 06:02 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:13 -!- tiagotrs [~tiago@unaffiliated/tiagotrs] has joined #bitcoin-core-dev 06:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 06:18 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 06:19 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 06:30 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 06:31 < Provoostenator> Here we go: seed.testnet.bitcoin.sprovoost.nl - runs on EC2, I don't know if that's good enough for testnet (if you're seeing A 66.111... you need to wait a bit) 06:37 < Provoostenator> Privacy wise, I wonder how much Amazon can see, vs. e.g. running it on a physical machine in a data center in some country with proper privacy laws, not owned by a US company, etc. 06:38 < wumpus> Provoostenator: nice! 06:41 < wumpus> ah yes still gives 66.111 here 06:41 < Provoostenator> And it's mainnet :-) let me fix that... 06:43 -!- Guest16 [~textual@249.13.77.188.dynamic.jazztel.es] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 06:43 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:44 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 06:46 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:47 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 06:51 -!- blackbaba [~blackbaba@137.59.252.131] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 06:53 -!- Guest16 [~textual@3.red-81-45-45.staticip.rima-tde.net] has joined #bitcoin-core-dev 06:53 < Sentineo> wumpus: domI understand it well that to run a seed node you need no registering of it? E.g. I saw built in dnse seeds in sources, but this sounds different. A dynamic seed dns network perhaps? 06:54 < Sentineo> by registering I mean to write to a developer to list it somewhere 06:54 < wumpus> Sentineo: I don't see what advantage another level of indirection would have 06:56 < Sentineo> not suggesting anything ... asking ;) I do run some full nodes ooen to the public. To be a seed node is it enough to just run the tool in sipa's repo linked above? 06:56 < wumpus> Sentineo: privacy is also of important so people adding a DNS seed have to agree to some terms (https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md), which is a manual step before merging them 06:57 < wumpus> and a commitment to running it for fairly long term 06:58 < wumpus> these are entry points to the network so they have to be hardcoded. It's not great, but it's the fastest bootstrapping mechanism. THere is also an automatic one, that is used when falling back (e.g. DNS seeds unreachable). This is a hardcoded list of reliable nodes that is updated every version. 06:59 < wumpus> these are generally unreliable, as they're just nodes and no one committed to kepeing them up, so it takes longer to get connected to the network in that way, and once it found working nodes it asks them for more addresses and goes from there 06:59 -!- Guest16 [~textual@3.red-81-45-45.staticip.rima-tde.net] has quit [Ping timeout: 248 seconds] 07:00 < wumpus> and it skips the DNS seeds if at startup it already has reliable peers in peers.dat 07:00 < Sentineo> yep, I saw that. 07:01 -!- CubicEarth [~cubiceart@31.164.85.6] has joined #bitcoin-core-dev 07:03 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 07:05 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 07:09 < Sentineo> wumpus: so what is the process to become one? First run the bitcoin-seeder tool? 07:10 < wumpus> yes, basically wahat Provoostenator did, just create one, then make a PR 07:12 < Sentineo> cool, ty 07:13 < Provoostenator> I'll make a PR as well. What's the "servicebits filtering" about? 07:15 < wumpus> nodes can request to know only about nodes that provide certain service bits 07:15 < Sentineo> like network, bloom, witness etc 07:15 < wumpus> this is useful for getting segwit peers, basically 07:15 < wumpus> yes 07:16 < Provoostenator> What would be the rationale for setting that false, e.g. BlueMatt: vSeeds.emplace_back("testnet-seed.bluematt.me", false); 07:18 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 268 seconds] 07:18 < wumpus> if your dns seed runs software that doesn't support it 07:19 < wumpus> not acceptable for new ones I'd say 07:19 < wumpus> that's just the way that old dnsseeds were grandfathered in when the filtering was introduced 07:20 < Provoostenator> I'm just running bitcoin-seeder with the default settings, not sure if I need to pass anything using the -w flag: https://github.com/sipa/bitcoin-seeder/blob/master/main.cpp#L51 07:21 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:25 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:32 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] 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@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:38 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 07:39 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 07:39 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 240 seconds] 07:40 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 240 seconds] 07:45 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 255 seconds] 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: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:50 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:50 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 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: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: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 -!- 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:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:54 < Sentineo> Provoostenator: could you please ping me the PR # once you have it? So I can use it as a reference? 07:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:55 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:55 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:55 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 07:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:56 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 07:57 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 07:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:58 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 07:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 07:59 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:00 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:00 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:00 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 272 seconds] 08:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:01 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:02 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:03 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 08:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:04 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 08:06 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 08:12 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:14 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 08:20 < Provoostenator> Sentineo: #11917 08:20 < gribble> https://github.com/bitcoin/bitcoin/issues/11917 | Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl by Sjors · Pull Request #11917 · bitcoin/bitcoin · GitHub 08:20 < bitcoin-git> [bitcoin] Sjors opened pull request #11917: Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl (master...testnet-dns-seed-sjors) https://github.com/bitcoin/bitcoin/pull/11917 08:20 < Provoostenator> (oh, the PR bot works again...) 08:21 < Sentineo> ty! 08:22 < Provoostenator> You may want to wait to see the feedback I get before making your own PR. 08:24 < Sentineo> yep, that is my plan Provoostenator basically to not waste core people's time. 08:32 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 08:33 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 08:39 < Provoostenator> From: https://en.bitcoin.it/wiki/Satoshi_Client_Node_Discovery#DNS_Addresses "The client uses public web services which return the information to determine its own external, routable IP address". Isn't that outdated info? 08:52 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 265 seconds] 09:00 -!- f_luk [bb8ce5d0@gateway/web/freenode/ip.187.140.229.208] has joined #bitcoin-core-dev 09:02 -!- LumberCartel [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:03 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 09:05 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 265 seconds] 09:05 -!- LumberCartel is now known as Randolf 09:06 -!- tiagotrs [~tiago@unaffiliated/tiagotrs] has quit [Ping timeout: 240 seconds] 09:11 -!- LumberCartel [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:12 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 09:13 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 09:14 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 09:17 -!- sandeep [631635c3@gateway/web/freenode/ip.99.22.53.195] has joined #bitcoin-core-dev 09:17 -!- sandeep is now known as Guest84235 09:18 -!- Guest84235 [631635c3@gateway/web/freenode/ip.99.22.53.195] has quit [Client Quit] 09:22 < BlueMatt> Provoostenator: note that the boolean goes away in #11512 (which fixes 0.16 bugs, so will land for it) 09:22 < gribble> https://github.com/bitcoin/bitcoin/issues/11512 | Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding by TheBlueMatt · Pull Request #11512 · bitcoin/bitcoin · GitHub 09:34 -!- LumberCartel [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 09:40 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 09:43 -!- msk01 [02eb7842@gateway/web/freenode/ip.2.235.120.66] has joined #bitcoin-core-dev 09:45 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:46 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:53 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #11918: fees: Remove fallbackfee default (master...Mf1712-NoFallBackFee) https://github.com/bitcoin/bitcoin/pull/11918 10:04 -!- j4c0b1 [b2c8edec@gateway/web/freenode/ip.178.200.237.236] has joined #bitcoin-core-dev 10:05 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has joined #bitcoin-core-dev 10:08 -!- j4c0b1 [b2c8edec@gateway/web/freenode/ip.178.200.237.236] has quit [Client Quit] 10:10 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has quit [Ping timeout: 272 seconds] 10:12 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 256 seconds] 10:13 -!- AL_ [5980b6f1@gateway/web/freenode/ip.89.128.182.241] has joined #bitcoin-core-dev 10:13 -!- AL_ is now known as Guest14309 10:17 -!- Guest14309 [5980b6f1@gateway/web/freenode/ip.89.128.182.241] has quit [Client Quit] 10:18 -!- f_luk [bb8ce5d0@gateway/web/freenode/ip.187.140.229.208] has quit [Quit: Page closed] 10:23 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 10:24 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 10:26 -!- vaporishwhale [ad3b1096@gateway/web/freenode/ip.173.59.16.150] has joined #bitcoin-core-dev 10:26 -!- vaporishwhale [ad3b1096@gateway/web/freenode/ip.173.59.16.150] has quit [Client Quit] 10:36 -!- spilip [5e259a8c@gateway/web/freenode/ip.94.37.154.140] has joined #bitcoin-core-dev 10:38 -!- spilip [5e259a8c@gateway/web/freenode/ip.94.37.154.140] has quit [Client Quit] 10:40 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df7181952436...62fdf9b07087 10:40 < bitcoin-git> bitcoin/master 58c909d flack: Typo fix 10:40 < bitcoin-git> bitcoin/master 62fdf9b MarcoFalke: Merge #11916: Typo fix... 10:41 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #11916: Typo fix (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11916 10:43 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 10:49 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 272 seconds] 10:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 11:06 -!- msk01 [02eb7842@gateway/web/freenode/ip.2.235.120.66] has quit [Quit: Page closed] 11:07 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 272 seconds] 11:10 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 255 seconds] 11:15 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-wneufrtycugyagft] has joined #bitcoin-core-dev 11:19 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 11:21 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 11:21 -!- blaster [~blaster@unaffiliated/blaster] has joined #bitcoin-core-dev 11:21 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 11:21 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has joined #bitcoin-core-dev 11:30 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 11:37 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 11:38 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 11:46 -!- jb55 [~jb55@2605:8d80:4c4:36a5:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 11:48 -!- Seven_ [~Seven@c-73-162-115-183.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 12:03 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:04 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:05 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 12:17 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:17 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:18 -!- jb55 [~jb55@2605:8d80:4c4:36a5:a2af:bdff:fef0:c102] has quit [Ping timeout: 265 seconds] 12:21 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 260 seconds] 12:21 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 12:29 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 12:32 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 12:36 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 265 seconds] 12:39 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 256 seconds] 12:58 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 12:58 -!- tiagotrs [~tiago@unaffiliated/tiagotrs] has joined #bitcoin-core-dev 13:04 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 13:13 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 13:14 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 13:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 13:19 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 13:21 -!- CubicEarth [~cubiceart@31.164.85.6] has quit [Remote host closed the connection] 13:21 -!- tiagotrs [~tiago@unaffiliated/tiagotrs] has quit [Quit: leaving] 13:21 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has joined #bitcoin-core-dev 13:23 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 13:26 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has quit [Ping timeout: 264 seconds] 13:27 -!- reallll [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 13:28 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 240 seconds] 13:29 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 13:34 -!- Randolf [~randolf@184.67.229.78] has joined #bitcoin-core-dev 13:34 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-wneufrtycugyagft] has quit [Quit: Connection closed for inactivity] 13:40 -!- jb55 [~jb55@2605:8d80:4c2:38c0:a2af:bdff:fef0:c102] has joined #bitcoin-core-dev 13:49 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has joined #bitcoin-core-dev 14:04 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 14:05 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 14:08 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:13 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 14:14 -!- Randolf [~randolf@184.67.229.78] has quit [Ping timeout: 255 seconds] 14:15 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 14:18 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has quit [Remote host closed the connection] 14:19 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 14:20 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has joined #bitcoin-core-dev 14:44 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 14:45 -!- quantbot_ [~quantbot@47.18.93.152] has joined #bitcoin-core-dev 14:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Ping timeout: 240 seconds] 14:55 -!- wxss [~user@185.23.213.22] has quit [Ping timeout: 248 seconds] 14:57 -!- wxss [~user@5.254.89.173] has joined #bitcoin-core-dev 15:00 -!- wxss [~user@5.254.89.173] has quit [Client Quit] 15:02 -!- Randolf [~randolf@184.70.128.70] has joined #bitcoin-core-dev 15:12 -!- Randolf [~randolf@184.70.128.70] has quit [Ping timeout: 265 seconds] 15:17 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 15:18 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 15:24 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 15:26 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 15:30 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 15:40 -!- hh [0e8be705@gateway/web/freenode/ip.14.139.231.5] has joined #bitcoin-core-dev 15:40 -!- hh [0e8be705@gateway/web/freenode/ip.14.139.231.5] has quit [Client Quit] 15:56 -!- jb55 [~jb55@2605:8d80:4c2:38c0:a2af:bdff:fef0:c102] has quit [Ping timeout: 240 seconds] 15:58 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 15:59 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 16:02 -!- quantbot_ [~quantbot@47.18.93.152] has quit [Remote host closed the connection] 16:02 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 260 seconds] 16:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 16:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 16:03 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 16:03 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 16:05 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 16:10 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #bitcoin-core-dev 16:18 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 16:19 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 16:21 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 16:23 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 265 seconds] 16:35 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 16:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:51 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-qyulfkpbqdyijtew] has quit [Quit: Connection closed for inactivity] 17:05 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 17:07 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 17:17 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 17:22 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 248 seconds] 17:23 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 17:26 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 17:31 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has joined #bitcoin-core-dev 17:34 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 17:36 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 248 seconds] 17:55 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 17:56 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:12 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 18:12 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:21 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 18:21 -!- Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 18:21 -!- Jadee [~Jadee@50-248-173-75-static.hfc.comcastbusiness.net] has quit [Client Quit] 18:22 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:39 -!- CubicEarth [~cubiceart@xdsl-31-164-85-6.adslplus.ch] has quit [Remote host closed the connection] 18:46 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 18:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 18:48 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:49 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 18:51 -!- elagall [1f002f2c@gateway/web/freenode/ip.31.0.47.44] has joined #bitcoin-core-dev 18:53 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 18:55 -!- elagall [1f002f2c@gateway/web/freenode/ip.31.0.47.44] has quit [Client Quit] 18:57 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 19:00 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 19:03 -!- CryptoMann [629c0505@gateway/web/freenode/ip.98.156.5.5] has joined #bitcoin-core-dev 19:04 < CryptoMann> Welkomen 19:06 -!- CryptoMann_ [629c0505@gateway/web/freenode/ip.98.156.5.5] has joined #bitcoin-core-dev 19:09 -!- CryptoMann_ [629c0505@gateway/web/freenode/ip.98.156.5.5] has quit [Client Quit] 19:10 -!- CryptoMann [629c0505@gateway/web/freenode/ip.98.156.5.5] has quit [Ping timeout: 260 seconds] 19:13 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 19:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 19:58 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has quit [Quit: Page closed] 19:59 -!- fresco [4c474947@gateway/web/freenode/ip.76.71.73.71] has joined #bitcoin-core-dev 20:00 -!- fresco [4c474947@gateway/web/freenode/ip.76.71.73.71] has quit [Client Quit] 20:22 -!- Garland_Key [~GarlandKe@97-88-123-251.dhcp.stls.mo.charter.com] has quit [Quit: Leaving] 20:27 -!- mutualslump_ [6274f26a@gateway/web/freenode/ip.98.116.242.106] has joined #bitcoin-core-dev 20:27 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 20:29 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 20:31 -!- mutualslump_ [6274f26a@gateway/web/freenode/ip.98.116.242.106] has quit [Client Quit] 20:37 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 272 seconds] 20:49 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 20:50 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 21:02 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 256 seconds] 21:02 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 21:22 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 21:24 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 21:47 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 22:02 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 22:04 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:12 -!- BTC^ [~jk@178-164-109.83.3p.ntebredband.no] has joined #bitcoin-core-dev 22:12 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has joined #bitcoin-core-dev 22:13 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 22:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:17 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-adxdtmquvzhmqeim] has joined #bitcoin-core-dev 22:18 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-adxdtmquvzhmqeim] has quit [Client Quit] 22:18 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ahqizduoiyamnrxq] has joined #bitcoin-core-dev 22:19 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 22:25 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 22:26 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 22:44 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 22:48 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 22:54 -!- quantbot [~quantbot@ool-2f125d98.dyn.optonline.net] has quit [Remote host closed the connection] 23:02 < bitcoin-git> [bitcoin] comradekingu opened pull request #11920: python → Python (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11920 23:12 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 23:14 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 23:14 -!- fanquake [~fanquake@124-171-126-199.dyn.iinet.net.au] has joined #bitcoin-core-dev 23:14 -!- fanquake [~fanquake@124-171-126-199.dyn.iinet.net.au] has quit [Changing host] 23:14 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 23:20 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 23:28 < cluelessperson> bitcoin.org 's downloads are slow as balls 23:28 < cluelessperson> why is that? 23:36 < jonasschnelli> cluelessperson: use http://bitcoincore.org/bin/? 23:39 < cluelessperson> jonasschnelli: thanks, but we should fix the first things users see 23:44 < jonasschnelli> Download from http://bitcoin.org/ seems pretty fast on my end 23:44 < cluelessperson> bitcoin.org is kinda infuriating 23:44 < cluelessperson> needs a "download" link on the homepage 23:45 < sipa> well bitcoin.org is not primarily about bitcoin core 23:45 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 23:46 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 23:47 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 23:55 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 265 seconds]