--- Day changed Thu Aug 16 2018 00:39 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 244 seconds] 01:37 -!- reallll [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 01:38 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #c-lightning 04:21 < rompert> rusty: something like this? https://www.moneni.com/nodematch?node=02f6725f9c1c40333b67faea92fd211c183050f28df32cac3f9d69685fe9665432 04:24 < rompert> oh darn irc... rusty is not here.. can i leave a message? 05:23 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #c-lightning 05:48 < molz> Please leave a message and rusty will call you back! 05:49 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 06:28 -!- ken2812221_ is now known as ken2812221 11:11 -!- ken2812221 [~ken281222@180.217.133.119] has quit [Ping timeout: 272 seconds] 11:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 11:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 11:35 -!- grafcaps [~haroldbr@104.137.194.255] has joined #c-lightning 12:54 -!- qubenix [~qubenix@193.148.18.237] has quit [Quit: qubenix] 13:20 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-cebzizyqtwmchipt] has quit [Quit: Connection closed for inactivity] 13:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 13:49 -!- qubenix [~qubenix@204.152.210.239] has joined #c-lightning 15:48 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 240 seconds] 15:56 < jb55> is clightning getting multiple channels anytime soon? would that be a hard refactor? getting jelly looking at this https://jb55.com/s/0b6b8e25139c83cf.png 16:04 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:05 < molz> jb55, i asked rusty same question once, he said 'nope' 16:05 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 16:06 < jb55> molz: hmm thx 16:07 < jb55> I someone couldn't open a channel with me because I already had a channel open with them. maybe could at least support that use case... 16:50 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 16:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 16:55 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 260 seconds] 16:59 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 17:50 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 18:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.0] 18:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 18:55 -!- ken2812221 [~ken281222@180.217.169.165] has joined #c-lightning 19:36 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 19:47 -!- reallll [~belcher@unaffiliated/belcher] has joined #c-lightning 19:50 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 255 seconds] 21:19 < jb55> yet I see a c-lightning node with multiple channels... suspicious... https://jb55.com/s/ed5028becd09a5f7.png 21:20 < jb55> clearly rusty has set up a clightning node to have multiple channels all for himself HMMM 21:21 < rusty> jb55: they can't all be open, though... your data is stale? 21:21 < jb55> does active mean open? 21:22 < jb55> rusty: 21:23 < jb55> this is good to know, will need to update my visualizer to change the look of closed channels... 21:23 < rusty> jb55: yeah... 21:24 < rusty> jb55: c-lightning won't even list on-chain channels in listchannels though... 21:24 < jb55> hmmm weird they all say active 21:25 < jb55> output: https://jb55.com/s/45355c4a13677aae.json grep 02f6725f9c1c40333b67faea92fd211c183050f28df32cac3f9d69685fe9665432 21:37 < jb55> rusty: I'm confused by that sentence, isn't listchannels just gossip messages of onchain channels? 21:39 < rusty> jb55: yes... but since c-lightning won't have multiple channels open with the same peer, it implies the older ones must be closed. 21:39 < jb55> right 21:39 < jb55> rusty: that also means if I open a channel to someone else, they can't create a return channel to me correct? 21:40 < rusty> jb55: ack. I'm holding out for channel splicing :) 21:44 < rusty> jb55: Hmm, OK, I see what you mean. Let me dig a little, see if you missed some channel closes somehow... 21:48 < rusty> jb55: OK, checking out 534722:1476:1 for example, it's closed. Not sure how your daemon missed that? 21:49 * rusty hacks up a tool to get txid from short_channel_id 22:04 < jb55> rusty: my daemon isn't always online... so perhaps that's why? 22:04 < jb55> rusty: still not sure why there would still be gossip about it? is there state that is saved somewhere? 22:07 < rusty> jb55: yeah, we save gossip. And it takes two weeks with no announce before we autoforget. 22:07 < rusty> jb55: nonetheless, it should get told if the tx was spent, even coming back. We did have a bug for this at one stage, though... 22:31 < jb55> rusty: I deleted gossip_store we'll see if that fixes it 22:47 < jb55> yeah fixed now https://jb55.com/s/03371047effd3ae0.png 23:03 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 23:37 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 272 seconds]