--- Log opened Wed May 29 00:00:26 2019 00:16 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 00:36 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 00:48 < nibbier> rusty: this message disappeared in recent tests. manually calling bitcoin-cli takes 1.4-3s. also there is nothing happening for hours. 10h running now, still "last_processed_block|556082" 00:48 < nibbier> (and 556082 is where we started 10h ago) 00:52 < nibbier> moved it to github: https://github.com/ElementsProject/lightning/issues/2687#issuecomment-496743382 01:12 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #c-lightning 01:16 -!- trueptolemy [2d0b002b@gateway/web/freenode/ip.45.11.0.43] has joined #c-lightning 01:53 -!- darosior [6dbe8dc1@gateway/web/freenode/ip.109.190.141.193] has joined #c-lightning 02:14 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 258 seconds] 02:21 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 02:23 -!- trueptolemy [2d0b002b@gateway/web/freenode/ip.45.11.0.43] has quit [Ping timeout: 256 seconds] 02:45 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 02:46 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:51 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:07 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:12 -!- rotarydialer [~rotarydia@unaffiliated/rotarydialer] has quit [Ping timeout: 244 seconds] 03:26 -!- rotarydialer [~rotarydia@unaffiliated/rotarydialer] has joined #c-lightning 03:54 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:59 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 04:31 < m-schmoock> cdecker: https://github.com/ElementsProject/lightning/pull/2688 04:32 < m-schmoock> I tried to tell you several times, now I made a tetscase, so you know its real :D 04:32 < m-schmoock> brb... 04:35 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 04:35 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:37 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Client Quit] 04:48 <@cdecker> m-schmoock: thanks for the test-case, that'll help hunt down the issue much easier ^^ 05:19 < m-schmoock> cdecker: I would start by figuring out why a channel that is extremly low, allows a payment because the HTLC fees are somewhat less for . This seems to be the cause why it can only be unlocked/recovered with a sifficiently small payment in the other direction. 05:25 <@cdecker> It definitely is due to the the fees are somehow being computed differently 05:25 <@cdecker> I think Rusty has a much better view into what might be causing this 05:37 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has joined #c-lightning 05:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 07:10 -!- darosior [6dbe8dc1@gateway/web/freenode/ip.109.190.141.193] has quit [Ping timeout: 256 seconds] 07:18 < jb55> cdecker: will #2619 (remote peer channel sigs) work with my already opened channels or will I have to recreate them? 07:26 <@cdecker> Good question, if the channel was confirmed and an announcement was sent it shouldn't matter, you have the announcement flying around anyway 07:26 <@cdecker> It only matters for channels whose announcement got lost somehow which is what the PR is trying to address 07:30 < jb55> yeah I just thought it was strange that I never had issues but now I have like 12+ channels that aren't getting announced due to that bug 07:40 <@cdecker> Whoops, that's weird. c-lightning will always resend the announcement or the sigs 07:40 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 248 seconds] 07:40 <@cdecker> Any pattern you can recognize wrt the peers that have this issue? 07:42 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 07:42 < jb55> cdecker: https://jb55.com/s/87eaf20aae5599c7.txt 07:43 < jb55> I think the issue was lnd isn't sending those so we just sit there waiting forever? 07:44 < jb55> I don't know enough about the spec to speculate further 07:44 <@cdecker> Yep, lnd doesn't seem to resend them on disconnect, which is bad if we disconnect while we wait for confirmation 07:45 < jb55> all of these were working at some point and after a few restarts all my channels were like this. I'll try the patch and see if it helps... but if they're not going to send the signatures I guess not? 07:46 <@cdecker> Well, the channels still work, but they won't be announced for forwarding 07:47 <@cdecker> We could try to recover the node_announcements from the network to make them public again 07:47 <@cdecker> If you make a list of short_chanel_ids I can see if I have the announcements in my archives 07:58 < jb55> cdecker: ok sec 07:59 < jb55> cdecker: https://jb55.com/s/c28172c072b57793.txt 08:04 < jb55> I only noticed because my lnvis doesn't display any of my channels because they aren't in listchannels 08:10 -!- ulrichard [~richi@dzcpe6300borminfo01-e0.static-hfc.datazug.ch] has quit [Remote host closed the connection] 08:16 <@cdecker> I should probably also create some tooling around these things ^^ 08:38 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 08:47 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 272 seconds] 09:06 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Quit: Leaving] 10:00 < m-schmoock> who of you guys is planning on goint to the LN hackathon in munich this weekend? 10:15 <@cdecker> I won't be able to join sadly 10:17 <@cdecker> jb55: I was able to find the announcements for your channel: https://gist.github.com/cdecker/30088914d04aa625fc52128038d8c8e1 10:18 <@cdecker> Separated by `--` and first line is the raw announcement followed by the parsed content 10:22 < jb55> cdecker: I'll grep my logs for those short channel ids and see if I find anything weird 10:24 < jb55> cdecker: hmm not sure if there's anything interesting here: https://jb55.com/s/96fc756542518d4b.txt 10:26 < jb55> lcli listchannels | jq -r '.channels[].short_channel_id' | grep -f my-channels 10:26 < jb55> shows nothing 10:32 <@cdecker> Didn't you just send me those short_channel_ids? 10:34 < jb55> cdecker: yeah I got them from listpeers 10:35 < jb55> they don't show up in my local channel gossip 10:43 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 10:48 <@cdecker> Right, because you don't have the announcements they won't show up in the topology view 10:48 <@cdecker> But they will be considered for routing decisions you make :-) 10:49 <@cdecker> You can inject these messages using the devtools/gossipwith tool 10:50 <@cdecker> And they'll be added to the topology view and included in the gossip 11:25 < jb55> cdecker: rip my fee collection 12:11 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 12:25 -!- adam3us [~adam3us@unaffiliated/adam3us] has quit [Quit: QUIT] 12:27 -!- adam3us [~adam3us@unaffiliated/adam3us] has joined #c-lightning 12:40 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 12:45 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 12:59 -!- justanotheruser is now known as Mr_Notheruser 13:16 < jb55> cdecker: what is gossipwith used for? are there binary gossip parsing tools? 13:17 -!- Mr_Notheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 252 seconds] 13:21 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 13:23 <@cdecker> Yeah, there are some in the `devtools` directory 13:23 <@cdecker> It's what I'm using to dump the gossip_store and parse the messages 13:36 < jb55> oh nice that works 13:41 < jb55> so interesting when I gossipwith my own node I seem to be getting my channels out 13:43 < jb55> oh those are just update messages... 13:43 <@cdecker> Those are just the announcements, but I can get you the updates as well if you want 13:44 < jb55> I'm seeing this when I gossup with my node: https://jb55.com/s/752613cada173250.txt 13:44 < jb55> that's just ./decodemsg < gossip | grep -B3 -A8 -f my-short-channel-ids 14:04 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 14:41 < jb55> ok should probably just test this on master and see if it's fixed 14:49 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:01 < jb55> cdecker: should the channel_update log be SUPERVERBOSE? it's SUPERANNOYING 15:04 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 15:11 < jb55> cool looks like master fixed my issues with missing channels in listchannels 15:20 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:30 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:43 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 15:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 15:57 -!- harding [~harding@li1258-130.members.linode.com] has quit [Ping timeout: 258 seconds] 16:24 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 16:30 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #c-lightning 16:50 -!- harding [~harding@li1258-130.members.linode.com] has joined #c-lightning 17:00 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 17:17 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:17 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 17:32 -!- cltrbreak_MAD2 is now known as ctrlbreak 17:43 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:43 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 17:49 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 17:50 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has quit [Quit: gone] 18:01 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 246 seconds] 18:17 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 18:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 18:25 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 20:09 -!- justan0theruser is now known as justanotheruser 20:30 -!- Kostenko [~Kostenko@dsl-154-81.bl26.telepac.pt] has quit [Ping timeout: 268 seconds] 20:36 -!- Kostenko [~Kostenko@176.78.154.81] has joined #c-lightning 20:56 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 20:58 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 258 seconds] 23:18 -!- trueptolemy [2d0b0023@gateway/web/freenode/ip.45.11.0.35] has joined #c-lightning 23:33 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] --- Log closed Thu May 30 00:00:26 2019