--- Log opened Mon Aug 03 00:00:39 2020 00:27 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 00:36 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 00:40 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 00:48 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 01:50 < m-schmoock> cdecker: https://github.com/lightningd/plugins/pull/130 this works better 02:21 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #c-lightning 02:24 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 02:25 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 02:36 -!- jonatack [~jon@134.19.179.235] has joined #c-lightning 02:37 -!- jonatack [~jon@134.19.179.235] has quit [Read error: Connection reset by peer] 02:39 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 02:43 -!- jonatack [~jon@37.173.224.129] has joined #c-lightning 03:13 -!- bdykesfr [~amnesia@92-109-4-61.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 03:15 -!- bdykesfr [~amnesia@92-109-4-61.cable.dynamic.v4.ziggo.nl] has joined #c-lightning 03:16 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 03:48 -!- nixbitcoin_ [~nixbitcoi@gateway/tor-sasl/nixbitcoin] has joined #c-lightning 03:49 -!- nixbitcoin [~nixbitcoi@gateway/tor-sasl/nixbitcoin] has quit [Ping timeout: 240 seconds] 03:55 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Read error: Connection reset by peer] 03:55 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #c-lightning 03:55 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 03:58 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:58 -!- vasild_ is now known as vasild 04:06 -!- jonatack [~jon@37.173.224.129] has quit [Read error: Connection reset by peer] 04:54 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Ping timeout: 246 seconds] 04:56 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #c-lightning 05:20 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 05:21 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 06:45 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 07:11 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 07:33 -!- rafalcpp [~racalcppp@ip-178-214.ists.pl] has joined #c-lightning 07:40 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 07:59 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 260 seconds] 08:00 -!- rafalcpp [~racalcppp@ip-178-214.ists.pl] has quit [Ping timeout: 264 seconds] 08:28 -!- rafalcpp [~racalcppp@ip-178-214.ists.pl] has joined #c-lightning 08:35 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 08:38 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Ping timeout: 240 seconds] 09:19 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #c-lightning 09:49 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Ping timeout: 240 seconds] 10:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 11:13 -!- alko89 [~alko89@unaffiliated/alko89] has joined #c-lightning 12:16 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Quit: ZNC 1.7.5 - https://znc.in] 12:18 -!- alko89 [~alko89@unaffiliated/alko89] has joined #c-lightning 13:00 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 13:03 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 13:16 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 14:16 -!- MrHash [~mrhash@177.240.181.253] has joined #c-lightning 14:18 < MrHash> hey if i'd like to estimate the routing fees for paying an invoices, do i have to use the getroute endpoint and calculate the diff from the expected send amount, or are there other options? 14:18 < rusty> MrHash: well, that works... 14:19 < rusty> MrHash: it might be nice for "pay" to have a "testonly" mode where it does everything but send the payment. THis would cover things like route randomization and premptive splitting, which also effects fees. cdecker? 14:20 < MrHash> is getroute what the pay procedure uses on the backend? 14:20 < MrHash> or is it variant? 14:22 < MrHash> ah if i used sendpay with the given route then it's predicatable? 14:23 < MrHash> basically i'm trying to estimate the highest possible sending fee 14:24 < rusty> MrHash: it's variable, since pay tries to be clever and split payments over 10,000 sats. Also, it will retry... 14:24 < MrHash> right 14:24 < rusty> MrHash: and in next version, route will be *much* more random. 14:25 < rusty> Yeah, you can DIY with sendpay, but it's awkward: there's a lot to get right with routehints, for example. 14:25 < rusty> Generally it's best to specify the maxfee to `pay` and let it DTRT. 14:25 < MrHash> so basically better to use maxfeepercent to hard cap the fee? 14:25 < MrHash> :) 14:25 < rusty> I think so. Then it *will* stop if it can't do it. 14:25 < MrHash> gotcha 14:26 < rusty> (That's generally what users want anyway) 14:26 < MrHash> ok i think i can work with that 14:28 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 14:28 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-xadswhvwruqyrqgr] has left #c-lightning [] 14:29 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-xadswhvwruqyrqgr] has joined #c-lightning 15:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 15:06 < MrHash> is MPP the default for pay in 0.9.0 or are there some config options? 15:41 < darosior> MrHash: default 15:41 < MrHash> thx 15:42 < darosior> iirc there is a legacypay command or something to use the old one 15:42 < MrHash> np 15:55 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 15:58 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:58 -!- vasild_ is now known as vasild 16:31 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 16:59 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:14 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 17:19 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 264 seconds] 17:48 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 17:51 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 17:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 18:51 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 19:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 19:16 -!- MrHash [~mrhash@177.240.181.253] has quit [Ping timeout: 240 seconds] 19:28 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 19:32 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 246 seconds] 20:04 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 20:08 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 21:51 -!- zmnscpxj__ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 22:31 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 22:42 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 22:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 22:47 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 22:51 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 22:51 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-xadswhvwruqyrqgr] has left #c-lightning [] 22:51 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-xadswhvwruqyrqgr] has joined #c-lightning 23:32 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning --- Log closed Tue Aug 04 00:00:40 2020