--- Day changed Tue Sep 22 2020 00:49 < brikk> vasild: I'm pretty close with reviewing and testing #19845, though I'm seeing some strange things on my local node so I want to rule out that before I give the ACK. It's probably nothing to worry about. 00:49 < vasild> brikk: what strange things? 00:51 < brikk> I can't connect to it from here, and it's giving me a mix of Socks5() connect to .onion:8333 failed: connection refused and Socks5() connect to .onion:8333 failed:: general failure 00:51 < brikk> so it's probably something with the node, but I can't reach it from here so it will be later today before I can verify what's up 01:01 -!- seven_ [~seven@2a00:ee2:410c:1300:78df:1a24:2eac:9b86] has joined #bitcoin-core-pr-reviews 01:08 < vasild> ok 01:08 < brikk> also I am able to connect to other reviewers nodes so that's why I'm leaning towards the non-issue side, just want to make sure :) 01:10 < jonatack> brikk: i see those messages as well, but also without 19845 01:10 < jonatack> e.g. "Socks5() connect to *******.onion:8333 failed: connection refused" 01:11 < jonatack> occasionally 01:13 < sipa> may just be that your node is trying to connect to a hidden service that no longer exists 01:13 < jonatack> I *did* get something strange on master these past few hours though 01:13 < jonatack> a couple dozen "ERROR: AcceptBlockHeader: prev block not found" 01:14 < jonatack> ending with "Disconnecting and discouraging peer 4411!" 01:14 < jonatack> i don't recall seeing that before 01:15 < jonatack> sipa yes, i may have an out-of-date addnode in my conf 01:16 < sipa> jonatack: maybe you weren't looking (as much) 01:17 < jonatack> yes. checking my logs, there are a few but they are isolated, just once, not a couple dozen in a few hours 01:18 < jonatack> maybe it's not unusual, mentioning it tho 01:22 < jonatack> (thanks) 01:33 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 240 seconds] 02:13 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 02:44 -!- jonatack [~jon@194.187.251.163] has joined #bitcoin-core-pr-reviews 02:48 -!- jonatack [~jon@194.187.251.163] has quit [Ping timeout: 240 seconds] 02:50 -!- jonatack [~jon@37.171.240.64] has joined #bitcoin-core-pr-reviews 03:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:19 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 246 seconds] 03:20 -!- Delilah16Kertzma [~Delilah16@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-pr-reviews 03:21 -!- provoostenator [~quassel@provoostenator.sprovoost.nl] has quit [Remote host closed the connection] 03:21 -!- provoostenator [~quassel@provoostenator.sprovoost.nl] has joined #bitcoin-core-pr-reviews 03:31 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-pr-reviews 03:33 -!- Delilah16Kertzma [~Delilah16@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 272 seconds] 03:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 03:49 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-pr-reviews 04:45 -!- vindard [~vindard@190.83.165.233] has quit [Quit: No Ping reply in 180 seconds.] 04:47 -!- vindard [~vindard@190.83.165.233] has joined #bitcoin-core-pr-reviews 04:51 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 05:23 -!- ArrayBoy [569db3fd@host86-157-179-253.range86-157.btcentralplus.com] has joined #bitcoin-core-pr-reviews 05:24 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 05:52 -!- jonatack [~jon@37.171.240.64] has quit [Read error: Connection reset by peer] 06:12 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 06:27 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 06:28 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 06:31 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-pr-reviews 06:38 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 06:57 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 07:05 -!- vindard [~vindard@190.83.165.233] has quit [Ping timeout: 260 seconds] 07:05 -!- vindard [~vindard@190.83.165.233] has joined #bitcoin-core-pr-reviews 07:59 -!- ajonas_ [sid385278@gateway/web/irccloud.com/x-ojekfqhypyhwkxni] has quit [] 07:59 -!- ajonas [sid385278@gateway/web/irccloud.com/x-mlutywotlnjlafij] has joined #bitcoin-core-pr-reviews 08:34 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 08:35 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-pr-reviews 09:19 < brikk> I figured out the problem, I had changed the bind configuration away from 127.0.0.1 to accept connection on another IP on the local network so that was why I was getting connection refused. Now I'm able to connect again. 09:25 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has quit [Ping timeout: 260 seconds] 09:25 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #bitcoin-core-pr-reviews 09:38 < brikk> I guess it's possible to specify two addresses as well? 09:40 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 09:41 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 09:41 -!- ArrayBoy [569db3fd@host86-157-179-253.range86-157.btcentralplus.com] has quit [Remote host closed the connection] 09:43 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-pr-reviews 09:44 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 09:49 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 09:52 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-pr-reviews 09:52 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 09:52 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-pr-reviews 10:07 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-pr-reviews 10:27 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 258 seconds] 10:40 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 10:40 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-pr-reviews 10:41 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-pr-reviews 10:55 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 10:58 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 11:37 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 11:39 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 11:43 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 11:46 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 12:14 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:18 < brikk> Tried and tested, works as expected with two bind definitions. I'm happy with 19845 for now, will keep running the node on onion only. 12:24 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 12:24 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #bitcoin-core-pr-reviews 12:36 < jonatack> brikk: great. will re-review tomorrow am. hopefully 19845 can move forward soon. 12:37 < brikk> I hope so! 12:47 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 12:50 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-pr-reviews 13:03 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-pr-reviews 13:15 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] 13:15 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-pr-reviews 13:40 -!- ATHallin [~Winter@unaffiliated/athallin] has joined #bitcoin-core-pr-reviews 13:44 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:44 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-pr-reviews 14:10 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 14:10 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-pr-reviews 14:21 -!- gzhao408 is now known as gloriazhao 15:04 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-lgebcwdtscmlevxn] has quit [Ping timeout: 240 seconds] 15:04 -!- gloriazhao [uid453516@gateway/web/irccloud.com/x-nlymzppxacrwouot] has quit [Read error: Connection reset by peer] 15:04 -!- dergoegge [sid453889@gateway/web/irccloud.com/x-moqnytbtaisiruva] has quit [Read error: Connection reset by peer] 15:04 -!- dergoegge [sid453889@gateway/web/irccloud.com/x-qcyhrfrvemkspetz] has joined #bitcoin-core-pr-reviews 15:04 -!- gloriazhao [uid453516@gateway/web/irccloud.com/x-ffjydwauyyunhkvq] has joined #bitcoin-core-pr-reviews 15:04 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-emezvqtpooboqkzz] has quit [Read error: Connection reset by peer] 15:05 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-ocdalhxrivpycxzh] has joined #bitcoin-core-pr-reviews 15:05 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-wnueoswdnvefglqa] has joined #bitcoin-core-pr-reviews 15:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-pr-reviews 15:33 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #bitcoin-core-pr-reviews 15:37 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 15:43 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 15:46 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 16:13 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 16:52 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 16:54 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] 16:54 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-pr-reviews 16:55 -!- pinheadm_ [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-pr-reviews 17:01 -!- pinheadm_ [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Ping timeout: 258 seconds] 17:03 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-pr-reviews 17:05 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 17:06 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 17:12 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 17:17 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-pr-reviews 17:51 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 18:09 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 18:12 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 18:26 -!- Nebraskka [~Nebraskka@51.83.249.56] has quit [Ping timeout: 260 seconds] 18:27 -!- Nebraskka [~Nebraskka@51.83.249.56] has joined #bitcoin-core-pr-reviews 18:45 -!- troygiorshev [~troygiors@172-97-163-5.cpe.distributel.net] has joined #bitcoin-core-pr-reviews 18:52 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 18:54 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-pr-reviews 18:56 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 18:57 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 19:20 -!- icota[m]1 [icotamatri@gateway/shell/matrix.org/x-sxcivdfavteepvuu] has joined #bitcoin-core-pr-reviews 19:27 -!- Netsplit *.net <-> *.split quits: wumpus, paultroon, fronti, icota[m] 19:33 -!- wumpus [~ircclient@pdpc/supporter/professional/wumpus] has joined #bitcoin-core-pr-reviews 19:33 -!- fronti [~fronti@irc.fh-biergarten.de] has joined #bitcoin-core-pr-reviews 19:33 -!- paultroon [rich@2600:3c00::f03c:92ff:fe8e:dce6] has joined #bitcoin-core-pr-reviews 21:20 -!- illlicit_ [uid109953@gateway/web/irccloud.com/x-oxpdcwzvdvxviizi] has quit [Quit: Connection closed for inactivity] 21:27 -!- troygiorshev [~troygiors@172-97-163-5.cpe.distributel.net] has quit [Ping timeout: 272 seconds] 23:30 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 240 seconds] 23:42 -!- jonatack [~jon@static-176-139-55-163.ftth.abo.bbox.fr] has joined #bitcoin-core-pr-reviews 23:48 -!- jonatack [~jon@static-176-139-55-163.ftth.abo.bbox.fr] has quit [Ping timeout: 260 seconds] 23:50 -!- jonatack [~jon@37.164.9.222] has joined #bitcoin-core-pr-reviews