--- Day changed Wed Nov 18 2020 00:04 -!- mol_ [~mol@unaffiliated/molly] has joined #lnd 00:07 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 00:11 -!- qprime [~irc@gateway/tor-sasl/qprime] has quit [Remote host closed the connection] 00:13 -!- qprime [~irc@gateway/tor-sasl/qprime] has joined #lnd 00:22 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 00:23 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 00:23 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 00:36 -!- lesless [~lessless@obligatory.vehicle.volia.net] has quit [Ping timeout: 260 seconds] 00:56 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 00:56 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 00:58 -!- laptop_ [~laptop@ppp-2-183.leed-a-1.dynamic.dsl.as9105.com] has joined #lnd 01:31 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #lnd 01:34 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 240 seconds] 01:34 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 01:38 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 01:39 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #lnd 02:03 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 02:05 -!- kexkey [~kexkey@static-198-54-132-91.cust.tzulo.com] has quit [Ping timeout: 265 seconds] 02:12 -!- sevy[m] [sevyspesso@gateway/shell/matrix.org/x-fuedgncuudwxgmfe] has joined #lnd 02:26 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #lnd 02:32 -!- qprime [~irc@gateway/tor-sasl/qprime] has quit [Remote host closed the connection] 02:32 -!- qprime [~irc@gateway/tor-sasl/qprime] has joined #lnd 02:42 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 244 seconds] 02:46 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #lnd 02:49 < petan> roasbeef: well on 1ml.com I can see capacity, which is roughly equal amount of BTC I invested in my lnd wallet before I opened all channels - on-chain fees that I lost,it's marked as "capacity" that is what I have no idea how to display using lncli 02:49 < petan> btw is there any service I could use to send some satoshi using LND there and get them back, just to test if I am even able to use LND? 02:50 < petan> I think I got it working right, so far I had only 1 routing request though... but I couldn't balance channels 02:53 < Veggen> petan, I have a little (though outdated) blog experiment on https://random.engen.priv.no/ 02:53 < petan> also if my server has multiple public IPs (at least 1 IPv4 and 1 IPv6) how can I tell that to lnd, it seems to accept 1 IP only? 02:53 < sevy[m]> to send some sats I opened a channel with walletofsatoshi and I sent some sats to my wallet 02:53 < Veggen> feel free to find an article you like and tip me a cent ;) 02:53 < Veggen> ...or, open a custodial wallet somewhere else and send to it. 02:53 < lndbot> you can run `lncli listchannels`. There you see two numbers (among many others): local_balance and remote_balance. local_balance is how much of it belongs to you, that's how much you can _send_. remote_balance is how much belongs to the other party, that's how much you can _receive_. 02:54 < lndbot> If all of the balance is on your side (all remote_balance is 0), you can only send but not receive yet. Then a circular rebalance doesn't work either, because you can send it out through one channel but not receive on another 02:54 < Veggen> gugger: sort of. There's the channel_reserve too. Imho, it would be useful to add a can_send field that subtracts channel reserve too, because people often get confused by it. 02:55 < petan> I have 1 channel that has remote balance (someone opened channel to me, on local I see 0), all other channels were opened by me 02:55 < lndbot> Sure, there's other things to consider, like the reserve. 02:56 < lndbot> Okay, then you _should_ be able to circular rebalance if you choose the outgoing channel from one you opened and then specify the last hop as the node that opened the channel to you 02:56 < lndbot> try with a few thousand satoshis first, just to see if it works in general 02:56 < petan> btw is the only way to send money via invoices, or is it possible to generate some public address that people can send money to? like in BTC client 02:57 < petan> aha now I understand why I couldn't rebalance, I set outgoing the one that I had 0 local balance 02:57 < lndbot> there's keysend where you just send sats to a node public key. but it has to be enabled on the receiving end 02:57 < petan> aha 02:58 < petan> ok thanks for info and also for yesterday you saved my wallet haha 02:58 < lndbot> you're welcome 03:48 -!- belcher_ is now known as belcher 04:32 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 256 seconds] 04:34 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #lnd 04:48 < petan> how do you specify multiple public IP adresses? 04:50 < lndbot> specify the `--externalip` parameter multiple times 04:51 < petan> oh thanks 04:52 -!- mol_ [~mol@unaffiliated/molly] has quit [Quit: Leaving] 05:12 -!- per [~per@gateway/tor-sasl/wsm] has quit [Ping timeout: 240 seconds] 05:49 < petan> is there any point in enabling watchtower in my lnd node? 05:50 < Veggen> probably not much. Announcing watchtower services to the public isn't really a thing yes, it's not trustless enough, and doesn't have much in incentive mechanisms. 05:50 < Veggen> but if you have a friend you somewhat trust that runs LND too, you can be watchtowers for each others. 06:15 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 06:25 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 06:29 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Ping timeout: 256 seconds] 06:38 -!- wed [~wed@HSI-KBW-109-192-072-244.hsi6.kabel-badenwuerttemberg.de] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 06:39 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 06:41 -!- wed [~wed@HSI-KBW-109-192-072-244.hsi6.kabel-badenwuerttemberg.de] has joined #lnd 06:52 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 07:04 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 07:28 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 07:30 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 07:35 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #lnd 07:58 -!- kexkey [~kexkey@static-198-54-132-91.cust.tzulo.com] has joined #lnd 09:20 -!- Talkless [~Talkless@mail.dargis.net] has joined #lnd 09:56 -!- mol [~mol@unaffiliated/molly] has joined #lnd 10:08 -!- foxp2 [~foxp2@ec2-52-73-85-113.compute-1.amazonaws.com] has joined #lnd 10:25 -!- foxp2 [~foxp2@ec2-52-73-85-113.compute-1.amazonaws.com] has quit [Quit: \/\/] 10:41 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:41 < lnd-bot> [lnd] halseth opened pull request #4779: [anchors] HTLC second level aggregation in the sweeper (master...anchor-htlc-aggregation) https://github.com/lightningnetwork/lnd/pull/4779 10:41 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:41 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 10:42 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 10:44 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:44 < lnd-bot> [lnd] halseth merged pull request #4772: build/log: support parsing global+subsystem levels (master...log-levels-global-sub) https://github.com/lightningnetwork/lnd/pull/4772 10:44 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:44 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:44 < lnd-bot> [lnd] halseth pushed 4 commits to master: https://github.com/lightningnetwork/lnd/compare/17976df6588a...4587b6dbab77 10:44 < lnd-bot> lnd/master fcf2e7f Johan T. Halseth: build/log_test: add tests for parsing log levels 10:44 < lnd-bot> lnd/master c1d423d Johan T. Halseth: build/log: support parsing global+subsystem levels 10:44 < lnd-bot> lnd/master a2f45cb Johan T. Halseth: config: update debuglevel description + sample conf 10:44 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:48 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:48 < lnd-bot> [lnd] halseth merged pull request #4402: itests: option to run our integration tests on etcd + boltdb (remote/local) (master...etcd_itest) https://github.com/lightningnetwork/lnd/pull/4402 10:48 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:48 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:48 < lnd-bot> [lnd] halseth pushed 8 commits to master: https://github.com/lightningnetwork/lnd/compare/4587b6dbab77...a8b6966017c3 10:48 < lnd-bot> lnd/master 511e817 Andras Banki-Horvath: lncfg+channeldb: add config to be able to run lnd on embedded etcd 10:48 < lnd-bot> lnd/master 9834243 Andras Banki-Horvath: itest: add etcd flag to control if new lnd nodes should run on etcd 10:48 < lnd-bot> lnd/master 9138efc Andras Banki-Horvath: build: extend itest with etcd=1 param which will run itests on etcd 10:48 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 11:18 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 11:20 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 11:20 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 11:33 -!- niceplace [~nplace@185.166.84.86] has quit [Ping timeout: 265 seconds] 12:11 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:31 -!- laptop_ [~laptop@ppp-2-183.leed-a-1.dynamic.dsl.as9105.com] has quit [Remote host closed the connection] 12:32 -!- laptop_ [~laptop@ppp-2-183.leed-a-1.dynamic.dsl.as9105.com] has joined #lnd 13:31 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 13:32 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 13:39 -!- laptop [~laptop@ppp-1-239.leed-a-2.dynamic.dsl.as9105.com] has joined #lnd 13:40 -!- laptop_ [~laptop@ppp-2-183.leed-a-1.dynamic.dsl.as9105.com] has quit [Ping timeout: 272 seconds] 13:46 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 13:46 < lnd-bot> [lnd] halseth opened pull request #4780: chainwatcher: properly derive to_local script for "future" local force closes (master...chainwatcher-force-close-future-state) https://github.com/lightningnetwork/lnd/pull/4780 13:46 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 13:49 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 13:49 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 14:09 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 14:10 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #lnd 14:26 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-mxowwcwnuzktweyq] has quit [Ping timeout: 260 seconds] 14:26 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-lecmkndyxyxbgylp] has joined #lnd 14:27 -!- ThisAsYou___ [sid214210@gateway/web/irccloud.com/x-okagnrgoybeqszyv] has quit [Ping timeout: 260 seconds] 14:28 -!- fiatjaf [~fiatjaf@2804:7f2:2986:ebf7:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 260 seconds] 14:29 -!- ThisAsYou___ [sid214210@gateway/web/irccloud.com/x-iqgoloddkqfwivvm] has joined #lnd 14:29 -!- fiatjaf [~fiatjaf@2804:7f2:2986:ebf7:ea40:f2ff:fe85:d2dc] has joined #lnd 15:12 -!- Ed0 [~edouard@2001:41d0:401:3100::4897] has quit [Ping timeout: 244 seconds] 15:15 -!- Ed0 [~edouard@137.ip-193-70-113.eu] has joined #lnd 15:18 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 15:18 < lnd-bot> [lnd] cfromknecht opened pull request #4781: lntest/timeouts: remove spaces from build predicates (master...fix-timeout-build-tags) https://github.com/lightningnetwork/lnd/pull/4781 15:18 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 15:25 -!- Asara [~Asara@unaffiliated/asara] has quit [Quit: brb] 15:35 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 15:41 -!- mol_ [~mol@unaffiliated/molly] has joined #lnd 15:44 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 15:44 -!- Asara [~Asara@unaffiliated/asara] has joined #lnd 15:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 15:51 < lnd-bot> [lnd] cfromknecht opened pull request #4782: Anchor wtserver (master...anchor-wtserver) https://github.com/lightningnetwork/lnd/pull/4782 15:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 15:52 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 15:57 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 15:57 < lnd-bot> [lnd] cfromknecht merged pull request #4781: lntest/timeouts: fix timeout build predicates (master...fix-timeout-build-tags) https://github.com/lightningnetwork/lnd/pull/4781 15:57 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 15:57 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 15:57 < lnd-bot> [lnd] cfromknecht pushed 3 commits to master: https://github.com/lightningnetwork/lnd/compare/a8b6966017c3...1efef51268d6 15:57 < lnd-bot> lnd/master b70b6d9 Conner Fromknecht: lntest/timeouts: remove spaces from build predicates 15:57 < lnd-bot> lnd/master f86c268 Conner Fromknecht: lntest/timeouts: fix darwin+kvdb_etcd build 15:57 < lnd-bot> lnd/master 1efef51 Conner Fromknecht: Merge pull request #4781 from cfromknecht/fix-timeout-build-tags 15:58 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 16:20 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:56 -!- laptop [~laptop@ppp-1-239.leed-a-2.dynamic.dsl.as9105.com] has quit [Ping timeout: 256 seconds] 16:58 -!- ricks_ [~ricks_@unaffiliated/ricks-/x-3439430] has joined #lnd 17:02 -!- spoke0_ [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 17:04 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Ping timeout: 256 seconds] 17:44 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 17:54 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 260 seconds] 18:13 -!- mips [~mips@gateway/tor-sasl/mips] has joined #lnd 18:55 -!- mips [~mips@gateway/tor-sasl/mips] has quit [Quit: Leaving] 18:58 -!- ricks_ [~ricks_@unaffiliated/ricks-/x-3439430] has quit [Quit: ricks_] 19:06 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #lnd 19:54 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #lnd 19:56 -!- davterra [~davterra@94.198.43.53] has quit [Quit: Leaving] 19:57 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 20:09 -!- spoke0_ [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 21:10 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has joined #lnd 21:22 -!- spoke0 [~spoke0@219.red-176-85-190.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 21:29 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #lnd 21:33 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Ping timeout: 272 seconds] 21:45 -!- wed [~wed@HSI-KBW-109-192-072-244.hsi6.kabel-badenwuerttemberg.de] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 21:48 -!- wed [~wed@HSI-KBW-109-192-072-244.hsi6.kabel-badenwuerttemberg.de] has joined #lnd 22:06 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 22:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 22:34 < lnd-bot> [lnd] yyforyongyu opened pull request #4783: autopilot: fix returned map size in mergeNodeMaps (master...autopilot-code-fix) https://github.com/lightningnetwork/lnd/pull/4783 22:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 22:35 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 22:35 < lnd-bot> [lnd] yyforyongyu opened pull request #4784: trivial: typo fix (master...autopilot-fix-typo) https://github.com/lightningnetwork/lnd/pull/4784 22:35 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 23:47 -!- kcalvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has quit [Quit: ZNC 1.7.4 - https://znc.in] 23:49 -!- kcalvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has joined #lnd