--- Day changed Fri Oct 25 2019 00:04 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 268 seconds] 00:15 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 00:15 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 00:16 -!- queip_ is now known as queip 00:22 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 246 seconds] 00:23 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 00:23 -!- queip_ is now known as queip 00:26 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 00:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 252 seconds] 00:34 -!- cubo-cube [~quassel@unaffiliated/evaristegalois] has joined #lnd 00:39 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 00:39 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 276 seconds] 00:40 -!- queip_ is now known as queip 00:41 -!- faceface [~faceface@unaffiliated/faceface] has joined #lnd 01:12 -!- spoke0_ [~spoke0@92.116.71.242] has quit [Read error: Connection reset by peer] 01:12 -!- spoke0 [~spoke0@92.116.71.242] has joined #lnd 01:13 -!- cubo-cube [~quassel@unaffiliated/evaristegalois] has quit [Remote host closed the connection] 02:01 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has quit [Ping timeout: 264 seconds] 02:04 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 02:05 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 240 seconds] 02:06 -!- queip_ is now known as queip 02:18 -!- spoke0 [~spoke0@92.116.71.242] has quit [Read error: Connection reset by peer] 02:19 -!- spoke0 [~spoke0@92.116.71.242] has joined #lnd 02:38 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 265 seconds] 02:39 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 02:39 -!- queip_ is now known as queip 02:39 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has joined #lnd 02:40 -!- spoke0_ [~spoke0@92.116.93.68] has joined #lnd 02:40 -!- spoke0 [~spoke0@92.116.71.242] has quit [Ping timeout: 265 seconds] 02:50 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 02:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 245 seconds] 03:03 -!- jonatack [~jon@213.152.161.234] has joined #lnd 03:04 -!- wullon [~wullon@241.243.86.88.rdns.comcable.net] has quit [Read error: Connection reset by peer] 03:04 -!- wullon [~wullon@241.243.86.88.rdns.comcable.net] has joined #lnd 03:37 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 03:38 -!- rh0nj [~rh0nj@88.99.167.175] has joined #lnd 03:52 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has quit [Quit: Sleep mode] 04:24 -!- tjsk8 [0e8b4597@14.139.69.151] has joined #lnd 04:26 -!- tjsk8 [0e8b4597@14.139.69.151] has quit [Remote host closed the connection] 04:59 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has joined #lnd 05:27 -!- jonatack [~jon@213.152.161.234] has quit [Ping timeout: 268 seconds] 05:54 -!- jonatack [~jon@37.164.227.124] has joined #lnd 06:20 -!- MaxSan [~four@195.206.105.227] has quit [Quit: Leaving.] 06:34 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has quit [Quit: Sleep mode] 06:37 -!- michaelfolkson [~textual@host109-150-22-219.range109-150.btcentralplus.com] has joined #lnd 06:37 < BB-Martino> quick question 06:39 < BB-Martino> I'm using json to post to /v1/channels/transactions with variables payment_request and fee_limit. Now I've worked out that fee_limit is supposed to be an array, but I'm not sure what the sub-key should be for a fixed fee or percentage based fee. using "fixed" and "percentage" seems to be ignored 06:40 -!- jonatack [~jon@37.164.227.124] has quit [Read error: Connection reset by peer] 06:52 < BB-Martino> a bit of progress there, I see I have to use "fee_limit":{"limit" -- but after that, not sure how to give it something it can convert to "lnrpc.isFeeLimit_Limit" 06:52 < BB-Martino> {"error":"json: cannot unmarshal number into Go value of type lnrpc.isFeeLimit_Limit 06:55 -!- gethh [uid264798@gateway/web/irccloud.com/x-mikonmligqiljdre] has quit [Quit: Connection closed for inactivity] 07:15 < BB-Martino> the /v1/graph/routes endpoint has fee_limit.fixed and fee_limit.percent, but for some reason /v1/channels/transactions has a fee_limit only which is a FeeLimit type - I think that is currently preventing me from setting a fee via the REST api :-( 07:21 -!- michaelfolkson [~textual@host109-150-22-219.range109-150.btcentralplus.com] has quit [Quit: Sleep mode] 07:21 < BB-Martino> ah, it was "fee_limit":{"fixed" and "percent" -- the reason I didn't think it worked was that -1 and 0 as values were ignored (so was providing both, which should in theory cause an error, at least I saw an error message about both not being usable at the same time) 07:27 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has joined #lnd 07:30 < BB-Martino> it's unfortunate that negative values aren't rejected, also I get no complaints about both values being used. apparently 'percent' is used if both are provided. 07:31 < BB-Martino> Regardless, it's working now \o/ 07:35 < lndbot> ralayax: I wouldn’t recommend running a _public_ altruistic tower 07:35 < lndbot> at least not yet 07:36 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 07:51 < Veggen> I have only semi-permanent IP address. Changes seldom enough that I can usually live with it. How does that fit with a watchtower? What happens if the watchtower is not there, will you queue up data to store there? 07:52 < lndbot> You could run a Tor watchtower 07:54 < Veggen> hmm. Possibly. 07:54 < Veggen> Will see if I can find time for that during the weekewnd. 07:55 < lndbot> There is a recent PR which makes it easier to do that 07:59 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has quit [Quit: Sleep mode] 08:00 < Veggen> nuts. that means I'll have to go master again soon :) 08:00 < lndbot> It’s not merged yet though 08:00 < Veggen> even worse. I'll have to go unmerged PR. 08:00 < Veggen> (nah, probably won't in production :) 08:07 < lndbot> There’s always testnet 08:18 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 08:23 -!- thomasanderson [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 08:25 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 08:25 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 265 seconds] 08:26 -!- queip_ is now known as queip 08:27 -!- thomasanderson [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 240 seconds] 08:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 08:54 -!- thomasanderson [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 08:57 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 264 seconds] 08:59 -!- thomasanderson [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 240 seconds] 09:23 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 240 seconds] 09:24 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 09:26 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 09:27 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 09:40 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 09:46 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 265 seconds] 09:46 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 09:46 -!- queip_ is now known as queip 09:49 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has joined #lnd 10:14 -!- EvaristeGalois [~Surd@unaffiliated/evaristegalois] has quit [Remote host closed the connection] 10:15 -!- EvaristeGalois [~Surd@unaffiliated/evaristegalois] has joined #lnd 10:16 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 10:20 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 10:20 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 11:01 < Talkless> So if I have seed, I only need channel.backup to backup, right? 11:02 < Talkless> I wonder is there a way to backup payment history, without messing with channels..? 11:02 < lndbot> channel.backup is a worst case backup it does miss a bunch of stuff but it is the best available right now 11:28 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 11:30 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 11:40 < Veggen> Talkless: in theory you can get back all funds minus force closing fees with channel.backup. But you need your partners to force close. 11:40 < lndbot> Also it doesn’t cover HTLCs 11:41 < Talkless> Thanks Veggen alexbosworth, seed + channel.backup will suffice, I was just curious 11:42 < Veggen> Talkess: for backing up payment history, you can of course just list it out periodically to plaintext files. 11:55 -!- MaxSan [~four@195.206.105.227] has joined #lnd 12:00 -!- MaxSan [~four@195.206.105.227] has quit [Ping timeout: 268 seconds] 12:00 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 12:00 -!- MaxSan [~four@109.202.107.10] has joined #lnd 12:02 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 12:06 -!- MaxSan [~four@109.202.107.10] has quit [Quit: Leaving.] 12:36 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 12:37 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 12:37 -!- queip_ is now known as queip 12:42 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:42 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:43 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:44 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:44 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:45 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:46 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:48 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:49 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:49 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:49 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 12:50 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:51 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:51 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:52 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 12:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 13:07 -!- buZz [~buzz@unaffiliated/buzz] has quit [Remote host closed the connection] 14:05 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Read error: Connection reset by peer] 14:07 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 14:17 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 265 seconds] 14:17 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 14:18 -!- queip_ is now known as queip 14:18 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 15:19 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 15:26 -!- EvaristeGalois [~Surd@unaffiliated/evaristegalois] has quit [Remote host closed the connection] 15:27 -!- mdunnio [~mdunnio@38.126.31.226] has joined #lnd 15:31 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 16:00 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 264 seconds] 17:23 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has joined #lnd 17:58 -!- michaelfolkson [~textual@2a00:23c5:be04:e501:e54a:392d:cc0a:581e] has quit [Quit: Sleep mode] 18:11 -!- gethh [uid264798@gateway/web/irccloud.com/x-qhzjvmhlgvktwqan] has joined #lnd 18:14 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 240 seconds] 18:18 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 18:39 -!- spoke0_ [~spoke0@92.116.93.68] has quit [Remote host closed the connection] 18:40 -!- spoke0 [~spoke0@92.116.93.68] has joined #lnd 18:45 -!- spoke0 [~spoke0@92.116.93.68] has quit [Ping timeout: 276 seconds] 19:17 -!- buZz [~buzz@192.161.48.59] has joined #lnd 19:18 -!- buZz is now known as Guest64613 19:18 -!- Guest64613 [~buzz@192.161.48.59] has quit [Changing host] 19:18 -!- Guest64613 [~buzz@unaffiliated/buzz] has joined #lnd 19:25 -!- Guest64613 is now known as buZz 20:23 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 21:09 -!- spoke0 [~spoke0@92.116.105.246] has joined #lnd 21:12 -!- spoke0 [~spoke0@92.116.105.246] has quit [Remote host closed the connection] 21:12 -!- spoke0 [~spoke0@92.116.105.246] has joined #lnd 21:17 -!- spoke0 [~spoke0@92.116.105.246] has quit [Ping timeout: 276 seconds] 21:35 -!- hsmiths [uid95325@gateway/web/irccloud.com/x-ovhvncabocskwwsp] has quit [Quit: Connection closed for inactivity] 21:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 21:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 21:40 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 240 seconds] 22:11 -!- libertyprime [~libertypr@client-173-043.guest.otago.ac.nz] has joined #lnd 22:17 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 22:19 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 22:21 -!- spoke0 [~spoke0@92.116.105.246] has joined #lnd 22:23 -!- spoke0 [~spoke0@92.116.105.246] has quit [Remote host closed the connection] 22:24 -!- spoke0 [~spoke0@92.116.105.246] has joined #lnd 22:27 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 22:28 -!- rh0nj [~rh0nj@88.99.167.175] has joined #lnd 22:28 -!- spoke0 [~spoke0@92.116.105.246] has quit [Ping timeout: 240 seconds] 22:46 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 23:08 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 23:08 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 23:09 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 23:09 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 23:10 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 23:10 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 23:10 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 23:21 -!- hsmiths [uid95325@gateway/web/irccloud.com/x-aeheombnlxewejfr] has joined #lnd 23:24 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 23:28 -!- EvaristeGalois [~Surd@unaffiliated/evaristegalois] has joined #lnd 23:35 -!- libertyprime [~libertypr@client-173-043.guest.otago.ac.nz] has quit [Ping timeout: 265 seconds] 23:42 -!- libertyprime [~libertypr@124.197.60.232] has joined #lnd 23:43 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 23:45 -!- queip_ [~queip@unaffiliated/rezurus] has joined #lnd 23:46 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 276 seconds] 23:47 -!- queip_ is now known as queip 23:50 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 250 seconds] 23:57 -!- libertyprime [~libertypr@124.197.60.232] has quit [Remote host closed the connection]