--- Log opened Sun Nov 13 00:00:15 2022 01:48 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 02:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 02:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 02:31 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 02:34 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 03:27 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 03:28 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 04:07 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 04:08 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 04:11 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 04:12 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 06:51 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 06:51 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 06:53 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 06:54 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 07:02 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 255 seconds] 08:11 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 08:30 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 09:12 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 09:17 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 09:17 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 10:02 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 10:15 -!- Guest_nine11 [~Guest_nin@ppp141255086238.access.hol.gr] has joined #c-lightning 10:20 < Guest_nine11> Hello guys, im a bit noob at linux terminal and need some help with installing c lighting plugins.. raspiblitz 10.2 it is, and was trying to get circular plgin.. any idea how to get it from git repository? 10:31 < Guest_nine11> ...guys? 10:38 < Guest_nine11> i didnt have problems with other plugins 10:43 < chroma[m]> OK, I'm kind of stuck. In hsmd, where is the global `chainparams` defined? Looks like common/utils.c but I don't see that included in `hsmd.c`: https://github.com/ElementsProject/lightning/blob/d4ead536529cd297705e12a4178e4956f13b7637/hsmd/hsmd.c#L436 10:44 < busch> Hey guys and girls. I am a bit confused when settings my node fees. Somehow my node automatically chnages fees randomly on channels. Any idea where that comes from? I only use the rebalancing plugin, nothing else. 10:46 < busch> Specifically, I set the base-fee to 0, but after a couple of minutes, maybe sometimes hours, the base-fee resets to 1000 10:50 -!- Guest_nine11 [~Guest_nin@ppp141255086238.access.hol.gr] has quit [Ping timeout: 260 seconds] 11:22 -!- Guest_nine11 [~Guest_nin@ppp141255086238.access.hol.gr] has joined #c-lightning 11:37 -!- Guest_nine11 [~Guest_nin@ppp141255086238.access.hol.gr] has quit [Ping timeout: 260 seconds] 12:08 -!- jarthur [~jarthur@user/jarthur] has joined #c-lightning 12:35 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 12:38 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 13:35 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 13:38 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 13:42 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 14:02 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:03 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 14:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 14:23 < chroma[m]> Followup question for cdecker or rusty ; If I understand the lightningd<->hsmd communication correctly, hsmd has: 14:23 < chroma[m]> 1. fd 0 (STDIN_FILENO) as a way to send messages TO lightningd (surprised not using stdout?) 14:23 < chroma[m]> 2. fd 3 mapped to the AF_LOCAL socket for bidirectional wire messages 14:23 < chroma[m]> Now, `new_client` is called in two places: `main` and `pass_client_hsmfd`. *Question:* _when_ does lightningd send `WIRE_HSMD_CLIENT_HSMFD` ? i.e., what other new clients need to be connected? 14:23 < chroma[m]> * Followup question for cdecker or rusty ; If I understand the lightningd\<->hsmd communication correctly, hsmd has:... (full message at ) 14:23 < chroma[m]> * Followup question for cdecker or rusty ; If I understand the lightningd\<->hsmd communication correctly, hsmd has:... (full message at ) 14:24 < chroma[m]> * Followup question for cdecker or rusty ; If I understand the lightningd\<->hsmd communication correctly, hsmd has: 14:24 < chroma[m]> 1. fd 0 (STDIN\_FILENO) as a way to send messages TO lightningd (surprised not using stdout?) 14:24 < chroma[m]> 2. fd 3 mapped to the AF\_LOCAL socket for bidirectional wire messages 14:24 < chroma[m]> Now, `new_client` is called in two places: `main` and `pass_client_hsmfd`. **Question:** _when_ does lightningd send `WIRE_HSMD_CLIENT_HSMFD` ? i.e., what other new clients need to be connected? 14:25 < chroma[m]> AFAICT it's only once during startup from `hsm_get_fd` ? 14:25 < chroma[m]> Or, once per channel? 14:26 < chroma[m]> * Initially thought it's only once during startup from `hsm_get_fd` , but looks like it is done once for every channel? 14:48 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:49 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 15:29 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 15:29 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 16:57 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 18:21 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 18:22 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #c-lightning 18:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 19:01 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 19:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 19:19 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 21:06 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 22:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 22:41 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning --- Log closed Mon Nov 14 00:00:16 2022