--- Day changed Mon Mar 11 2019 00:07 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 00:16 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 255 seconds] 00:22 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 00:38 -!- rls [~rls@192.96.205.163] has joined #lnd 00:38 -!- rlsy [~rls@192.96.205.163] has quit [Read error: Connection reset by peer] 00:39 -!- rlsy [~rls@192.96.205.163] has joined #lnd 00:42 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 246 seconds] 00:53 -!- rls [~rls@192.96.205.163] has joined #lnd 00:57 -!- rlsy [~rls@192.96.205.163] has quit [Ping timeout: 250 seconds] 01:29 -!- JackH [~laptop@185.155.119.193] has joined #lnd 02:02 -!- jungly [~quassel@79.8.200.97] has joined #lnd 02:14 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 255 seconds] 02:34 -!- rlsy [~rls@192.96.205.163] has joined #lnd 02:41 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 02:55 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 03:11 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 03:30 -!- cryptodechange [~cryptodec@host86-169-215-217.range86-169.btcentralplus.com] has joined #lnd 04:01 < lndbot> I believe there’s a channel update event 04:01 < lndbot> you subscribe via rpc 05:16 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 05:16 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 05:26 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:26 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 05:51 < lndbot> Thanks @joaoalmeida, I found 3: `SubscribeChannelGraph`: monitors channel topology `SubscribeTransactions`: monitors on-chain (I assume) transactions `SubscribeInvoices`: monitors added/settled invoices None are quite a "channel state change" monitor though 06:30 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 06:51 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 255 seconds] 07:02 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Remote host closed the connection] 07:06 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 07:30 -!- douglas_ [douglas@nat/redhat/x-ehqpmhsvtwsnrdve] has joined #lnd 07:31 -!- douglas__ [douglas@nat/redhat/x-snyjxkigalsuujup] has joined #lnd 07:34 -!- douglas_ [douglas@nat/redhat/x-ehqpmhsvtwsnrdve] has quit [Ping timeout: 268 seconds] 07:35 -!- douglas_ [douglas@nat/redhat/x-mkyhyewgmbqvvmzh] has joined #lnd 07:37 -!- douglas__ [douglas@nat/redhat/x-snyjxkigalsuujup] has quit [Ping timeout: 244 seconds] 07:41 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 07:57 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Excess Flood] 07:57 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 07:59 < Talkless> I've got incoming channel from "BitMEXResearch" node, forwarded 1024 satoshis for it. I've been researched! :)) 07:59 < molz> haha 08:00 < molz> Talkless, what's their fee_rate? 08:00 < molz> their fee_rate was 400 last time i saw 08:01 < Talkless> uhm 08:01 < molz> yupy 08:02 < Talkless> molz: where do I find that info? in listchannels I see "fee_per_kw": "4558" 08:02 < molz> getchaninfo 08:03 < molz> lncli getchaninfo 08:08 -!- rlsy [~rls@192.96.205.163] has quit [Read error: Connection reset by peer] 08:09 < molz> Talkless, and you get the chan_id by 'lncli listchannels' and look at their channel that they just created with your node 08:11 -!- rls [~rls@192.96.205.163] has joined #lnd 08:11 < Talkless> oh chan info, didn't used that... 08:12 < Talkless> molz: https://paste.debian.net/1072695/ 08:12 < Talkless> node1, node2..? 08:15 < molz> Talkless, there are lines above these lines that tell you which node is yours and which is theirs 08:15 < molz> hm it looks like their fee_rate with you is 1 08:15 < Talkless> so node1 is BItmEX 08:15 < molz> both nodes have the same fee_rate 08:16 < molz> "fee_rate_milli_msat": "1", 08:16 < molz> so it seems safe if your payment goes thru their route now haha :D 08:16 < Talkless> ? 08:16 < molz> but always use `--fee_limit=x` when you make a payment and you don't want to pay too much in fees 08:16 < Talkless> and it wasn't? 08:17 < molz> they still can change their fee_rate 08:17 < Talkless> molz: fee_limit are sathoshis for whole route? 08:17 < molz> i think so 08:18 < molz> `lncli payinvoice --h` 08:18 < molz> some people don't know we have `--fee_limit` or forget to use it when making a payment and they pay more in fees, then they get mad 08:19 < Talkless> molz: I really didn't new that option, will start using 08:20 < molz> interesting, i just realized we also have this: --fee_limit_percent value percentage of the payment's amount used as themaximum fee allowed when sending the payment (default: 0) 08:20 < Talkless> $ lncli listpayments | fgrep fee | uniq -c 08:20 < Talkless> 3 "fee": "0", 08:20 < Talkless> 2 "fee": "5", 08:20 -!- rlsy [~rls@192.96.205.163] has joined #lnd 08:20 < Talkless> my max was 5 so far, will be my baseline I guess :) 08:21 < molz> my max: "fee": "871", 08:22 < molz> i knew about it that was a route thru yalls and the only route i could find 08:23 < molz> you can also do `lncli queryroutes ` to see the fee rates and basefees of each route 08:23 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 245 seconds] 08:39 -!- rls [~rls@192.96.205.163] has joined #lnd 08:42 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 08:43 -!- rlsy [~rls@192.96.205.163] has quit [Ping timeout: 246 seconds] 08:43 -!- rh0nj [~rh0nj@88.99.167.175] has joined #lnd 08:54 -!- rls [~rls@192.96.205.163] has quit [Read error: Connection reset by peer] 08:54 -!- rlsy [~rls@192.96.205.163] has joined #lnd 09:01 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 09:01 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:02 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Client Quit] 09:04 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:13 -!- rls [~rls@192.96.205.163] has joined #lnd 09:16 -!- rlsy [~rls@192.96.205.163] has quit [Ping timeout: 250 seconds] 09:23 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 245 seconds] 09:29 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 09:48 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 268 seconds] 09:49 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lnd 09:50 -!- rlsy [~rls@192.96.205.163] has joined #lnd 09:53 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 240 seconds] 09:57 -!- rlsy [~rls@192.96.205.163] has quit [Ping timeout: 246 seconds] 10:19 -!- jimpo_ [~jimpo@ec2-13-57-39-52.us-west-1.compute.amazonaws.com] has joined #lnd 10:19 -!- jimpo [~jimpo@ec2-13-57-39-52.us-west-1.compute.amazonaws.com] has quit [Quit: ZNC 1.7.1 - https://znc.in] 10:37 -!- jungly [~quassel@79.8.200.97] has quit [Remote host closed the connection] 10:55 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 11:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 11:30 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 11:36 -!- jason- [~jason@122.234.179.196] has quit [Ping timeout: 245 seconds] 11:38 -!- dougsland [douglas@nat/redhat/x-ivocscrfolvoktcb] has joined #lnd 11:40 -!- douglas_ [douglas@nat/redhat/x-mkyhyewgmbqvvmzh] has quit [Ping timeout: 255 seconds] 11:41 -!- jason- [~jason@122.234.179.196] has joined #lnd 12:18 -!- dougsland [douglas@nat/redhat/x-ivocscrfolvoktcb] has quit [Ping timeout: 244 seconds] 12:22 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 13:29 -!- dougsland [~douglas@c-24-34-137-83.hsd1.nh.comcast.net] has joined #lnd 13:53 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 13:54 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #lnd 13:57 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 252 seconds] 14:36 -!- kim0 [uid105149@ubuntu/member/kim0] has joined #lnd 14:50 -!- PatBoy [xyz@192.99.249.194] has joined #lnd 15:10 -!- lcpfnvcy [~mememe@snownose.org] has joined #lnd 15:15 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 16:49 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 252 seconds] 17:05 -!- kim0 [uid105149@ubuntu/member/kim0] has quit [Quit: Connection closed for inactivity] 17:06 -!- cryptodechange [~cryptodec@host86-169-215-217.range86-169.btcentralplus.com] has quit [Ping timeout: 246 seconds] 17:09 -!- cryptodechange [~cryptodec@host109-148-73-133.range109-148.btcentralplus.com] has joined #lnd 17:11 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 17:54 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 18:41 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 19:07 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 250 seconds] 19:30 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 19:34 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 252 seconds] 20:52 -!- cluelessperson_ is now known as cluelessperson 21:36 -!- Styils [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 21:44 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:05 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:06 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:12 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 245 seconds] 22:14 -!- dougsland [~douglas@c-24-34-137-83.hsd1.nh.comcast.net] has quit [Ping timeout: 246 seconds] 22:17 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:18 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:18 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:22 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:24 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:25 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:25 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:27 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:27 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:28 -!- Styils [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 245 seconds] 22:29 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:29 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:31 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:31 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:32 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:32 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:34 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:34 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:47 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:58 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 22:58 -!- wicked [~wicked@82.102.28.107] has joined #lnd 22:58 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:00 -!- rls [~rls@192.96.205.163] has joined #lnd 23:00 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:00 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:01 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:01 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:02 -!- jimpo [~jimpo@ec2-13-57-39-52.us-west-1.compute.amazonaws.com] has joined #lnd 23:02 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 23:03 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 245 seconds] 23:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 23:03 -!- aerth [~aerth@gateway/tor-sasl/aerth] has quit [Ping timeout: 256 seconds] 23:04 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:04 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:05 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 23:07 -!- aerth [~aerth@gateway/tor-sasl/aerth] has joined #lnd 23:07 -!- dave_uy [~dave_uy@108.61.193.26] has quit [Quit: Ping timeout (120 seconds)] 23:07 -!- jimpo_ [~jimpo@ec2-13-57-39-52.us-west-1.compute.amazonaws.com] has quit [Quit: ZNC 1.7.1 - https://znc.in] 23:07 -!- raucao [~raucao@skippe2.nine.ch] has quit [Ping timeout: 246 seconds] 23:08 -!- dave_uy [~dave_uy@108.61.193.26] has joined #lnd 23:08 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 23:08 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:09 -!- raucao [~raucao@skippe2.nine.ch] has joined #lnd 23:10 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:10 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:13 -!- foureighttwonine [~foureight@82.102.28.107] has joined #lnd 23:17 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:17 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:17 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:22 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:22 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:24 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:24 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:29 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:40 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:41 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:47 -!- rlsy [~rls@192.96.205.163] has joined #lnd 23:50 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:50 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:50 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:51 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 244 seconds] 23:52 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:55 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:55 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:55 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection] 23:58 -!- wicked [~wicked@82.102.28.107] has joined #lnd 23:58 -!- wicked [~wicked@82.102.28.107] has quit [Remote host closed the connection]