--- Day changed Thu Feb 01 2018 00:19 -!- blademccool [~BladeMcCo@node-1w7jr9ss1inb968eucy9yen8e.ipv6.telus.net] has quit [Quit: Leaving] 00:49 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 00:52 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has quit [Quit: dionysus69] 00:52 < Mark___> I get this error when I start lnd: 00:53 < Mark___> [ERR] RPCS: unable to shutdown password gRPC proxy: close tcp 127.0.0.1:8080: use of closed network connection 00:53 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has joined #lnd 00:53 < Mark___> SHould I worry about it? 00:56 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 00:57 -!- bryan_w [~is@2600:2108:9:8a90:f3b8:cb41:7595:463f] has quit [Ping timeout: 276 seconds] 01:23 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has quit [Quit: dionysus69] 01:24 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has joined #lnd 01:25 -!- lio17 [~lio17@ns350827.ip-37-187-174.eu] has quit [Remote host closed the connection] 01:26 -!- flvr [b03b0853@gateway/web/freenode/ip.176.59.8.83] has joined #lnd 01:27 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Ping timeout: 260 seconds] 01:32 -!- lio17 [~lio17@ns350827.ip-37-187-174.eu] has joined #lnd 02:04 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #715: server: adds truncated exponential backoff + rand for retry (master...reconnect-backoff) https://git.io/vNdi6 02:06 < dionysus69> what does this imply? lnd currently requires btcd with segwit support, which is not yet merged into the master branch. 02:06 < dionysus69> I thought segwit support was part of the btc mainnet so I would think it is also implemented in testnet3 02:10 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #lnd 02:17 < cjd[m]1> segwit is enabled in reality, just btcd doesn't support it 02:17 < cjd[m]1> it's backward compatible so btcd just doesn't see segwit transactions 02:18 < cjd[m]1> btw: related question: is bitcoind lnd support on par with btcd lnd support ? Or it is more like "yeah, it works, kinda" status ? 02:20 < LordCow> not workin for me but that might be me 02:20 < Sentineo> I do use lnd with core 02:21 < LordCow> yeah 02:21 < cjd[m]1> cool 02:21 < LordCow> tried to at least 02:21 < cjd[m]1> I have core synced on testnet but I just need to find the time to launch lnd 02:21 < cjd[m]1> then I can pay y'all some testpennies :D 02:21 < Sentineo> you need txindex though 02:21 < Sentineo> so if you do not have it on, turn it on and wait :D 02:21 < LordCow> ja i use txindex 02:22 < LordCow> unable to start wallet: Post http://localhost:18332: dial tcp 127.0.0.1:18332: getsockopt: operation timed out 02:22 < Sentineo> LordCow: did you enable zeromq as well? 02:22 < LordCow> just the wallet part 02:22 < LordCow> yes 02:22 < LordCow> i suspect because i have no localhost 02:22 < cjd[m]1> I need to forward a port through my VPN I think, because I have no public IP4 on that machine 02:22 < cjd[m]1> I could run an ipv6-only node, I'm not sure how many channels I can create though 02:22 < LordCow> if i could tell it to use a proper IP somewhere for wallet stuff 02:23 < cjd[m]1> Actually that might be fun, for testing purposes 02:23 < Sentineo> LordCow: what wallet stuff? you need no wallet in core for lnd to work. lnd has its own wallet 02:24 < Sentineo> cjd[m]1: yep, but you can play with channels even without nat, just others can not open onw with you, you need to initialise it 02:24 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 255 seconds] 02:24 < cjd[m]1> ohhhh cool, that's useful to know 02:26 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-giygkbmotwfclaxh] has joined #lnd 02:26 < LordCow> Sentineo: yes this looks like lightning wallet 02:26 < LordCow> unable to start wallet: Post http://localhost:18332: dial tcp 127.0.0.1:18332: getsockopt: operation timed out 02:26 < LordCow> unable to create chain control: Post http://localhost:18332: dial tcp 127.0.0.1:18332: getsockopt: operation timed out 02:26 < LordCow> Post http://localhost:18332: dial tcp 127.0.0.1:18332: getsockopt: operation timed out 02:26 < Sentineo> cjd[m]1: there is the lightning faucet, it can create a channel with you 02:27 < Sentineo> LordCow: you are not running a node on testnet I guess 02:27 < Sentineo> on localhost, or are you? 02:27 < cjd[m]1> right indeed, it needs some testnet coins to start the first chanel 02:27 -!- r-g [91fd6c36@gateway/web/freenode/ip.145.253.108.54] has joined #lnd 02:28 < LordCow> i'm on mainnet 02:28 < LordCow> like i say i don't have a localhost on my network stack so lnd might be panicing with it's hardcoding 02:29 < Sentineo> well it is trying to connect to 18332 which is testnet, so what where your asumptions? 02:29 -!- r-g [91fd6c36@gateway/web/freenode/ip.145.253.108.54] has quit [Client Quit] 02:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 02:29 < Sentineo> cjd[m]1: right ... create a wallet address in lnd (lncli createaddress I think) and send some coins to it 02:30 < cjd[m]1> makes sense 02:30 < cjd[m]1> I need to have like a weekend (that's not FOSDEM) to spend fooling around with this 02:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 02:30 < Sentineo> yeah 02:31 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 02:31 < cjd[m]1> spend a few weeks fooling around on testnet and then setup yolo.lnd.cjd.li on mainnet lol 02:32 < LordCow> Sentineo: i just didn't specify --bitcoin.testnet 02:32 < LordCow> for lnd 02:32 < LordCow> my core node is on mainnet 02:32 < cjd[m]1> then lose some real-play-money 02:32 -!- sovjet [~sovjet@193.189.166.102] has joined #lnd 02:32 < cjd[m]1> do you earn fees for routing peoples' transactions ? 02:33 < LordCow> unknown flag `bitcoin.mainnet' 02:33 < cjd[m]1> or is there just zero volume so it doesn't matter 02:33 < LordCow> cjd[m]1: yes apparently, you can set them 02:34 < Sentineo> cjd[m]1: I think that is not implemented yet 02:34 < cjd[m]1> I wonder how long it'll be before the major exchanges setup channels 02:34 < cjd[m]1> ahh 02:34 < Sentineo> LordCow: so if you did not specify anything, why would it work? 02:34 < cjd[m]1> hm 02:34 -!- nirved [~nirved@2a02:8071:b58a:3c00:b910:222:b116:3815] has joined #lnd 02:34 < Sentineo> I think summerish :) 02:35 < Sentineo> but still a lot has to be done 02:35 < Sentineo> so I would not play with it on mainnet 02:35 < LordCow> Sentineo: i tried to specifiy mainnet but no such flag .. what do i specify 02:35 < LordCow> but i also have no localhost 02:35 < cjd[m]1> Yeah, I'm mostly interested to just know where the technology stands, so testnetcoins are cool enough 02:35 < LordCow> so it's not gonna work anyway 02:36 < cjd[m]1> It's too bad that there is this enormous massive fee-pressure driving everyone to try lnd even if it is not working yet 02:36 -!- athator [~mhluc@2.29.103.208] has joined #lnd 02:37 < Sentineo> LordCow: read the install guide, all is there 02:38 < LordCow> i did 02:38 < Sentineo> cjd[m]1: right, but at least it is an inovating force 02:39 < LordCow> nothing on https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md on what flag is mainnet 02:39 < LordCow> lnd --help also gives nothing 02:39 < LordCow> just testnets 02:39 < LordCow> ;p 02:40 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 02:41 < cjd[m]1> maybe there should be a `#define TESTNET_ONLY 1` so that people sort of have to at least edit a header file in order to launch on mainnet 02:41 < Sentineo> its not written in C :) 02:41 < LordCow> and not tell anyone about it 02:42 < Sentineo> LordCow: I saw c-lightning being use on mainnet, maybe lnd does not have it - which is good. As I said not prepared for mainnet 02:43 < cjd[m]1> its not written in C :) <-- I proposed using the CPP for golang to solve some of the language's "rough edges" in #go-nuts, they didn't like me very much >:) 02:43 < Sentineo> I do not know go 02:43 < Sentineo> it is a no go for me :D 02:44 -!- JackH [~laptop@host-80-47-85-47.as13285.net] has joined #lnd 02:44 < zyp> cjd[m]1, I'm actually more inclined to try out LN on mainnet now that the fees have gone down over the past few weeks 02:45 < zyp> makes it cheaper to open channels 02:45 -!- ralphtheninja[m] [ralphtheni@gateway/shell/matrix.org/x-uctmfpawbnwotgjy] has joined #lnd 02:47 -!- argonath [b160a3d4@gateway/web/freenode/ip.177.96.163.212] has joined #lnd 02:47 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 02:54 < cjd[m]1> Testnetcoins are cool though, they're like shitcoins but without all the fomo and cult of personality :) 02:55 < Sentineo> hehe yes 02:56 < Sentineo> and funny is that bitcoin testnet is larger than most other coin mainnets :D 02:56 < Sentineo> zyp: can one use lnd on mainnet? 02:57 < ralphtheninja[m]> cjd🔒: o/ 02:57 -!- flvr [b03b0853@gateway/web/freenode/ip.176.59.8.83] has quit [Quit: Page closed] 02:57 < zyp> Sentineo, dunno, I have the impression that the source needs to be edited to allow it, but I haven't tried myself 02:58 < cjd[m]1> hey ralphtheninja , thought you might enjoy this chan 02:58 < zyp> cjd[m]1, the dynamics of testnet are different from mainnet though 02:59 < cjd[m]1> yeah, you can get coins for free but hoarding them is useless because they'll be worthless in a while... like.. how all money ought to be ;) 02:59 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Ping timeout: 255 seconds] 03:00 < zyp> on testnet, nobody has anything to lose, so the usage patterns of LN will be different from what they'll be on mainnet 03:00 < Sentineo> yep 03:00 < Sentineo> zyp: I did grep the sourcode for mainnet, did not find it ... so you are probably right. 03:01 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 03:02 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-hbyfzhetemlpdxnt] has joined #lnd 03:07 < meshcollider> Sentineo, zyp: yep correct, there is no mainnet support in the code, only those who really know what they are doing can use lnd on mainnet atm ;) 03:08 < Sentineo> meshcollider: cool, I like that approach 03:09 -!- midnightmagic_ [~midnightm@unaffiliated/midnightmagic] has joined #lnd 03:09 < argonath> a lot of tutorials about how to use lnd on mainnet.. though discoraged by developers 03:09 < meshcollider> argonath: yes why would people want to use software that even those who wrote it are telling them not to use yet 03:10 -!- sbong [~sbong@2605:e000:1218:370:896e:feb0:7110:1535] has joined #lnd 03:10 < Sentineo> and that makes sense 03:10 < Sentineo> it is money 03:11 < Sentineo> so I would not use some not well tested soft anyways 03:11 -!- Jackielove4u_ [uid43977@gateway/web/irccloud.com/x-fasdwavbdwydomiz] has joined #lnd 03:11 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 276 seconds] 03:11 -!- TerminusAlamond4 [~TerminusA@sj0.logicfailed.com] has quit [Ping timeout: 276 seconds] 03:11 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-sngdygvscesedcro] has quit [Ping timeout: 276 seconds] 03:11 -!- Zouppen [joell@2002:54fb:a1cd::1] has quit [Ping timeout: 276 seconds] 03:11 -!- Jackielove4u_ is now known as Jackielove4u 03:11 -!- TerminusAlamond4 [~TerminusA@sj0.logicfailed.com] has joined #lnd 03:11 -!- Zouppen [joell@2002:54fb:a1cd::1] has joined #lnd 03:14 -!- sbong [~sbong@2605:e000:1218:370:896e:feb0:7110:1535] has quit [Ping timeout: 240 seconds] 03:14 -!- jungly [~quassel@79.8.200.97] has quit [Read error: Connection reset by peer] 03:15 < cjd[m]1> Well, these people did adopt bitcoin :) 03:16 -!- jungly [~quassel@79.8.200.97] has joined #lnd 03:18 -!- kunla [~kunla@81.193.53.189] has joined #lnd 03:20 -!- jungly [~quassel@79.8.200.97] has quit [Remote host closed the connection] 03:21 -!- midnightmagic_ is now known as midnightmagic 03:21 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has joined #lnd 03:23 -!- kunla [~kunla@81.193.53.189] has quit [Ping timeout: 256 seconds] 03:24 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Quit: https://quanto.ga/] 03:25 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #lnd 03:37 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has joined #lnd 03:47 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Quit: https://quanto.ga/] 03:47 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #lnd 04:00 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Remote host closed the connection] 04:03 -!- zib [zib@slick.hkt0.keff.org] has quit [Ping timeout: 240 seconds] 04:06 -!- Osso [~osso@smb-adpcdg1-02.hotspot.hub-one.net] has joined #lnd 04:09 -!- wxss [~user@95.143.195.106] has joined #lnd 04:14 -!- LN-Hero [56b8d0cd@gateway/web/freenode/ip.86.184.208.205] has joined #lnd 04:14 < Mark___> On my lnd node on mainnet I keep gettings these messages in the log 04:14 < Mark___> [ERR] LNWL: invalid flag 04:14 < Mark___> [ERR] LNWL: frame too large 04:15 < Mark___> [ERR] LNWL: expected message frame 04:16 < LN-Hero> Hello, am I right in thinking that there's no way to make a 'push' payment using Lightning? I.e. send money to someone without them raising an invoice first? 04:20 < Mark___> first question: what is LNWL? and second question: should I care? 04:20 -!- Osso [~osso@smb-adpcdg1-02.hotspot.hub-one.net] has quit [Ping timeout: 255 seconds] 04:21 < lndbot> LN-Hero: sendpayment ? 04:25 < LN-Hero> Oh, I see. You can either specify the pubkey of the recipient or you can provide the invoice. 04:26 < LN-Hero> Is that right? 04:27 < lndbot> http://api.lightning.community/#sendpayment 04:27 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 04:27 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 240 seconds] 04:27 < lndbot> I think so. Never tried it 04:27 < lndbot> I'll test it this morning and tell you 04:28 < lndbot> Only used pay_req yet 04:28 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 04:28 < LN-Hero> Yeah, I see it now. You can build a payment and push it over the network using sendpayment. Thanks. 04:28 < LN-Hero> The LND Web Client doesn't seem to allow you to do it which is what confused me 04:37 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 04:38 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 04:39 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 04:39 < akihabara> in lnd when trying to connect to bitcoin testnet with bitcoind client, what is the rpcuser and rpcpass? 04:41 -!- Osso [~osso@smb-adpcdg1-02.hotspot.hub-one.net] has joined #lnd 04:44 < LN-Hero> You need to set -rpcuser= and -rpcpassword= when starting the client. 04:44 < akihabara> any user, any pass? anything i want? 04:45 -!- athator1 [~mhluc@213.152.162.10] has joined #lnd 04:46 -!- athator [~mhluc@2.29.103.208] has quit [Ping timeout: 248 seconds] 04:47 < LN-Hero> yeah, obvioulsy use a easy one for testing and a strong one for mainnet :) 04:47 < Mark___> akihabara: those should match what you set in bitcoin.conf 04:48 < devachandra> anybody had success paying to blockstream store using lnd on mainnet? 04:51 < argonath> I want that sticker and tshirt 04:52 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Ping timeout: 260 seconds] 04:53 -!- galileopy [~galileopy@unaffiliated/galileopy] has quit [Remote host closed the connection] 04:53 < akihabara> i see 04:54 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 04:54 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Client Quit] 04:54 < akihabara> the config file has a allowedip as well. shall i change it? 05:01 < devachandra> akihabara: rpcallowip? depends on your setup, if you are running both bitcoind and lnd on the same host, you don't need this option and rpcbind you don't need, just comment them out 05:02 < akihabara> ok thanks. yh i run both on the same VPS 05:03 < akihabara> do i have to install the zmq? 05:03 < devachandra> no, it should be built ito bitcoind 05:04 < devachandra> check bitcoind --help if it have oprion -zmqpubrawblock= 05:04 < devachandra> *option 05:04 < akihabara> it doesnt have this option 05:05 < devachandra> then you have to build bitcoind with zmq enabled 05:07 < akihabara> sorry it does have the zmq options 05:10 < devachandra> you built it from source or installed as package? 05:10 < akihabara> bitcoind -testnet -rpcuser=user -rpcpassword=pass -daemon where user/pass are both the same in the cfg file 05:11 < akihabara> rpcuser=user 05:11 < akihabara> rpcpassword=pass 05:11 < akihabara> testnet=1 05:11 < akihabara> #rpcport=8332 05:11 < akihabara> #rpcallowip=127.0.0.1 05:11 < akihabara> #rpcallowip=195.154.11.93 05:11 < akihabara> server=1 05:11 -!- dermoth_ [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 05:11 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Disconnected by services] 05:11 -!- dermoth_ is now known as dermoth 05:11 -!- Osso [~osso@smb-adpcdg1-02.hotspot.hub-one.net] has quit [Ping timeout: 276 seconds] 05:20 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-hbyfzhetemlpdxnt] has quit [Quit: Connection closed for inactivity] 05:25 -!- LN-Hero [56b8d0cd@gateway/web/freenode/ip.86.184.208.205] has quit [Ping timeout: 260 seconds] 05:37 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has quit [Ping timeout: 240 seconds] 05:44 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 05:58 -!- CubicEarths [~cubiceart@201.191.198.123] has joined #lnd 06:07 -!- CubicEar_ [~cubiceart@ip253-210-159-186.ct.co.cr] has joined #lnd 06:07 -!- CubicEar_ [~cubiceart@ip253-210-159-186.ct.co.cr] has quit [Remote host closed the connection] 06:08 -!- sovjet [~sovjet@193.189.166.102] has quit [Quit: Leaving] 06:08 -!- CubicEar_ [~cubiceart@ip253-210-159-186.ct.co.cr] has joined #lnd 06:10 -!- CubicEarths [~cubiceart@201.191.198.123] has quit [Ping timeout: 276 seconds] 06:12 -!- zib [zib@slick.hkt0.keff.org] has joined #lnd 06:12 -!- CubicEar_ [~cubiceart@ip253-210-159-186.ct.co.cr] has quit [Ping timeout: 248 seconds] 06:16 -!- athator [~mhluc@2.29.103.208] has joined #lnd 06:20 -!- athator1 [~mhluc@213.152.162.10] has quit [Ping timeout: 264 seconds] 06:32 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has joined #lnd 06:37 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 06:44 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has joined #lnd 06:46 -!- sbong [~sbong@2605:e000:1218:370:896e:feb0:7110:1535] has joined #lnd 06:47 -!- Soopaman [~soopaman@198.16.243.66] has joined #lnd 06:50 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 265 seconds] 06:51 -!- sbong [~sbong@2605:e000:1218:370:896e:feb0:7110:1535] has quit [Ping timeout: 276 seconds] 06:51 < waxwing> hi (sorry i don't think my previous message came through), i'm having test runs hang, latest one is hanging at: "2018/02/01 15:47:02 Running 12 ChainNotifier interface tests" 06:57 < waxwing> seems to be non-deterministic; this time it's hanging at "=== RUN TestInterfaces/btcd:_reorg_conf" 07:02 < waxwing> error seems to be this: "interface_test.go:1835: unable to create test ln wallet: timed out after 30 seconds waiting for balance 80 BTC, current balance 0 BTC, synced: false" 07:02 < waxwing> so i guess i've forgotten to configure btcd in some way? 07:02 -!- Giszmo [~leo@ip-251-237-219-201.nextelmovil.cl] has joined #lnd 07:03 -!- gabridome [~gabridome@net-5-88-182-182.cust.vodafonedsl.it] has quit [Quit: gabridome] 07:04 -!- hirama [bce2842b@gateway/web/freenode/ip.188.226.132.43] has joined #lnd 07:04 < hirama> hi all, does exists some tutorial how to setup lnd? 07:06 < mlz> waxwing, did you get btcd from roasbeef's fork? 07:07 < mlz> hirama, check out the topic of this channel 07:08 < hirama> ok) and what minimal configuration is needed for running this node? how much ram and disk space? 07:09 -!- grubles [~grubles@unaffiliated/grubles] has joined #lnd 07:10 -!- maret [~maret@ip-88-212-28-50.antik.sk] has joined #lnd 07:11 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 07:12 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 07:12 < waxwing> mlz, i believe so, but note that the instructions to run the tests on lnd occur before the instructions to install roasbeef's btcd fork 07:12 < waxwing> on this page i mean: https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md 07:13 < waxwing> the line `go install; go test -v -p 1 $(go list ./... | grep -v '/vendor/')` occurs just before the instruction to install btcd 07:15 < hirama> how to run in main network? 07:15 < hirama> without test flag? 07:24 -!- iv4n2 [~iv4n@1.47.174.25] has joined #lnd 07:25 -!- iv4n [~iv4n@1.46.36.186] has quit [Ping timeout: 256 seconds] 07:33 < mlz> waxwing, that needs to be changed :D 07:33 < mlz> hirama, lnd is not ready for mainnet 07:34 < mlz> waxwing, btcd or bitcoind is used as the backend so it needs to be fully synced first before lnd can be run 07:37 -!- Giszmo [~leo@ip-251-237-219-201.nextelmovil.cl] has quit [Quit: Leaving.] 07:37 -!- Mark___ [5bd4cf04@gateway/web/freenode/ip.91.212.207.4] has quit [Ping timeout: 260 seconds] 07:42 -!- Giszmo [~leo@ip-251-237-219-201.nextelmovil.cl] has joined #lnd 07:45 -!- asvirido [b2d6c422@gateway/web/freenode/ip.178.214.196.34] has joined #lnd 07:46 < asvirido> is anybody here? Online 07:46 -!- Giszmo [~leo@ip-251-237-219-201.nextelmovil.cl] has quit [Ping timeout: 240 seconds] 07:55 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Remote host closed the connection] 07:58 -!- maret [~maret@ip-88-212-28-50.antik.sk] has quit [Ping timeout: 248 seconds] 08:00 -!- sovjet [~sovjet@user182.c2.sevnica.kabelnet.net] has joined #lnd 08:00 < argonath> any other place to test transactions besides yalls and starblocks? 08:02 < lndbot> http://www.blockandjerrys.fun/ 08:03 < lndbot> also an internet-cafe site someone is working on http://86.24.91.84:3010/ 08:04 < lndbot> let me know if you want me to pay some test invoices or generate some for you to pay 08:04 -!- Giszmo [~leo@ip-168-237-219-201.nextelmovil.cl] has joined #lnd 08:05 < cjd[m]1> that's an icecream shop on testnet ? 08:05 < cjd[m]1> selling imaginary icecream 08:05 < cjd[m]1> ? 08:06 < lndbot> yep 08:06 < cjd[m]1> nice 08:07 < cjd[m]1> I wonder if someone will start selling something small/real (that doesn't melt) on lnd-mainnet 08:08 < argonath> thanks :) 08:11 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 08:13 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 08:19 -!- CubicEarths [~cubiceart@ip253-210-159-186.ct.co.cr] has joined #lnd 08:29 -!- PaulCapestany [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has quit [Ping timeout: 256 seconds] 08:29 -!- Giszmo [~leo@ip-168-237-219-201.nextelmovil.cl] has quit [Quit: Leaving.] 08:30 < mlz> that doesn't melt and doesn't smell on mainnet 08:42 -!- Giszmo [~leo@ip-168-237-219-201.nextelmovil.cl] has joined #lnd 08:43 -!- Giszmo [~leo@ip-168-237-219-201.nextelmovil.cl] has quit [Remote host closed the connection] 08:46 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #lnd 08:47 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 08:48 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 08:48 -!- hirama [bce2842b@gateway/web/freenode/ip.188.226.132.43] has quit [Quit: Page closed] 08:48 -!- CubicEarths [~cubiceart@ip253-210-159-186.ct.co.cr] has quit [Remote host closed the connection] 08:52 -!- sovjet_ [~sovjet@user182.c2.sevnica.kabelnet.net] has joined #lnd 08:53 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has joined #lnd 08:53 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 265 seconds] 08:54 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 08:55 -!- sovjet [~sovjet@user182.c2.sevnica.kabelnet.net] has quit [Ping timeout: 252 seconds] 08:55 -!- SevenTimes [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has joined #lnd 08:55 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #lnd 08:56 < waxwing> mlz, how would the tests require syncing? surely they use regtest/simnet not testnet? 08:57 -!- SevenTimes__ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 08:58 -!- PaulCapestany [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has joined #lnd 08:58 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has joined #lnd 09:01 -!- SevenTimes [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 09:02 < mlz> waxwing, oh are you on simnet? 09:02 -!- CubicEarths [~cubiceart@ip253-210-159-186.ct.co.cr] has joined #lnd 09:05 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has quit [Ping timeout: 276 seconds] 09:08 < waxwing> mlz, it's not that; i'm talking about running code tests (`go test`), not running/experimenting with the application. if you see what i mean. 09:09 -!- CubicEarths [~cubiceart@ip253-210-159-186.ct.co.cr] has quit [Ping timeout: 276 seconds] 09:11 < mlz> waxwing, aaaahhhhhh.. sorry i haven't got enough coffee.. but i'm looking at that test code.. I've never run it so donno :D 09:13 < mlz> whoa.. now i'm running that code.. 09:13 < mlz> a long list of "RUN" and "PASS" 09:14 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Remote host closed the connection] 09:14 -!- Soopaman [~soopaman@198.16.243.66] has quit [Quit: Leaving.] 09:14 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #lnd 09:17 < akihabara> im back guys 09:17 -!- SevenTimes__ [SevenTimes@gateway/vpn/privateinternetaccess/seventimes] has joined #lnd 09:18 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Ping timeout: 248 seconds] 09:23 -!- sbong [~sbong@64.191.249.101] has joined #lnd 09:24 -!- sbong [~sbong@64.191.249.101] has quit [Remote host closed the connection] 09:25 -!- sbong [~sbong@216.221.228.6] has joined #lnd 09:28 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Remote host closed the connection] 09:28 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 09:28 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 09:29 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #lnd 09:36 < waxwing> mlz, yes i'm pretty sure when i first set up this instance the tests all passed (as of course they should). but i'm getting the symptoms i described above now. 09:41 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-vwyihccktmddwpva] has joined #lnd 09:46 -!- Soopaman [~soopaman@198.16.243.66] has joined #lnd 09:48 < akihabara> i start the bitcoind in linux. i setup the conf file properly, but i cant access it from the web 09:48 < akihabara> ip:18332 doesnt seem to work 09:52 -!- AndBobsYourUncle [~AndBobsYo@cpe-23-240-21-154.socal.res.rr.com] has joined #lnd 09:57 -!- PaulCapestany [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has quit [Ping timeout: 240 seconds] 10:06 -!- PaulCape_ [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has joined #lnd 10:12 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has quit [Remote host closed the connection] 10:16 -!- bitty [8b479008@gateway/web/freenode/ip.139.71.144.8] has joined #lnd 10:19 -!- bitty [8b479008@gateway/web/freenode/ip.139.71.144.8] has quit [Client Quit] 10:24 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 10:25 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 10:26 -!- athator [~mhluc@2.29.103.208] has left #lnd [] 10:30 -!- spudowiar [~spudowiar@unaffiliated/saleemrashid] has joined #lnd 10:32 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Quit: colatkinson] 10:43 -!- zib [zib@slick.hkt0.keff.org] has quit [Ping timeout: 276 seconds] 10:48 -!- zib [zib@slick.hkt0.keff.org] has joined #lnd 10:50 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-giygkbmotwfclaxh] has left #lnd [] 10:59 -!- CoinCadence [2f139242@gateway/web/freenode/ip.47.19.146.66] has joined #lnd 11:01 < CoinCadence> Hey Folks! Was just playing with the new getchaintxstats API on bitcoin and it occured to me that there may be no concrete method of tracking transaction volume on LN. Nodes and channels, sure, but any thoughts on how to calculate the number of transactions in a channel? 11:05 -!- dionysus69 [~Thunderbi@unaffiliated/dionysus69] has quit [Ping timeout: 256 seconds] 11:12 -!- asvirido [b2d6c422@gateway/web/freenode/ip.178.214.196.34] has quit [Ping timeout: 260 seconds] 11:14 < Veggen> Hrm. Where do the non-witness walletbalance come from? 11:14 < Veggen> I now have 1 satoshi non-witness balance. 11:21 -!- colatkinson [~colatkins@nagini-13.dynamic.rpi.edu] has joined #lnd 11:26 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 11:28 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 11:41 -!- dymurray is now known as dymurray_ 11:41 -!- dymurray_ is now known as dymurray 11:55 -github-lnd:#lnd- [lnd] Roasbeef pushed 1 new commit to master: https://git.io/vNFdJ 11:55 -github-lnd:#lnd- lnd/master 7144707 Olaoluwa Osuntokun: rpc: store display of alias in getinfo 12:03 -!- argonath [b160a3d4@gateway/web/freenode/ip.177.96.163.212] has quit [Quit: Page closed] 12:10 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has joined #lnd 12:11 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 255 seconds] 12:13 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 12:15 -!- CoinCadence [2f139242@gateway/web/freenode/ip.47.19.146.66] has quit [Quit: Page closed] 12:19 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has quit [Remote host closed the connection] 12:21 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has joined #lnd 12:23 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has quit [Remote host closed the connection] 12:23 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has joined #lnd 12:26 -!- Mark__ [c18adaa4@gateway/web/freenode/ip.193.138.218.164] has joined #lnd 12:28 -!- CubicEar_ [~cubiceart@201.191.198.99] has joined #lnd 12:32 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has quit [Ping timeout: 276 seconds] 12:35 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has joined #lnd 12:39 -!- CubicEar_ [~cubiceart@201.191.198.99] has quit [Ping timeout: 268 seconds] 12:41 -!- CubicEarths [~cubiceart@ip59-200-50-179.ct.co.cr] has quit [Remote host closed the connection] 12:47 -!- propumpkin [~copumpkin@haskell/developer/copumpkin] has joined #lnd 12:48 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Ping timeout: 256 seconds] 12:50 -!- propumpkin is now known as contrapumpkin 12:52 -!- PaulCape_ [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has quit [Read error: Connection reset by peer] 12:53 -!- colatkinson [~colatkins@nagini-13.dynamic.rpi.edu] has quit [Ping timeout: 276 seconds] 12:58 -!- spudowiar [~spudowiar@unaffiliated/saleemrashid] has quit [Quit: WeeChat 2.0.1] 13:04 -!- PaulCape_ [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has joined #lnd 13:09 -!- PaulCape_ [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has quit [Ping timeout: 256 seconds] 13:09 -!- PaulCapestany [~PaulCapes@ip72-209-228-50.dc.dc.cox.net] has joined #lnd 13:15 -!- Soopaman [~soopaman@198.16.243.66] has quit [Quit: Leaving.] 13:26 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:29 -!- colatkinson [~colatkins@2620:0:2820:1502:5ee0:c5ff:fe8c:502d] has joined #lnd 13:32 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 13:33 -!- blademccool [~BladeMcCo@node-1w7jr9ss1inb968eucy9yen8e.ipv6.telus.net] has joined #lnd 13:35 -!- tenev [~tenev@89.205.125.140] has joined #lnd 13:36 < tenev> Hello, does anyone had problems with go install . ./cmd/... command during lnd installation? 13:37 < mlz> nope 13:38 < tenev> having a lot of errors like -> cannot find package 13:38 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 13:38 < mlz> probably Go wasn't set up correctly 13:38 < tenev> thought that i missed some command or to set some variable but double checked that 13:38 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 13:43 -!- mlz [~IRCIdent@unaffiliated/molly] has left #lnd ["Leaving"] 13:44 -!- mlz [~IRCIdent@unaffiliated/molly] has joined #lnd 14:05 < lndbot> what directory are you running it in? 14:32 < fiatjaf> tenev: I had 14:33 < fiatjaf> because I didn't follow the instructions exactly 14:33 < fiatjaf> didn't set up the package manager and install deps through it, for example 14:34 < blademccool> the 'glide install' stuff? 14:38 -!- colatkinson [~colatkins@2620:0:2820:1502:5ee0:c5ff:fe8c:502d] has quit [Quit: colatkinson] 14:50 -!- geir_ [~1@162.218.232.246] has quit [Ping timeout: 268 seconds] 14:55 -!- geir_ [~1@216.21.8.160] has joined #lnd 15:00 -!- sovjet_ [~sovjet@user182.c2.sevnica.kabelnet.net] has quit [Quit: Leaving] 15:01 -!- bule [~bule@gateway/tor-sasl/bule] has joined #lnd 15:01 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:04 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Quit: intcat] 15:05 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 15:07 -github-lnd:#lnd- [lnd] aakselrod opened pull request #718: multi: macaroon root key encryption (master...macaroon-encryption) https://git.io/vNbcY 15:10 -!- tenev [~tenev@89.205.125.140] has quit [Ping timeout: 264 seconds] 15:10 -!- Hirama [bce2842b@gateway/web/freenode/ip.188.226.132.43] has joined #lnd 15:13 -!- Hirama [bce2842b@gateway/web/freenode/ip.188.226.132.43] has quit [Client Quit] 15:14 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 15:17 -!- bartolo [25864aa8@gateway/web/freenode/ip.37.134.74.168] has joined #lnd 15:18 -!- bartolo [25864aa8@gateway/web/freenode/ip.37.134.74.168] has quit [Client Quit] 15:23 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 246 seconds] 15:25 < cryptodechange> Main net zap wallet is alive! https://imgur.com/a/Pjvjy 15:38 -!- simlay [~simlay@gateway/tor-sasl/simlay] has quit [Ping timeout: 255 seconds] 15:52 < cryptodechange> annnnd its gone 15:52 < cryptodechange> https://imgur.com/a/mWmIH 15:52 <@roasbeef> ? 15:52 < cryptodechange> Oh, the channel opened is unconfirmed 15:52 < cryptodechange> das why 15:55 <@roasbeef> hopefully you've used lnd on testne before... 15:58 < cryptodechange> Yes haha, I just got caught off guard that BTC is slower than testnet and the unconfirmed txns (to open channels) haven't officially opened yet (?) 16:00 -!- iv4n2 [~iv4n@1.47.174.25] has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org] 16:00 -!- iv4n [~iv4n@1.47.174.25] has joined #lnd 16:13 -!- nirved [~nirved@2a02:8071:b58a:3c00:b910:222:b116:3815] has quit [Quit: Leaving] 16:14 -!- sbong [~sbong@216.221.228.6] has quit [Remote host closed the connection] 16:14 -!- CubicEarths [~cubiceart@201.191.198.61] has joined #lnd 16:14 -!- sbong [~sbong@64.191.249.101] has joined #lnd 16:18 -!- django [~django@unaffiliated/qxt] has quit [Quit: Leaving] 16:18 -!- CubicEarths [~cubiceart@201.191.198.61] has quit [Read error: Connection reset by peer] 16:19 -!- sbong [~sbong@64.191.249.101] has quit [Ping timeout: 240 seconds] 16:19 -!- CubicEarths [~cubiceart@201.191.254.210] has joined #lnd 16:21 -github-lnd:#lnd- [lnd] Roasbeef pushed 2 new commits to master: https://git.io/vNbgn 16:21 -github-lnd:#lnd- lnd/master 43fa9fe Olaoluwa Osuntokun: lnwallet: avoid creating dust change outputs in funding txns... 16:21 -github-lnd:#lnd- lnd/master 609525f Olaoluwa Osuntokun: Merge pull request #712 from Roasbeef/avoid-dust-change-funding... 16:21 -!- CubicEarths [~cubiceart@201.191.254.210] has quit [Remote host closed the connection] 16:24 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has quit [Ping timeout: 252 seconds] 16:25 -!- AndBobsYourUncle [~AndBobsYo@cpe-23-240-21-154.socal.res.rr.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 16:26 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 16:28 <@roasbeef> .astlog 8080 16:29 -!- CubicEarths [~cubiceart@201.191.254.210] has joined #lnd 16:41 -!- onryo [~onero0@unaffiliated/onryo] has joined #lnd 16:45 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 16:47 -!- wxss [~user@95.143.195.106] has quit [Quit: leaving] 16:48 -!- CubicEarths [~cubiceart@201.191.254.210] has quit [Read error: Connection reset by peer] 17:09 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #lnd 17:15 -!- Memetic [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 17:16 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 17:27 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 17:31 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 17:35 -!- Osso [~osso@2600:1700:37a0:1068::2] has joined #lnd 17:37 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 17:40 -!- bule [~bule@gateway/tor-sasl/bule] has quit [Ping timeout: 255 seconds] 17:49 < Osso> I am trying to exploit describegraph but channels only have a capacity field. As the "real" capacity is not symmetric it's missing a local_coins (or equivalent) I need to manage my channels 17:53 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Quit: colatkinson] 17:56 < lndbot> You can only see the balances for your own channels. `lncli listchannels` 18:02 < Osso> yes but say I want to have x capacity towards any other node 18:02 < Osso> in multi-hop I'm flying blind 18:03 < Osso> unsurprisingly I often can't pay an invoice because of a lack of capacity 18:09 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has joined #lnd 18:12 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 255 seconds] 18:14 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 18:16 < cryptodechange> How does autopilot determine the channel amounts? 18:22 < Osso> my guess is that right now it must be using just the capacity 18:22 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 18:23 < Osso> I'm having these problems with the autopilot on 18:28 < Osso> there's a FundedAmt in interface.go but it's as todo 18:28 < Osso> it's set to the same value as capacity currently 18:32 -!- Rozal_ [uid50160@gateway/web/irccloud.com/x-zaqfoqduyqavzthx] has joined #lnd 18:33 -!- Rozal_ is now known as Rozal 18:33 <@roasbeef> Osso: if there's available capacity, an attempt will succeed, if not it'll adjust based on the failure and retry 18:33 -!- Rozal [uid50160@gateway/web/irccloud.com/x-zaqfoqduyqavzthx] has quit [Changing host] 18:33 -!- Rozal [uid50160@unaffiliated/rozal] has joined #lnd 18:33 -!- Rozal [uid50160@unaffiliated/rozal] has quit [Changing host] 18:33 -!- Rozal [uid50160@gateway/web/irccloud.com/x-zaqfoqduyqavzthx] has joined #lnd 18:34 -github-onion:#lnd- [lightning-onion] cfromknecht opened pull request #18: Optimization: Linear Speedup in Sphinx Shared-Secret Construction (master...linear-packets) https://git.io/vNbX3 18:36 -!- Memetic [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 18:36 -!- Memetic [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 18:39 < cryptodechange> 2018-02-02 02:38:18.832 [ERR] SRVR: unable to get channel links: unable to locate channel link bydestination hop id 0346758be47e1e544d28659c5ef8327647ce55d0e4032582cffcaaa28b902b1cc2 18:39 < meshcollider> roasbeef: I cannot for the life of me figure out why DeepEqual refuses to admit 10.0.0.2:9000 != 10.0.0.2:9000 18:39 < meshcollider> could you give me a hand if you're free? https://travis-ci.org/lightningnetwork/lnd/jobs/335939077 18:39 <@roasbeef> cryptodechange: benign errot ehre 18:39 <@roasbeef> meshcollider: hmm at times there's some like underlying pointer if it disagrees 18:39 < cryptodechange> Debug is spamming right now when I tried to close a channel 18:40 <@roasbeef> this is in channeldb tests? 18:40 < mlz> those zombies on testnet... and now they're showing on mainnet too 18:40 < cryptodechange> 2018-02-02 02:39:59.466 [ERR] DISC: Router rejected channel edge: unable to fetch utxo for chan_id=556573885555539968, chan_point=15479a6331ba2850aa489f6b6e95ec46c76a3ff6350363121346b87c4737fbb0:0: target output has been spent 18:40 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 18:40 <@roasbeef> mlz: orly? people with borked db's from messing with the blockstream store? 18:40 < mlz> lol 18:40 <@roasbeef> cryptodechange: some implementations don't actually check to see if a channel has been closed 18:41 < meshcollider> roasbeef: yeah channeldb/nodes_test.go 18:41 < mlz> half of channels opned to my node are inactive 18:41 < mlz> opened* 18:41 < meshcollider> checking if the node address is the same before and after serialisation/deserialisation 18:41 <@roasbeef> mhmm 18:42 <@roasbeef> may just wnat to use addr.String() there 18:42 < meshcollider> but I even get "addresses don't match: expected 9000, got 9000 (type int, type int)" 18:42 < meshcollider> when using reflect.ValueOf(addr).Elem().Field(1) 18:42 < meshcollider> to get the port 18:42 <@roasbeef> if you do a fmt.Println(spew.Sdump(addr)) do they loo diff all the way thru? 18:42 <@roasbeef> look 18:47 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 18:48 < meshcollider> I get (*net.TCPAddr)(0xc4204ba0c0)(10.0.0.2:9000) vs (*net.TCPAddr)(0xc42048dc20)(10.0.0.1:9000) 18:48 <@roasbeef> so 2 vs 18:48 <@roasbeef> 1 18:48 <@roasbeef> last octet 18:48 < meshcollider> oops 18:48 < meshcollider> both are 2 sorry, mistyped 18:48 <@roasbeef> ah then they seem to be fine...this is after modifying the on-disk serialization? 18:49 -!- Memetic [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 18:50 < meshcollider> yeah this is after abstracting out the serialisation from both linknode and lightningnode and removing the resolveTCP in the channeldb package 18:50 < meshcollider> you can take a look in the PR 18:51 < meshcollider> roasbeef: https://github.com/lightningnetwork/lnd/pull/666/commits/79e7563a47b39d0d58180e587b4f4b713d874812 18:53 <@roasbeef> hmm looks sane 18:53 <@roasbeef> but if you check agsint the String() everything is ok? 18:55 < meshcollider> yep passes if I use String() 18:55 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 18:57 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 18:57 <@roasbeef> hmm 18:58 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 19:02 < meshcollider> Because using reflect.ValueOf(addr).Elem() and printing with %+v I get "{IP:10.0.0.2 Port:9000 Zone:} != {IP:10.0.0.2 Port:9000 Zone:}" 19:02 < meshcollider> but they're still not DeepEqual 19:04 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Quit: colatkinson] 19:08 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 268 seconds] 19:13 < lndbot> any reason why there is still pending htlcs and 0 unsettled balance? 19:15 < cryptodechange> Ever since I tried closing a channel, I get spammed with error messages 19:16 -!- pirosb32 [d826827a@gateway/web/freenode/ip.216.38.130.122] has joined #lnd 19:16 < pirosb32> Hi all, has anyone had luck running lnd on top of bitcoind (mainnet)? 19:18 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 19:18 -!- lnd [9d774854@gateway/web/freenode/ip.157.119.72.84] has joined #lnd 19:19 < lnd> lncli getinfo 19:19 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 19:20 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Read error: Connection reset by peer] 19:22 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 19:22 < lndbot> Yeah, I run it on bitcoind on mainnet. Been working pretty stably for the last week. 19:23 < pirosb32> roasbeef: are you online by any chance? can we run lnd on top of bitcoind (mainnet)? 19:23 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 19:24 < meshcollider> piros32: yes you can run it on top of bitcoind but mainnet is not supported yet 19:24 < pirosb32> oh great. I'm running bitcoind, fully synced up. Running lnd as following: command=lnd --bitcoin.active --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.zmqpath=tcp://127.0.0.1:28332 --bitcoind.rpcuser=user --bitcoind.rpcpass=pass 19:24 < pirosb32> oh, so bitcoind can only run on testnet? 19:24 < lndbot> both 19:24 < meshcollider> bitcoind can be run on mainnet but lnd cannot 19:24 < lndbot> btcd and bitcoind on mainnet 19:25 < lndbot> *testnet 19:25 < pirosb32> what am I missing then? upon unlocking my wallet, it says "unable to start wallet: mismatched networks" 19:25 < meshcollider> pirosb32: bitcoind will be running on mainnet, and lnd will be on testnet 19:26 < meshcollider> lnd does not support mainnet yet 19:26 < pirosb32> can you confirm that lnd with a bitcoind backend can only run on testnet 19:26 < meshcollider> yes lnd with any backend can only be run on testnet 19:26 < pirosb32> oh sob sob, how are people running lightning on mainnet then? 19:26 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 19:27 < meshcollider> pirosb32: either using a different implementation like c-lightning or by adding mainnet support to lnd themselves 19:27 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 19:27 < pirosb32> I tried using c-lightning on testnet but unfortunately I was not able to make it work 19:28 < pirosb32> I was able to open connections but not channels 19:28 < meshcollider> pirosb32: just use lnd on testnet then 19:28 < pirosb32> I want to do a demo this weekend, with Lightning network on mainnet (will be buying coffee). So I'm trying to find the best way to do this 19:28 < meshcollider> or join their channel #c-lightning and work out whats wrong 19:29 < pirosb32> meshcollider: already joined channel but unfortunately did not receive any response :( 19:29 < lndbot> you can buy coffees on testnet 19:31 < mlz> why would you want to do a demo for mainnet when you don't even know how to get on mainnet? 19:31 <@roasbeef> meshcollider: yeh i'd just go with .String() within the test, not sure what's going on there...they're even both ipv6 addrs 19:32 < pirosb32> I already have a lightning node running on testnet (btcd), but I wanted to have one running on mainnet and fund it with a really small amount 19:32 <@roasbeef> pirosb32: i'd wait for 0.4-beta 19:33 < pirosb32> roasbeef: will that work also with bitcoind backend? or only with btcd backend? 19:33 <@roasbeef> all of em 19:33 < pirosb32> nice 19:33 < mlz> roasbeef, even with neutrino on mainnet? 19:34 < meshcollider> roasbeef:hmm it seems that originalNodes.Addresses[0].IP length is 16 whereas node.Addresses[0].IP is only length 4 19:34 < meshcollider> the lengths are different 19:34 < meshcollider> thats why its unequal 19:34 < mlz> someone opened a channel with me on mainnet with a tiny amount so now his balance is in negative 19:34 < contrapumpkin> roasbeef: is the v2 of lightning-app usable at this point? 19:35 < lndbot> I've got two like that lol 19:35 < pirosb32> what a pity, I really wanted to buy coffee this weekend 19:36 < lndbot> mlz: what happens then? 19:37 <@roasbeef> PR to add bip 39 seeds inc 19:38 -!- bule [~bule@gateway/tor-sasl/bule] has joined #lnd 19:38 <@roasbeef> contrapumpkin: nearly there, just a few more items to address: https://github.com/lightninglabs/lightning-app/projects/1 19:38 <@roasbeef> some of the TOOD is in progerss as we're focusing on getting comprhensive unit tests for all the biz logic first 19:38 <@roasbeef> then the TODOs 19:38 <@roasbeef> then we'll throw it in yo phone 19:39 < lndbot> hell yeah 19:39 < contrapumpkin> nice! 19:39 < contrapumpkin> exciting :) 19:39 < mlz> felix all his coin is in commitfee and he still owes miner a few more satoshis lol 19:39 <@roasbeef> aight bip39 PR inc, could use a buncha testing 19:40 <@roasbeef> follow up will be revamping our key derivation slightly, so given your seed and this static file, we can reconstruct everything needed to be able to update old channels, or just recover em 19:40 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has quit [Quit: colatkinson] 19:41 < lndbot> mls: but, if I fund something so small, gets eaten up by miner fees, channels is negative with negative local_balance and 0 remote_balance... how do you close that? what's the impact on the blockchain? ends up with a zero-sum tx and only spam? 19:42 <@roasbeef> we'll reject fundings that are too small 19:42 <@roasbeef> or would produce a dust value 19:42 <@roasbeef> also we don't apply fees if we can't pay for em 19:43 < lndbot> ehhh 19:43 < lndbot> i have a channel with 4 hltcs of 3 sats 19:43 < mlz> actually i don't understand this negative balance, maybe roasbeef can explain: https://paste.ee/p/E4GB4#hdWZJl2Z59Mb9XdzLf6OeAbOl3smSMTz 19:43 < meshcollider> roasbeef: yeah the issue is that when serializing, if its an IPv4 address we use IP.To4() which means it comes out in 4 byte form even if it was 16 at the start, and the different lengths mean not equal 19:44 < lndbot> mlz: getchaninfo ? 19:45 < mlz> right up there 19:46 <@roasbeef> felixp: those won't be manifested at all, we don't make dust outputs on the commitment transaction 19:46 <@roasbeef> meshcollider: ahhh 19:46 <@roasbeef> mlz: that's your chan? 19:46 < meshcollider> because the IP's *are* equal when I call addr.IP.Equal(addr2.IP) despite the different format 19:46 < mlz> roasbeef, it's someone's channel that was opened with my node 19:46 < meshcollider> its just that deepequal doesnt understand that 19:47 < mlz> prefer not to disclose the name 19:47 < lndbot> got it 19:47 <@roasbeef> mlz: hmmm, we won't do updates if we can't actually pay for it, as in update_fee which modifies the fee rate, and also we check the sanity before making the cahnnel 19:47 < meshcollider> roasbeef: so string comparison is ok? Or change the serialization to use 16 bytes even if its a ipv4 address 19:47 < meshcollider> oh no that would break it in the reverse case 19:48 < mlz> roasbeef, so it must be a c-lightning node? 19:49 <@roasbeef> possilby 19:50 <@roasbeef> meshcollider: well as is, it'll be a breaking db change (which isn't an issue), so i'd go w/ the string comparison 19:50 <@roasbeef> as v3 onion addrs don't fit in 16 bytes 19:50 < meshcollider> true 19:50 < meshcollider> ok 19:52 -!- lnd [9d774854@gateway/web/freenode/ip.157.119.72.84] has quit [Quit: Page closed] 19:52 < mlz> hm roasbeef i think it might be an eclair node because of this: "fee_rate_milli_msat": "10" 19:53 < mlz> it's from their node in 'getchaninfo' 19:55 -!- simlay [~simlay@gateway/tor-sasl/simlay] has joined #lnd 19:57 -!- Osso [~osso@2600:1700:37a0:1068::2] has quit [Ping timeout: 276 seconds] 19:58 -!- colatkinson [~colatkins@cpe-67-240-56-42.nycap.res.rr.com] has joined #lnd 20:02 -!- tenev [~tenev@89.205.125.131] has joined #lnd 20:03 <@roasbeef> mlz: i'll see if I can reproduce with a similar chan amoun 20:03 -!- pirosb32 [d826827a@gateway/web/freenode/ip.216.38.130.122] has quit [Ping timeout: 260 seconds] 20:04 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 20:11 -!- tenev [~tenev@89.205.125.131] has quit [Ping timeout: 276 seconds] 20:12 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 255 seconds] 20:15 < meshcollider> roasbeef: I think the Tor PR is ready for another review now then 20:15 <@roasbeef> fsho thx 20:17 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 20:18 < mlz> roasbeef, so i guess when they close this channel, it will pull some satoshis from my channelfund to make up for the negative amount? 20:36 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 240 seconds] 20:45 -!- arajakul [~Xantanium@toroon4834w-lp130-03-67-71-142-88.dsl.bell.ca] has quit [Ping timeout: 264 seconds] 20:52 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 21:01 < cryptodechange> [lncli] rpc error: code = Unknown desc = permission denied 21:05 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #719: lnrpc+walletunlocker: extend wallet creation to allow user generated entropy + entropy store (BIP 39) (master...rpc-seed) https://git.io/vNbHV 21:06 <@roasbeef> cryptodechange: dir change, and also new format of macaroons 21:06 <@roasbeef> plz test: https://github.com/lightningnetwork/lnd/pull/719 21:06 <@roasbeef> bip39 seed integration 21:06 <@roasbeef> so you'll get 24-words when creating the wallet 21:06 <@roasbeef> that you can later use to restore 21:13 < zib> heh this recent commit to make help "human readable" makes it less humanly readable to me :D 21:14 <@roasbeef> zib: which commit? 21:15 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has joined #lnd 21:15 -!- mrtomyum [b852184e@gateway/web/freenode/ip.184.82.24.78] has joined #lnd 21:20 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has quit [Ping timeout: 276 seconds] 21:20 < mlz> roasbeef, how do you git this PR 719? 21:21 <@roasbeef> git fetch 21:21 <@roasbeef> git fetch origin pull/719/head:bip39-seed 21:21 <@roasbeef> git checkout bip39-seed 21:21 < zib> roasbeef: https://github.com/ElementsProject/lightning/commit/7d18ef9ecfcc58313ee155f430b026a155404c72#diff-c14ca9fa635218aa43e14f8dd84221ab 21:22 <@roasbeef> zib: oh idk, this is the lnd channel lol 21:22 < zib> oh right 21:22 < zib> hah 21:22 < zib> :D 21:22 < zib> damn multiple implementations! 21:22 < zib> i realised after i pasted 21:22 < zib> :D 21:22 < zib> Oh was about to ask. Can I run lnd against the normal bitcoin core or just btcd? 21:24 <@roasbeef> both 21:24 < zib> great. Didnt want to waste the space of 2 full nodes 21:24 < mlz> cool, thank you 21:29 < mlz> roasbeef, is it supposed to generate the seed words, correct? 21:29 <@roasbeef> yes on the command line 21:29 <@roasbeef> with lncli create 21:30 <@roasbeef> you'll see the words generated 21:30 <@roasbeef> make sure you re-commpile `lncli` and also do `glide install` in your local checkout 21:31 < mlz> re-commpile `lncli` ? 21:31 <@roasbeef> yeh 21:31 <@roasbeef> since you'll see the new changes take effect using lncli 21:31 <@roasbeef> for creating a new lnd wallet 21:32 < mlz> oh you mean 'go install...' yes i did 21:32 <@roasbeef> ./.. 21:32 < mlz> Do you have an existing 24-word BIP 39 mnemonic you want to use? (Enter y/n): 21:33 <@roasbeef> n 21:33 < mlz> it doesn't generate the words by itself 21:34 <@roasbeef> if you're doing initial setup, it does 21:35 <@roasbeef> may take a sec: https://github.com/lightningnetwork/lnd/pull/719#issue-293774565 21:35 < mlz> ok i got a fresh .lnd, still doesn't 21:38 < mlz> roasbeef, https://paste.ee/p/mEchG#5M09rtepLiTN0Un9o5RIeaah3B1acKeN 21:38 <@roasbeef> you gotta enter a password 21:40 < mlz> oh nvm im dumb 21:41 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 21:46 -!- creslin [~textual@deposing-waterfront.volia.net] has quit [Ping timeout: 256 seconds] 22:05 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has joined #lnd 22:12 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has quit [Ping timeout: 276 seconds] 22:14 -!- argo_ [49a94bd6@gateway/web/freenode/ip.73.169.75.214] has joined #lnd 22:25 -!- bule [~bule@gateway/tor-sasl/bule] has quit [Ping timeout: 255 seconds] 22:42 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has quit [Remote host closed the connection] 22:42 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has joined #lnd 22:47 -!- sbong [~sbong@2605:e000:1218:370:6129:ecc4:a432:4e01] has quit [Ping timeout: 276 seconds] 23:26 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 23:51 -!- Soopaman [~soopaman@198.16.243.66] has joined #lnd 23:53 -!- creslin [~textual@deposing-waterfront.volia.net] has joined #lnd 23:59 -!- maret [~maret@ip-88-212-28-50.antik.sk] has joined #lnd