--- Day changed Mon Dec 10 2018 00:07 < Veggen> usAlex: I use systemd. I currently send stdout and stderr to /dev/null, but I sometimes would like stderr (if it crashes, it won't be in log) 00:08 < Veggen> just wondering if stdout and logs are always the same. or if there is potentially more interesting stuff in stdout too. 00:11 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 00:22 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 00:27 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 264 seconds] 00:42 -!- github-lnd [github-lnd@gateway/service/github.com/x-honchsrmzfgmlhxr] has joined #lnd 00:42 -github-lnd:#lnd- [lnd] joostjager opened pull request #2301: routing: check for empty hops list (master...check-no-hops) https://git.io/fp9Nm 00:42 -!- github-lnd [github-lnd@gateway/service/github.com/x-honchsrmzfgmlhxr] has left #lnd [] 00:59 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 01:03 -!- deusexbeer [~deusexbee@080-250-076-013-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 246 seconds] 01:04 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 01:04 -!- deusexbeer [~deusexbee@080-250-077-124-dynamic-pool-adsl.wbt.ru] has joined #lnd 01:38 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 01:43 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 01:58 < queip> I want to unlock wallet using REST api. I added "restlisten=0.0.0.0:8080" line into my lnd.conf file. Now I call curl like this "curl -X GET --cacert ~/.lnd/tls.cert https://127.0.0.1:8080/v1/unlockwallet -d '{"wallet_password":""}'" and I get "Method Not Allowed". How to fix this? 02:09 -!- robobko [~robobko@84-10-11-234.static.chello.pl] has joined #lnd 02:18 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 02:23 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 252 seconds] 02:28 -!- root_____ [~root@46.101.75.242] has quit [Remote host closed the connection] 02:47 -!- hotjam [a7cac918@gateway/web/freenode/ip.167.202.201.24] has joined #lnd 02:47 < hotjam> Is it possible to receive unlimited LN payments on a single invoice? 02:49 < hotjam> Or better yet.... publish your Bitcoin address and then have people send LN transactions there and then have a accumulator services where you can claim everything? Where those services wouldn't be able to spend the bitcoins themselves.... 02:54 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 02:55 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 02:56 -!- gethh [uid264798@gateway/web/irccloud.com/x-nsynbhpamhhtpvbn] has quit [Quit: Connection closed for inactivity] 03:00 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 03:01 -!- hotjam [a7cac918@gateway/web/freenode/ip.167.202.201.24] has quit [Ping timeout: 256 seconds] 03:02 < Veggen> hotjam: nope. but you can implement a place where people can generate their own invoice to you, on the fly. 03:27 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 03:31 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 04:01 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 04:06 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 04:09 -!- jchia_ [~jchia@58.32.68.96] has joined #lnd 04:22 < queip> Why 'unlock' REST request is not allowed? Can I enable this? Other requests like 'getinfo' works fine. 04:33 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 04:38 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 04:41 -!- jchia_ [~jchia@58.32.68.96] has quit [Quit: Leaving.] 04:54 < Veggen> hotjam: To elaborate - look for example on the tipbox at https://lnd.engen.priv.no/ - this is basically "tell your node to give me an invoice that I can pay", can easily be done via an api instead of on a web page. 04:57 < Veggen> queueip: doe sthis help? https://github.com/lightningnetwork/lnd/issues/1408 04:58 -!- github-lnd [github-lnd@gateway/service/github.com/x-ibvmjllwyihqufkj] has joined #lnd 04:58 -github-lnd:#lnd- [lnd] halseth opened pull request #2304: [autopilot] Don't fail on no more positive nodes (master...weigthed-choice-errnopositive) https://git.io/fpHGG 04:58 -!- github-lnd [github-lnd@gateway/service/github.com/x-ibvmjllwyihqufkj] has left #lnd [] 05:11 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 05:16 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 260 seconds] 05:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 05:30 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 05:39 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 05:43 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 05:48 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 05:51 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 05:52 -!- booyah [~bb@193.25.1.157] has joined #lnd 05:57 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has joined #lnd 05:59 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has quit [Client Quit] 05:59 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has joined #lnd 06:04 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has quit [Quit: farmerwampum] 06:04 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has joined #lnd 06:08 -!- github-lnd [github-lnd@gateway/service/github.com/x-jzbrbzchkqpmozne] has joined #lnd 06:08 -github-lnd:#lnd- [lnd] halseth opened pull request #2305: [autopilot] populate addresses in NodeScores (master...autopilot-scores-logging) https://git.io/fpHlY 06:08 -!- github-lnd [github-lnd@gateway/service/github.com/x-jzbrbzchkqpmozne] has left #lnd [] 06:08 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has quit [Client Quit] 06:09 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has joined #lnd 06:16 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 06:21 -!- farmerwampum [~farmerwam@23-122-24-145.lightspeed.mmphtn.sbcglobal.net] has quit [Quit: farmerwampum] 06:21 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 260 seconds] 06:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-fagjqexlqbeusltp] has joined #lnd 06:41 -github-lnd:#lnd- [lnd] halseth opened pull request #2306: autopilot/agent_test: increase timeout for connection (master...autopilot-unit-test-timeout-increase) https://git.io/fpH4p 06:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-fagjqexlqbeusltp] has left #lnd [] 06:47 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 246 seconds] 06:57 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 07:02 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 252 seconds] 07:10 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 07:22 -!- github-lnd [github-lnd@gateway/service/github.com/x-blwlvjjcbakcvycb] has joined #lnd 07:22 -github-lnd:#lnd- [lnd] grunch opened pull request #2307: fixes typo on listinvoices command (master...fixed-typo) https://git.io/fpHzt 07:22 -!- github-lnd [github-lnd@gateway/service/github.com/x-blwlvjjcbakcvycb] has left #lnd [] 07:30 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 07:34 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 07:47 -!- gethh [uid264798@gateway/web/irccloud.com/x-aixggvxtaiqurahz] has joined #lnd 07:47 -!- JackH [~laptop@62.232.170.181] has joined #lnd 07:50 -!- github-lnd [github-lnd@gateway/service/github.com/x-bulgohkhoorndcdp] has joined #lnd 07:50 -github-lnd:#lnd- [lnd] chokoboko opened pull request #2308: rpcserver: add channels to GetNodeInfo response (master...channels-in-getnodeinfo) https://git.io/fpHa1 07:50 -!- github-lnd [github-lnd@gateway/service/github.com/x-bulgohkhoorndcdp] has left #lnd [] 07:55 -!- hrofu [~hrofu@unaffiliated/hrofu] has joined #lnd 07:57 -!- hrofu [~hrofu@unaffiliated/hrofu] has quit [Client Quit] 07:57 -!- robobko [~robobko@84-10-11-234.static.chello.pl] has quit [Remote host closed the connection] 07:59 -!- hrofu [~hrofu@unaffiliated/hrofu] has joined #lnd 08:01 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 08:02 -!- hrofu [~hrofu@unaffiliated/hrofu] has quit [Client Quit] 08:06 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 08:06 -!- bobazY [~bobazY@82-197-218-97.dsl.cambrium.nl] has quit [Quit: ZNC - https://znc.in] 08:07 -!- bobazY [~bobazY@82-197-218-97.dsl.cambrium.nl] has joined #lnd 08:15 -!- jchia_ [~jchia@58.32.68.96] has joined #lnd 08:17 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 08:35 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Remote host closed the connection] 08:40 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:14 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 09:17 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 09:22 -!- JackH [~laptop@62.232.170.181] has quit [Ping timeout: 240 seconds] 09:36 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 240 seconds] 09:50 -!- Giszmo [~leo@190.162.241.129] has quit [Ping timeout: 250 seconds] 09:57 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 10:04 -!- JackH [~laptop@host86-175-127-233.range86-175.btcentralplus.com] has joined #lnd 10:11 -!- Giszmo [~leo@ip-100-233.219.201.nextelmovil.cl] has joined #lnd 11:26 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 11:26 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 11:29 -!- kim0 [uid105149@ubuntu/member/kim0] has joined #lnd 11:29 -!- jfig [40d58604@gateway/web/freenode/ip.64.213.134.4] has joined #lnd 11:32 < jfig> Hi Everyone, I am attempting to launch lnd with bitcoind as my backend with the command: lnd ‐‐bitcoin.active ‐‐bitcoin.mainnet ‐‐debuglevel=debug ‐‐bitcoin.node=bitcoind --externalip=X.X.X.X, but receive an error message 11:32 < jfig> such as --bitcoin.active or --litecoin.active must be set. 11:32 < jfig> Any ideas where I could have gone wrong? I'm passing that argument at launch so I'm unsure where the issue lies. 11:38 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 11:43 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 264 seconds] 11:44 < molz> jfig, are both bitcoind and lnd on a same machine? 11:45 < molz> and does your bitcoind have zmq built in ? also info for zmq on your bitcoin.conf? 11:49 < jfig> @molz Yes, bitcoind and lnd are on the same machine. I have also added the lines zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 to my bitcoin.conf file 11:49 < jfig> and daemon=1 is added to the bitcoin.conf file 11:50 < molz> hm do you have lnd datadir in the default directory which is /home/user/.lnd? 11:51 < jfig> is the above enough to have zmq built in? I installed bitcoind via the ubuntu PPA. 11:51 < molz> oh.. the PPA might not have zmq 11:51 < jfig> Not at home to check /home/user/.lnd, but I'm pretty sure I do. 11:51 < jfig> interesting. Is there a guide to setting up ZMQ? 11:52 < molz> jfig, you have to recompile bitcoin with this line: sudo apt-get install libminiupnpc-dev 11:53 < molz> oops 11:53 < molz> wrong line 11:53 < molz> this one: sudo apt-get install libzmq3-dev 11:54 < jfig> So install that package and I should be good? 11:55 -!- hrofu [~hrofu@unaffiliated/hrofu] has joined #lnd 11:56 < hrofu> anyone know why I keep running into TCP connection refusal on my server LND node? 11:56 < hrofu> `[lncli] rpc error: code = Unknown desc = dial tcp 104.248.114.250:9735: connect: connection refused` 11:56 < jfig> @molz I'll give that a try tonight. and check back in. 11:56 < hrofu> well there goes my ip 11:56 < hrofu> whoops 11:57 < hrofu> I've got externalip, listen, macaroons, restlisten and all relevant configs setup 11:57 < hrofu> my backend is able to talk with my node with the correct macaroons 11:57 < hrofu> but other nodes are unable to connect to it because of TCP connection refused 11:57 < hrofu> if anyones got any pointers it'd be really appreicated 11:57 < lndbot> there’s no need for listen 11:58 < hrofu> so only rpclisten, restlisten and externalip 11:59 < hrofu> certs and keys and macaroons are passed correctly 11:59 < hrofu> let me try removing listen prop from config 11:59 < hrofu> should rpclisten and restlisten have the same IP as externalIP alex? 12:02 < hrofu> alexbosworth: you're the man 12:04 < Talkless> maybe it was listening only on local interface 127.0..? 12:05 < molz> here's the sample site for setting up lnd.conf: https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf 12:09 < jfig> @molz any guide on recompiling bitcoin with zmq? Not finding much. 12:09 -!- kexkey [~kexkey@192.230.35.135] has joined #lnd 12:09 < molz> i can write a guide for you if you want and by conicidence im compiling bitcoin on another computer lol 12:09 < molz> jfig, are you on linux? 12:10 < jfig> molz, yes sir. 12:10 < molz> do you want wallet with GUI or no GUI? 12:10 < jfig> I plan on installing zap after, so yes? 12:10 < molz> note that lnd doesn't user bitcoin core wallet.dat 12:10 < molz> use* 12:11 < hrofu> Yeah I was definitely using the sample lnd conf 12:11 < hrofu> oh well it's fixed now, interesting that `listen` breaks that flow 12:11 < hrofu> thanks fellas 12:13 < Talkless> hrofu: you can return "listen" option and see how does listening looks like 12:14 < Talkless> `sudo ss -ptln | fgrep lnd` if your'e on Linux. 12:14 < Talkless> `netstat /A /B` I believe on Windows 12:15 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 12:18 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:20 < hrofu> very nice 12:20 < hrofu> super handy 12:20 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 12:20 < hrofu> 8080, 10009 and 9735 12:20 < hrofu> perfect 12:24 < molz> jfig, give me a few min, will be ready soon 12:24 < jfig> Molz, appreciate it. 12:35 < molz> jfig, https://paste.ee/p/PN17a#f8aShwmiiIOT370u9BMVmh888HmLTTJT 12:36 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 12:38 < jfig> Molz, thanks a million. 12:42 < molz> yw :D 12:42 < molz> if you have any issue, feel free to let me know 12:44 < jfig> I will, will process tonight, not at home with computer at the moment. 12:47 -!- jfig [40d58604@gateway/web/freenode/ip.64.213.134.4] has quit [Quit: Page closed] 12:52 -!- github-lnd [github-lnd@gateway/service/github.com/x-sthufcqrnkmiimsy] has joined #lnd 12:52 -github-lnd:#lnd- [lnd] Roasbeef pushed 7 new commits to master: https://git.io/fpQfp 12:52 -github-lnd:#lnd- lnd/master 55ba5fe Johan T. Halseth: autopilot/graph: add addresses to memNode 12:52 -github-lnd:#lnd- lnd/master d9eef46 Johan T. Halseth: autopilot/prefattach: populate Addrs field 12:52 -github-lnd:#lnd- lnd/master 5224c94 Johan T. Halseth: autopilot/prefattach_test: assert scored nodes having addresses... 12:52 -!- github-lnd [github-lnd@gateway/service/github.com/x-sthufcqrnkmiimsy] has left #lnd [] 12:55 -!- hrofu [~hrofu@unaffiliated/hrofu] has quit [Quit: Textual IRC Client: www.textualapp.com] 12:56 <@roasbeef> Veggen: what in the docs? that main isntall notes just say run lnd, it's a pain to properly daemonize for each OS, so we leave that to the user 12:56 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 12:56 <@roasbeef> queip: it's allowed, you just need to path things properly, and also add the macaroons 12:56 <@roasbeef> it's a POST call, bnot a GET call 13:01 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 264 seconds] 13:05 -!- hsmiths_ [uid95325@gateway/web/irccloud.com/x-wygouiramxtdvtgk] has quit [Quit: Connection closed for inactivity] 13:09 -!- Giszmo [~leo@ip-100-233.219.201.nextelmovil.cl] has quit [Ping timeout: 268 seconds] 13:29 -!- Giszmo [~leo@190.162.241.129] has joined #lnd 13:30 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 13:35 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 260 seconds] 13:36 -!- github-lnd [github-lnd@gateway/service/github.com/x-tfswjbtjpqqacoyo] has joined #lnd 13:36 -github-lnd:#lnd- [lnd] Roasbeef pushed 2 new commits to master: https://git.io/fpQkP 13:36 -github-lnd:#lnd- lnd/master b2cb760 Joost Jager: routing: check for empty hops list... 13:36 -github-lnd:#lnd- lnd/master e8727bf Olaoluwa Osuntokun: Merge pull request #2301 from joostjager/check-no-hops... 13:36 -!- github-lnd [github-lnd@gateway/service/github.com/x-tfswjbtjpqqacoyo] has left #lnd [] 13:40 -!- hsmiths_ [uid95325@gateway/web/irccloud.com/x-yjbrnlzobbwadzzh] has joined #lnd 14:09 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 14:14 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 14:16 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 264 seconds] 14:20 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #lnd 14:45 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 15:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-uvsprwpcvjvbwpkm] has joined #lnd 15:13 -github-lnd:#lnd- [lnd] xsb opened pull request #2312: rpc: add node color to NodeUpdate and GetInfo (master...color-node-update) https://git.io/fpQs4 15:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-uvsprwpcvjvbwpkm] has left #lnd [] 15:49 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 16:00 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Excess Flood] 16:01 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 16:02 -!- github-lnd [github-lnd@gateway/service/github.com/x-qmzolgvjuyjsenhz] has joined #lnd 16:02 -github-lnd:#lnd- [lnd] Roasbeef pushed 2 new commits to master: https://git.io/fpQn4 16:02 -github-lnd:#lnd- lnd/master 69bba99 bluetegu: lnrpc: update protobuf generation installation instructions. 16:02 -github-lnd:#lnd- lnd/master 179ce83 Olaoluwa Osuntokun: Merge pull request #2299 from Bluetegu/make-make-rpc-great-again... 16:02 -!- github-lnd [github-lnd@gateway/service/github.com/x-qmzolgvjuyjsenhz] has left #lnd [] 16:07 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 245 seconds] 16:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-ksgivylzyjlpquin] has joined #lnd 16:13 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2290: Add `debughtlc` option to `sample-lnd.conf`. (master...update-sample-conf) https://git.io/fpDFo 16:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-ksgivylzyjlpquin] has left #lnd [] 16:16 -!- github-lnd [github-lnd@gateway/service/github.com/x-kykqyzgtvygtetli] has joined #lnd 16:16 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2307: fixes typo on listinvoices command (master...fixed-typo) https://git.io/fpHzt 16:16 -!- github-lnd [github-lnd@gateway/service/github.com/x-kykqyzgtvygtetli] has left #lnd [] 16:44 -!- libertyprime [~libertypr@247.83.69.111.dynamic.snap.net.nz] has joined #lnd 17:00 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 17:03 -!- github-lnd [github-lnd@gateway/service/github.com/x-ixmprbdcqfydblcr] has joined #lnd 17:03 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #2313: multi: implement new safe static channel backup and recovery scheme, RPCs, and cli commands (master...static-chan-backups) https://git.io/fpQWh 17:03 -!- github-lnd [github-lnd@gateway/service/github.com/x-ixmprbdcqfydblcr] has left #lnd [] 17:05 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 252 seconds] 17:18 <@roasbeef> ^ cool PR 17:18 <@roasbeef> static channel backups 17:18 <@roasbeef> no more "oops i cp'd an old state" 17:22 < molz> yay 17:33 < molz> :bell: :firworks: :whistle: 17:34 < molz> darn i keep making typos 17:34 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 17:36 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 244 seconds] 17:38 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 252 seconds] 18:39 -!- github-lnd [github-lnd@gateway/service/github.com/x-ajxdcrejgvrluauh] has joined #lnd 18:39 -github-lnd:#lnd- [lnd] wpaulino opened pull request #2314: chainntnfs+lnrpc/chainrpc: add ChainNotifier RPC subserver (master...chainnotifier-subserver) https://git.io/fpQBb 18:39 -!- github-lnd [github-lnd@gateway/service/github.com/x-ajxdcrejgvrluauh] has left #lnd [] 18:42 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 18:51 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Remote host closed the connection] 19:11 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 19:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 19:24 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 19:28 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 252 seconds] 19:55 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 20:00 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 264 seconds] 20:30 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 20:34 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 20:37 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 21:01 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 21:05 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 250 seconds] 21:30 -!- libertyprime [~libertypr@247.83.69.111.dynamic.snap.net.nz] has quit [Ping timeout: 250 seconds] 21:34 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 21:40 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds] 21:42 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 22:16 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Remote host closed the connection] 22:24 < Veggen> roasbeef: darned. Releases or not, when that one is merged I'm going master. 22:26 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 22:31 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 22:34 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Remote host closed the connection] 22:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 23:09 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 23:09 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 23:14 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 260 seconds] 23:35 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 23:41 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 272 seconds] 23:42 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has joined #lnd 23:47 -!- thomasanderson [~thomasand@2605:a601:b021:f00:d943:c0b9:80e8:b3e8] has quit [Ping timeout: 268 seconds]