--- Log opened Sat Feb 24 00:00:08 2024 03:00 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has quit [Remote host closed the connection] 05:51 -!- HelloShitty [~psysc0rpi@188.251.227.78] has quit [Ping timeout: 272 seconds] 06:38 -!- colinsane [~colinunin@97-113-159-4.tukw.qwest.net] has quit [Quit: bye] 06:40 -!- colinsane [~colinunin@97-113-159-4.tukw.qwest.net] has joined #c-lightning 07:05 -!- HelloShitty [~psysc0rpi@188.251.227.78] has joined #c-lightning 07:13 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 07:13 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 07:38 -!- busch_ is now known as busch 07:45 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has joined #c-lightning 08:01 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 08:01 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 10:44 -!- pecky_becky [~pecky_bec@c-24-6-88-253.hsd1.ca.comcast.net] has joined #c-lightning 10:50 < pecky_becky> Question/help needed: Just set up a new node. I connected to two peers and opened channels to them. My issue is that I am not getting a remote balance. I can successfully pay invoices through the channels and my local balance goes down, but the remote balance stays at 0. I also am able to ping my peers, so I'm pretty sure I have a good connection 10:50 < pecky_becky> to them. 10:52 < pecky_becky> I remember a while ago that listing channels with the `listchannels` command returned an in and an out channel. Now seems like these are mushed together in `listpeerchannels`, but is there a way I can see the channels with a direction from remote peer to my node? 12:01 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 12:01 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 12:04 < hyrkvljer> pecky_becky: perhaps like 12:04 < hyrkvljer> lightning-cli listchannels | jq --arg MY_ID $(lightning-cli getinfo | jq -r '.id') '.channels[] | select((.source == $MY_ID) or (.destination == $MY_ID))' 12:51 < pecky_becky> hyrkvljer nice thanks! That shows me both directions of the two channels I have. I still am not seeing my remote balance change when I pay through either channel. Any idea what causes that? 12:58 < hyrkvljer> pecky_becky: where do you observe this balance? 12:59 < hyrkvljer> you can get your remote balance by 12:59 < hyrkvljer> lightning-cli listpeerchannels | jq -r '[.channels[] | select(.state == "CHANNELD_NORMAL") | (.total_msat - .to_us_msat - .our_reserve_msat)] | add 13:00 < hyrkvljer> that's how manyh calculate it 13:01 < hyrkvljer> there is also a receivable_msat, which will give you roughly the same thing 13:02 < hyrkvljer> there needs to be an ending ' in the command above... 14:05 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 272 seconds] 15:45 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 15:45 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 16:04 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 16:05 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 16:30 -!- HelloShitty [~psysc0rpi@188.251.227.78] has quit [Ping timeout: 246 seconds] 16:32 -!- HelloShitty [~psysc0rpi@188.251.227.78] has joined #c-lightning 20:54 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 23:09 -!- lbia [~lbia@user/lbia] has joined #c-lightning 23:17 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 23:17 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has quit [Remote host closed the connection] 23:18 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has joined #c-lightning --- Log closed Sun Feb 25 00:00:09 2024