--- Day changed Wed May 27 2020 00:02 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 260 seconds] 00:12 -!- jonatack_ [~jon@37.170.255.11] has quit [Ping timeout: 246 seconds] 00:13 -!- jonatack_ [~jon@184.75.223.203] has joined #lnd 00:53 -!- jonatack_ [~jon@184.75.223.203] has quit [Quit: jonatack_] 00:58 -!- jonatack [~jon@184.75.223.203] has joined #lnd 01:24 -!- dethos [~dethos@213.190.211.160] has joined #lnd 01:58 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 02:03 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 260 seconds] 02:12 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Quit: WeeChat 2.7.1] 02:14 -!- k3tan [~pi@unaffiliated/k3tan] has joined #lnd 02:26 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 02:33 -!- spoke0 [~spoke0@149.3.71.157] has joined #lnd 02:44 -!- tangibleat [~Thunderbi@165.141.99.84.rev.sfr.net] has joined #lnd 02:46 < tangibleat> I'm playing with PSBT for channel opening, straight from the hardware wallet (HWI.py tool) 02:48 < tangibleat> I have a question: Once the channel is already in pending state, is it safe to bumpfee the funding transaction? 02:49 -!- dethos [~dethos@213.190.211.160] has quit [Ping timeout: 260 seconds] 02:52 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 03:10 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has joined #lnd 03:17 < lndbot> You won't be able to bump the fee. Reason one being that the lnd wallet can't sign a new transaction with a different fee because it doesn't have the keys to do so (this is explicit to the PSBT case). The second reason being that (AFAIK) funding transactions cannot be RBFd in general as that would need a re-negotiation of the commitment transaction with the remote peer. I don't think that's implemented yet. The second reason is independent of the PSBT 03:17 < lndbot> restriction/complication of the BOLT in general 03:20 -!- k3tan172 [~pi@217.138.204.87] has joined #lnd 03:21 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 256 seconds] 03:40 -!- jonatack [~jon@184.75.223.203] has quit [Quit: jonatack] 03:46 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #lnd 03:51 -!- wizardsmoke [uid209547@gateway/web/irccloud.com/x-lsiuatibndzsyoex] has quit [Quit: Connection closed for inactivity] 04:11 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 240 seconds] 04:13 -!- jonatack [~jon@184.75.221.43] has joined #lnd 04:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 04:43 -!- k3tan172 [~pi@217.138.204.87] has left #lnd [] 04:43 -!- k3tan [~pi@unaffiliated/k3tan] has joined #lnd 04:50 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:8cd4:cc27:2bee:f265] has joined #lnd 05:15 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 05:16 -!- AbramAdelmo_ [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 05:18 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 05:18 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #lnd 05:20 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 272 seconds] 05:34 -!- brtastic [~Thunderbi@2a02:a315:413a:7580:879e:25b4:92ae:7858] has joined #lnd 05:34 -!- dethos [~dethos@213.190.211.160] has joined #lnd 05:48 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:8cd4:cc27:2bee:f265] has quit [] 05:53 -!- normo [~normo@7.95.103.87.rev.vodafone.pt] has quit [Ping timeout: 256 seconds] 05:59 -!- normo [~normo@7.95.103.87.rev.vodafone.pt] has joined #lnd 06:13 -!- wullon5 [~wullon@241.243.86.88.rdns.comcable.net] has quit [Ping timeout: 272 seconds] 06:18 -!- AbramAdelmo_ [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 246 seconds] 06:24 -!- mdunnio [~mdunnio@208.59.170.5] has joined #lnd 07:29 -!- janvojt [50f223e4@80.242.35.228] has joined #lnd 07:31 -!- normo [~normo@7.95.103.87.rev.vodafone.pt] has quit [Ping timeout: 256 seconds] 07:31 < janvojt> Hi, I have a node which ran into issue "High CPU usage after a few hours" #3370, anyone interested in raw profile files? wpaulino roasbeef 07:33 < lndbot> Can you please attach it directly to the issue? There shouldn't be any sensitive information in the profile files. 07:38 < janvojt> I obtain the heap dumps via:go tool pprof -proto http://localhost:9000/debug/pprof/heap > heap.pb.gzcurl "http://localhost:9000/debug/pprof/heap?debug=1" > heap.txt 07:38 < janvojt> don't these contain memory contents? 07:39 < janvojt> I would rather not put it up publicly for ever, I'd rather send it to someone directly anyway 07:39 < lndbot> I'm not 100% sure, but I thought not. 07:54 -!- cjd [~user@2a01:e0a:149:fcb0:5455:80bd:f0ae:52a7] has joined #lnd 07:55 < cjd> Hey folks, question: I understand inbound capacity is a problem - but what if the nodes who want it but are not interesting destinations needed to pay for it ? 08:00 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 08:01 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #lnd 08:08 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 08:16 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-yclnrjxqqjgzlyiy] has quit [Read error: Connection reset by peer] 08:17 -!- scalability-junk [sid6422@gateway/web/irccloud.com/x-zyvjzdxktsskmgmo] has joined #lnd 08:17 -!- kim0 [uid105149@ubuntu/member/kim0] has joined #lnd 08:19 < mol_> cjd what about it? 08:19 < cjd> Is it ongoing and I don't know about it? Is it discussed and has some terrible underlying problem which cannot be solved? Is it in progress? 08:21 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:8cd4:cc27:2bee:f265] has joined #lnd 08:26 -!- janvojt [50f223e4@80.242.35.228] has quit [Remote host closed the connection] 08:30 < mol_> it's out there 08:31 < cjd> ahh ok, I need to read more, sorry for the noise 08:38 -!- wizardsmoke [uid209547@gateway/web/irccloud.com/x-yhxaqdvrtmicrfys] has joined #lnd 08:41 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 08:49 -!- wullon5 [~wullon@182.234.86.88.rdns.comcable.net] has joined #lnd 08:49 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 264 seconds] 08:50 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 08:51 -!- k3tan [~pi@unaffiliated/k3tan] has joined #lnd 08:55 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 256 seconds] 09:03 -!- wullon5 [~wullon@182.234.86.88.rdns.comcable.net] has quit [Quit: The Lounge - https://thelounge.chat] 09:11 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 09:13 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 09:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Ping timeout: 246 seconds] 09:50 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 09:59 -!- janvojt [50f2274c@80.242.39.76] has joined #lnd 10:24 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 10:25 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 10:25 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #lnd 10:28 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 260 seconds] 10:33 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 10:46 -!- mdunnio [~mdunnio@208.59.170.5] has joined #lnd 10:51 -!- niceplace [~nplace@182.177.181.107.wiredns.net] has joined #lnd 10:52 -!- niceplaces [~nplace@84.17.35.87] has quit [Ping timeout: 256 seconds] 11:18 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 11:23 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 256 seconds] 11:36 -!- yzernik [~yzernik@75-25-138-252.lightspeed.plalca.sbcglobal.net] has joined #lnd 12:09 -!- MaxSan [~four@185.156.175.171] has quit [Ping timeout: 256 seconds] 12:24 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:30 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 12:31 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #lnd 12:36 -!- wizardsmoke [uid209547@gateway/web/irccloud.com/x-yhxaqdvrtmicrfys] has left #lnd [] 12:53 -!- MaxSan [~four@185.156.175.171] has joined #lnd 13:05 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:8cd4:cc27:2bee:f265] has quit [] 13:27 -!- jonatack [~jon@184.75.221.43] has quit [Ping timeout: 246 seconds] 13:29 -!- jonatack [~jon@37.166.127.107] has joined #lnd 13:48 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:48 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 14:11 -!- brtastic [~Thunderbi@2a02:a315:413a:7580:879e:25b4:92ae:7858] has quit [Ping timeout: 272 seconds] 14:25 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 14:25 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 14:33 < hex17or> \sb end 14:33 < hex17or> sb end 14:33 < hex17or> plz ignore 15:06 -!- yzernik [~yzernik@75-25-138-252.lightspeed.plalca.sbcglobal.net] has quit [Ping timeout: 258 seconds] 15:07 -!- yzernik [~yzernik@2600:1700:dc40:3dd0:8581:1c73:bf6:4d57] has joined #lnd 15:19 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 15:24 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 260 seconds] 15:47 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 15:51 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #lnd 15:55 -!- janvojt [50f2274c@80.242.39.76] has quit [Remote host closed the connection] 16:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 16:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 16:04 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 16:09 -!- jonatack_ [~jon@37.172.61.28] has joined #lnd 16:12 -!- jonatack [~jon@37.166.127.107] has quit [Ping timeout: 260 seconds] 16:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 16:33 -!- dethos [~dethos@213.190.211.160] has quit [Ping timeout: 240 seconds] 16:49 -!- spoke0_ [~spoke0@144.76.166.209] has joined #lnd 16:53 -!- spoke0 [~spoke0@149.3.71.157] has quit [Ping timeout: 272 seconds] 17:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:01 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 17:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 17:20 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 17:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 17:25 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 260 seconds] 19:04 -!- s7r [~s7r@openvpn/user/s7r] has quit [Ping timeout: 260 seconds] 19:05 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 19:05 -!- s7r [~s7r@openvpn/user/s7r] has joined #lnd 19:05 -!- AbramAdelmo_ [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 19:09 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 246 seconds] 19:29 -!- AbramAdelmo_ [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Remote host closed the connection] 19:30 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 19:57 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 20:17 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 20:22 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has joined #lnd 20:26 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has quit [Ping timeout: 246 seconds] 20:42 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 20:46 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 246 seconds] 21:07 -!- brtastic [~Thunderbi@2a02:a315:413a:7580:879e:25b4:92ae:7858] has joined #lnd 21:26 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 21:31 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 256 seconds] 21:44 -!- normo [~normo@7.95.103.87.rev.vodafone.pt] has joined #lnd 21:57 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has joined #lnd 21:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 22:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Quit: Leaving] 22:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 22:02 -!- AbramAdelmo [AbramAdelm@gateway/vpn/protonvpn/abramadelmo] has quit [Ping timeout: 265 seconds] 23:10 -!- yzernik [~yzernik@2600:1700:dc40:3dd0:8581:1c73:bf6:4d57] has quit [Ping timeout: 260 seconds] 23:10 -!- yzernik [~yzernik@75-25-138-252.lightspeed.plalca.sbcglobal.net] has joined #lnd 23:15 -!- yzernik [~yzernik@75-25-138-252.lightspeed.plalca.sbcglobal.net] has quit [Ping timeout: 264 seconds] 23:16 -!- yzernik [~yzernik@2600:1700:dc40:3dd0:8581:1c73:bf6:4d57] has joined #lnd 23:38 -!- spoke0_ [~spoke0@144.76.166.209] has quit [Quit: Leaving...] 23:41 -!- spoke0 [~spoke0@149.3.71.157] has joined #lnd 23:44 -!- brtastic [~Thunderbi@2a02:a315:413a:7580:879e:25b4:92ae:7858] has quit [Ping timeout: 246 seconds] 23:51 -!- z1 [~r10@49.205.217.234] has quit [Ping timeout: 265 seconds]