--- Day changed Tue Dec 04 2018 00:18 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 250 seconds] 00:40 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 00:42 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:44 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 268 seconds] 00:49 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 00:54 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 268 seconds] 01:02 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 01:07 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 01:13 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 01:18 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 264 seconds] 01:20 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has joined #lnd 01:51 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 02:20 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 02:24 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 02:25 -!- Stochastic22 [uid279126@gateway/web/irccloud.com/x-qhldpktmjgfaweha] has joined #lnd 02:36 -!- gustavonalle [1f35a537@gateway/web/freenode/ip.31.53.165.55] has joined #lnd 02:37 < gustavonalle> Hey all, I have a lnd node fully synced and operational with the bitcoind backend, is there a way to bring a new node up-to-date in another machine by just copying some files? 02:38 < gustavonalle> The goal is to avoid re-syncing the new lnd node from scratch, which takes several hours 02:59 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 03:00 -!- osue [~osue@165.227.135.119] has quit [Remote host closed the connection] 03:04 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 260 seconds] 03:20 < Veggen> https://bitcoin.stackexchange.com/questions/10787/how-to-transfer-only-the-blockchain-to-a-friends-computer 03:20 < Veggen> might help you a bit. 03:22 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 256 seconds] 03:27 < gustavonalle> Veggen: I don't need to transfer the blockchain, as I have the RPC ports open to my internal netwrok. My question is about the lnd node, that needs to sync the first time it starts. 03:28 < gustavonalle> The goal is to have a single bitcoind backend and multiple lnd nodes connecting to it via REST or 0MQ 03:30 < gustavonalle> Veggen: and even if I transferred the whole bitcoind blockchain for each lnd node, lnd would still need to sync 03:32 < Veggen> oh, but you'll need that for any new node. 03:33 < Veggen> you could move it, though, by copying .lnd, but the you can never again run old one. 03:33 < gustavonalle> Veggen: yes, that would cause potential money loss :) 03:35 < gustavonalle> So I need to do a special sort of copy, only the files that are related to the blockchain sync, no channels, wallet or aything else 03:36 < Veggen> sorry, that is in wallet.dat 03:37 < Veggen> but I don't think an lncli create uses long to sync? 03:41 < gustavonalle> Veggen: ? 03:42 < gustavonalle> Veggen: lnd does not have wallet.dat, this is for bitcoind. 03:42 < gustavonalle> Veggen: I don't want to touch or move bitcoind 03:42 -!- stiell [~stian@fsf/member/stiell] has quit [Ping timeout: 244 seconds] 03:44 -!- stiell [~stian@fsf/member/stiell] has joined #lnd 03:48 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 03:48 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 03:57 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 03:58 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 04:02 < Veggen> wallet.db, I meant. 04:05 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 04:08 < gustavonalle> Veggen: Ok, I see. The sync info is certainly there, it is certainly not on macaroon.db or channel.db. 04:09 < gustavonalle> Veggen: and by exclusion, this wallet.db will also contain keys, lnd node birthday info, and will probably be encrypted 04:10 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 268 seconds] 04:12 < Veggen> yup. 04:36 < molz> gustavonalle, syncing a new LND node doesn't take several hours 04:41 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 04:45 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 245 seconds] 04:45 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 04:46 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 250 seconds] 04:53 < gustavonalle> molz: I started syncing a node on a MacBook Pro 2015 and it's been 3 hours. It currently caugh up block 190000 04:54 < molz> gustavonalle, if i understand correctly you want to start another lnd node using the same bitcoind? 04:54 < gustavonalle> molz: my bitcoind is in another server, and lnd is connecting to it via rest 04:54 < molz> gustavonalle, i think that's why it takes longer 04:55 < gustavonalle> molz: yes, I want a new independent lnd node to play with 04:55 < gustavonalle> molz: without having to wait :) 04:55 < molz> gustavonalle, each independent lnd node has to sync on its own 04:55 < gustavonalle> molz: it's slow because lnd does a rest call for each tx or something like that? 04:56 < gustavonalle> molz: my bitcoind is in the same internal network 04:56 < molz> i think because the bitcoind node is not in local 04:56 -!- hrofu [~textual@2604:2000:12c1:c967:cdaa:f568:42c:cb37] has joined #lnd 05:00 < gustavonalle> molz: I remember when I had both lnd and bitcoind in the same host, sync was taking a few hours in a less powerful computer such as Intel NUC 05:00 < molz> well yeap i think it depends on hardware too 05:01 < gustavonalle> That's why a way to bypass the sync by just copying some files would help me :) 05:01 < molz> but lnd is not like a bitcoin node, it doesn't have blockchain data that we can copy from one node to another 05:02 < molz> i don't see any file that we can copy from one lnd node to be used for another lnd node 05:04 -!- github-lnd [github-lnd@gateway/service/github.com/x-aremssqgutbrqnoe] has joined #lnd 05:04 -github-lnd:#lnd- [lnd] halseth opened pull request #2270: [make+mod] fetch correct btcd version (master...unit-test-go-sum) https://git.io/fpiha 05:04 -!- github-lnd [github-lnd@gateway/service/github.com/x-aremssqgutbrqnoe] has left #lnd [] 05:04 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has quit [Read error: Connection reset by peer] 05:06 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has joined #lnd 05:19 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 05:24 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 250 seconds] 05:37 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [] 05:39 -!- queip [~queip@unaffiliated/rezurus] has quit [Quit: bye, freenode] 05:55 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 06:14 -!- hrofu [~textual@2604:2000:12c1:c967:cdaa:f568:42c:cb37] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 06:17 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 06:22 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 06:27 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 268 seconds] 06:28 -!- doodah_ [~arch@2600-6c5d-5680-2e02-cc4c-1467-327e-9749.dhcp6.chtrptr.net] has joined #lnd 06:32 < waxwing> been very busy for a while and seem to have forgot basics :) when i do make clean and then make i get bunches of failures in the build, lines like: 06:32 < waxwing> nat/upnp.go:9:2: cannot find package "github.com/NebulousLabs/go-upnp" in any of: 06:32 < waxwing> /usr/lib/go-1.10/src/github.com/NebulousLabs/go-upnp (from $GOROOT) 06:32 < waxwing> must have forgotten something, not sure what 06:33 < waxwing> oh i seem to have go 1.10 there, supposed to be 1.11 right? 06:36 < waxwing> hmm sudo apt-get install golang-1.11-go as on INSTALL.md doesn't actually work here on ubuntu1604 06:36 < waxwing> i guess i can install this manually ... is this (1.11) a relatively new change? 06:41 < Varunram> what's your local version of go waxwing? 06:42 < waxwing> as i said, 1.10 06:45 < Varunram> anyways, go-upnp has been around for a while, this isn't a new package afaict 06:45 < Varunram> so manual install should work 06:46 < waxwing> yeah it's not to do with go-upnp; that was just an example line. this is build, not just install/run. i just need to update to go 1.11 06:47 < waxwing> only prob is the instructions on doing that in INSTALL.md don't work for me on ubuntu16.04. 06:47 < waxwing> but, i'm just repeating myself now, sorry. 06:49 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 06:59 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 07:01 -!- kexkey [~kexkey@87.101.92.98] has joined #lnd 07:01 < molz> waxwing, yup, just need to update to go1.11 or most latest version: 1.11.2 07:02 < molz> roasbeef needs to make a second announcement that every lnd operator needs to upgrade their go version 07:03 < waxwing> molz, so i managed to install go 1.11 and managed to get `make && make install` to work, but now weirdly `go test -v` throws up a bunch of package not found: 07:03 < waxwing> nat/upnp.go:9:2: cannot find package "github.com/NebulousLabs/go-upnp" in any of: 07:04 < waxwing> and looks like a similar line for every external package. 07:04 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 07:04 < waxwing> (and i did make clean first) 07:05 < waxwing> i have `go version go1.11.2 linux/amd64` 07:05 < waxwing> i've obv forgotten a step, but i thought the deps all get handled by `make` now 07:05 < molz> im not sure about go test 07:06 < waxwing> here's a fuller example: 07:06 < waxwing> lnrpc/rpc.pb.go:131:2: cannot find package "google.golang.org/grpc" in any of: 07:06 < waxwing> /usr/local/go/src/google.golang.org/grpc (from $GOROOT) 07:06 < waxwing> /home/adam/code/lightning/src/google.golang.org/grpc (from $GOPATH) 07:06 < molz> they've changed stuff in order to get dependencies work better but now we have a new set of issues :/ 07:06 < waxwing> my vague sense is it's supposed to be in that latter one (the one that's local to my code; code/lightning/src/...) 07:06 < molz> (i mean go developers) 07:07 < molz> waxwing if you do `set GO111MODULE=auto` and then run `go test` again, what do you see? 07:17 -!- wxss [~user@185.125.207.232] has quit [Quit: leaving] 07:18 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 07:18 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 07:22 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 07:23 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 07:23 -!- hrofu [~textual@104.36.2.26] has joined #lnd 07:23 < waxwing> molz, sorry was away for a sec, no difference there. 07:24 < Veggen> doesn't make check run this for you? 07:25 < Veggen> just pulled master, upgraded to go1.11.2 and running make check now. 07:27 < waxwing> make check, ah thanks, didn't try that 07:28 < waxwing> yep looks like that fixed it. huh, didn't know that step was needed. 07:30 < Veggen> takes a while on my odroid, though ;) 07:30 < gustavonalle> Hi all, quick survey, what is your favourite IDE for golang? 07:30 < Veggen> vim :) 07:31 < waxwing> heh. interestingly, there were some failures, but it looks to me like it's because it needs bitcoind in the path. 07:31 < waxwing> so make check apparently does some magic to make the tests run, but `go test -v` still fails as before. 07:31 < gustavonalle> I tried VS Code and Go Land (Jet brains) and prefere largely the latter 07:32 < Veggen> was trying to get goclipse working briefly, but didn't get it working before I gave up. didn't try very hard, though, so I guess it'll work :) 07:33 < gustavonalle> Veggen: guess you have plugins for debugging, syntax highlight, folding, etc? 07:33 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 07:33 < waxwing> hmm looks like `GO111MODULE=on go test -v` works. 07:33 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 07:33 < Veggen> in syntax highlightning. 07:33 < Veggen> in vim. 07:34 < waxwing> there's go-vim right. played with it a bit, seemed quite good. 07:34 < waxwing> you can do things like run tests while editing. 07:36 < Veggen> now in integration tests... 07:37 < gustavonalle> GoLand is pretty slick, only issue it is not free 07:37 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 07:37 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 08:07 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 08:09 < molz> i just made a yogurt smoothie with organic milk, avocado, and two orange wedges... mmm.. :) 08:10 < Veggen> I am drinking beer ;P 08:11 < molz> lol 08:11 < Veggen> (actually am at the cabin by the coast. We ran out of wine :) 08:12 < molz> veggen are you on winter vacation? 08:12 < Veggen> had some spare days, only. 08:12 < Veggen> going back to work on thursday. 08:13 < molz> nice 08:13 < molz> i guess you've already got snow there? 08:13 < Veggen> not really. 08:13 < Veggen> had some snow in the air today, though. 08:15 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Remote host closed the connection] 08:16 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 08:18 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Remote host closed the connection] 08:33 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 08:33 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 08:37 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 08:37 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #lnd 08:37 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 08:48 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 08:48 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 08:52 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 08:52 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 08:52 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 08:54 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Remote host closed the connection] 08:55 -!- frib [~dynorsau@2601:585:8502:52b5:3882:60d9:96b7:5cc9] has joined #lnd 09:03 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 09:03 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 09:05 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:07 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 09:08 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 09:19 -!- gustavonalle [1f35a537@gateway/web/freenode/ip.31.53.165.55] has quit [Quit: Page closed] 09:26 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 09:30 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 09:43 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 09:43 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 09:47 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 09:48 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 10:01 -!- thomasanderson [~thomasand@136.52.18.22] has joined #lnd 10:06 -!- thomasanderson [~thomasand@136.52.18.22] has quit [Ping timeout: 268 seconds] 10:19 -!- buZz [~buzz@192.161.48.59] has joined #lnd 10:20 -!- buZz is now known as Guest92738 10:20 -!- Guest92738 [~buzz@192.161.48.59] has quit [Changing host] 10:20 -!- Guest92738 [~buzz@unaffiliated/buzz] has joined #lnd 10:21 -!- Guest92738 is now known as buZz 10:23 -!- Stochastic22 [uid279126@gateway/web/irccloud.com/x-qhldpktmjgfaweha] has quit [Quit: Connection closed for inactivity] 10:44 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 10:51 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 10:58 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 10:58 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 11:02 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 11:02 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 11:05 -!- spaced0ut_ [~spaced0ut@198.211.112.88] has joined #lnd 11:05 -!- spaced0ut_ [~spaced0ut@198.211.112.88] has quit [Remote host closed the connection] 11:07 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 11:08 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 246 seconds] 11:12 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 260 seconds] 11:24 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 11:41 -!- frennkie [577acf6b@gateway/web/freenode/ip.87.122.207.107] has joined #lnd 11:44 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 250 seconds] 11:45 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 11:46 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 12:01 -!- libertyprime [~libertypr@247.83.69.111.dynamic.snap.net.nz] has joined #lnd 12:08 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:08 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 12:19 -!- SeekCodes [~seekcodes@186.6.141.147] has joined #lnd 12:23 -!- thomasanderson [~thomasand@2605:a601:b021:f00:9481:8d81:32bb:34d4] has joined #lnd 12:27 -!- SeekCodes [~seekcodes@186.6.141.147] has quit [Quit: SeekCodes] 12:27 -!- thomasanderson [~thomasand@2605:a601:b021:f00:9481:8d81:32bb:34d4] has quit [Ping timeout: 252 seconds] 12:38 -!- frennkie [577acf6b@gateway/web/freenode/ip.87.122.207.107] has quit [Quit: Page closed] 12:40 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 12:52 <@roasbeef> waxwing: you gotta upgrade to go 1.11 12:53 <@roasbeef> and set an environmetn variable 12:53 <@roasbeef> you can just epxort that the whole time 12:54 <@roasbeef> once you get set up, it's waaaaay nicer than glide or dep 12:58 -!- thomasanderson [~thomasand@2605:a601:b021:f00:9481:8d81:32bb:34d4] has joined #lnd 13:02 -!- hrofu [~textual@104.36.2.26] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:03 -!- thomasanderson [~thomasand@2605:a601:b021:f00:9481:8d81:32bb:34d4] has quit [Ping timeout: 250 seconds] 13:04 < waxwing> k. it worked after manual install. well, and `make check`, so should we export `GO111MODULE=on` or `auto`? 13:05 < waxwing> i saw `on` in the make check output so used that, seemed to work. 13:07 -!- hrofu [~textual@104.36.2.26] has joined #lnd 13:09 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 13:22 -!- Styils [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 13:24 < wpaulino> waxwing: use `GO111MODULE=on` if the src is in your GOPATH to force it to use modules 13:24 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 268 seconds] 13:36 -!- thomasanderson [~thomasand@136.52.18.22] has joined #lnd 13:40 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 268 seconds] 13:42 -!- thomasanderson [~thomasand@136.52.18.22] has quit [Ping timeout: 268 seconds] 14:07 < molz> i spent two hours looking for macaroons or macarons here, nobody sells them! i am so disappoint! 14:08 < lndbot> easy to make 14:10 < molz> oh really? 14:16 < lndbot> and you can freeze them 14:20 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 14:21 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:23 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 14:25 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 14:25 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 250 seconds] 14:25 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:25 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 14:26 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:41 -!- hrofu [~textual@104.36.2.26] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 14:42 < molz> going to snow tomorrow, will be a good day to stay in and enjoy some macaroons :D 14:43 -!- hrofu [~textual@104.36.2.26] has joined #lnd 14:49 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 14:53 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 14:54 -!- hrofu [~textual@104.36.2.26] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 14:55 < lndbot> been snow out here boo 14:56 -!- hrofu [~textual@104.36.2.26] has joined #lnd 14:57 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 14:57 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #lnd 15:03 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 250 seconds] 15:04 -!- hrofu [~textual@104.36.2.26] has quit [Quit: Textual IRC Client: www.textualapp.com] 15:05 -!- hrofu [~hrofu@104.36.2.26] has joined #lnd 15:05 -!- hrofu [~hrofu@104.36.2.26] has quit [Client Quit] 15:05 -!- hrofu [~hrofu@104.36.2.26] has joined #lnd 15:08 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 250 seconds] 15:08 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 250 seconds] 15:19 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 15:21 < lndbot> I don’t think we ever get snow here 15:21 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 15:35 -!- Styils is now known as Styil 15:38 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 268 seconds] 15:39 < lndbot> too bad, alex .. :P 15:42 -!- booyah_ [~bb@193.25.1.157] has joined #lnd 15:44 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 15:48 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Quit: farmerwampum] 15:48 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 15:52 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 15:52 -!- farmerwampum [~farmerwam@184.75.209.2] has quit [Client Quit] 15:53 -!- farmerwampum [~farmerwam@184.75.209.2] has joined #lnd 15:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:54 -!- thomasanderson [~thomasand@136.52.18.22] has joined #lnd 15:58 -!- thomasanderson [~thomasand@136.52.18.22] has quit [Ping timeout: 240 seconds] 16:06 -!- hrofu [~hrofu@104.36.2.26] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:33 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 240 seconds] 16:35 -!- github-lnd [github-lnd@gateway/service/github.com/x-zanuawegorjkyudw] has joined #lnd 16:35 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2270: [make+mod] fetch correct btcd version (master...unit-test-go-sum) https://git.io/fpiha 16:35 -!- github-lnd [github-lnd@gateway/service/github.com/x-zanuawegorjkyudw] has left #lnd [] 16:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 16:51 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 250 seconds] 16:52 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 17:04 -!- dave_uy [~dave_uy@108.61.193.26] has quit [Quit: The Lounge - https://thelounge.github.io] 17:05 -!- dave_uy [~dave_uy@108.61.193.26] has joined #lnd 17:06 -!- github-lnd [github-lnd@gateway/service/github.com/x-hebvfodgfzishboo] has joined #lnd 17:06 -github-lnd:#lnd- [lnd] wpaulino opened pull request #2275: fundingmanager: rejects funding requests with number of confirmations too large (master...funding-max-confs) https://git.io/fpXOF 17:06 -!- github-lnd [github-lnd@gateway/service/github.com/x-hebvfodgfzishboo] has left #lnd [] 17:08 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has joined #lnd 17:12 -!- thomasanderson [~thomasand@2605:a601:b021:f00:c547:1f75:9582:939a] has quit [Ping timeout: 252 seconds] 17:14 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:21 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 17:24 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #lnd 17:31 -!- github-lnd [github-lnd@gateway/service/github.com/x-vgpyoicfxejlhkom] has joined #lnd 17:31 -github-lnd:#lnd- [lnd] Roasbeef pushed 5 new commits to master: https://git.io/fpX3x 17:31 -github-lnd:#lnd- lnd/master 20b9d5d Johan T. Halseth: routing: define graphParams and restrictParams... 17:31 -github-lnd:#lnd- lnd/master 0b6a198 Johan T. Halseth: routing/pathfind: pass ignore disable flags for local channels... 17:31 -github-lnd:#lnd- lnd/master 67b0184 Johan T. Halseth: routing/pathfind test: add TestPathSourceEdgesBandwidth... 17:31 -!- github-lnd [github-lnd@gateway/service/github.com/x-vgpyoicfxejlhkom] has left #lnd [] 17:34 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 17:34 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 17:38 -!- github-lnd [github-lnd@gateway/service/github.com/x-rjmwcprvxmkjpdzj] has joined #lnd 17:38 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2069: discovery: replace buffered channel with ConcurrentQueue in syncer (master...fix-gossip-syncer-deadlock) https://git.io/fxwal 17:38 -!- github-lnd [github-lnd@gateway/service/github.com/x-rjmwcprvxmkjpdzj] has left #lnd [] 18:16 -!- thomasanderson [~thomasand@136.52.18.22] has joined #lnd 18:20 -!- ken2812221__ [~ken281222@180.217.131.109] has quit [Ping timeout: 246 seconds] 18:22 -github-neutrino:#lnd- [neutrino] wpaulino opened pull request #115: rescan: detect and notify spend of watched script and prevent replaying block connected notifications (master...rescan-script-spends) https://git.io/fpXGu 18:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 18:25 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 18:29 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 250 seconds] 18:41 -!- hrofu [~hrofu@cpe-66-108-32-173.nyc.res.rr.com] has joined #lnd 18:54 -!- booyah [~bb@193.25.1.157] has joined #lnd 18:54 -!- booyah_ [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 19:24 -!- thomasanderson [~thomasand@136.52.18.22] has quit [Remote host closed the connection] 19:40 -!- hrofu [~hrofu@cpe-66-108-32-173.nyc.res.rr.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 19:42 -!- doodah_ [~arch@2600-6c5d-5680-2e02-cc4c-1467-327e-9749.dhcp6.chtrptr.net] has quit [Ping timeout: 268 seconds] 19:44 -!- thomasanderson [~thomasand@2605:a601:b021:f00:6dc9:4415:3c2b:4093] has joined #lnd 19:58 -!- mikeg4936 [uid335078@gateway/web/irccloud.com/x-stfmpbtboqwsmclg] has joined #lnd 20:01 < mikeg4936> anyone available to help a total noob troubleshoot a payment issue? (apologies in advance if this is not the place for this)! 20:06 -!- thomasanderson [~thomasand@2605:a601:b021:f00:6dc9:4415:3c2b:4093] has quit [Remote host closed the connection] 20:12 < molz> yea? 20:12 < molz> we can't read your mind 20:15 < molz> this is IRC if you don't tell us what the issue is.. nobody knows how to help you 20:17 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 20:23 < mikeg4936> getting payment timeouts on my very first lnd node. Always getting "failed: TemporaryChannelFailure" . I've checked to make sure my channels have sufficient funds (most of them were opened by autopilot). Any other common causes for this? 20:25 < lndbot> the person on the receiving side may not have a good channel setup 20:26 < mikeg4936> what can be done to fix? close existing channels and create new ones manually? 20:27 < lndbot> are you on the receiving side as well? 20:28 < mikeg4936> no, this is my first mainnet node, trying to send payment to y'alls 20:28 < lndbot> I wouldn’t use autopilot on mainnet 20:28 < mikeg4936> fair enough! thanks for the help, alex! 20:34 -!- github-lnd [github-lnd@gateway/service/github.com/x-dtbxjleopevartuv] has joined #lnd 20:34 -github-lnd:#lnd- [lnd] NicolasDorier opened pull request #2277: Add --notls to disable TLS for REST endpoint (master...feature/notls) https://git.io/fpXCB 20:34 -!- github-lnd [github-lnd@gateway/service/github.com/x-dtbxjleopevartuv] has left #lnd [] 21:09 -!- libertyprime [~libertypr@247.83.69.111.dynamic.snap.net.nz] has quit [Ping timeout: 245 seconds] 21:43 -!- libertyprime [~libertypr@210.55.232.254] has joined #lnd 21:47 -!- thomasanderson [~thomasand@136.52.18.22] has joined #lnd 21:54 -!- thomasanderson [~thomasand@136.52.18.22] has quit [Remote host closed the connection] 21:55 -!- libertyprime [~libertypr@210.55.232.254] has quit [Quit: leaving] 22:16 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 250 seconds] 22:21 -!- manantial [~tecnecio@unaffiliated/manantial] has joined #lnd 23:02 -!- frib [~dynorsau@2601:585:8502:52b5:3882:60d9:96b7:5cc9] has quit [Quit: Leaving] 23:27 -!- github-lnd [github-lnd@gateway/service/github.com/x-njlepwmjiinwaixe] has joined #lnd 23:27 -github-lnd:#lnd- [lnd] halseth pushed 2 new commits to master: https://git.io/fpXRE 23:27 -github-lnd:#lnd- lnd/master bd3e046 Yancy Ribbens: fix dockerfile dependency bug 23:27 -github-lnd:#lnd- lnd/master 3495513 Johan T. Halseth: Merge pull request #2257 from yancyribbens/apk-docker-dependencies-fix... 23:27 -!- github-lnd [github-lnd@gateway/service/github.com/x-njlepwmjiinwaixe] has left #lnd [] 23:35 -github-neutrino:#lnd- [neutrino] halseth closed pull request #114: [trivial] fix error message in blockManager (master...trivial-fix) https://git.io/fpoMT