--- Log opened Tue Mar 23 00:00:04 2021 00:36 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 00:37 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 01:15 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has quit [Quit: Connection closed] 01:16 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has joined #c-lightning 01:21 -!- jonatack_ [~jon@37.165.23.76] has joined #c-lightning 01:24 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 01:41 < darosior> warren: i have a simple plugin that do the opposite (blacklist), can add the whitelist feature and upstream it 02:18 -!- jonatack_ [~jon@37.165.23.76] has quit [Quit: jonatack_] 02:38 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has joined #c-lightning 02:46 -!- carboncarlo27 [900263cd@bbcs-99-205.pub.wingo.ch] has quit [Quit: Connection closed] 02:53 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Ping timeout: 256 seconds] 03:03 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has quit [Quit: Connection closed] 03:10 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 264 seconds] 03:17 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has joined #c-lightning 03:26 -!- jonatack [~jon@37.165.23.76] has joined #c-lightning 03:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 03:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 04:32 -!- jonatack [~jon@37.165.23.76] has quit [Ping timeout: 240 seconds] 04:32 -!- jonatack [~jon@37.165.23.76] has joined #c-lightning 04:42 -!- jonatack_ [~jon@37.165.23.76] has joined #c-lightning 04:42 -!- jonatack_ [~jon@37.165.23.76] has quit [Read error: Connection reset by peer] 04:42 -!- jonatack [~jon@37.165.23.76] has quit [Read error: Connection reset by peer] 04:43 -!- jonatack_ [~jon@37.165.23.76] has joined #c-lightning 04:46 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 04:48 -!- jonatack_ [~jon@37.165.23.76] has quit [Read error: Connection reset by peer] 04:48 -!- jonatack__ [~jon@37.165.23.76] has joined #c-lightning 04:58 -!- jasan [~j@n.bublina.eu.org] has joined #c-lightning 05:20 < carboncarlo> hey, so there is the setchannelfee command for individual channels. in the GUI plugin however, routing fees can be set globally, as I understand it. is there a similar command to what the qt is doing? 05:29 -!- jonatack__ [~jon@37.165.23.76] has quit [Ping timeout: 264 seconds] 05:36 < darosior> carboncarlo: the GUI plugin is quite old (and full of mistakes), i'm impressed some people still use it :) You can use "all" as an id for setchannelfee command to set the fees of all channels 05:36 < darosior> https://lightning.readthedocs.io/lightning-setchannelfee.7.html 05:38 < carboncarlo> darosior thanks for the info and the link. yes, the qt sometimes has errors decoding invoices and such. still, I find it useful to monitor balances and channel states, it's neatly ordered. 05:41 < darosior> thanks <3 05:42 < darosior> If you can code, any patch welcome 05:50 < carboncarlo> darosior thanks for the invite, however, all I managed to code was my website in HTML and CSS. not sure that counts =) I'll happily share my impressions and ideas for UX improvements, if wanted and needed =) 05:54 < darosior> Yeah, feel free to post issues ! 05:57 < vincenzopalazzo> Did someone say patch? :-D 05:58 -!- jonatack [~jon@37.165.23.76] has joined #c-lightning 06:18 -!- Teoti [~teoti@108.175.228.233] has joined #c-lightning 06:34 -!- kexkey [~kexkey@static-198-54-132-101.cust.tzulo.com] has joined #c-lightning 07:01 -!- jasan [~j@n.bublina.eu.org] has quit [Quit: Bye!] 07:24 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-iyngssqtppxfqsbk] has left #c-lightning [] 07:25 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-iyngssqtppxfqsbk] has joined #c-lightning 07:46 -!- jonatack [~jon@37.165.23.76] has quit [Ping timeout: 264 seconds] 07:50 -!- jonatack [~jon@37.165.23.76] has joined #c-lightning 08:34 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 08:37 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 268 seconds] 08:38 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #c-lightning 08:56 -!- spinza [~spin@102.132.245.16] has joined #c-lightning 09:20 -!- ksedgwic [~ksedgwic@192-184-130-48.fiber.dynamic.sonic.net] has quit [Quit: Lost terminal] 09:25 -!- ksedgwic [~ksedgwic@192-184-130-48.fiber.dynamic.sonic.net] has joined #c-lightning 10:27 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has quit [Quit: Connection closed] 10:49 -!- belcher_ is now known as belcher 11:32 < vincenzopalazzo> Hello guys, I have a small answer on how to print ascii code on terminal, in pariticular I want print the qr code on the terminal and I'm try to use the the -H format. But on the terminal I have only the hash string that looks like the following one 11:32 < vincenzopalazzo> console= 11:32 < vincenzopalazzo> \u001b[47m \u001b[0m\u001b[47m 11:33 < vincenzopalazzo> There is any method to print with a plugin on the console in the correct format? I see that the plugin summary use the utf8 format but I'm not able to achieve the same result with my java wrapper 11:33 < vincenzopalazzo> I'm missing somethings in the middle of the communication? 11:33 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 12:16 -!- carboncarlo [900263cd@bbcs-99-205.pub.wingo.ch] has joined #c-lightning 12:20 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has quit [Remote host closed the connection] 12:20 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has joined #c-lightning 12:23 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has quit [Remote host closed the connection] 12:25 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has joined #c-lightning 12:33 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has quit [Remote host closed the connection] 12:33 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has joined #c-lightning 12:45 -!- jonatack_ [~jon@37.165.85.219] has joined #c-lightning 12:49 -!- jonatack_ [~jon@37.165.85.219] has quit [Read error: Connection reset by peer] 12:49 -!- jonatack [~jon@37.165.23.76] has quit [Ping timeout: 272 seconds] 12:49 -!- jonatack_ [~jon@37.165.85.219] has joined #c-lightning 12:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 13:14 <@cdecker> Hm, I wonder if the escape sequences get re-escaped when printing to the terminal, will need to look into how lightning-cli handles printing 13:43 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 245 seconds] 13:43 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 13:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 258 seconds] 13:56 < vincenzopalazzo> cdecker: Thanks, I will make some test, or at list I will try to make some test if you point me in the correct file where clightning make the printing operation. P.S. When you have time :) 14:09 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 256 seconds] 14:19 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 15:47 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-iyngssqtppxfqsbk] has left #c-lightning [] 15:47 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-iyngssqtppxfqsbk] has joined #c-lightning 16:44 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:08 -!- jonatack_ [~jon@37.165.85.219] has quit [Ping timeout: 256 seconds] 17:10 < rusty> Any MacOS c-lightning users here? I've got reports of gossip store being completely corrupt, want to test a fix before I blindly deploy it.. 17:30 < vincenzopalazzo> rusty: I have a Macintosh, not a real one :) I don't know if it can help 17:49 -!- vincenzopalazzo [~vincenzop@host-79-30-9-166.retail.telecomitalia.it] has quit [Quit: Leaving] 18:27 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 18:30 -!- spinza [~spin@102.132.245.16] has joined #c-lightning 20:01 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Remote host closed the connection] 20:02 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #c-lightning 20:07 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 268 seconds] 20:08 -!- cryptoso- [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 268 seconds] 20:08 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 20:16 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 256 seconds] 20:24 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 20:28 < fiatjaf> when does 'pay' time out? 20:28 < fiatjaf> what does it return when it times out 20:28 < fiatjaf> I mean if a payment is pending for one week 20:28 < fiatjaf> will it timeout after 30 minutes and return something? 20:42 < warren> darosior: I'm interested in both blacklist and whitelist 20:47 < rusty> fiatjaf: nope. It used to, but that was even worse UX. 20:55 < fiatjaf> so it never returns? 20:55 < fiatjaf> I know I've asked this infinite times 20:56 < fiatjaf> it never returns? it just hangs for two weeks? 20:56 < rusty> Yeo. 20:57 < rusty> Yes indeed. 20:57 < rusty> It might *succeed* after a week, which is the problem. 21:04 < fiatjaf> not a problem if we're listening to payment_success events :D 21:06 < fiatjaf> is it a sound strategy to issue a 'pay' command and immediately close the socket, then listen for sendpay_success and sendpay_failure events? 21:07 < fiatjaf> then after each sendpay_failure we check listpays to see if the payment is still pending (i.e., a new attempt was started) or errored (i.e., I can definitely fail it and delete it from my database). 21:21 < rusty> You can keep issuing commands on the same socket. 21:22 < rusty> But yeah, that would work. 23:13 -!- jonatack_ [~jon@37.165.85.219] has joined #c-lightning 23:55 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 245 seconds] 23:59 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-iyngssqtppxfqsbk] has left #c-lightning [] --- Log closed Wed Mar 24 00:00:02 2021