--- Log opened Thu Oct 25 00:00:11 2018 --- Day changed Thu Oct 25 2018 00:00 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #lightning-dev 00:04 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Client Quit] 00:23 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 00:24 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #lightning-dev 00:27 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 272 seconds] 00:34 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Remote host closed the connection] 00:36 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 00:37 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Client Quit] 00:42 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 00:44 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lightning-dev 00:48 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 268 seconds] 00:51 -!- amp__ [~amp@24.136.5.183] has joined #lightning-dev 00:53 -!- Amperture [~amp@24.136.5.183] has quit [Ping timeout: 264 seconds] 00:55 -!- Amperture [~amp@24.136.5.183] has joined #lightning-dev 00:56 -!- amp__ [~amp@24.136.5.183] has quit [Read error: Connection reset by peer] 01:02 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 01:04 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 01:05 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 01:07 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 272 seconds] 01:15 -!- Amperture [~amp@24.136.5.183] has quit [Ping timeout: 240 seconds] 01:16 -!- jungly_ [~quassel@79.8.200.97] has joined #lightning-dev 01:20 -!- Amperture [~amp@24.136.5.183] has joined #lightning-dev 01:38 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 01:43 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 01:43 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 272 seconds] 01:58 -!- melvster [~melvin@ip-86-49-18-46.net.upcbroadband.cz] has joined #lightning-dev 02:07 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 246 seconds] 02:10 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 02:11 < Varunram> hey folks 02:11 < Varunram> I'm getting an error when I'm trying to go get neutrino 02:11 < Varunram> ./neutrino.go:1205:13: cannot use sp.OnVersion (type func(*peer.Peer, *wire.MsgVersion)) as type func(*peer.Peer, *wire.MsgVersion) *wire.MsgReject in field value 02:14 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 02:15 -!- neonknight [uid318979@gateway/web/irccloud.com/x-ukmzffgpstguyhfa] has quit [] 02:15 -!- neonknight [uid318979@gateway/web/irccloud.com/x-syuueaiedtswwfgf] has joined #lightning-dev 02:19 < Varunram> I'm on debian 9 btw 02:19 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 276 seconds] 02:20 < molz> which go version are you on? 02:21 < Varunram> 1.11.1 02:22 < Varunram> tried with 1.10.3 as well 02:25 -!- bitonic-cjp [~bitonic-c@86.107.204.98] has joined #lightning-dev 02:43 -!- _bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #lightning-dev 02:43 < molz> Varunram, have you tried "git clone"? 02:44 -!- _bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Client Quit] 02:44 < Varunram> molz: git clone and `go build`? 02:44 -!- _bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #lightning-dev 02:44 < Varunram> I'm on master, checked the commit hash 02:44 < molz> yea 02:45 < Varunram> okay doesn't work :( 02:46 -!- bitonic-cjp [~bitonic-c@86.107.204.98] has quit [Ping timeout: 272 seconds] 02:46 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 02:47 < molz> hm 02:47 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 02:48 < molz> Varunram, what are you trying to do with neutrino? 02:49 < Varunram> molz: benchmarking stuff 02:49 < Varunram> should neutrino should be run along with lnd? 02:52 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 02:52 < molz> Varunram, so you're running lnd? 02:52 < Varunram> nope 02:52 < Varunram> empty server, trying to `go get` neutrino 02:53 < tuxcanfly> Varunram: glide install 02:53 < tuxcanfly> before go build 02:54 < molz> right 02:54 < Varunram> THANKS! 02:55 < Varunram> also, I guess the next question is how do I run neutrino? 02:55 < Varunram> (noob on lnd and neutrino here) 02:56 < molz> i only know how to run neutrino with lnd on testnet, so im not sure why you want neutrino without lnd 02:56 < Varunram> yeah I mean running lnd and neutrino on testnet :) 02:57 < molz> well, what im running is a fix and it was merged into neutrino a few hours ago but it's not in lnd yet 02:58 < Varunram> its been PR'd? 02:58 < molz> wait for PR 108 to be merged then all that will be in lnd master 02:59 < molz> but anyways if you want to discuss lnd, let's move to channel #lnd 02:59 < Varunram> sure 02:59 < Varunram> thx 03:00 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has quit [Ping timeout: 256 seconds] 03:01 -!- mikethetike [sid308076@gateway/web/irccloud.com/x-mxjyhhcodfoihpyw] has quit [Quit: Updating details, brb] 03:01 -!- mikethetike [sid308076@gateway/web/irccloud.com/x-zxmzmcgktgjimcfk] has joined #lightning-dev 03:02 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has joined #lightning-dev 03:16 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 03:16 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 03:16 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 03:19 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 03:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 03:23 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 03:39 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 03:40 -!- _bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Quit: Leaving] 03:40 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 03:40 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 03:40 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 03:45 -!- michaelfolkson [~textual@host86-170-183-225.range86-170.btcentralplus.com] has joined #lightning-dev 03:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #lightning-dev [] 03:58 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 03:58 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 03:58 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 03:58 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 04:07 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #lightning-dev 04:10 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 04:10 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 04:10 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 04:10 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 04:20 -!- riclas [~riclas@148.63.37.111] has joined #lightning-dev 04:50 -!- deusexbeer [~deusexbee@080-250-076-051-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 245 seconds] 04:51 -!- deusexbeer [~deusexbee@093-092-179-195-dynamic-pool-adsl.wbt.ru] has joined #lightning-dev 04:52 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: away] 05:01 -!- klot [~klot@188.113.58.239] has quit [Remote host closed the connection] 05:01 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 05:06 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 05:07 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 05:11 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Client Quit] 05:32 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 05:34 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Client Quit] 05:43 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 05:46 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Remote host closed the connection] 05:46 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 05:50 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: bb] 06:11 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Remote host closed the connection] 06:11 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 06:17 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 06:20 -!- michaelfolkson [~textual@host86-170-183-225.range86-170.btcentralplus.com] has quit [Quit: Sleep mode] 06:22 -!- MaxSan [~user@185.9.19.107] has joined #lightning-dev 06:22 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 06:25 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:26 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 06:26 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 06:26 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 06:32 -!- michaelfolkson [~textual@host86-170-183-225.range86-170.btcentralplus.com] has joined #lightning-dev 06:37 -!- douglas_ [douglas@nat/redhat/x-qwnhqzxxiiogjqgi] has joined #lightning-dev 06:43 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 06:51 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 06:54 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 246 seconds] 06:55 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:55 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 244 seconds] 06:56 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:14 -!- MaxSan [~user@185.9.19.107] has quit [Ping timeout: 250 seconds] 07:14 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 07:15 -!- michaelfolkson [~textual@host86-170-183-225.range86-170.btcentralplus.com] has quit [Ping timeout: 245 seconds] 07:17 -!- Tralfaz [~none@185.156.175.59] has quit [Read error: Connection reset by peer] 07:19 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:19 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 07:19 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 07:19 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:28 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:28 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 07:28 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 07:28 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:34 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:38 -!- douglas_ [douglas@nat/redhat/x-qwnhqzxxiiogjqgi] has quit [Remote host closed the connection] 07:38 -!- douglas_ [douglas@nat/redhat/x-hvlmfscnnclfhjhg] has joined #lightning-dev 07:39 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:40 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:43 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:43 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has joined #lightning-dev 07:43 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has quit [Changing host] 07:43 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #lightning-dev 07:44 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 07:44 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 07:44 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:47 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 246 seconds] 07:53 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:53 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 07:57 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 08:01 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 08:02 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 272 seconds] 08:05 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 08:17 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 246 seconds] 08:26 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 08:26 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Quit: Leaving] 08:26 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 08:26 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 08:26 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 08:27 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 08:28 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 08:31 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 08:32 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 08:35 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 08:36 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 08:36 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 08:36 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 08:36 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 08:40 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [] 08:40 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 08:41 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Client Quit] 08:41 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 08:43 -!- rdymac [uid31665@gateway/web/irccloud.com/x-rfzunxvaozdhtaqe] has joined #lightning-dev 08:48 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 08:49 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 08:54 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 08:55 -!- enemaban_ [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 08:55 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Read error: Connection reset by peer] 08:55 -!- shesek [~shesek@141.226.218.8] has joined #lightning-dev 08:55 -!- shesek [~shesek@141.226.218.8] has quit [Changing host] 08:55 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 09:04 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: away] 09:05 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:08 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 09:10 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 09:12 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 260 seconds] 09:13 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 09:14 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 09:15 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:17 -!- jungly_ [~quassel@79.8.200.97] has quit [Remote host closed the connection] 09:18 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 09:34 -!- barefootmouse [~barefootm@151.68.252.36] has joined #lightning-dev 09:41 -!- OzPac [~OzPac@cpc110789-lewi20-2-0-cust636.2-4.cable.virginm.net] has joined #lightning-dev 09:42 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 09:43 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:43 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 09:45 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has joined #lightning-dev 09:47 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 09:49 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 09:53 -!- enemaban_ [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Remote host closed the connection] 09:59 -!- barefootmouse [~barefootm@151.68.252.36] has quit [Ping timeout: 240 seconds] 10:05 -!- barefootmouse [~barefootm@151.68.252.36] has joined #lightning-dev 10:08 -!- barefootmouse [~barefootm@151.68.252.36] has quit [Client Quit] 10:16 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 10:21 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 10:24 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has joined #lightning-dev 10:29 -!- enemaban_ [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 11:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 11:01 -!- enemaban_ [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Ping timeout: 252 seconds] 11:22 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #lightning-dev 11:24 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 11:24 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 11:25 -!- OzPac [~OzPac@cpc110789-lewi20-2-0-cust636.2-4.cable.virginm.net] has quit [Quit: OzPac] 11:30 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Quit: Snoozing.] 11:35 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 11:40 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 11:42 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: away] 11:42 -!- douglas__ [douglas@nat/redhat/x-jtsiqgomfgjyecdm] has joined #lightning-dev 11:43 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has quit [] 11:45 -!- douglas_ [douglas@nat/redhat/x-hvlmfscnnclfhjhg] has quit [Ping timeout: 264 seconds] 11:54 -!- douglas_ [douglas@nat/redhat/x-hcsesblupvpypwit] has joined #lightning-dev 11:57 -!- douglas__ [douglas@nat/redhat/x-jtsiqgomfgjyecdm] has quit [Ping timeout: 272 seconds] 12:10 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lightning-dev 12:11 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 12:11 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 12:15 -!- reallll [~belcher@unaffiliated/belcher] has joined #lightning-dev 12:16 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 12:18 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 12:33 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Remote host closed the connection] 12:36 <+roasbeef> Varunram: run it via lnd, i thin you're trying to run it in isolation? 12:42 -!- reallll is now known as belcher_ 12:48 -!- barefootmouse [~barefootm@151.38.229.212] has joined #lightning-dev 12:50 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 12:55 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 264 seconds] 13:27 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 13:32 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 13:40 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 13:42 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lightning-dev 13:43 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has quit [Remote host closed the connection] 13:47 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 13:57 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 14:02 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 14:03 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 14:06 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 14:06 -!- bitconner [~conner@136.24.75.121] has joined #lightning-dev 14:07 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Ping timeout: 246 seconds] 14:16 -!- douglas__ [douglas@nat/redhat/x-trvrmylollkyrkaw] has joined #lightning-dev 14:18 -!- douglas_ [douglas@nat/redhat/x-hcsesblupvpypwit] has quit [Ping timeout: 246 seconds] 14:27 -!- douglas__ [douglas@nat/redhat/x-trvrmylollkyrkaw] has quit [Ping timeout: 246 seconds] 14:30 -!- CubicEarth_ [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 14:32 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lightning-dev 14:36 -!- shesek [~shesek@141.226.218.111] has joined #lightning-dev 14:36 -!- shesek [~shesek@141.226.218.111] has quit [Changing host] 14:36 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 14:56 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 15:01 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has quit [Ping timeout: 240 seconds] 15:03 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: away] 15:04 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #lightning-dev 15:08 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 15:09 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 15:10 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 15:12 -!- bitconner [~conner@136.24.75.121] has quit [Ping timeout: 268 seconds] 15:13 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 15:16 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 15:17 -!- shesek [~shesek@141.226.218.111] has joined #lightning-dev 15:17 -!- shesek [~shesek@141.226.218.111] has quit [Changing host] 15:17 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 15:21 -!- bitconner [~conner@136.24.75.121] has joined #lightning-dev 15:25 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 15:26 -!- bitconner [~conner@136.24.75.121] has quit [Ping timeout: 240 seconds] 15:42 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 15:44 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:47 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 264 seconds] 15:47 -!- bitconner [~conner@136.24.75.121] has joined #lightning-dev 16:06 -!- so [~so@unaffiliated/so] has quit [Ping timeout: 246 seconds] 16:10 -!- so [~so@unaffiliated/so] has joined #lightning-dev 16:15 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 16:20 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 16:23 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has joined #lightning-dev 16:24 -!- OzPac [~OzPac@cpc110789-lewi20-2-0-cust636.2-4.cable.virginm.net] has joined #lightning-dev 16:24 -!- OzPac [~OzPac@cpc110789-lewi20-2-0-cust636.2-4.cable.virginm.net] has quit [Client Quit] 16:34 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has quit [] 16:55 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 17:00 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 264 seconds] 17:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 17:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 17:27 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 17:31 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 264 seconds] 17:56 -!- r1clas [riclas@148.63.37.111] has joined #lightning-dev 17:57 -!- riclas [~riclas@148.63.37.111] has quit [Ping timeout: 245 seconds] 17:58 -!- laurentmt [~Thunderbi@185.242.6.5] has joined #lightning-dev 17:59 -!- enemabandit [~enemaband@185.227.37.188.rev.vodafone.pt] has joined #lightning-dev 18:01 -!- laurentmt [~Thunderbi@185.242.6.5] has quit [Client Quit] 18:01 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 18:05 < fiatjaf> should it be possible to connect from an lnd node to a lightningd node? 18:05 < fiatjaf> I get timeouts from both sides 18:05 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 18:05 < fiatjaf> a lightningd on the same machine of the lnd can connect to the lightningd on the other machine without a problem 18:07 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 18:12 < rusty> fiatjaf: yes.... is your port open? 18:13 < fiatjaf> yes 18:15 < fiatjaf> at least I think it is, otherwise I wouldn't be able to connect lightningd-lightningd, right? 18:17 < rusty> fiatjaf: true. 18:18 < fiatjaf> I'm connecting over zerotier 18:19 < fiatjaf> maybe that's the problem 18:19 < fiatjaf> but still, lightningd-lightningd is connecting fine 18:21 < fiatjaf> yeah, if I connect over the normal internet it works 18:22 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has joined #lightning-dev 18:28 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 246 seconds] 18:40 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 18:44 <+roasbeef> fiatjaf: so issue resolved? 18:45 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 18:46 -!- unixb0y [~unixb0y@p2E555E11.dip0.t-ipconnect.de] has joined #lightning-dev 18:49 -!- unixb0y_ [~unixb0y@p2E555EE5.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 18:59 -!- bitconner [~conner@136.24.75.121] has quit [Ping timeout: 245 seconds] 19:04 -!- grubles [~grubles@unaffiliated/grubles] has joined #lightning-dev 19:05 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has quit [Remote host closed the connection] 19:05 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has joined #lightning-dev 19:15 -!- r1clas [riclas@148.63.37.111] has quit [Ping timeout: 240 seconds] 19:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 19:28 -!- barefootmouse [~barefootm@151.38.229.212] has quit [Ping timeout: 240 seconds] 19:43 < Varunram> yeah roasbeef, trying to run it in isolation, molz suggested I wait for 108 to be in, now that it is, I think I can start :) 19:51 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 19:56 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 264 seconds] 20:15 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 20:21 -!- thomasa__ [~thomasand@198.52.38.59] has joined #lightning-dev 20:21 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Read error: Connection reset by peer] 21:19 -!- thomasa__ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 21:50 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 21:54 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 246 seconds] 22:30 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 22:34 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 245 seconds] 22:38 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 22:39 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 22:41 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev 22:48 -!- jimpo_ [~jimpo@ec2-13-57-39-52.us-west-1.compute.amazonaws.com] has joined #lightning-dev 22:49 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Remote host closed the connection] 22:50 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #lightning-dev 22:50 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Read error: Connection reset by peer] 22:51 -!- drolmer_ [~drolmer@unaffiliated/drolmer] has joined #lightning-dev 22:51 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #lightning-dev 22:51 -!- roasbeef_ [~root@104.131.26.124] has joined #lightning-dev 22:51 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Read error: Connection reset by peer] 22:52 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #lightning-dev 22:52 -!- Ov1se [~Ov1se@138.68.75.100] has quit [Quit: away] 22:53 -!- nehan_ [~nehan@14.80.229.35.bc.googleusercontent.com] has joined #lightning-dev 22:53 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Remote host closed the connection] 22:53 -!- melvster [~melvin@ip-86-49-18-46.net.upcbroadband.cz] has quit [Ping timeout: 276 seconds] 22:54 -!- achip [~achip@ip-216-17-244-12.rev.frii.com] has joined #lightning-dev 22:54 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #lightning-dev 22:54 -!- kcud_dab [~arthur@2001:bc8:c087:1001::1] has joined #lightning-dev 22:54 -!- Apocalyptic_ [~Apocalypt@unaffiliated/apocalyptic] has joined #lightning-dev 22:54 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has quit [Read error: Connection reset by peer] 22:55 -!- wraithm_ [~wraithm@unaffiliated/wraithm] has joined #lightning-dev 22:55 -!- [b__b] [~b__b]@ec2-54-85-45-223.compute-1.amazonaws.com] has joined #lightning-dev 22:55 -!- Apocalyptic_ is now known as Apocalyptic 22:56 -!- Netsplit *.net <-> *.split quits: keymone, nehan, wraithm, JackH, drolmer, rusty, achip-, dcousens, bad_duck, +roasbeef, (+2 more, use /NETSPLIT to show all of them) 22:56 -!- Netsplit over, joins: dcousens 22:58 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 23:01 -!- keymone [~keymone@ip1f109c7a.dynamic.kabel-deutschland.de] has joined #lightning-dev 23:01 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lightning-dev 23:02 -!- adiabat [~adiabat@63.209.32.102] has joined #lightning-dev 23:02 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 23:02 -!- JackH [~laptop@host86-182-8-23.range86-182.btcentralplus.com] has joined #lightning-dev 23:06 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 23:10 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 252 seconds] 23:12 -!- melvster [~melvin@ip-86-49-18-46.net.upcbroadband.cz] has joined #lightning-dev 23:39 -!- melvster [~melvin@ip-86-49-18-46.net.upcbroadband.cz] has quit [Ping timeout: 246 seconds] 23:45 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lightning-dev 23:50 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Ping timeout: 240 seconds] 23:58 -!- Ov1se [~Ov1se@138.68.75.100] has joined #lightning-dev --- Log closed Fri Oct 26 00:00:47 2018