--- Log opened Fri May 01 00:00:08 2020 00:05 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:05 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 00:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 00:47 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 00:54 -!- sr_gi [~sr_gi@128.red-79-154-168.dynamicip.rima-tde.net] has joined #c-lightning 01:04 < sr_gi> I'm getting a compiling error when trying to compile with developer flag on master 01:04 < sr_gi> https://0bin.net/paste/5mnVpIq3TgQQlyAx#ld34aW0tgkwOG9pyGHG8X4mxjHJY8aNHwPc5sjBxj8w 01:04 < sr_gi> Am I missing something? :/ 01:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 01:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 01:19 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 01:24 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 01:24 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 01:43 -!- lxer [~lx@ip5f5bd723.dynamic.kabel-deutschland.de] has joined #c-lightning 01:47 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 01:50 < darosior> sr_gi: trying now 01:50 < darosior> cdecker: didn't you have a website where we could see a diff between two force-push ? 01:51 < darosior> I can't remember the url 01:55 -!- jonatack_ [~jon@37.171.39.129] has joined #c-lightning 01:57 < darosior> sr_gi: `git pull upstream master && make clean && ./configure --enable-developer --enable-experimental-features && make -jN` all good for me. Maybe try `make distclean` and re-configure 01:59 -!- jonatack [~jon@37.165.84.239] has quit [Ping timeout: 265 seconds] 02:10 < sr_gi> Compiling with -j works, but that same error is found somewhere in between. If I do just `make` it ends there 02:11 < sr_gi> Not sure if it's relevant though 02:13 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 02:14 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 02:20 < darosior> It is 02:20 < darosior> Trying without 02:22 < darosior> Everything's fine for me : are you still encountering the mocks issue ? 02:22 < darosior> (I mean the same one) 02:24 < darosior> Maybe cleanup your directory (`git clean -dfn` then `git clean -df` if looks good) 02:25 < willcl_ark> I see this error in MacOS regularly FWIW 02:26 < willcl_ark> Rene reported a while ago in this issue too, but its unclear what the fix was exactly... https://github.com/ElementsProject/lightning/issues/2879 02:27 < darosior> Thanks for the link willcl_ark ! sr_gi: maybe you're missing mako (would be weird as the two first messages seem highly unrelated) ? 02:27 < willcl_ark> Previously when I was trying to compile using more cores (than one), I had more success when piping logs to a file, e.g. with `make -j8 2>&1 | tee build.log` ... but again, I never really established why 02:30 < sr_gi> Yep, it looks exactly the same issue. darosior: I have mako, I run into that in the past but it just won't compile at all otherwise 02:31 < sr_gi> What it's weird is that it seems to end up compiling and I can run the code, but unsure if something may be missing :/ 02:31 < willcl_ark> sr_gi: what OS are you on? 02:31 < sr_gi> MacSO 02:31 < sr_gi> MacOS* 02:32 < willcl_ark> ah OK same. I also see this error when compiling (but it then all seems to work perfectly fine afterwards): https://github.com/ElementsProject/lightning/issues/3226 02:32 < willcl_ark> I also see some [-Wcast-align] warnings generated by libwally-core 02:33 < sr_gi> yep, same here 02:38 < willcl_ark> my `make` usually ends like this: https://bpaste.net/M5VQ .... but it's been doing that so long, and working just fine afterwards, that that's now what I expect :) 02:38 < willcl_ark> all binaries appear to get built etc. 02:40 <@cdecker> darosior: yes, this is my tracker of pull request versions http://46.101.246.115:8888/ElementsProject/lightning 02:40 <@cdecker> Might eventually get a cosmetic treatment, but so far it's been rather good to check the differences and how feedback was addressed :-) 02:40 < darosior> Thanks ! 02:43 <@cdecker> The error you guys are seeing seems like an incompatible bash on MacOS executing the tools/mockup.sh script (I guess that's GNU bash only atm) 02:45 < sr_gi> Kind of a tangential question, since I thought it may be related to the compiling issues but looks like it may not be the case. I can't use `node_factory.line_graph` after compiling with developer flags since it returns a `Cannot estimate fees` on `fundchannel` (this is un watchtower3 from cdecker fork, so not sure if it's the same with master version) 02:46 < darosior> sr_gi: It's because of newer bitcoind 02:47 < darosior> They removed fallbackfee by default 02:47 < darosior> It's fixed in master and last release 02:47 < darosior> If a rebase is non-trivial the fix is simple 02:47 * darosior searches for the link 02:48 < sr_gi> Ok, I'll rebase and try again 02:48 < sr_gi> Thanks guys! 02:48 < darosior> https://github.com/ElementsProject/lightning/pull/3635 02:59 < sr_gi> darosior: fixed! 02:59 < darosior> 🎉 03:00 < m-schmoock> wh00hoo for the 0.8.2 release guys :D 03:00 <@cdecker> Yay :-) 03:01 < m-schmoock> I should really focus more time and energy in my open PR 03:01 < m-schmoock> all this mess with new project due to corona and the family related implications cost me a lot of time 03:03 <@cdecker> Don't worry, we'll still be here after corona, better not stress out ;-) 03:04 < m-schmoock> at least I got the channel lockup mitigation and receivable msat in 03:13 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 03:13 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 03:23 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has quit [Read error: Connection timed out] 03:41 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 03:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:45 -!- vasild_ is now known as vasild 03:50 < Educob> /msg nickserv REGISTER Jijiji01.. educobiana@gmail.com 03:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 04:18 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 04:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 04:46 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 04:46 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 04:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 04:54 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 04:54 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 05:19 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 05:49 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:49 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 06:00 -!- gojiHmPFPN [~textual@c-73-47-220-190.hsd1.ma.comcast.net] has joined #c-lightning 06:07 -!- Educob2 [5a4ae098@90.74.224.152] has joined #c-lightning 06:07 < Educob2> Testing this IRC thing. Please answer if you read this (anyone please) 06:08 <@cdecker> Hi Educob2 ^^ 06:09 < Educob2> Thanks. At last it works!!!! 06:13 -!- Educob2 [5a4ae098@90.74.224.152] has quit [Quit: Ping timeout (120 seconds)] 06:19 -!- Educob2 [5a4ae098@90.74.224.152] has joined #c-lightning 06:20 < Educob2> Is this the place to ask developer questions about c-lightning code? 06:30 < lxer> yes. go ahead :) 06:52 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:89bf:f3d9:31ae:2014] has joined #c-lightning 06:53 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:89bf:f3d9:31ae:2014] has quit [Client Quit] 06:56 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 06:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 244 seconds] 06:59 < Educob2> I need the code to create a channel without the messages back & forth. Just the code that create the two 2of2 multisig + the 1st commitment tx. 07:00 < Educob2> So I can create a channel without actullay 2 peers talking to each other. 08:16 <@cdecker> Hi Educob2, that'd be in `common/initial_commit_tx.c` and you should be able to follow the callers and callees from there :-) 08:27 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 08:32 < Educob2> Thanks. I'll take a look. 08:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 09:29 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has joined #c-lightning 11:50 < gojiHmPFPN> anyone profile c-lightning memory/cpu/network usage? 12:12 < lxer> gojiHmPFPN: with bitcoin-core about 140GiB per month. it doesn't require much memory/cpu, it can run on any device. 12:14 < gojiHmPFPN> like how low? would it be fine (assuming core was separated) to run on something with 32mb of ram? 12:18 -!- jonatack_ [~jon@37.171.39.129] has quit [Read error: Connection reset by peer] 12:18 -!- jonatack__ [~jon@37.171.39.129] has joined #c-lightning 12:19 -!- jonatack__ [~jon@37.171.39.129] has quit [Client Quit] 12:19 -!- jonatack [~jon@37.171.39.129] has joined #c-lightning 12:21 < lxer> does that even exist? even a Nanopi has 512mb 12:21 < jb55> wow I just looked, my core node is using 2gb of ram right now 12:22 < lxer> on linux programs always try to use the max available. 13:13 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 13:14 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 13:21 -!- bitdex_ [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 13:51 < Educob2> How can ram usage be limited? 13:53 < lxer> on what system? what are you trying to do? 13:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 13:55 -!- jonatack_ [~jon@37.173.227.77] has joined #c-lightning 13:56 < Educob2> Ubuntu. 13:58 -!- jonatack [~jon@37.171.39.129] has quit [Ping timeout: 260 seconds] 14:10 < lxer> the OS handles that, it will free up memory when another program requires it. Sure there is a minimum requirement, idk how much. My system uses 50% of 2Gb memory, running btc-core + c-lightning. 14:14 < jb55> btw I wasn't talking virtual memory, I'm talking resident. not sure why it was at 2gb... I restarted and it's back down to 500mb 14:15 < jb55> probably mempool craziness 14:16 * jb55 starts analyzing core's heap 14:21 < Educob2> Thanks. 15:07 -!- Netsplit *.net <-> *.split quits: k3tan, kanzure, MasterdonX, Kostenko, wallet42, lxer 15:12 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #c-lightning 15:13 -!- k3tan [~pi@unaffiliated/k3tan] has joined #c-lightning 15:14 -!- MasterdonX [~masterdon@84.17.53.222] has joined #c-lightning 15:25 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 15:41 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 15:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 15:45 -!- vasild_ is now known as vasild 15:45 -!- otoburb [~otoburb@unaffiliated/otoburb] has quit [Quit: leaving] 15:55 -!- jonatack_ [~jon@37.173.227.77] has quit [Ping timeout: 246 seconds] 15:56 -!- jonatack_ [~jon@37.165.194.161] has joined #c-lightning 16:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:23 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 16:25 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 16:29 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 16:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 16:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 17:10 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has joined #c-lightning 17:50 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:52 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 18:09 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:20 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 18:21 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has quit [Read error: Connection timed out] 18:31 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:43 -!- Educob2 [5a4ae098@90.74.224.152] has quit [Ping timeout: 245 seconds] 18:55 -!- Amperture [~amp@65.79.129.113] has quit [Remote host closed the connection] 20:04 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 265 seconds] 21:38 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 21:38 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 21:38 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 21:38 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 21:55 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 21:55 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 22:24 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has joined #c-lightning 23:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning --- Log closed Sat May 02 00:00:10 2020