--- Log opened Tue Dec 08 00:00:39 2020 00:03 -!- miketwen_ [~miketwent@ec2-52-72-204-35.compute-1.amazonaws.com] has quit [Remote host closed the connection] 00:23 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:34 -!- einyx [~einyx@fsf/member/einyx] has joined #bitcoin-core-dev 00:39 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 00:44 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 265 seconds] 00:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:52 < bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/1a9fa4c5ba27...16b31cc4c516 00:52 < bitcoin-git> bitcoin/master 4d70d3d fanquake: build: automatically determine macOS translations 00:52 < bitcoin-git> bitcoin/master 464b34d fanquake: macdeploy: remove codesigning argument 00:52 < bitcoin-git> bitcoin/master 827d382 fanquake: macdeploy: remove add-resources argument 00:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:53 < bitcoin-git> [bitcoin] fanquake merged pull request #20422: build: mac deployment unification (master...macdeploy_unify) https://github.com/bitcoin/bitcoin/pull/20422 00:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:56 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 01:20 -!- rex4539 [~rex4539@8.40.29.10] has joined #bitcoin-core-dev 01:23 -!- rex4539 [~rex4539@8.40.29.10] has quit [Client Quit] 01:36 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 01:42 -!- victorSN [~victorSN@unaffiliated/victorsn] has quit [Quit: Ping timeout (120 seconds)] 01:42 -!- victorSN [~victorSN@unaffiliated/victorsn] has joined #bitcoin-core-dev 02:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:01 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 02:01 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #bitcoin-core-dev 02:05 -!- kexkey [~kexkey@static-198-54-132-157.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 02:10 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 02:17 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 02:20 -!- tip [2ec44156@46.196.65.86] has joined #bitcoin-core-dev 02:21 -!- tip is now known as Guest82782 02:41 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 02:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:44 < bitcoin-git> [bitcoin] jnewbery opened pull request #20599: [net processing] Tolerate sendheaders and sendcmpct messages before verack (master...2020-12-tolerate-early-send-messages) https://github.com/bitcoin/bitcoin/pull/20599 02:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:49 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 258 seconds] 02:50 -!- jonatack [~jon@88.124.242.136] has joined #bitcoin-core-dev 02:50 < vasild> What about a rpc to retrieve the contents of addrman (all usually 50k+ addresses)? 02:52 < wumpus> it would be kind of memory inefficient, there's not really a good way to do streaming data unfortunately, I tried this with the utxo set once but ran into issues with evhttp, that said, addrman data is smaller than that 02:54 < vasild> yeah, it is going to be a hog 02:54 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 258 seconds] 02:55 -!- jonatack [~jon@213.152.162.181] has joined #bitcoin-core-dev 02:55 < vasild> another option is to devise a standalone tool that parses and prints the contents of peers.dat (would be good enough for debugging purposes and answering "how many torv3 addresses does my node know about?") 02:55 < wumpus> we don't have any RPC methods athat return a lot of data, you wouldn't anyone to e.g. run it accidentally run it in the qt console... 02:56 < wumpus> maybe a RPC that returns addrman *statistics*? 02:56 < wumpus> I agree if you want to do processing with the raw data, might as well use an external tool 02:57 < vasild> yes, statistics/summarized data seems to be more of something that could be generally useful to wider audience 02:58 < vasild> right now I have a very simple/crude patch that prints all the addresses to stdout during startup 02:59 < vasild> it is trivial patch, but not very convenient to use: https://github.com/vasild/bitcoin/commit/f51d964575709806d26f2401a41e9794cb39d414 03:18 -!- Helga58Satterfie [~Helga58Sa@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:30 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 03:39 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 03:41 < jnewbery> vasild: You're looking for getnodeaddresses. It's allowed fetching all addrman addresses since #19658 03:41 < gribble> https://github.com/bitcoin/bitcoin/issues/19658 | [rpc] Allow RPC to fetch all addrman records and add records to addrman by jnewbery · Pull Request #19658 · bitcoin/bitcoin · GitHub 03:42 < jnewbery> vasild: this is old and hasn't been updated in a long time, but it used to be able to parse peers.dat files: https://github.com/jnewbery/bitcointools . Doesn't support addrv2, but PRs are welcome 03:43 -!- Helga58Satterfie [~Helga58Sa@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 03:51 < jnewbery> sipa: that's correct. The address that we send may also be different in those two cases: https://github.com/bitcoin/bitcoin/pull/19843#issuecomment-707679704 03:58 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 04:10 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 04:12 < vasild> jnewbery: Excellent! 04:13 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Client Quit] 04:14 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has joined #bitcoin-core-dev 04:17 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 04:17 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Remote host closed the connection] 04:18 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #bitcoin-core-dev 04:18 -!- Guest82782 [2ec44156@46.196.65.86] has quit [Remote host closed the connection] 04:26 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 04:30 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 258 seconds] 04:40 < vasild> stats from my addrman: ipv4: 39232, ipv6: 8381: torv2: 194, torv3: 0, completely boring! 05:04 -!- kristapsk___ is now known as kristapsk 05:17 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 05:18 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 05:21 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 05:22 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 05:28 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 05:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:30 < bitcoin-git> [bitcoin] BlockMechanic opened pull request #20600: Depends : Qt Use Top-Level Structure (master...add-qml-depends) https://github.com/bitcoin/bitcoin/pull/20600 05:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:35 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 05:35 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 05:35 -!- vasild_ is now known as vasild 05:39 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:41 -!- tss1 [~tss@185.204.1.185] has quit [Remote host closed the connection] 05:44 -!- filchef [~filchef@212.104.97.177] has quit [Ping timeout: 256 seconds] 05:50 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 05:51 < jonatack> vasild: yes, the only tor v3 peers i have are the half-dozen i manually connect to 05:51 < jonatack> maybe there aren't any others 05:52 < vasild> hmm 05:53 < jonatack> (i tried to promote testing rc2 on twitter over the weekend, and specifically mentioned testing tor v3 among other things, but there was not a big reaction. jarolrod and hebasto exchanged tor v3 addrs with me.) 05:56 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has joined #bitcoin-core-dev 05:57 < vasild> unless my node is connected directly to some addrv2-supporting node, there is no chance it would get any torv3 addresses 05:59 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 05:59 < vasild> I guess this issue will dissapear by itself in a few years... 06:00 < wumpus> I don't think it'll take so long, I mean, everyone using tor will have to upgrade at least 06:00 < jonatack> yes 06:02 < vasild> yeah, I was half joking 06:02 -!- selenamarie [~selenamar@s91904426.blix.com] has joined #bitcoin-core-dev 06:03 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 06:13 < wumpus> heh 06:30 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has quit [Ping timeout: 264 seconds] 06:56 -!- belcher_ is now known as belcher 06:57 -!- miketwenty1 [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 07:02 -!- miketwenty1 [~miketwent@136.55.84.49] has quit [Ping timeout: 258 seconds] 07:03 -!- miketwenty1 [~miketwent@ec2-18-205-136-236.compute-1.amazonaws.com] has joined #bitcoin-core-dev 07:03 -!- davterra [~davterra@static-198-54-131-124.cust.tzulo.com] has quit [Ping timeout: 264 seconds] 07:04 -!- davterra [~davterra@static-198-54-131-124.cust.tzulo.com] has joined #bitcoin-core-dev 07:04 -!- davterra [~davterra@static-198-54-131-124.cust.tzulo.com] has quit [Remote host closed the connection] 07:04 -!- davterra [~davterra@static-198-54-131-124.cust.tzulo.com] has joined #bitcoin-core-dev 07:14 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has joined #bitcoin-core-dev 07:17 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 07:18 -!- twistedline_ [~twisted@2601:14d:8500:a77d:558c:6632:8f65:ec9e] has quit [Ping timeout: 264 seconds] 07:21 -!- twistedline_ [~twisted@c-73-200-216-219.hsd1.dc.comcast.net] has joined #bitcoin-core-dev 07:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:31 < bitcoin-git> [bitcoin] jarolrod opened pull request #20601: doc: Update for FreeBSD 12.2, add GUI Build Instructions (master...master) https://github.com/bitcoin/bitcoin/pull/20601 07:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:39 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:48 -!- kexkey [~kexkey@static-198-54-132-109.cust.tzulo.com] has joined #bitcoin-core-dev 07:49 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 07:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:51 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20602: util: Allow use of C++14 chrono literals (master...2012-chronoLiterals) https://github.com/bitcoin/bitcoin/pull/20602 07:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:52 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 07:55 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:59 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 08:10 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 08:11 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Client Quit] 08:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:13 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20603: build: Update crc32c subtree (master...2012-crcSubtree) https://github.com/bitcoin/bitcoin/pull/20603 08:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:19 -!- tylerchambers [~tylercham@155.138.202.203] has quit [Ping timeout: 240 seconds] 08:24 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:35 -!- jonatack [~jon@213.152.162.181] has quit [Ping timeout: 272 seconds] 08:36 -!- jonatack [~jon@109.232.227.138] has joined #bitcoin-core-dev 08:39 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 09:04 -!- tralfaz [~davterra@static-198-54-131-156.cust.tzulo.com] has joined #bitcoin-core-dev 09:06 -!- davterra [~davterra@static-198-54-131-124.cust.tzulo.com] has quit [Ping timeout: 258 seconds] 09:08 -!- miketwen_ [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 09:12 -!- miketwenty1 [~miketwent@ec2-18-205-136-236.compute-1.amazonaws.com] has quit [Ping timeout: 240 seconds] 09:16 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 09:26 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:27 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 09:29 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 09:43 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has quit [Quit: peterrizzo_] 09:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:51 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/16b31cc4c516...e98d1d674091 09:51 < bitcoin-git> bitcoin/master 3fbbb9a Russell Yanofsky: refactor: Get rid of more redundant chain methods 09:51 < bitcoin-git> bitcoin/master 6965f13 Russell Yanofsky: refactor: Replace uses ChainActive() in interfaces/chain.cpp 09:51 < bitcoin-git> bitcoin/master 5baa88f Russell Yanofsky: test: Remove no longer needed MakeChain calls 09:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:52 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #19425: refactor: Get rid of more redundant chain methods (master...pr/next) https://github.com/bitcoin/bitcoin/pull/19425 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:54 -!- amiami [d1cdd272@209.205.210.114] has joined #bitcoin-core-dev 09:57 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:01 -!- amiami [d1cdd272@209.205.210.114] has quit [Remote host closed the connection] 10:11 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 10:15 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 10:27 < queip> some users looking at bitcoin-qt have a feeling that node "is stuck". Perhaps GUI is not re-assuring enough progress is happening. This leads to second problem: "bored" users then look into debug.log and some of normal messages look "worrying" like the ones with invalid blocks, rejected peers (result of forkcoin peers). Apparently some users think node is not working and seek help then 10:27 < queip> I wonder if some GUI change, and warning message wording, could be helpful. Myself I was a bit concerned with some of the warnings before, with unknown bits (signaling?) hmm 10:28 < sipa> i think there is some work on reducing the default log output for innocent situations 10:34 -!- miketwenty1 [~miketwent@ec2-52-72-204-35.compute-1.amazonaws.com] has joined #bitcoin-core-dev 10:38 -!- miketwen_ [~miketwent@136.55.84.49] has quit [Ping timeout: 246 seconds] 10:38 -!- miketwen_ [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 10:39 -!- miketwen_ [~miketwent@136.55.84.49] has quit [Remote host closed the connection] 10:39 -!- miketwen_ [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 10:42 -!- miketwenty1 [~miketwent@ec2-52-72-204-35.compute-1.amazonaws.com] has quit [Ping timeout: 264 seconds] 10:46 -!- glozow [uid453516@gateway/web/irccloud.com/x-cqnfehwqfaemtqxq] has joined #bitcoin-core-dev 11:02 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 11:03 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 11:19 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has joined #bitcoin-core-dev 11:20 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 11:20 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 11:20 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:25 -!- tralfaz is now known as davterra 11:26 -!- roconnor [~roconnor@host-45-58-200-239.dyn.295.ca] has quit [Quit: Konversation terminated!] 11:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:26 < bitcoin-git> [gui] RandyMcMillan opened pull request #146: modeloverlay:make transition faster (master...modal) https://github.com/bitcoin-core/gui/pull/146 11:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:56 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 11:56 -!- brikk [~ernylund@tuxedo.abo.fi] has quit [Remote host closed the connection] 11:56 -!- brikk [~ernylund@tuxedo.abo.fi] has joined #bitcoin-core-dev 11:57 -!- Pavlenex [~Thunderbi@185.244.212.67] has joined #bitcoin-core-dev 12:11 -!- virtu [~virtu@gateway/tor-sasl/virtu] has quit [Remote host closed the connection] 12:11 -!- virtu [~virtu@gateway/tor-sasl/virtu] has joined #bitcoin-core-dev 12:15 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:20 -!- einyx [~einyx@fsf/member/einyx] has quit [Quit: ZNC - https://znc.in] 12:32 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 12:34 -!- Pavlenex [~Thunderbi@185.244.212.67] has quit [Quit: Pavlenex] 12:54 -!- virtu [~virtu@gateway/tor-sasl/virtu] has quit [Remote host closed the connection] 12:54 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 240 seconds] 12:54 -!- virtu [~virtu@gateway/tor-sasl/virtu] has joined #bitcoin-core-dev 12:55 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 12:56 -!- Daniela82Wisoky [~Daniela82@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 13:00 -!- Daniela82Wisoky [~Daniela82@static.57.1.216.95.clients.your-server.de] has quit [Read error: Connection reset by peer] 13:01 -!- Violette73Predov [~Violette7@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 13:02 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 13:08 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Quit: ZNC 1.7.5 - https://znc.in] 13:08 -!- alko89 [~alko89@unaffiliated/alko89] has joined #bitcoin-core-dev 13:11 -!- Violette73Predov [~Violette7@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 272 seconds] 13:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:14 < bitcoin-git> [bitcoin] laanwj opened pull request #20605: init: Signal-safe instant shutdown (master...2020_12_instant_shutdown) https://github.com/bitcoin/bitcoin/pull/20605 13:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:28 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:42 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Read error: Connection reset by peer] 13:42 -!- miketwenty1 [~miketwent@ec2-18-205-136-236.compute-1.amazonaws.com] has joined #bitcoin-core-dev 13:42 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #bitcoin-core-dev 13:42 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 13:45 -!- miketwen_ [~miketwent@136.55.84.49] has quit [Ping timeout: 258 seconds] 13:45 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 13:57 -!- glozow [uid453516@gateway/web/irccloud.com/x-cqnfehwqfaemtqxq] has quit [Quit: Connection closed for inactivity] 14:14 -!- ivoaz [bc5c14ba@188.92.20.186] has joined #bitcoin-core-dev 14:36 -!- Rusty24Thompson [~Rusty24Th@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 14:37 < fanquake> About time GitHub got a dark mode 14:39 -!- einyx [einyx@fsf/member/einyx] has joined #bitcoin-core-dev 14:41 -!- Rusty24Thompson [~Rusty24Th@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 14:52 < achow101> github got a dark mode? 14:52 < achow101> whoa 14:54 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 14:54 < sipa> damn, not we won't be able to convince anyone to move off github :( 14:55 -!- Frederick32Hayes [~Frederick@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 14:56 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 240 seconds] 15:00 -!- Frederick32Hayes [~Frederick@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 15:06 -!- Eryn75Bernhard [~Eryn75Ber@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 15:08 -!- sturles [~sturles@unaffiliated/sturles] has quit [Quit: Lost terminal] 15:13 -!- Eryn75Bernhard [~Eryn75Ber@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 15:16 < midnight> yay dark mode 15:16 < midnight> i'm so emo 15:49 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 2.9] 15:50 -!- einyx [einyx@fsf/member/einyx] has quit [Ping timeout: 246 seconds] 15:55 -!- einyx [einyx@fsf/member/einyx] has joined #bitcoin-core-dev 16:11 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 256 seconds] 16:22 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 16:24 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has joined #bitcoin-core-dev 16:25 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 16:27 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has quit [Quit: peterrizzo_] 16:28 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 16:32 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 16:35 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 16:35 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 256 seconds] 16:47 -!- ivoaz [bc5c14ba@188.92.20.186] has quit [Ping timeout: 245 seconds] 16:51 -!- thrasher [~thrasher@unaffiliated/thrasher] has quit [Ping timeout: 256 seconds] 16:52 -!- thrasher` [~thrasher@173.209.42.7] has joined #bitcoin-core-dev 16:53 -!- Henry151 [~bishop@ns3007530.ip-151-80-44.eu] has quit [Ping timeout: 260 seconds] 16:54 -!- einyx [einyx@fsf/member/einyx] has quit [Ping timeout: 260 seconds] 16:54 -!- nickler [~nickler@static.219.205.69.159.clients.your-server.de] has quit [Ping timeout: 265 seconds] 16:54 -!- btc_thc [annalee@kosher.marriageiguana.com] has quit [Ping timeout: 260 seconds] 16:54 -!- einyx [einyx@fsf/member/einyx] has joined #bitcoin-core-dev 16:55 -!- nickler [~nickler@static.219.205.69.159.clients.your-server.de] has joined #bitcoin-core-dev 16:56 -!- Henry151 [~bishop@ns3007530.ip-151-80-44.eu] has joined #bitcoin-core-dev 16:56 -!- btc_thc [annalee@kosher.marriageiguana.com] has joined #bitcoin-core-dev 16:57 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 17:18 -!- josibake [~josibake@ool-18e475e5.dyn.optonline.net] has joined #bitcoin-core-dev 17:27 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 258 seconds] 17:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 17:38 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 17:38 -!- josibake [~josibake@ool-18e475e5.dyn.optonline.net] has quit [Quit: leaving] 17:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:53 < bitcoin-git> [gui] RandyMcMillan opened pull request #147: splash:bitcoin branding and cleanup (master...splash) https://github.com/bitcoin-core/gui/pull/147 17:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:08 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:a9cd:54a5:5132:6498:c2e9] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 18:14 < k3tan> i'm trying to spend coins that have already been spent but unconfirmed, it's an attack, can someone help? 18:15 < k3tan> i know this isn't the right forum to do so 18:15 < k3tan> but it's urgent if anyone is around 18:21 -!- da39a3ee5e6b4b0d [~da39a3ee5@171.5.29.209] has joined #bitcoin-core-dev 19:00 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has joined #bitcoin-core-dev 19:00 -!- peterrizzo_ [~peterrizz@ool-44c18924.dyn.optonline.net] has quit [Client Quit] 19:01 -!- peterrizzo [~peterrizz@ool-44c18924.dyn.optonline.net] has joined #bitcoin-core-dev 19:04 -!- miketwen_ [~miketwent@136.55.84.49] has joined #bitcoin-core-dev 19:07 -!- miketwenty1 [~miketwent@ec2-18-205-136-236.compute-1.amazonaws.com] has quit [Ping timeout: 256 seconds] 19:09 -!- miketwen_ [~miketwent@136.55.84.49] has quit [Ping timeout: 256 seconds] 19:13 -!- einyx [einyx@fsf/member/einyx] has quit [Ping timeout: 272 seconds] 19:14 -!- peterrizzo [~peterrizz@ool-44c18924.dyn.optonline.net] has quit [Quit: peterrizzo] 19:17 -!- pinheadmz [~pinheadmz@71.190.30.138] has quit [Quit: pinheadmz] 19:20 -!- darosior9 [~darosior@194.36.189.246] has joined #bitcoin-core-dev 19:20 -!- darosior [~darosior@194.36.189.246] has quit [Ping timeout: 260 seconds] 19:27 -!- pinheadmz [~pinheadmz@71.190.30.138] has joined #bitcoin-core-dev 19:29 -!- jarolrod [uid475272@gateway/web/irccloud.com/x-vkbfbgweuceqamve] has quit [Quit: Connection closed for inactivity] 19:44 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 19:51 -!- einyx [einyx@fsf/member/einyx] has joined #bitcoin-core-dev 20:15 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 20:16 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 20:26 -!- pinheadmz [~pinheadmz@71.190.30.138] has quit [Quit: pinheadmz] 20:28 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 20:31 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 20:41 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 258 seconds] 21:24 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has quit [Quit: Find me in #TheHolyRoger or https://theholyroger.com] 21:27 -!- endogenic [sid145991@gateway/web/irccloud.com/x-mhbctxajojgrbvpo] has quit [Read error: Connection reset by peer] 21:27 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-lzubfhnktkcfmsho] has quit [Read error: Connection reset by peer] 21:27 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-nyaxgoxdtipvtois] has quit [Read error: Connection reset by peer] 21:27 -!- hebasto [sid449604@gateway/web/irccloud.com/x-vnbkufklqhdtwoze] has quit [Ping timeout: 260 seconds] 21:27 -!- fjahr [sid374480@gateway/web/irccloud.com/x-bftuodvmfdbwrhhw] has quit [Write error: Connection reset by peer] 21:28 -!- digi_james [sid281632@gateway/web/irccloud.com/x-cgclkowkiyrokwek] has quit [Ping timeout: 272 seconds] 21:28 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-nwtcnthiphocmngz] has joined #bitcoin-core-dev 21:28 -!- hebasto [sid449604@gateway/web/irccloud.com/x-fadcirbhpzvcfezz] has joined #bitcoin-core-dev 21:28 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-cndlteukbokvnpjt] has joined #bitcoin-core-dev 21:28 -!- endogenic [sid145991@gateway/web/irccloud.com/x-rttmqpakeqwugsxe] has joined #bitcoin-core-dev 21:29 -!- digi_james [sid281632@gateway/web/irccloud.com/x-vjrjbdfohnkqvcae] has joined #bitcoin-core-dev 21:29 -!- fjahr [sid374480@gateway/web/irccloud.com/x-kgzulwjjzuyevisv] has joined #bitcoin-core-dev 21:30 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has joined #bitcoin-core-dev 21:30 -!- notmandatory [notmandato@2600:3c00::f03c:92ff:fe8e:dce6] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 21:30 -!- PaulTroon [rich@2600:3c00::f03c:92ff:fe8e:dce6] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 21:31 -!- rich [~rich@shindig.notmandatory.org] has joined #bitcoin-core-dev 21:32 -!- notmandatory [~notmandat@shindig.notmandatory.org] has joined #bitcoin-core-dev 21:33 -!- jarolrod [uid475272@gateway/web/irccloud.com/x-tkrwmtoxypxxeffu] has joined #bitcoin-core-dev 21:34 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 22:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:05 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e98d1d674091...90ef622ab534 22:05 < bitcoin-git> bitcoin/master c5a8919 Pieter Wuille: Don't send 'sendaddrv2' to pre-70016 software 22:05 < bitcoin-git> bitcoin/master 1583498 Pieter Wuille: Send and require SENDADDRV2 before VERACK 22:05 < bitcoin-git> bitcoin/master 90ef622 MarcoFalke: Merge #20564: Don't send 'sendaddrv2' to pre-70016 software, and send befo... 22:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:05 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20564: Don't send 'sendaddrv2' to pre-70016 software, and send before 'verack' (master...202012_no_old_sendaddrv2) https://github.com/bitcoin/bitcoin/pull/20564 22:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:43 -!- openoms [~quassel@91.132.136.76] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 22:43 -!- openoms [~quassel@91.132.136.76] has joined #bitcoin-core-dev 23:05 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 23:12 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 23:32 -!- sturles [~sturles@unaffiliated/sturles] has joined #bitcoin-core-dev 23:33 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 23:34 -!- ossifrage_ [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 23:35 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Ping timeout: 260 seconds] 23:43 -!- jarolrod [uid475272@gateway/web/irccloud.com/x-tkrwmtoxypxxeffu] has quit [Quit: Connection closed for inactivity] 23:43 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev --- Log closed Wed Dec 09 00:00:41 2020