--- Day changed Fri Jan 25 2019 00:33 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Quit: Leaving] 00:51 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 00:52 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Client Quit] 00:54 -!- JackH [~laptop@host86-175-127-233.range86-175.btcentralplus.com] has quit [Ping timeout: 240 seconds] 01:32 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has joined #lnd 01:35 -!- JackH [~laptop@62.232.170.181] has joined #lnd 02:03 -!- kexkey [~kexkey@199.229.249.116] has quit [Read error: Connection reset by peer] 02:27 < e4xit> When you make a fresh install of lnd and run it for the first time, it does not generate a macaroon file. It does appear to generate both TLS certs on it's own. Is there a way to make it generate a macaroon when running for the first time? 02:33 < e4xit> I am looking to run the GenSeed and InitWallet via gRPC (using macaroon), rather then having to make one connection (using ssl credentials) to initialise a wallet then switchin to a macaroon-based connection for the rest of the RPC interface. 02:35 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 02:41 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 02:45 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 244 seconds] 02:45 -!- aielima [~aielima@gateway/tor-sasl/aielima] has joined #lnd 02:58 < Veggen> e4xit: you haven't specified no-macaroons or such a thing? 03:08 -!- gethh [uid264798@gateway/web/irccloud.com/x-gutzhadhzwetyuov] has quit [Quit: Connection closed for inactivity] 03:15 < e4xit> nope 03:15 < e4xit> I was using: lnd --bitcoin.active --bitcoin.mainnet --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.rpcuser=xxxxx --bitcoind.rpcpass=xxxxxxxxxxxxxx --externalip=xx.xx.xx.xx --bitcoind.zmqpubrawblock=tcp://127.0.0.1:29000 --bitcoind.zmqpubrawtx=tcp://127.0.0.1:29001 --rpclisten=0.0.0.0:10009 03:17 < Veggen> what's in lnd.conf ? 03:17 < e4xit> I think from some more digging, it looks like you need to 'InitWallet' to create the Macaroon. But this means for my rpc client I need to make an initial connection via SSL, init the wallet. then drop the connection, read the (newly created) macaroon and create a new connection using it. Just wondering if there is some other way to make lnd generate a macaroon. But it seems they are a per-wallet item, so you 03:17 < e4xit> need to make a wallet to make a macaroon 03:17 < Veggen> yah, that was what I was going to say. 03:17 < e4xit> pants 03:18 < e4xit> ok so another angle, what's better about using the macaroon, rather than running in --no-macaroon mode and just using the other gRPC connection type? 03:18 < e4xit> is macaroon more secure or, ... ? 03:18 < Veggen> macaroons is a good idea. 03:18 < e4xit> ok 03:19 < Veggen> more secure. without it, you're not checking any credentials whatsoever. 03:19 < e4xit> OO 03:20 < e4xit> oh yes, you are just grabbing the tls cert and passing it back to lnd 03:23 < e4xit> Ok so I will make GenSeed and InitWallet use another connection type. 03:53 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 03:54 -!- aielima [~aielima@gateway/tor-sasl/aielima] has quit [Remote host closed the connection] 03:54 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 04:29 -!- github-lnd [github-lnd@gateway/service/github.com/x-hqluvtomlqusjjhb] has joined #lnd 04:29 -github-lnd:#lnd- [lnd] halseth closed pull request #2536: server: fix notify-online log message (master...notify-online-log) https://git.io/fhwOg 04:29 -!- github-lnd [github-lnd@gateway/service/github.com/x-hqluvtomlqusjjhb] has left #lnd [] 04:33 -!- drolmer_ is now known as drolmer 04:36 < drolmer> any way to find who initiated the opening of one of my active channels? from what I see on `lncli listchannels` that info is not exposed, right? 04:43 < Veggen> it will be. My node built from recent master has it. 04:43 < Veggen> (in listchannels) 04:44 < molz> drolmer, we have something like this in 'listchannels': "initiator": false 04:45 < Veggen> molz: that is a recent addition. 04:45 < molz> yes 04:45 < molz> or "initiator": true 04:45 < drolmer> ah thx, I'll update to master, cheers 04:45 < molz> i just saw it last night, not sure when it was merged and which PR 04:45 < molz> yea i'm running master on both test and main nets 05:00 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 244 seconds] 05:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 05:44 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 05:57 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Read error: Connection reset by peer] 05:57 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 06:17 -!- bauerj [~bauerj@unaffiliated/bauerj] has left #lnd [""Die Bauers, die können's einfach!""] 06:29 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:37 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 06:38 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 07:07 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 272 seconds] 07:10 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 07:23 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 08:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 08:30 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 08:32 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 08:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 08:35 -!- lukedashjr is now known as luke-jr 08:41 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has quit [Remote host closed the connection] 08:47 -!- jrick [~jrick@unaffiliated/jrick] has quit [Ping timeout: 240 seconds] 08:49 -!- jrick [~jrick@unaffiliated/jrick] has joined #lnd 09:12 -!- JackH [~laptop@62.232.170.181] has quit [Quit: Leaving] 09:33 -!- jchia_ [~jchia@58.32.32.5] has quit [Ping timeout: 240 seconds] 09:51 -!- gethh [uid264798@gateway/web/irccloud.com/x-qnqiebyaiffsbvmx] has joined #lnd 10:25 -!- thomasan_ [~thomasand@2605:a601:b021:f00:8daa:4eaf:6ad5:2731] has joined #lnd 10:39 -!- thomasan_ [~thomasand@2605:a601:b021:f00:8daa:4eaf:6ad5:2731] has quit [Remote host closed the connection] 10:47 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 10:48 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 11:05 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 11:05 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 11:37 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 250 seconds] 11:52 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 12:00 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 12:01 -!- grubles [~grubles@unaffiliated/grubles] has joined #lnd 12:05 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Remote host closed the connection] 13:04 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 13:40 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:34 <@roasbeef> we have that now 14:34 <@roasbeef> in master 14:34 <@roasbeef> it shows the initiator 14:36 -!- lcpfnvcy [~mememe@196.201.6.216] has quit [Ping timeout: 240 seconds] 14:36 -!- lcpfnvcy [~mememe@snownose.org] has joined #lnd 14:39 < molz> yes, roasbeef, that's awesome, which PR created this? 14:42 -!- thomasan_ [~thomasand@2605:a601:b021:f00:4ce2:9c48:a420:7c9a] has joined #lnd 14:42 -!- github-lnd [github-lnd@gateway/service/github.com/x-mzdjnkshmqmmehet] has joined #lnd 14:42 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #2538: config: increase default trickle delay from 30s to 1m30s (master...trickle-timer) https://git.io/fhKGb 14:42 -!- github-lnd [github-lnd@gateway/service/github.com/x-mzdjnkshmqmmehet] has left #lnd [] 14:46 -!- thomasan_ [~thomasand@2605:a601:b021:f00:4ce2:9c48:a420:7c9a] has quit [Remote host closed the connection] 15:21 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 15:24 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 250 seconds] 15:29 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Quit: Leaving] 15:47 -!- jchia_ [~jchia@45.32.62.73] has joined #lnd 15:54 -!- jchia_ [~jchia@45.32.62.73] has quit [Remote host closed the connection] 15:54 -!- jchia_ [~jchia@58.32.32.5] has joined #lnd 16:11 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 17:14 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 17:17 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 17:17 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 17:44 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 18:03 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:06 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:06 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:11 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:14 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:16 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:18 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:21 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:25 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:28 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:31 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:33 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:35 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:37 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:39 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:41 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:43 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 18:44 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 18:47 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 19:03 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 19:14 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 19:22 -!- kexkey [~kexkey@199.229.249.116] has joined #lnd 19:35 -!- grubles [~grubles@unaffiliated/grubles] has joined #lnd 19:50 -!- deusexbeer [~deusexbee@080-250-075-168-dynamic-pool-adsl.wbt.ru] has quit [Quit: Konversation terminated!] 19:50 -!- RainMan28_ [~Paintball@unaffiliated/rainman28] has left #lnd ["See ya!"] 20:07 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 20:48 -!- grubles [~grubles@unaffiliated/grubles] has joined #lnd 21:05 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 21:07 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 21:53 -!- manantial [~tecnecio@unaffiliated/manantial] has joined #lnd 22:31 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 268 seconds] 23:11 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 23:45 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 23:49 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd