--- Log opened Tue Sep 29 00:00:32 2020 00:21 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has joined #lightning-dev 00:21 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #lightning-dev 00:25 < zmnscpxj> What other Lightning DNS seeds are there? lseed.darosior.ninja is not reliable from my connection, even with @1.1.1.1 or @8.8.8.8 00:26 < zmnscpxj> lseed.bitcoinstats.com works with @1.1.1.1 00:26 < zmnscpxj> I mean for SRV requests 00:34 -!- jonatack [~jon@37.167.109.160] has joined #lightning-dev 00:43 -!- yzernik [~yzernik@12.203.56.101] has joined #lightning-dev 00:51 < cdecker> zmnscpxj: that's usually an issue with the size of the response, since recursive resolvers cache the result they'll refuse to relay large results. 00:51 < cdecker> In my experience around 5 SRV results still work with most recursive resolvers, any more than that and they start simply timing out the requests 00:51 < cdecker> Not sure how many darosior has configured 00:52 < zmnscpxj> dig @1.1.1.1 n5.lseed.darosior.ninja SRV still gives me no answers 00:53 < zmnscpxj> I used to be able to get 25 when using @8.8.8.8 but no longer recently, hmmm 00:54 < zmnscpxj> using my ISP resolver gives me 0 results on bitcoinstats.com, I have to use @1.1.1.1 00:55 < cdecker> Yes, ISP resolvers are notoriously flaky 00:56 < zmnscpxj> dig @1.1.1.1 lseed.bitcoinstats.com SRV is fairly reliable on my ISP, wonder how reliable it is for others...? 00:56 < zmnscpxj> who is willing to try? 00:57 < cdecker> Works for me xD (no surprise there I run the resolver) 00:58 < zmnscpxj> yes, I expected that, haha 00:58 < zmnscpxj> who else runs an lseed? 00:59 < cdecker> I think roasbeef has a heavily modified version 00:59 -!- riclas [riclas@77.7.37.188.rev.vodafone.pt] has joined #lightning-dev 00:59 -!- rdymac [uid31665@gateway/web/irccloud.com/x-lijpykrklflhqpgf] has joined #lightning-dev 00:59 < zmnscpxj> what addr? 01:00 < zmnscpxj> what URI I mean? 01:01 < cdecker> https://github.com/lightningnetwork/lnd/blob/e135047304723024dbb72cb01932ad1a3e367804/chainregistry.go#L619-L643 01:02 < cdecker> They sidestep the recursive resolver issue by forcing TCP connections 01:02 < cdecker> dig +tcp srv nodes.lightning.directory 01:03 < zmnscpxj> okay, that works directly for me 01:03 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 01:03 < cdecker> Downside is that the DNS server learns the IP address of all nodes querying it, whereas with recursive resolving the DNS server only sees the ISP IP 01:03 < zmnscpxj> ...ah 01:04 < zmnscpxj> is it possible to proxy that somehow? It is over TCP...? 01:04 < cdecker> See the TLS over TCP querying debate for Cloudflare 01:04 < zmnscpxj> <--- is happily ignorant of basic DNS architecture and just uses Tor browser and trusts it works 01:05 < cdecker> Hehe, DNS is pretty much just decades of clutter accumulating, and different generations of ideas clashing with each other 01:06 < cdecker> Just look at the security story to ensure cryptographic integrity of records (DNSSEC et al) 01:08 < zmnscpxj> `dig @1.1.1.1 nodes.lightning.directory SRV` works, but has this scary ";; Truncated, retrying in TCP mode." comment, is that what you refer to? 01:09 < cdecker> Yep, you can go directly to TCP mode with the `+tcp` flag 01:09 < zmnscpxj> there is no way to say "do not go into TCP mode"? 01:09 < cdecker> Dunno 01:10 < cdecker> DNS over TCP is pretty new to me as well xD 01:10 < zmnscpxj> heh 01:11 < zmnscpxj> TCP mode is the reason the dns seed can see the IP of the querier, or something else? 01:11 < zmnscpxj> +notcp stll falls back to TCP, hmmm 01:11 < zmnscpxj> though `torify dig @1.1.1.1 +tcp nodes.lightning.directory SRV` works.... 01:12 < zmnscpxj> cannot find a proxy flag for dig though, sigh 01:13 < zmnscpxj> Ah, +ignore 01:13 < zmnscpxj> +ignore prevents the fallback 01:13 < zmnscpxj> hmmm 01:18 < cdecker> Yep, afaik TCP mode will directly contact the authoritative DNS server and query it. 01:19 < zmnscpxj> thanks 01:19 < cdecker> Nope, apparently I'm mistaken, and recursive resolving works with TCP 01:19 < cdecker> Need to recalibrate my mental model then xD 01:19 < zmnscpxj> haha 01:21 < zmnscpxj> +tcp works with bitcoinstats.com but not darosior.ninja 01:22 -!- laptop [~laptop@ppp-2-75.leed-a-1.dynamic.dsl.as9105.com] has joined #lightning-dev 01:22 < zmnscpxj> +ignore works with bitcoinstats.com but not nodes.lightning.directory 01:32 -!- sr_gi [~sr_gi@static-80-160-230-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 01:33 -!- sr_gi [~sr_gi@static-80-160-230-77.ipcom.comunitel.net] has joined #lightning-dev 01:36 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 246 seconds] 01:37 < cdecker> Yep, I think darosior.ninja uses my version of lseed, while roasbeef heavily modified his 01:47 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #lightning-dev 02:06 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Quit: Leaving] 02:08 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #lightning-dev 02:09 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 02:11 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Client Quit] 02:15 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 02:20 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 02:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 02:30 < darosior> Thanks for checking zmnscpxj, my configuration seems broken since this weekend's outage. Will look into it soon 02:30 < darosior> (I do use cdecker's lseed fwiw) 02:30 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Ping timeout: 260 seconds] 02:30 -!- inara [~inara@static.38.6.217.95.clients.your-server.de] has quit [Quit: Leaving] 02:31 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 02:31 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #lightning-dev 02:32 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lightning-dev 02:32 -!- inara [~inara@static.38.6.217.95.clients.your-server.de] has joined #lightning-dev 02:33 -!- jonasschnelli [~jonasschn@2a01:4f9:2a:2510::2] has joined #lightning-dev 02:33 < cdecker> Hm, maybe we should spend a bit of time to update it a bit more :-) 02:38 < darosior> Yeah definitely at some point i had plans to improve it but.. 02:38 < zmnscpxj> okthx 02:58 -!- jonatack [~jon@37.167.109.160] has quit [Ping timeout: 256 seconds] 03:03 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 03:07 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lightning-dev 03:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:12 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 272 seconds] 03:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #lightning-dev 03:12 -!- yzernik [~yzernik@12.203.56.101] has quit [Ping timeout: 256 seconds] 04:34 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 04:35 -!- __gotcha1 [~Thunderbi@plone/gotcha] has joined #lightning-dev 04:36 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Read error: Connection reset by peer] 04:36 -!- __gotcha1 is now known as __gotcha 05:03 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 05:17 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 264 seconds] 05:18 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #lightning-dev 06:07 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 258 seconds] 06:08 -!- __gotcha1 [~Thunderbi@plone/gotcha] has joined #lightning-dev 06:10 -!- __gotcha1 is now known as __gotcha 06:13 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #lightning-dev 06:22 -!- Guest43461 [~buzz@joint.ro.lt] has quit [Changing host] 06:22 -!- Guest43461 [~buzz@unaffiliated/buzz] has joined #lightning-dev 06:22 -!- Guest43461 is now known as buZz 06:31 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 06:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 258 seconds] 06:48 -!- vtnerd [~vtnerd@50-81-138-206.client.mchsi.com] has quit [Ping timeout: 256 seconds] 06:50 -!- vtnerd [~vtnerd@50-81-138-206.client.mchsi.com] has joined #lightning-dev 07:12 -!- kexkey [~kexkey@37.120.205.214] has joined #lightning-dev 07:16 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 246 seconds] 07:21 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 07:31 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 07:32 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #lightning-dev 07:32 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Quit: __gotcha] 07:32 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 07:43 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 246 seconds] 07:49 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 08:05 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 256 seconds] 08:06 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 08:17 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 260 seconds] 08:31 -!- rdymac [uid31665@gateway/web/irccloud.com/x-lijpykrklflhqpgf] has quit [Read error: Connection reset by peer] 08:31 -!- rdymac [uid31665@gateway/web/irccloud.com/x-rnhhqedskyahbedk] has joined #lightning-dev 08:50 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #lightning-dev 09:01 -!- proofofkeags [~proofofke@174-29-30-112.hlrn.qwest.net] has joined #lightning-dev 09:07 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #lightning-dev 10:35 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 10:36 -!- gertjaap_ [sid322815@gateway/web/irccloud.com/x-uwgamlyyhqxgxlwl] has quit [Ping timeout: 240 seconds] 10:36 -!- robmyers [sid14471@gnu/social/robmyers] has quit [Ping timeout: 240 seconds] 10:36 -!- jkczyz [sid419941@gateway/web/irccloud.com/x-xxogrbxiwztoegri] has quit [Ping timeout: 240 seconds] 10:37 -!- felixweis [sid154231@gateway/web/irccloud.com/x-vqevwrayegyhoxun] has quit [Ping timeout: 246 seconds] 10:37 -!- dabura667 [sid43070@gateway/web/irccloud.com/x-gsioigtogyntvyps] has quit [Ping timeout: 240 seconds] 10:37 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-uljlmrlosdjdhkyp] has quit [Ping timeout: 260 seconds] 10:37 -!- Galvas [sid459296@gateway/web/irccloud.com/x-xctslzasbdoehkez] has quit [Ping timeout: 260 seconds] 10:37 -!- schmidty [sid297174@gateway/web/irccloud.com/x-bmbajaexrxbnkati] has quit [Ping timeout: 240 seconds] 10:37 -!- betawaffle [sid2730@gateway/web/irccloud.com/x-wauonuwppwmwhziv] has quit [Ping timeout: 260 seconds] 10:37 -!- junderw [sid43070@gateway/web/irccloud.com/x-lrrvhvaixidipmqe] has quit [Ping timeout: 260 seconds] 10:37 -!- arij [uid225068@gateway/web/irccloud.com/x-luxsyzmdaarpmdhp] has quit [Ping timeout: 260 seconds] 10:37 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-lrokbsurnqtoyeht] has quit [Ping timeout: 260 seconds] 10:37 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-wosvtnolrypjpate] has quit [Ping timeout: 260 seconds] 10:37 -!- prusnak [sid403625@gateway/web/irccloud.com/x-wviwjrvoaokompmb] has quit [Ping timeout: 240 seconds] 10:37 -!- corollari__ [sid405633@gateway/web/irccloud.com/x-zvajiqivkezjtuqr] has quit [Ping timeout: 240 seconds] 10:37 -!- moneyball [sid299869@gateway/web/irccloud.com/x-ctvygkwwyxyeuqwf] has quit [Ping timeout: 240 seconds] 10:38 -!- ThisAsYou__ [sid214210@gateway/web/irccloud.com/x-hfjflfaufxawaknn] has quit [Ping timeout: 264 seconds] 10:38 -!- fjahr [sid374480@gateway/web/irccloud.com/x-xxhgfjymcdjzupvi] has quit [Ping timeout: 260 seconds] 10:38 -!- Aleru [sid403553@gateway/web/irccloud.com/x-eiqgrrqpwlwajdiw] has quit [Ping timeout: 256 seconds] 10:38 -!- digi_james [sid281632@gateway/web/irccloud.com/x-ckyalkebeycczlce] has quit [Ping timeout: 244 seconds] 10:38 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-ifdfvlrvhjiwiixv] has quit [Ping timeout: 258 seconds] 10:38 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-amouetdpedncceeg] has quit [Ping timeout: 260 seconds] 10:38 -!- sugarpuff [sid92283@gateway/web/irccloud.com/x-bbqdnjtbjrxktwmi] has quit [Ping timeout: 260 seconds] 10:38 -!- dburkett [sid411344@gateway/web/irccloud.com/x-xcwpgfnojiydssfg] has quit [Ping timeout: 260 seconds] 10:38 -!- arik_ [sid402902@gateway/web/irccloud.com/x-gewliupyrjyhuxwt] has quit [Ping timeout: 260 seconds] 10:38 -!- robby938________ [sid238281@gateway/web/irccloud.com/x-ddjiufqejojklruz] has quit [Ping timeout: 256 seconds] 10:38 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-dgvryhwztdjphrwc] has quit [Ping timeout: 272 seconds] 10:39 -!- drbrule [sid395654@gateway/web/irccloud.com/x-wymmvrsbnkdeuwas] has quit [Ping timeout: 272 seconds] 10:39 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-ibnizkekovubzilt] has quit [Ping timeout: 272 seconds] 10:39 -!- rompert__ [sid13298@gateway/web/irccloud.com/x-tfxfpdagnymkdzua] has quit [Ping timeout: 272 seconds] 10:46 -!- laptop [~laptop@ppp-2-75.leed-a-1.dynamic.dsl.as9105.com] has quit [Ping timeout: 240 seconds] 10:48 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-trqrfnbsklpntlxh] has joined #lightning-dev 10:48 -!- junderw [sid43070@gateway/web/irccloud.com/x-gfrpzjdygnupnwfl] has joined #lightning-dev 10:48 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-lrtzbjctlovpgslh] has joined #lightning-dev 10:49 -!- drbrule [sid395654@gateway/web/irccloud.com/x-kdjmwhavsxqjkxzh] has joined #lightning-dev 10:49 -!- arik_ [sid402902@gateway/web/irccloud.com/x-tnjkvacqwbtqlcaj] has joined #lightning-dev 10:49 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-khmjrhpqttxaujji] has joined #lightning-dev 10:49 -!- robmyers [sid14471@gnu/social/robmyers] has joined #lightning-dev 10:49 -!- moneyball [sid299869@gateway/web/irccloud.com/x-cxbxyqedlvekpsqc] has joined #lightning-dev 10:49 -!- robby938________ [sid238281@gateway/web/irccloud.com/x-zmcexqusmiihidlk] has joined #lightning-dev 10:50 -!- fjahr [sid374480@gateway/web/irccloud.com/x-mhucahffcjrazsug] has joined #lightning-dev 10:50 -!- ThisAsYou__ [sid214210@gateway/web/irccloud.com/x-chsewmihdwjjgpbr] has joined #lightning-dev 10:50 -!- Galvas [sid459296@gateway/web/irccloud.com/x-vuifxfwtmszywtqe] has joined #lightning-dev 10:50 -!- prusnak [sid403625@gateway/web/irccloud.com/x-zobsmhogkyxmgsrx] has joined #lightning-dev 10:50 -!- dabura667 [sid43070@gateway/web/irccloud.com/x-eisabiimootdgdbe] has joined #lightning-dev 10:50 -!- digi_james [sid281632@gateway/web/irccloud.com/x-njzbieksnuoushjd] has joined #lightning-dev 10:51 -!- arshbot [~arshbot@136.55.47.176] has quit [Quit: ZNC - https://znc.in] 10:52 -!- arshbot [~arshbot@136.55.47.176] has joined #lightning-dev 10:53 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-qpwucvxnzvvmqcrb] has joined #lightning-dev 10:54 -!- schmidty [sid297174@gateway/web/irccloud.com/x-vcwwtbtkiufpxkzl] has joined #lightning-dev 10:54 -!- jkczyz [sid419941@gateway/web/irccloud.com/x-yaznznuikggdvlgi] has joined #lightning-dev 10:54 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-kepzncsqumfrsoqn] has joined #lightning-dev 10:54 -!- corollari__ [sid405633@gateway/web/irccloud.com/x-kxzrsmsgraquiztk] has joined #lightning-dev 10:54 -!- arij [uid225068@gateway/web/irccloud.com/x-rjlwlwfcnywrnxvx] has joined #lightning-dev 10:58 -!- felixweis [sid154231@gateway/web/irccloud.com/x-imvmwyczsyyifppw] has joined #lightning-dev 10:59 -!- sugarpuff [sid92283@gateway/web/irccloud.com/x-upqiupocvxpvtden] has joined #lightning-dev 10:59 -!- dburkett [sid411344@gateway/web/irccloud.com/x-mtrdnvksskpppdcb] has joined #lightning-dev 11:00 -!- betawaffle [sid2730@gateway/web/irccloud.com/x-jtacgyvyddfakhzw] has joined #lightning-dev 11:04 -!- Aleru [sid403553@gateway/web/irccloud.com/x-yixtjvkaqbbjmcas] has joined #lightning-dev 11:05 -!- gertjaap_ [sid322815@gateway/web/irccloud.com/x-injdscyjjaqgqemq] has joined #lightning-dev 11:10 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-ezdlvbmqqcwlpxjv] has joined #lightning-dev 11:14 -!- rompert__ [sid13298@gateway/web/irccloud.com/x-vhkylddwghvxpdct] has joined #lightning-dev 11:21 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-mtvzxlwkatutdjlg] has joined #lightning-dev 11:29 -!- laptop [~laptop@ppp-2-75.leed-a-1.dynamic.dsl.as9105.com] has joined #lightning-dev 11:56 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 12:03 -!- mol [~mol@unaffiliated/molly] has joined #lightning-dev 12:03 -!- fearbeag [~sseanicid@bras-base-clwdon2201w-grc-18-216-209-44-240.dsl.bell.ca] has quit [Quit: Leaving] 12:07 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-qpwucvxnzvvmqcrb] has quit [Ping timeout: 272 seconds] 12:07 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-yylkevqybhlrrcol] has joined #lightning-dev 12:34 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 260 seconds] 12:37 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #lightning-dev 13:31 -!- bitromortac_ [~admin@gateway/tor-sasl/bitromortac] has joined #lightning-dev 13:32 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has quit [Ping timeout: 240 seconds] 13:32 -!- laptop_ [~laptop@ppp-3-55.leed-a-1.dynamic.dsl.as9105.com] has joined #lightning-dev 13:32 -!- laptop [~laptop@ppp-2-75.leed-a-1.dynamic.dsl.as9105.com] has quit [Ping timeout: 265 seconds] 13:37 -!- musdom [~Thunderbi@202.185.34.14] has joined #lightning-dev 13:52 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 13:53 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lightning-dev 14:45 -!- fiatjaf [~fiatjaf@2804:7f2:2a85:2fc:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 272 seconds] 14:46 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 14:49 -!- musdom [~Thunderbi@202.185.34.14] has quit [Ping timeout: 240 seconds] 14:52 -!- sugarpuff [sid92283@gateway/web/irccloud.com/x-upqiupocvxpvtden] has quit [Ping timeout: 244 seconds] 14:52 -!- digi_james [sid281632@gateway/web/irccloud.com/x-njzbieksnuoushjd] has quit [Ping timeout: 272 seconds] 14:52 -!- robby938________ [sid238281@gateway/web/irccloud.com/x-zmcexqusmiihidlk] has quit [Ping timeout: 272 seconds] 14:53 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-yylkevqybhlrrcol] has quit [Ping timeout: 240 seconds] 14:53 -!- felixweis [sid154231@gateway/web/irccloud.com/x-imvmwyczsyyifppw] has quit [Ping timeout: 244 seconds] 14:53 -!- prusnak [sid403625@gateway/web/irccloud.com/x-zobsmhogkyxmgsrx] has quit [Ping timeout: 272 seconds] 14:53 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-trqrfnbsklpntlxh] has quit [Ping timeout: 240 seconds] 14:53 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-mtvzxlwkatutdjlg] has quit [Ping timeout: 260 seconds] 14:53 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-ezdlvbmqqcwlpxjv] has quit [Ping timeout: 260 seconds] 14:53 -!- dburkett [sid411344@gateway/web/irccloud.com/x-mtrdnvksskpppdcb] has quit [Ping timeout: 244 seconds] 14:53 -!- robmyers [sid14471@gnu/social/robmyers] has quit [Ping timeout: 260 seconds] 14:53 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-khmjrhpqttxaujji] has quit [Ping timeout: 260 seconds] 14:54 -!- dabura667 [sid43070@gateway/web/irccloud.com/x-eisabiimootdgdbe] has quit [Ping timeout: 272 seconds] 14:54 -!- drbrule [sid395654@gateway/web/irccloud.com/x-kdjmwhavsxqjkxzh] has quit [Ping timeout: 272 seconds] 14:54 -!- betawaffle [sid2730@gateway/web/irccloud.com/x-jtacgyvyddfakhzw] has quit [Ping timeout: 260 seconds] 14:54 -!- sugarpuff [sid92283@gateway/web/irccloud.com/x-iuwzfyccuzxfblvr] has joined #lightning-dev 14:54 -!- Galvas [sid459296@gateway/web/irccloud.com/x-vuifxfwtmszywtqe] has quit [Ping timeout: 260 seconds] 14:54 -!- fjahr [sid374480@gateway/web/irccloud.com/x-mhucahffcjrazsug] has quit [Ping timeout: 260 seconds] 14:54 -!- arik_ [sid402902@gateway/web/irccloud.com/x-tnjkvacqwbtqlcaj] has quit [Ping timeout: 260 seconds] 14:54 -!- rdymac [uid31665@gateway/web/irccloud.com/x-rnhhqedskyahbedk] has quit [Ping timeout: 260 seconds] 14:54 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-lrtzbjctlovpgslh] has quit [Ping timeout: 272 seconds] 14:54 -!- junderw [sid43070@gateway/web/irccloud.com/x-gfrpzjdygnupnwfl] has quit [Ping timeout: 272 seconds] 14:55 -!- prusnak [sid403625@gateway/web/irccloud.com/x-qjmdpszddczobobt] has joined #lightning-dev 14:55 -!- robby938________ [sid238281@gateway/web/irccloud.com/x-fheesyglqcexmsgm] has joined #lightning-dev 14:55 -!- digi_james [sid281632@gateway/web/irccloud.com/x-ybgmrpzqidouzgpo] has joined #lightning-dev 14:55 -!- robmyers [sid14471@gnu/social/robmyers] has joined #lightning-dev 14:55 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-nfhxeybcgrpsbxnf] has joined #lightning-dev 14:55 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-hgdzgmmqfcsqwegz] has joined #lightning-dev 14:55 -!- fjahr [sid374480@gateway/web/irccloud.com/x-dmlcmuddvuflzgsf] has joined #lightning-dev 14:55 -!- dburkett [sid411344@gateway/web/irccloud.com/x-njokeudtznobnncl] has joined #lightning-dev 14:56 -!- dabura667 [sid43070@gateway/web/irccloud.com/x-bycwlehocyfoajkg] has joined #lightning-dev 14:56 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-rhglvnghwhhrcoaz] has joined #lightning-dev 14:56 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-lymonnuvqdnemnbq] has joined #lightning-dev 14:56 -!- rdymac [uid31665@gateway/web/irccloud.com/x-smkmodvtoahzxail] has joined #lightning-dev 14:56 -!- junderw [sid43070@gateway/web/irccloud.com/x-vraqtwcdalsoismt] has joined #lightning-dev 14:56 -!- drbrule [sid395654@gateway/web/irccloud.com/x-cqgwchvakrtjjklm] has joined #lightning-dev 14:56 -!- arik_ [sid402902@gateway/web/irccloud.com/x-zczhmsbuudvzpqpx] has joined #lightning-dev 14:56 -!- Galvas [sid459296@gateway/web/irccloud.com/x-ymztybpytyaaaheh] has joined #lightning-dev 14:57 -!- felixweis [sid154231@gateway/web/irccloud.com/x-hxyatmrqpswznyge] has joined #lightning-dev 14:58 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-yhogszgicijtqnil] has joined #lightning-dev 14:58 -!- betawaffle [sid2730@gateway/web/irccloud.com/x-orjomwskylmorsde] has joined #lightning-dev 15:00 -!- yakitorifoodie__ [sid338452@gateway/web/irccloud.com/x-lqeqkihlqpjiquaw] has joined #lightning-dev 15:05 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 15:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #lightning-dev 15:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 272 seconds] 15:25 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has quit [Ping timeout: 240 seconds] 15:26 <+roasbeef> yeh here's my fork of cdecker's seed: https://github.com/roasbeef/lseed 15:26 <+roasbeef> next thing on my todo list is to add proper tor awareness so it can actually crawl those nodes 15:27 <+roasbeef> our little tcp hack for tor srv works relatively well, but still some resolvers can truncate the resp at times 15:52 <+roasbeef> ariard: does that example re revocations only apply to the case where you're trying to sweep the revoked inputs in the mempool rather than wait until everything has been confirmed? 15:52 <+roasbeef> fwiw lnd only tries to ever sweep fully confirmed inputs, we had mempool tracking stuff there in the past, but ripped it out eventually as it was simpler to just wait for things to land in a block since you don't have a "moving target" at that point 15:54 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:40 -!- laptop_ [~laptop@ppp-3-55.leed-a-1.dynamic.dsl.as9105.com] has quit [Ping timeout: 240 seconds] 16:52 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #lightning-dev 17:18 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 17:31 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 17:44 -!- riclas [riclas@77.7.37.188.rev.vodafone.pt] has quit [Read error: Connection reset by peer] 17:52 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 18:06 -!- mol [~mol@unaffiliated/molly] has joined #lightning-dev 18:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 18:11 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 18:16 -!- yzernik [~yzernik@12.203.56.101] has joined #lightning-dev 18:54 -!- bitromortac_ [~admin@gateway/tor-sasl/bitromortac] has quit [Ping timeout: 240 seconds] 19:15 -!- Netsplit *.net <-> *.split quits: windsok_, cryptapus, fjahr, arik_, kallewoof, felixweis, jonatack, ThisAsYou__, wallet42__ 19:15 -!- windsok [~windsok@rarepepe.cash] has joined #lightning-dev 19:15 -!- windsok [~windsok@rarepepe.cash] has quit [Changing host] 19:15 -!- windsok [~windsok@unaffiliated/windsok] has joined #lightning-dev 19:15 -!- fjahr [sid374480@gateway/web/irccloud.com/x-rbbwbtbigjvdlmkh] has joined #lightning-dev 19:15 -!- arik_ [sid402902@gateway/web/irccloud.com/x-gulyndracofijmro] has joined #lightning-dev 19:15 -!- felixweis [sid154231@gateway/web/irccloud.com/x-krefugjevbfmhthz] has joined #lightning-dev 19:15 -!- ThisAsYou__ [sid214210@gateway/web/irccloud.com/x-yxzioulnpfauorbx] has joined #lightning-dev 19:15 -!- cryptapus [~cryptapus@jupiter.osmus.org] has joined #lightning-dev 19:15 -!- cryptapus [~cryptapus@jupiter.osmus.org] has quit [Changing host] 19:15 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #lightning-dev 19:15 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-eysniablynhxahzf] has joined #lightning-dev 19:15 -!- Netsplit over, joins: jonatack 19:20 -!- kallewoof [~quassel@240d:1a:759:6000:a7b1:451a:8874:e1ac] has joined #lightning-dev 19:47 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #lightning-dev 19:48 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 20:02 -!- proofofkeags [~proofofke@174-29-30-112.hlrn.qwest.net] has quit [Ping timeout: 260 seconds] 20:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 20:09 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 20:10 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lightning-dev 21:03 -!- proofofkeags [~proofofke@174-29-30-112.hlrn.qwest.net] has joined #lightning-dev 21:25 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Read error: Connection reset by peer] 21:26 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has joined #lightning-dev 21:51 -!- proofofkeags [~proofofke@174-29-30-112.hlrn.qwest.net] has quit [Ping timeout: 240 seconds] 22:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 22:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 22:51 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #lightning-dev 23:06 -!- vtnerd [~vtnerd@50-81-138-206.client.mchsi.com] has quit [Ping timeout: 272 seconds] 23:07 -!- vtnerd [~vtnerd@50-81-138-206.client.mchsi.com] has joined #lightning-dev 23:20 -!- rompert__ [sid13298@gateway/web/irccloud.com/x-vhkylddwghvxpdct] has quit [Read error: Connection reset by peer] 23:20 -!- Aleru [sid403553@gateway/web/irccloud.com/x-yixtjvkaqbbjmcas] has quit [Read error: Connection reset by peer] 23:20 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-yhogszgicijtqnil] has quit [Read error: Connection reset by peer] 23:20 -!- chm-diederichs_ [sid360714@gateway/web/irccloud.com/x-zmkbjmfwsdjpdrbq] has joined #lightning-dev 23:20 -!- Aleru [sid403553@gateway/web/irccloud.com/x-yujxdzfveoxjwazt] has joined #lightning-dev 23:20 -!- rompert__ [sid13298@gateway/web/irccloud.com/x-yfwrgysjsfyqvkcw] has joined #lightning-dev 23:55 -!- yzernik [~yzernik@12.203.56.101] has quit [Ping timeout: 256 seconds] 23:57 -!- yzernik [~yzernik@12.203.56.101] has joined #lightning-dev --- Log closed Wed Sep 30 00:00:33 2020