--- Log opened Thu Nov 26 00:00:27 2020 00:31 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 00:53 < m-schmoock> cdecker: just made another 300$ payment on mainnet using the optimized pay code. It really works a lot better now :D 00:54 < m-schmoock> It took about 30 seconds, generated 14 MPP parts and worked on the first attempt 00:55 < m-schmoock> I need to rewrite rebalance and drain to somehow use MPP 00:58 < m-schmoock> *42 parts 01:10 < az0re> yes, please :) 01:11 <@cdecker> Really cool, thanks for checking. I think we're on the right track and probably can do some more improvements :-) 01:34 -!- vasild_ is now known as vasild 01:45 -!- willcl_ark [~quassel@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has quit [Quit: Quit] 02:04 -!- willcl_ark [~quassel@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has joined #c-lightning 02:05 -!- kexkey [~kexkey@static-198-54-132-150.cust.tzulo.com] has quit [Ping timeout: 272 seconds] 02:06 -!- willcl_ark [~quassel@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has quit [Client Quit] 02:07 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #c-lightning 02:34 -!- willcl_ark [~quassel@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has joined #c-lightning 02:49 < m-schmoock> cdecker: I added a basic README.md for the backup plugin: https://github.com/lightningd/plugins/pull/162 (not that exessive as the one upcoming for the main repo, just genereal/minimal usage :) 02:50 < m-schmoock> also the DEBUG log came from the plugin. I corrected that too 03:14 -!- reallll is now known as belcher 04:23 -!- jonatack [~jon@134.19.179.163] has quit [Quit: jonatack] 05:00 -!- helloshitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has joined #c-lightning 05:01 -!- helloshitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has quit [Client Quit] 05:02 -!- helloshitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has joined #c-lightning 05:06 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 05:06 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 05:35 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 05:36 -!- jonatack [~jon@88.124.242.136] has joined #c-lightning 05:38 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 05:40 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 246 seconds] 05:41 -!- jonatack [~jon@82.102.27.171] has joined #c-lightning 05:55 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 05:56 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 05:59 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 06:42 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 06:48 -!- kexkey [~kexkey@static-198-54-132-150.cust.tzulo.com] has joined #c-lightning 08:39 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 10:06 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 10:06 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 11:09 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 11:13 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 11:52 -!- jasan [~j@n.bublina.eu.org] has joined #c-lightning 11:54 < jasan> cdecker: Bringing to your attention https://github.com/ElementsProject/lightning/issues/4229 12:25 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 13:02 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 13:03 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 13:07 -!- jasan [~j@n.bublina.eu.org] has quit [Quit: Good night everyone!] 13:25 < helloshitty> Gys, mainly cdecker niftynei az0re and zmjC 13:25 < helloshitty> If I want to write a plugin in C, how do I start? 13:26 < helloshitty> Like, my knowledge of C is quite limited. I can only write a main.c file, a couple of other source files and header files and link them all and compile 13:26 < helloshitty> but to write a plugin, I guess it cannot be that simple 13:27 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 13:27 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 13:32 < helloshitty> ahh, darosior too and maybe m-schmoock 13:33 < darosior> helloshitty: it is actually :) You need to link against libplugin.h in plugins/ 13:34 < darosior> https://github.com/ElementsProject/lightning/tree/master/plugins 13:35 < darosior> See here for more informations about plugins https://lightning.readthedocs.io/ 13:35 < darosior> You may want to try your luck with Python if you are not fluent enough in C: here is a showcase Python plugin https://github.com/ElementsProject/lightning/blob/master/contrib/plugins/helloworld.py 13:36 < darosior> Made with pyln: https://github.com/ElementsProject/lightning/tree/master/contrib/pyln-client 13:37 -!- kexkey [~kexkey@static-198-54-132-150.cust.tzulo.com] has quit [Ping timeout: 256 seconds] 13:39 < helloshitty> I think I'm more confortable with C than with Python 13:39 < helloshitty> lol 13:39 < helloshitty> But I'll take a look at that readthedocs.io link 15:13 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 15:58 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Quit: Leaving] 15:59 -!- mrostecki [mrostecki@nat/suse/x-kwnqnqspcazesbuo] has joined #c-lightning 16:17 -!- mrostecki[m] [mrosteckim@gateway/shell/matrix.org/x-umppgnaioxfkrbey] has joined #c-lightning 16:35 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 17:29 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 17:31 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 17:36 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 17:39 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 17:39 -!- vasild_ is now known as vasild 17:48 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 240 seconds] 17:51 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 17:53 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 18:56 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 19:00 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #c-lightning 19:15 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 19:55 -!- reallll [~belcher@unaffiliated/belcher] has joined #c-lightning 19:57 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 20:06 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 20:07 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 20:23 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 20:32 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 20:32 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 21:36 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 21:48 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 21:48 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 21:49 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 260 seconds] --- Log closed Fri Nov 27 00:00:28 2020