--- Day changed Sun Jan 14 2018 00:35 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ppdqdjjythgowhmp] has joined #lnd 00:36 -!- Veggen [~vegard@engen.priv.no] has quit [Quit: Lost terminal] 00:40 -!- me1 [4fadc1f4@gateway/web/freenode/ip.79.173.193.244] has joined #lnd 00:57 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 01:50 -!- seaelem [~seaelem@1.152.106.207] has joined #lnd 01:58 -!- snaff [~x@2001:8b0:121b:8547:229d:7220:32cb:75d0] has joined #lnd 02:01 -!- spinza [~spin@196.212.164.26] has quit [Quit: Coyote finally caught up with me...] 02:08 -!- spinza [~spin@196.212.164.26] has joined #lnd 02:12 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 02:13 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 02:24 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 02:28 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 02:37 -!- Veggen [~vegard@engen.priv.no] has joined #lnd 02:49 < booyah> in LN, does your node needs to be online to just receive payment? 02:50 < Styil> yes 02:51 -!- dabura667 [~dabura667@240f:d:e193:1:1dc9:d738:299a:684a] has joined #lnd 02:51 < Styil> or at the very least have communication with the second party booyah 02:55 < booyah> Styil: can you delegate receiving of money to 3rd party for you, in a way that does not allow it to steal your money? 02:56 < Styil> not that I am aware of 02:56 < Styil> honestly I dont see it as that big of an issue 02:56 < booyah> donations are one example (also reoccuring payments) 02:57 < booyah> and in general heaving a small wallet so friend can quickly pay to it 02:57 < booyah> now there will be an aspect of "wait, I have to turn on my computer" 02:57 < booyah> for webshops it's not an issue since anyway then would be online 02:58 < booyah> but for more 24/7 businesses. I send you bill in email. you want to pay now, but I'm not online, what happens? 02:58 < Styil> hmm 02:58 < Styil> I guess it is more of an issue than I thought 02:59 -!- seaelem [~seaelem@1.152.106.207] has quit [Quit: Leaving.] 03:00 < booyah> roasbeef: any solution in sight? 03:01 < booyah> e.g. mail-order shop sending socks. And we keep missing each-other, as customer is in say Russia time-zone, and I on my small laptop am online during USA day 03:02 < booyah> can't you create some receive-only node, that has crypto keys only to receive paments (not forward, not spend them) but it requires the owner to log into it and provide another (one-time) key to release funds (into owner's main LN wallet, from which he can spend)? 03:04 < Styil> that would technically be a one directional payment channel which should work on its own but I dont think it can work with LN's hashlocks 03:04 < booyah> yeah I wondered if that would help. Receiving in one-dir channels works with recipient offline? 03:05 < Styil> it works but hashlocks dont 03:05 < Styil> you would need a direct channel with them 03:05 < Styil> no channel hopping 03:05 < booyah> I guess... my channel other-end can prepare and cash the transaction that pushes more $ to me. and I will confirm it when I'm online then it can forward such confirmation back to sender 03:06 < booyah> *cache 03:06 < booyah> and if sender if offline now, then confirmation will be cache on his other end, and given to him when he comes online 03:06 < booyah> Styil: imo hopping would work if the last node caches it 03:07 < Styil> The issue is that LN negotiation happens with 4 required information swaps 03:07 < Styil> original transaction 03:07 < Styil> counterparty transaction 03:07 < Styil> sender previous transaction hashlock 03:08 < Styil> reciever previous transaction hashlock 03:08 < Styil> it could theoretically work if only 2 03:08 < Styil> but ye 03:08 < Styil> I guess you could cache a transaction with the last node 03:08 < Styil> but 03:09 < Styil> that would rely on any intermediary nodes not making transactions during the caching time 03:09 < Styil> not happening 03:17 -!- nirved [~nirved@2a02:8071:b58a:3c00:7d71:1109:fe5b:800e] has joined #lnd 03:19 -!- me1 [4fadc1f4@gateway/web/freenode/ip.79.173.193.244] has quit [Quit: Page closed] 03:31 < Veggen> booyah: best you can hope for is custodial lightning nodes, if you want. 03:33 < Veggen> booyah: Sender hasn't sent *anything* before you accept it, and every node on the way have accepted to relay it. lightning is atomical. 03:35 < Veggen> Bill in email could work. They need to have a node online 24/7, and a webshop. The bill in the email contains the link to a service that creates a payment reqeust. 03:37 -!- smyds [~smyds@147.ip-92-222-84.eu] has joined #lnd 03:41 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 03:42 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #lnd 03:44 < booyah> Veggen: new idea, is an 2-out-of-3 03:44 < booyah> customer --> X --> Y --> Z --> shop 03:45 < booyah> if node Z can receive payments into 2-out-of-3 (or such) multisig addresses then wouldnt that help 03:46 < booyah> though ther is small risk of Z losing his money if shop owner bails on his escrow (though it costs shop money) and vice-versa. just like with escrows 03:46 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 03:49 -!- dveight [520970ef@gateway/web/freenode/ip.82.9.112.239] has quit [Ping timeout: 260 seconds] 03:54 < Veggen> booyah: mmm, too complicated right now :) 03:55 < booyah> Veggen: ok maybe in future :) 03:55 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ppdqdjjythgowhmp] has quit [Quit: Connection closed for inactivity] 03:56 < Veggen> I personally think that at this stage, unless it doesn't contribute to a useful LN be released faster, it's worth waiting with :) 03:57 < Veggen> People are getting impatient, and usage of non-released LN on mainnet will grow, whether LN releases or not. 03:59 < booyah> yeah I will use LN as it is now 04:00 < booyah> just was asking for future, how to make it even better, are there ideas for it already 04:00 < booyah> :) 04:00 < Veggen> I think actually scalable routing is more pressing. But probably there'll be more improvements to come. 04:01 < Veggen> booyah: but your idea sounds more like a wallet implementation than a protocol change. 04:05 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-cvxawonidemudtrp] has joined #lnd 04:10 -!- chrismorrisorg [~chrismorr@2001:44b8:4038:478:cd16:8572:49b1:4c34] has joined #lnd 04:10 -!- chrismorrisorg [~chrismorr@2001:44b8:4038:478:cd16:8572:49b1:4c34] has quit [Remote host closed the connection] 04:22 -!- wxss [~user@94.242.219.108] has joined #lnd 04:25 -!- chrismorrisorg [~chrismorr@2001:44b8:4038:478:cd16:8572:49b1:4c34] has joined #lnd 04:25 -!- chrismorrisorg [~chrismorr@2001:44b8:4038:478:cd16:8572:49b1:4c34] has quit [] 04:43 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 256 seconds] 04:43 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 248 seconds] 04:51 -!- frib [~dynorsau@51.179.109.52] has joined #lnd 05:00 -!- Qint [~Qint@ip503c10f5.speed.planet.nl] has joined #lnd 05:00 -!- bitconto [~bitconto@179.43.151.227] has quit [Ping timeout: 256 seconds] 05:12 -!- ChrisMorrisOrg [sid151627@gateway/web/irccloud.com/x-cunybacwiuvmjqld] has joined #lnd 05:16 -!- pioklo [~Pioklo@d99-34.icpnet.pl] has joined #lnd 05:16 -!- Pioklo_ [~Pioklo@d99-34.icpnet.pl] has joined #lnd 05:23 -!- sdfgsdfg [~sdfgsdfg@unaffiliated/sdfgsdfg] has quit [Ping timeout: 256 seconds] 05:31 -!- Qint [~Qint@ip503c10f5.speed.planet.nl] has quit [Quit: It’s gold for nerds] 05:32 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #lnd 05:38 -!- pioklo [~Pioklo@d99-34.icpnet.pl] has quit [Quit: Leaving] 06:03 < raucao> hi 06:03 < raucao> one question: http://dev.lightning.community/guides/installation/ says running lnd for the first time creates an admin.macaroon 06:03 < raucao> however, it doesn't do that for me 06:04 < raucao> just starts without comment about it and tells me to create a wallet, then wallet creation fails with "lncli] open /home/btcd/.lnd/admin.macaroon: no such file or directory" 06:05 < raucao> debug loglevel is "trace", but the logs show almost no information 06:05 < raucao> https://gist.githubusercontent.com/skddc/16077cf4e3f7622f9b4421f6403c326f/raw/e9a9e706e46db28839263aac6ef79529ccb5da2a/gistfile1.txt 06:09 < mlz> raucao, did it create readonly.macaroon ? 06:09 < raucao> nope 06:09 < raucao> creates nothing 06:09 < raucao> at least not in .lnd 06:09 < raucao> i have a different datadir set, lemme check that one 06:10 < raucao> aha 06:10 < raucao> :) 06:10 < raucao> that's where the macaroons are hiding 06:10 < raucao> thx 06:10 -!- botka [~nodebot@static.171.39.76.144.clients.your-server.de] has joined #lnd 06:10 < mlz> np 06:16 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 06:28 -!- Pioklo_ [~Pioklo@d99-34.icpnet.pl] has quit [Ping timeout: 255 seconds] 06:37 -!- pioklo [~Pioklo@user-94-254-130-157.play-internet.pl] has joined #lnd 06:44 -!- Zakk__ [596b0777@gateway/web/freenode/ip.89.107.7.119] has joined #lnd 06:44 < Zakk__> Hi 06:45 -!- Zakk__ [596b0777@gateway/web/freenode/ip.89.107.7.119] has quit [Client Quit] 07:05 < raucao> hmm, now i'm stuck with all lncli commands resulting in "[lncli] rpc error: code = Unavailable desc = grpc: the connection is unavailable" 07:05 < raucao> "2018-01-14 15:01:52.034 [INF] RPCS: password gRPC proxy started at localhost:8001 │~ 07:05 < raucao> 2018-01-14 15:01:52.034 [INF] RPCS: password RPC server listening on 127.0.0.1:10001 " 07:05 < raucao> "lncli --macaroonpath /mnt/data/lnd/data/admin.macaroon --rpcserver=10001 unlock" 07:06 < raucao> i tried the grpc port as well, but no dice 07:06 < raucao> would be really nice if the debug output was more verbose 07:06 < zyp> just port, not ip? 07:07 < raucao> yes 07:08 < raucao> oh 07:08 < raucao> thx 07:08 * raucao should take a break 07:08 < raucao> it's 34 degrees celsius here in senegal :) 07:08 < zyp> around zero here in norway 07:08 < raucao> brrrr 07:15 < mlz> sub zero in northern sweden 07:15 < mlz> oh wait.. 07:20 -!- bird_ [~bird@104.236.31.121] has quit [Ping timeout: 248 seconds] 07:20 -!- bird_ [~bird@104.236.31.121] has joined #lnd 07:25 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-cvxawonidemudtrp] has quit [Quit: Connection closed for inactivity] 07:26 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has left #lnd [] 07:30 -!- bitconto [~bitconto@185.12.45.110] has joined #lnd 07:31 -!- slowkow [4160de54@gateway/web/freenode/ip.65.96.222.84] has joined #lnd 07:32 < slowkow> could i ask for help understanding an error message? 08:09 -!- pioklo [~Pioklo@user-94-254-130-157.play-internet.pl] has quit [Read error: Connection reset by peer] 08:13 < mlz> raucao, --debuglevel=trace 08:13 < raucao> there's only ever one wallet per node, correct? 08:14 < mlz> correct 08:14 < raucao> are there plans to support multiple in the future? 08:14 < raucao> i.e. if i want multiple users to use my node, will i have to implement that all myself and custom? 08:15 < mlz> oh which node are you talking about? 08:15 < raucao> one that i run on a server 08:15 < raucao> lnd node 08:15 < mlz> hm im not sure 08:15 < raucao> i'd like people to connect to it from the web 08:15 < raucao> and have their own wallets/balances/channels there 08:15 < mlz> you can make your btcd node like that 08:16 < raucao> like https://htlc.me/ e.g. 08:16 < mlz> that's a custodial wallet 08:17 < raucao> yer, i'd like to create keys from js instead 08:17 < raucao> on the client 08:17 -!- anome [~anome@unaffiliated/anome] has joined #lnd 08:18 < raucao> i guess i'll just try to get more accustomed to what's there already in order to see how it's meant to be used 08:18 < raucao> thx 08:30 < akihabara> hi guys 08:31 < akihabara> my vm is now synced with the testnet blockchain!! finally after 2 days :D 08:34 < akihabara> i get on the main screen info about the blockchain (height, etc), and it looks like i cannot do anything else apart from this? is there any command on cli which can allow the app to run in the background so i can do other things? my linux is ubuntu server 16.04 08:38 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 08:40 -!- frib [~dynorsau@51.179.109.52] has quit [Quit: Leaving] 08:41 < bitconto> akihabara: you can use the screen command 08:42 -!- frib [~dynorsau@51.179.109.52] has joined #lnd 08:43 -!- RusAlex [~Chel@unaffiliated/rusalex] has joined #lnd 08:43 < RusAlex> hi recently I had a link to podcasts that were selling with LN 08:44 < RusAlex> could somebody remember me this site ? 08:44 < bitconto> https://lncast.com/#!/ ? 08:44 < RusAlex> yeah 08:46 -!- frib [~dynorsau@51.179.109.52] has quit [Client Quit] 08:54 -!- shtirlic [~shtirlic@ec2-35-158-173-101.eu-central-1.compute.amazonaws.com] has joined #lnd 08:55 < akihabara> bitconto : how can i do this? 08:56 < bitconto> https://help.ubuntu.com/community/Screen 08:58 < akihabara> ah i see. no other solution apart from this? 09:01 < bitconto> you could just open a new terminal window and ssh into your VPS a second time 09:05 < akihabara> i read the ctrl-z command suspends the working process 09:06 < akihabara> i pressed ctrl-z and now i can type in the cmd, and when i press bg linux says theres a background process and shows me the cmd i typed 09:07 < bitconto> you have it running in a virtual machine locally? 09:08 < akihabara> yes 09:08 < bitconto> can you then not just open a new Terminal window to do other things while your testnet node is syncing? 09:11 < akihabara> my node is synced. i can open an ssh but first i need to install ssh server 09:11 < bitconto> no you dont need to ssh, I thought you had it on a VPS somewhere sorry : ) 09:11 < akihabara> i think ctrl-z suspends, and if i type bg %# where # is the number of the job, the process will restart and run in the background 09:12 < bitconto> you can check with top if its still running 09:12 < akihabara> if i type fg %# where # is the number of the job, the process will come back in foreground, running 09:16 -!- Pauldb [6d851245@gateway/web/freenode/ip.109.133.18.69] has joined #lnd 09:29 -!- Old_Man [~ld@70147.numbersstation.org] has joined #lnd 09:30 -!- Old_Man [~ld@70147.numbersstation.org] has left #lnd [] 09:31 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 09:41 -!- LJR [56b5bc08@gateway/web/freenode/ip.86.181.188.8] has joined #lnd 09:42 -!- LJR [56b5bc08@gateway/web/freenode/ip.86.181.188.8] has quit [Client Quit] 09:47 < mlz> akihabara, do you have a VPS instance? 09:48 < mlz> akihabara, oh you're trying to run btcd and lnd in a VM on your computer? 09:59 < akihabara> hi mlz. i synced my vm to the blockchain. so now vm is updated 09:59 < akihabara> and follows the ongoing chain 10:00 < akihabara> now im trying to run the light client 10:00 < akihabara> to the server : faucet.lightning.community 10:00 < akihabara> i found out that this dns is this : 10:00 < akihabara> 02c39955c1579afe4824dc0ef4493fdf7f3660b158cf6d367d8570b9f19683afb5@159.203.125.125 10:01 -!- anome [~anome@unaffiliated/anome] has quit [] 10:02 < akihabara> its a server in New York 10:02 < akihabara> hosted by digitalocean 10:08 < akihabara> why do i have to have an id like the above to connect to a server? im talking about the "02...b5" 10:10 -!- spudowiar [~spudowiar@unaffiliated/saleemrashid] has joined #lnd 10:12 < spudowiar> grubles: Tell me what the music is! 10:15 < mlz> akihabara, that's the LND faucet node, you can open a channel with it 10:18 -!- ctrlbreak_1 [~ctrlbreak@fctnnbsc38w-47-55-95-227.dhcp-dynamic.fibreop.nb.bellaliant.net] has joined #lnd 10:19 < akihabara> ok i run the cmd lnd --bitcoin.active --bitcoin.testnet ..... 10:19 < ctrlbreak_1> Howdy! 10:19 < ctrlbreak_1> Looks like I'm not the only one trying to turn up an lnd instance today ;-) 10:20 < ctrlbreak_1> Anyone awake and have a second for a question? 10:20 < akihabara> ctrlbreak i can help you up to the point i reached 10:20 < ctrlbreak_1> hehehe... 10:20 < akihabara> :D 10:20 < ctrlbreak_1> I'm hainging at LTND: Initializing btcd backed fee estimator... 10:21 < ctrlbreak_1> I think it worked ... ONCE, but I had to change something in my BTCD.conf and restart that daemon... and now, nada, apparently. 10:21 < ctrlbreak_1> lol 10:22 < akihabara> this is beyond my deep knowledge :D 10:26 < ctrlbreak_1> this really sucks. I was hoping to have an LND node online today :-S 10:28 < akihabara> do you understand what we are really doing in full? :) 10:29 < akihabara> at some points i just follow the instructions without being able to understand 10:29 < akihabara> now i am stuck at : lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --neutrino.active --neutrino.connect=faucet.lightning.community 10:29 < akihabara> ok now my linux says waiting for wallet 10:29 < akihabara> now what? :S 10:33 -!- tenev [4e536176@gateway/web/freenode/ip.78.83.97.118] has joined #lnd 10:35 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 256 seconds] 10:36 < ctrlbreak_1> I don't know. I'm trying to get it functional with BTCD 10:37 < akihabara> are you following the instructions? 10:37 < ctrlbreak_1> Yes 10:38 < ctrlbreak_1> ... from http://dev.lightning.community/guides/installation/ 10:38 < ctrlbreak_1> Except you appear to be trying to start it in light-client mode... whereas I'm trying to use BTCD 10:40 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 10:40 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 10:40 -!- cloaks [~noty@unaffiliated/cloaks] has joined #lnd 10:41 -!- anome [~anome@unaffiliated/anome] has joined #lnd 10:41 < ctrlbreak_1> Anyone? 10:41 < akihabara> what is the difference between btcd and lnd? 10:42 < akihabara> different clients, but any significant differences? 10:42 < zyp> one is a bitcoin node, one is a ln node, they have totally different purposes 10:42 < anome> akihabara lnd runs on top of btcd 10:43 < ctrlbreak_1> BTCD is the actual Bitcoin daemon backend. I'm completely new to it... but I have it up and running on testnet. I just can't see to get LND past this point of attempting to use it's fee estimation 10:44 < ctrlbreak_1> *seem 10:44 < akihabara> ok so basicaly i have downloaded the whole btc testnet blockchain 10:45 < akihabara> now if i want to run a simple btc (segwit support??) node, i just run btcd. if i want to run lightning network it is lnd 10:46 < ctrlbreak_1> If you've installed BTCD and sync'd it to the testnet, then yes, as far as I understand it. LND can then run on top of that (in theory). 10:46 < waxwing> sure, yes. not just in theory. 10:47 < ctrlbreak_1> Ah... well... currently theoretical for me ;-) 10:48 < akihabara> ok i think we are doing it right 10:48 < akihabara> i bet now i need to study lnd?? 10:48 < ctrlbreak_1> well, yes. 10:49 < ctrlbreak_1> ... which would be easier (for us)... if we could at least get LND running. 10:50 < ctrlbreak_1> Ahh... I eventually DO get something back; 10:50 < ctrlbreak_1> 2018-01-14 14:34:43.096 [INF] LTND: Initializing btcd backed fee estimator 10:50 < ctrlbreak_1> unable to create chain control: read tcp 127.0.0.1:37360->127.0.0.1:18333: read: connection reset by peer 10:50 < ctrlbreak_1> read tcp 127.0.0.1:37360->127.0.0.1:18333: read: connection reset by peer 10:51 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has joined #lnd 10:52 < akihabara> anyone lives in russia? 10:55 -!- tenev_ [~tenev@78-83-97-118.spectrumnet.bg] has joined #lnd 10:56 -!- tenev [4e536176@gateway/web/freenode/ip.78.83.97.118] has quit [Quit: Page closed] 10:56 < ctrlbreak_1> Anyone? 10:58 < akihabara> ctrlbreak it looks like a firewall issue :S 10:59 < ctrlbreak_1> except it's on localhost and the service is indeed listening and functional. 11:03 < akihabara> ok 11:09 < ctrlbreak_1> Nevermind! I think I found the answer! Unless the default of 'rpclisten=' is used in BTCD... it won't bind 18334 in addition to 8334, and apparently explicity telling LND what RPC port to use isn't honored? 11:10 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has quit [Read error: Connection reset by peer] 11:10 < spudowiar> grubles: Tell me teh muzak :) 11:10 < mlz> spudowiar, hey spuddie 11:10 < spudowiar> o/ 11:10 -!- shtirlic [~shtirlic@ec2-35-158-173-101.eu-central-1.compute.amazonaws.com] has quit [Quit: ZNC - http://znc.in] 11:11 < mlz> \o 11:11 < spudowiar> *high-five* 11:11 -!- shtirlic [~shtirlic@Shtirlic-2-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined #lnd 11:13 < ctrlbreak_1> akihabara: You have any luck yet? I'm willing to try and help... or at least shoot the shit, but it'll kinda be like the blind leading the blind unless we can find someone more experience to help out? 11:13 < mlz> ctrlbreak_1, what's wrong? 11:14 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 11:14 -!- Babozor [~babozor@2a01:e35:8b35:8720:d0bf:1854:c2bd:e9f5] has joined #lnd 11:14 < ctrlbreak_1> mlz, I think I managed to get my issue sorted... 11:14 < ctrlbreak_1> " I think I found the answer! Unless the default of 'rpclisten=' is used in BTCD... it won't bind 18334 in addition to 8334, and apparently explicity telling LND what RPC port to use isn't honored?" 11:14 < akihabara> ctrl im stuck at some point and im trying to find where the log file is stored 11:14 < akihabara> any idea? 11:15 < ctrlbreak_1> The log file for LND? 11:15 < akihabara> yes 11:16 < mlz> akihabara, ~/.lnd/logs$ 11:16 < ctrlbreak_1> Oh? 11:16 < ctrlbreak_1> ~/.lnd/logs/testnet3/bitcoin 11:17 < ctrlbreak_1> is where I found mine. 11:17 < mlz> yea 11:17 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 11:18 < akihabara> hmm. whats the difference between ~/.lnd/ to /home/.../lightningnetwork/lnd folder/ 11:18 < akihabara> ? 11:23 < ctrlbreak_1> .lnd is where it's storing it's configuration and other running data as far as I'm aware. 11:23 < spudowiar> akihabara: Are you using the Lightning desktop app or something? 11:23 < akihabara> this is what i get 11:23 < akihabara> 2018-01-14 18:50:48.800 [WRN] LTND: open /home/akihabara/.lnd/lnd.conf: no such file or directory 11:23 < akihabara> 2018-01-14 18:50:48.802 [INF] LTND: Version 0.3.0-alpha 11:23 < akihabara> 2018-01-14 19:09:35.146 [WRN] LTND: open /home/akihabara/.lnd/lnd.conf: no such file or directory 11:23 < akihabara> 2018-01-14 19:09:35.148 [INF] LTND: Version 0.3.0-alpha 11:23 < akihabara> 2018-01-14 19:09:35.150 [INF] CHDB: Checking for schema update: latest_version=0, db_version=0 11:23 < spudowiar> Maybe that is using XDG 11:23 < akihabara> 2018-01-14 19:09:35.161 [INF] RPCS: password gRPC proxy started at localhost:8080 11:23 < akihabara> 2018-01-14 19:09:35.168 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 11:23 < akihabara> 2018-01-14 19:09:35.169 [INF] LTND: Waiting for wallet encryption password. Use `lncli create` to create wallet, or `lncli unlock` to unlock already created wallet. 11:24 < spudowiar> akihabara: Run either `lncli create` or `lncli unlock` 11:24 < ctrlbreak_1> Oh... hop on another termin... 11:24 < ctrlbreak_1> Yeah, that. 11:24 < akihabara> ok so i put the lnd in background 11:24 < spudowiar> akihabara: Or open another terminal 11:24 < spudowiar> As ctrlbreak_1 almost said :P 11:24 < akihabara> yeah its ok. now i know how to put it in the background :) 11:24 < ctrlbreak_1> ... or restart lnd and add the -noencryptwallet (?) 11:25 < spudowiar> ctrlbreak_1: NOOOOO, MUH TESTNET COINS 11:25 < ctrlbreak_1> hehehe. 11:25 < akihabara> how can i get coins? 11:25 < ctrlbreak_1> Any idea why LND only listens on IPV6 by default :-S ? 11:26 < ctrlbreak_1> I'm starting to think I should just disable IPV6 on this server to simplify things :-( 11:29 < mlz> akihabara, you got your LND running? 11:30 < akihabara> ok i typed lncli create and now i see letters,words and number running on my screen 11:30 < akihabara> mlz just about ;d 11:31 < akihabara> i cant get this cmd lncli create to run in the background 11:31 < akihabara> ctrl-z doesnt work here 11:31 < mlz> do you have screen or tmux? 11:32 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 11:33 < spudowiar> akihabara: If you did Ctrl-Z on the daemon, it won't work 11:33 < akihabara> no i dont have screen or tmux 11:33 < spudowiar> akihabara: Do Ctrl-C on lncli 11:33 < akihabara> spudowiar i type ctrl-z and then bg %# and process starts again 11:34 < spudowiar> ok 11:34 < akihabara> if i do -c it will stop right? 11:34 < spudowiar> I'm somewhat confused at what you're doing 11:35 < akihabara> ah. ok. well ctrl-z suspends the process and i can wake it up with bg %# for background, or fg %# for foreground 11:35 < spudowiar> `lnd`, Ctrl-Z, `bg`, `lncli create`, (enter a password), `fg` (to bring the lightning daemon back) 11:35 < spudowiar> `help 11:35 < sato_vision> I am a bot nicknamed satoshivision™ serving factoids as listed on http://mars.meshnet.pl/bitcoin-facts/ to fight FUD. Say "`FUD" or "`spv" for example. See `edit to edit/add factoids. See `backtick if you can not find the "`" key. My name (a.k.a ) tm (™) it parody/example of `fallacy-authority, see `whitepaper. See `bot-admin. 11:35 < spudowiar> lol 11:35 < mlz> you didn't start lnd correctly 11:35 < mlz> ooops 11:35 < mlz> back log 11:36 < akihabara> i think it is working now. let me stop it and i will post the log 11:36 < akihabara> one sec 11:36 < mlz> akihabara, pls use a pastebin 11:37 < akihabara> wow!!! ctrl-c doesnt work 11:39 < akihabara> https://drive.google.com/file/d/1QJnIMMBfwOZhmnRKfYsFdB3TzelKztSf/view?usp=sharing 11:39 < akihabara> this is what i get 11:44 < akihabara> ?? 11:47 < akihabara> 2018-01-14 19:44:18.721 [INF] LNWL: Catching up block hashes to height 1258804, this might take a while 11:47 < akihabara> 2018-01-14 19:44:18.727 [INF] LNWL: Done catching up block hashes 11:47 < akihabara> 2018-01-14 19:44:18.729 [INF] LNWL: Finished rescan for 1 address (synced to block 00000000cfdae139dfec17ddedaeef388b4f452d39f1fac536e88ca74fac0d44, height 1258804) 11:47 < akihabara> 2018-01-14 19:44:18.736 [INF] LTND: Chain backend is fully synced (end_height=1258804)! 11:47 < akihabara> 2018-01-14 19:44:18.738 [INF] HSWC: Starting HTLC Switch 11:47 -!- akihabara [akihabara@206.ip-51-254-38.eu] has quit [Excess Flood] 11:47 -!- akihabara [akihabara@206.ip-51-254-38.eu] has joined #lnd 11:47 < akihabara> wow...i think i spammed the room 11:48 < ctrlbreak_1> yes. You did. 11:48 < ctrlbreak_1> Use pastebin 11:48 < akihabara> pastebin? 11:48 < ctrlbreak_1> Also... install byobu on your linux box... you'll thank me later. 11:49 < ctrlbreak_1> Yes. pastebin for sharing text blobs to people. 11:50 < mlz> pastebin.ubuntu.com 11:50 < mlz> https://paste.ee/ 11:50 < akihabara> aaaah 11:50 < akihabara> i will 11:50 < mlz> i don't think most people want to open a file in google drive :P 11:50 < akihabara> first i need to find out how to stop my OS to spam me 11:50 < mlz> lncli stop 11:51 < akihabara> i cant 11:51 < akihabara> its spamming 11:51 < mlz> Ctrl + C 11:51 < akihabara> ctrl-c doesnt work 11:51 < booyah> akihabara: shutdown -h now # :P 11:51 < mlz> Ctrl + DEL 11:51 < akihabara> it stopped for a sec, and now its spamming again 11:51 * booyah spanks on ass the developer who didn't code ctrl-c handling 11:51 < ctrlbreak_1> dumb question guys... how do I delete my existing LND wallet and create a new one? 11:52 < mlz> there's a wallet.db 11:52 < akihabara> i send getfilter to the server and i receive cfilter from the server 11:52 < akihabara> ctrl-del doesnt work 11:52 < ctrlbreak_1> ahhh... I must not be looking in the proper place. 11:53 < ctrlbreak_1> woohoo.. found it. Thanks for the extra push. 11:54 < mlz> akihabara, sorry i was joking lol 11:55 < mlz> Ctrl + Z doesn't work? 11:55 < akihabara> nothing is working 11:55 < akihabara> i did acpi shutdown 12:02 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 12:06 < akihabara> http://paste.ubuntu.com/26387283 12:06 < akihabara> got it 12:06 < akihabara> :D 12:07 < akihabara> ive got byobu in my ubuntu but only the colours have changed 12:15 -!- shtirlic [~shtirlic@Shtirlic-2-pt.tunnel.tserv6.fra1.ipv6.he.net] has quit [Quit: ZNC - http://znc.in] 12:16 -!- shtirlic [~shtirlic@Shtirlic-2-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined #lnd 12:20 -!- Pauldb [6d851245@gateway/web/freenode/ip.109.133.18.69] has quit [Quit: Page closed] 12:26 < ctrlbreak_1> akihabara... you can use function keys in BYOBU to create additional terminal windows and cycle through them. 12:27 < slowkow> i opened a connection and am trying to connect to 02ecafd1d828301da58edacdd61232835940c91767a01b3bfba57240989f9df4da 12:27 < slowkow> how long does it take to become "active"? 12:27 < slowkow> been "pending" for a few minutes 12:28 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 12:28 < slowkow> also, autopilot with the lnd client doesn't seem to do much... no channels were opened automatically after a few hours 12:29 < akihabara> ctrlbreak_1 i think you believe im using ubuntu with a gui, but its plain cli 12:29 < akihabara> function keys dont seem to work 12:29 < ctrlbreak_1> byobu is a console based terminal utility... 12:30 < slowkow> what's the easiest way to browse the contents of wallet.db? 12:30 < akihabara> hm 12:30 < ctrlbreak_1> Anyone have a link to a decent default lnd.conf file? or a wiki page or seomthing? 12:30 < ctrlbreak_1> my googling sucks 12:30 < akihabara> if you go to lnd you can see a sample-lnd.conf file 12:31 < slowkow> https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf 12:31 < ctrlbreak_1> this one? https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf 12:31 < ctrlbreak_1> hehe 12:31 < ctrlbreak_1> yup. thanks 12:31 < akihabara> :D 12:32 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 12:32 < akihabara> im stuck 12:33 < akihabara> any advice on byobu ? 12:33 < akihabara> what are the functions keys? 12:33 < akihabara> ctrl-shift-f2 doesnt seem to work ;s 12:33 -!- slowkow [4160de54@gateway/web/freenode/ip.65.96.222.84] has quit [Quit: Page closed] 12:35 < ctrlbreak_1> https://www.youtube.com/watch?v=NawuGmcvKus 12:35 < akihabara> sorry i found it 12:35 < akihabara> its just f2 12:36 < akihabara> opens tabs 12:36 < akihabara> ok now i thank you because its useful :D :D :D 12:36 < akihabara> lets get down to lnd 12:42 < akihabara> ok now one tab does the lncli 12:42 < akihabara> and i have one tab to work 12:42 < akihabara> any idea what im doing next/ 12:42 < ctrlbreak_1> yup yup... be sure to watch that youtube video I linked too. ;-) 12:43 < ctrlbreak_1> You still trying to get LND running with neutrino or with a full backend? 12:44 < akihabara> haha this guy in the video has the same laptop with me 12:44 < akihabara> x230 lenovo 12:44 < akihabara> im trying with neutrino 12:45 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-lwgfamihqsgzzzhj] has joined #lnd 12:48 < akihabara> https://paste.ubuntu.com/26387539/ 12:48 < akihabara> look at this please. it says cant authenticate 12:52 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 12:53 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 12:55 -!- spudowiar [~spudowiar@unaffiliated/saleemrashid] has quit [Quit: WeeChat 2.0.1] 12:55 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 248 seconds] 12:58 < ctrlbreak_1> I think I've got it! 12:58 < ctrlbreak_1> 03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2@47.55.95.227:9735 13:01 < akihabara> this is the id with an ip and a port 13:02 < akihabara> what does it mean? 13:02 < mlz> akihabara, do this: lncli getinfo 13:02 < mlz> for your lnd node 13:04 < akihabara> one sec 13:06 < ctrlbreak_1> akihabara, I checked that pastebin.... looks like normal LND chatter to me? I would know too... I've had it running for all of an hour now Xp 13:09 < akihabara> ctrl i think your problem with the estimated fee and the port, was the byobu 13:09 < akihabara> it just happened to me 13:13 < ctrlbreak_1> nope... was a config issue with the RPC port that BTCD was binding to 13:13 < ctrlbreak_1> in my case BTCD wasn't listening on 18334 like LND was expecting. 13:16 -!- alexicon [5e19a802@gateway/web/freenode/ip.94.25.168.2] has joined #lnd 13:17 < alexicon> lncli -rpcserver=localhost:18557 getinfo [lncli] rpc error: code = Unknown desc = verification failed: signature mismatch after caveat verification 13:17 < alexicon> Can you help me to understand the error, 13:17 < alexicon> rpc error: code = Unknown desc = verification failed: signature mismatch after caveat verification 13:17 < akihabara> ctrl it happened to me with a new tab in byobu 13:18 < akihabara> if you are using byobu you must run btcd ...., then lnd ...., then unlock or create the wallet with lncli create/unlock 13:18 < akihabara> and then open a new tab with byobu and type lncli getinfo 13:19 < alexicon> i'm opening two lnd nodes one is working good but another is opened on RPC port 18557 13:20 < alexicon> and i created wallets for both of them 13:20 < alexicon> wallets were created ok 13:21 < akihabara> mlz i getinfo, and say pubkey 02..... 13:21 < akihabara> synced is true 13:21 < mlz> do you see "uris"? 13:22 < akihabara> yes 13:22 < akihabara> but its empty 13:22 < alexicon> i'm doing - lncli -rpcserver=localhost:18557 getinfo 13:22 < akihabara> how can i copy what im seeing on the screen as txt and post it here with pastebin? 13:22 < alexicon> and it return me [lncli] rpc error: code = Unknown desc = verification failed: signature mismatch after caveat verification 13:26 -!- usil [~foo@odisej.fmf.uni-lj.si] has quit [Ping timeout: 248 seconds] 13:33 -!- usil [~foo@odisej.fmf.uni-lj.si] has joined #lnd 13:38 -!- blademccool [~BladeMcCo@node-1w7jr9ss1inb968eucy9yen8e.ipv6.telus.net] has joined #lnd 13:48 < akihabara> i cant see my node in the lightning network stats 13:48 < akihabara> is it good or bad? :S 13:49 < ctrlbreak_1> Do you have any channels open yet? 13:50 < ctrlbreak_1> I'm still waiting for my first to come up. 13:50 -!- sdfgsdfg [~sdfgsdfg@unaffiliated/sdfgsdfg] has joined #lnd 13:50 < ctrlbreak_1> Also... have you funded your ln wallet with some testnet coins yet? 13:50 < akihabara> i think i dont have any coins 13:50 < akihabara> how can i fund it? 13:51 < ctrlbreak_1> okay... 13:51 < mlz> akihabara, get a np2wkh address from your lnd wallet: 13:51 < mlz> lncli newaddress np2wkh 13:51 < ctrlbreak_1> use 'lncli newaddress n... 13:51 < ctrlbreak_1> That ;-) 13:51 < ctrlbreak_1> hehe. 13:51 < akihabara> hmm 13:51 < mlz> ;D 13:51 < akihabara> np2wkh ?? 13:51 < mlz> it's a segwit address 13:51 < ctrlbreak_1> I started slow... but I'm picking up steam now. 13:52 < mlz> ctrlbreak_1, i'm impressed :D 13:52 < akihabara> ok 13:52 < akihabara> let me see 13:52 < ctrlbreak_1> hehehe... 3 pending ! 13:52 < ctrlbreak_1> "identity_pubkey": "03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2", 13:52 < ctrlbreak_1> "alias": "", 13:52 < ctrlbreak_1> "num_pending_channels": 3, 13:52 < akihabara> ok i got an address 13:52 < akihabara> now? 13:53 < ctrlbreak_1> Also... any idea how to set my alias? Looks like from the code... it's recently been dropped from the RPC command set? 13:53 -!- bitconto [~bitconto@185.12.45.110] has quit [Remote host closed the connection] 13:53 < ctrlbreak_1> akihabara... hit up a testnet faucet to fund it. 13:53 < ctrlbreak_1> google bitcoin testnet faucet. 13:53 < ctrlbreak_1> its what I did. 13:53 < akihabara> ah ok 13:55 < alexicon> how to run two or more LND on one machine? 13:57 < akihabara> ok i got about 2 btc 13:57 < akihabara> how can i check my balance? 13:57 < ctrlbreak_1> lncli walletbalance I think 13:58 < mlz> akihabara, i have a list of nodes you can open channels with and websites to play with: https://paste.ee/p/HsBlA#7QBQdgJd0Q2c5wFm77voa6bMRS5iT3sc 13:58 < akihabara> says 0..... 13:58 < ctrlbreak_1> Sweet! 13:58 < ctrlbreak_1> interesting... you get a tx confirmation from the faucet? It should be showing as unconfirmed at least. 13:59 < ctrlbreak_1> mlz... can add me: 03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2@47.55.95.227:9735 13:59 < ctrlbreak_1> thanks for that link btw... checking it out now. 13:59 < mlz> ctrlbreak_1, sure, do you have a website too? 14:00 < ctrlbreak_1> nope. But I'm an enthusiast who pushes some serious BW for bitcoind whenever possible and I try to have excessive uptime on all my shit. 14:01 < ctrlbreak_1> https://imgur.com/hF6oGiv 14:02 < akihabara> nothing at all 14:02 < akihabara> one sec 14:03 < mlz> ctrlbreak_1, oh cool.. someone should open 100 channels with you, sec 14:03 < ctrlbreak_1> akihabara... share a fresh np2wkh address and I'll fund it with the same faucet I used? 14:03 < mlz> ctrlbreak_1, and your port is opened? 14:03 < ctrlbreak_1> mlz, should be. 14:03 < ctrlbreak_1> I have a pending channel JUST about to complete with the LN faucet. 14:04 < ctrlbreak_1> akihabara... I used this faucet btw. 14:04 < ctrlbreak_1> https://testnet.coinfaucet.eu/en/ 14:05 < akihabara> 2Mt8XokxQQqqppgDLYQW3nY6fQbxn6H9MdL 14:05 < akihabara> new 14:06 < mlz> ctrlbreak_1, https://paste.ee/p/zaKaE#hBgCKQmrzFknexEAzAZmQd6xVatUrMRC 14:06 < akihabara> am i doing anything wrong? i typed lncli newaddress, and then lncli walletbalance 14:07 < ctrlbreak_1> sweet dude! 14:07 < ctrlbreak_1> akihabara... I'll try funding that now. 14:07 -!- anome [~anome@unaffiliated/anome] has quit [] 14:07 < mlz> akihabara, i sent you 3 test coins, check your tx here: https://testnet.smartbit.com.au/tx/7ced6cb5a2ab122784978a902a79f7f7b4a8ff06c363e64192bce0553713a9e5 14:08 < ctrlbreak_1> mlz, thanks... lol, the faucet I was using just told me to calm my tits. 14:08 < mlz> lmao 14:08 < mlz> we all have abused that faucet :D, me included lol 14:08 < akihabara> 0 confirmations lol 14:09 < mlz> change your IP and you can access it lol 14:09 < ctrlbreak_1> I suppose... could hope in my VPN VM. 14:09 < ctrlbreak_1> but meh... have close to 3 coins pending now. 14:09 < ctrlbreak_1> *hop 14:12 < ctrlbreak_1> WooHoo!!! 2 active channels and 2 more pending :-D 14:15 < akihabara> ok i have some balance now 14:15 < akihabara> now? :) 14:17 < mlz> akihabara, open channels? 14:17 < akihabara> how can i do this? 14:18 < mlz> ok if you look at my list you'll see nodekey@IP:9735 14:18 < mlz> pick one of them and type: lncli connect 14:19 < mlz> and it connects you to the node instantly 14:19 < mlz> then type: lncli openchannel 1600000 14:19 < mlz> or if you want to sen a push amount to that node you do: lncli openchannel 1600000 2000 14:20 < akihabara> ok lets connect to ctrlbreak 14:20 < akihabara> what is 1600000? 14:20 < mlz> 1600000 is in satoshi unit 14:20 < mlz> it's 0.01600000 BTC in testcoins 14:20 < ctrlbreak_1> push amount is optionally funding the other side? 14:20 < mlz> right 14:20 < ctrlbreak_1> (sorry... am noob) 14:21 < mlz> and push amount is what you want to pay them, you can't get back 14:21 < mlz> ctrlbreak_1, hey no problem, we're all noobs at some time 14:21 < ctrlbreak_1> which is all well and good on testnet. 14:21 < mlz> ya 14:21 < mlz> so on mainnet, you can make that as the first payment 14:22 < ctrlbreak_1> ahhh... gotcha. 14:22 < ctrlbreak_1> so... yeah... someone try establishing a channel to me! 14:22 < ctrlbreak_1> 03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2@47.55.95.227:9735 14:24 < akihabara> connected 14:24 < akihabara> how can i check? 14:25 < akihabara> ok num_peers 1 14:25 < akihabara> active channels 0 14:28 < mlz> lncli pendingchannels 14:28 < mlz> if they're still in pending, i think it takes 3 confirmations before you can send a payment 14:29 < mlz> akihabara, connect to endurance (starblocks) so you can buy coffee :D 14:29 < ctrlbreak_1> mlz, any idea how I can set my alias? 14:29 < mlz> and yalls 14:29 < mlz> hm i don't think we can yet 14:29 < ctrlbreak_1> I don't see my node on the testnet explorer yet :-( 14:29 < mlz> ctrlbreak_1, well that explorer isn't the authority as Dr Beef says :D 14:30 < akihabara> let me try 14:30 < akihabara> good idea 14:30 < mlz> it takes them a while to update 14:30 < akihabara> i just use the url right 14:30 < akihabara> ? 14:30 < mlz> oh starblocks? 14:31 < mlz> akihabara, do this: lncli connect 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134@endurance.acinq.co:9735 14:31 < mlz> akihabara, then this: lncli openchannel 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 1200000 2000 14:32 < mlz> be aware though, we've been having trouble to pay to starblocks 14:35 < naribia> so i have a question, does setting externalip=domain.com allow connected peers to keep persistent connections even with dns IP re-map ? 14:35 < naribia> right now it seems peers have an issue re-connecting when the IP has changed 14:36 < ctrlbreak_1> dumb question; what's the implication to these channels if I need to restart the LND daemon? 14:37 < raucao> someone has an idea what could be happening here? https://gist.githubusercontent.com/skddc/bacaafbd212403a48c21b3d2885675bb/raw/13874460e905623ebd0e35c574ccff9c248ffaad/gistfile1.txt 14:37 < naribia> ctrlbreak_1: they should re-establish connection without issues 14:37 -!- sovjet [~sovjet@user182.c2.sevnica.kabelnet.net] has quit [Quit: Leaving] 14:37 < akihabara> im connected to starblocks too 14:37 < akihabara> 2 peers 14:37 < akihabara> but 0 channels 14:37 < akihabara> now?? 14:38 < akihabara> aaah openchannel 14:38 < ctrlbreak_1> naribia, thanks... because what you just asked has me wondering as well if I can specify a DYNDNS FQDN for externalIP. 14:39 < naribia> raucao: appears u dont have enough witness funds to fund the channel 14:39 < naribia> if you funded the wallet with regular (non-segwit) address, you cant open channels with those funds 14:39 < blademccool> channel anchor needs 3 confirmations before you can use it right? 14:40 < akihabara> ok i got 2 channels for confirmation 14:40 < naribia> blademccool: i think thats the default, yah 14:50 -!- tenev_ [~tenev@78-83-97-118.spectrumnet.bg] has quit [Ping timeout: 276 seconds] 14:53 -!- alexicon [5e19a802@gateway/web/freenode/ip.94.25.168.2] has quit [Ping timeout: 260 seconds] 15:01 < akihabara> my channels are still pending 15:01 < akihabara> is it normal? 15:06 -!- dabura667 [~dabura667@240f:d:e193:1:1dc9:d738:299a:684a] has quit [Remote host closed the connection] 15:19 -!- onryo [~qxxt@unaffiliated/onryo] has quit [Ping timeout: 260 seconds] 15:20 -!- dimsumcode [60f18189@gateway/web/freenode/ip.96.241.129.137] has joined #lnd 15:21 -!- dimsumcode [60f18189@gateway/web/freenode/ip.96.241.129.137] has quit [Client Quit] 15:30 < ctrlbreak_1> akihabara... mine eventually came up. 15:30 < ctrlbreak_1> Is there really no way to change your node alias now :-( 15:31 -!- Babozor [~babozor@2a01:e35:8b35:8720:d0bf:1854:c2bd:e9f5] has quit [Read error: Connection reset by peer] 15:32 -!- Babozor [~babozor@cob77-1-88-179-88-114.fbx.proxad.net] has joined #lnd 15:34 < naribia> through RPC you can, lncli doesnt implement it I don't think though 15:36 -!- vor [a2cba0fb@gateway/web/freenode/ip.162.203.160.251] has quit [Quit: Page closed] 15:40 < ctrlbreak_1> what about lncli-web? (I'm trying to turn that up here now). 15:42 < kmordic> if i open a channel with say starblocks, dont they have to agree to open it back with me. or is that automatic. say if i post my @ does the lnd auto connect without me being there to confirm? 15:44 < ctrlbreak_1> ok... so the build instructions for lncli don't work for me. npm explodes? hmmm... 15:49 < akihabara> mine came up too 15:50 < akihabara> is it with you or with starblocks? how can i check? 15:50 < mlz> ctrlbreak_1, are you trying to set up lncli-web? 15:51 < ctrlbreak_1> mlz, yes. 15:54 < ctrlbreak_1> I dunno akihabara... use lncli listchannels 15:54 < ctrlbreak_1> see if I'm there? 03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2@47.55.95.227:9735 15:55 < mlz> ctrlbreak_1, i used to have lncli-web really cool but i couldn't get my VPS to run letsencrypt so i kinda let it go 15:56 < mlz> ctrlbreak_1, if you need help with it, ask mably or ping me and i'll ping mably 15:57 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 16:00 < ctrlbreak_1> mlz, https://pastebin.com/0R8zduCV 16:01 < ctrlbreak_1> no idea... as I've never used npm or node at all before. 16:02 < mlz> i think you need to install node.js 16:02 < mlz> hm mably is probably sleeping, maybe i can ask him tomorrow 16:03 < akihabara> both channels are active 16:06 -!- Pioklo_ [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 256 seconds] 16:06 < akihabara> my ram is 95% full ;p 16:11 -!- wxss [~user@94.242.219.108] has quit [Quit: leaving] 16:15 < akihabara> how can i use it now? 16:15 < akihabara> can i buy coffee from starblocks? 16:23 < mlz> akihabara, try it: https://starblocks.acinq.co/#/ 16:23 < mlz> add to cart, check out, copy the invoice to your screen, pay 16:24 < mlz> akihabara, try copy this to your terminal: lncli payinvoice lntb17u1pd9har4pp5554jh50e0e5xnxkaffl5fnkcjt6uuxk53duree6v2ktz9pm265asdpzxysy2umswfjhxum0yppk76twypgxzmnwvy7sapw0trn4827mraf5jqtvyc5v5gtryyc8sdv36ppfqd8eqyujhz6ddzl3kp4hwrrewwn5n4nr3h5gu8qg69v448x4zm8lvr4vxvdgcpuy4n2m 16:26 < akihabara> ah thats it payinvoice 16:26 < akihabara> ok i can go to the website 16:26 < akihabara> order a coffee 16:26 < akihabara> and copy the code into my vm 16:32 < akihabara> says unable to find a path to the destination 16:42 < mlz> akihabara, ah i guess we still have trouble to pay starblocks, do you have a channel with bitrefill? 16:49 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 16:51 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 16:54 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Client Quit] 16:54 -!- qxt [~qxxt@2a02:20c8:4124::6e] has joined #lnd 16:58 < akihabara> let me open one 16:59 < akihabara> how do you get their ID@ip:port // 16:59 < akihabara> ?? 17:03 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 17:05 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Client Quit] 17:08 < ctrlbreak_1> mlz, I think I _managed_ to get npm install to complete after installing nodejs-legacy.... but server no start :-( 17:09 < mlz> ctrlbreak_1, hm i forget exactly how to get it started 17:10 < ctrlbreak_1> node server... 17:10 < ctrlbreak_1> return Buffer.from(byteArray).swap64(); 17:10 < ctrlbreak_1> ^ 17:10 < ctrlbreak_1> TypeError: Buffer.from(...).swap64 is not a function 17:10 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 17:14 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 17:14 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Client Quit] 17:17 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 17:21 < ctrlbreak_1> wtf is up with this? 17:21 < ctrlbreak_1> lncli walletbalance 17:21 < ctrlbreak_1> { 17:21 < ctrlbreak_1> "total_balance": "714181032", 17:21 < ctrlbreak_1> "confirmed_balance": "0", 17:21 < ctrlbreak_1> "unconfirmed_balance": "714181032" 17:21 < ctrlbreak_1> } 17:24 < kmordic> lol you spend all your funds! 17:24 < kmordic> im kidding you might have them tied up in a channel? 17:24 < ctrlbreak_1> care to perhaps help me figure it out? 17:24 < ctrlbreak_1> first time running BTCD and LND. 17:24 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 256 seconds] 17:25 < kmordic> same im kinda a noob, been messing around with this for a few days and its awesome. 17:25 < kmordic> let me check your channel id and get info on it. ill paste it thought my laptop username. 17:26 < ctrlbreak_1> 03b0d54ece3b31934a96b8c425aa33759ee9acb876cc9b92bbfe8e1c19af6c11a2@47.55.95.227:9735 17:27 < kmordicLT> you have 4 channels open? 17:27 < kmordicLT> "total_capacity": "49121770" 17:27 < kmordicLT> doesnt match your wallet balance 17:28 < kmordicLT> did you close a channel maybe and it has to confirm on the blockchain 17:29 < ctrlbreak_1> I've checked all my chaintxns and they all have a minimum of 8 confirmations. 17:29 < ctrlbreak_1> ? 17:29 < ctrlbreak_1> like... wtf... 17:30 < kmordicLT> check lncli pendingchannels 17:30 < ctrlbreak_1> I have 5. 17:31 < ctrlbreak_1> no pending closing... no force closing. 17:31 < kmordicLT> are your funds locked up in them? 17:32 < ctrlbreak_1> I have some funds in them apparently.. 17:32 < ctrlbreak_1> but this doesn't make any sense.... 17:32 < ctrlbreak_1> How can I list the addresses in the lnd wallet? 17:34 < kmordicLT> do you mean your peers? your connections? 17:35 < ctrlbreak_1> well... I meant list the np2wkh addresses in the wallet that I funded. 17:35 < ctrlbreak_1> ... I think it's LND just catching up? my balance is changing.... 17:35 < ctrlbreak_1> lncli walletbalance 17:35 < ctrlbreak_1> { 17:35 < ctrlbreak_1> "total_balance": "663847551", 17:35 < ctrlbreak_1> "confirmed_balance": "109347429", 17:35 < ctrlbreak_1> "unconfirmed_balance": "554500122" 17:35 < ctrlbreak_1> } 17:36 < kmordic> i think it had to confirm on the block chain before it showed up. 17:36 < kmordic> i opened a channel with you 17:36 < kmordic> sorry 17:37 < ctrlbreak_1> lol... no worries. I'm looking to open as many as are helpful. 17:37 < kmordic> this is too fun for me, this is what my life has come to on a sunday afternoon.... 17:38 -!- nirved [~nirved@2a02:8071:b58a:3c00:7d71:1109:fe5b:800e] has quit [Quit: Leaving] 17:39 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has joined #lnd 17:39 < kmordic> yeah mine did the same thing, right after i opened a channel with you my comfirmed_balance went to 0 and unconfirmed is pending. 17:40 < kmordic> i think it needs 3 blocks on the chain to add it back to confirmed_balance. 17:41 < ctrlbreak_1> Yeah... I think it was LND still syncing back up... 17:41 < ctrlbreak_1> "total_balance": "663847551", 17:41 < ctrlbreak_1> "confirmed_balance": "663847551", 17:41 < ctrlbreak_1> "unconfirmed_balance": "0" 17:42 < kmordic> yeah same for mine its confirmed now 17:45 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 17:46 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 276 seconds] 17:49 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 18:01 < mlz> wow.. i'm so proud of you guys.. the best bunch working on LND on sunday :D 18:01 < ctrlbreak_1> Hehehe... I finally followed through on my promise to get it up and running... 18:02 < ctrlbreak_1> next is to get familiar enough with the network and code to help out with issues if possible :-) 18:02 < akihabara> ok can you help me then? :D 18:03 < ctrlbreak_1> what's up man? I thought we had a channel together? What's your pubkey? 18:06 < akihabara> one sec 18:06 < ctrlbreak_1> awwwwyissss.... just paid for my first Blockacino. 18:06 < ctrlbreak_1> *blockaccino 18:07 < kmordic> doesnt it feel good! :) 18:07 < mlz> :D 18:07 < kmordic> how many hops? 18:08 < akihabara> 02b3c346299d5a3e454ff488cd756007f49b5a17391d43b45c93472922ef8f4321 18:08 < ctrlbreak_1> 2 :-)\ 18:09 < akihabara> i need coffee toooooo 18:09 < akihabara> :D 18:09 < kmordic> dang took me 4 and someone charged me 10 sat. 18:10 < mlz> lmap 18:10 < akihabara> ctrl how can i copy letters from my win10 into my linux vm?? 18:11 < mlz> omg.. akihabara i hate that 18:11 < ctrlbreak_1> hehe.... someone charged me 10 sat as well I think 18:11 < ctrlbreak_1> https://imgur.com/a/c2Plc 18:11 < akihabara> i know. i searched all over the place 18:11 < mlz> i couldn't figure it out and it seems you have to do everything in the VM 18:11 < mlz> this is why i don't like VM on windows 18:12 < kmordic> alright how do we route around the tx fee? 18:12 < mlz> akihabara, i installed btcd and lnd on windows, i can help you do it if you want 18:13 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has quit [Read error: Connection reset by peer] 18:13 < akihabara> mlz the point of having both under linux is because i want to become familiar with linux 18:13 < akihabara> i have the basic knowledge, but i need to understand linux in depth 18:13 < mlz> akihabara, are you on win10? 18:15 < akihabara> yes 18:15 < ctrlbreak_1> kmordic, good question :-) 18:15 < kmordic> ctrl have you closed any channels yet? 18:15 < ctrlbreak_1> Nope. 18:16 < ctrlbreak_1> Not that I'm aware of. 18:16 < kmordic> i closed one about 2 hours ago and its still pending. 18:16 < ctrlbreak_1> akihabara... you using VirtualBox or VMWare? 18:16 < akihabara> virtualbox 18:17 < ctrlbreak_1> akihabara, dang... i don't have VboxUI in front of me. To be honest... I've always just installed OpenSSH and then shelled ("putty'd") into the VMs. 18:19 < akihabara> ive got ssh it is not cinfigured yet. but i was wondering if there was a way to bypass it 18:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 18:26 < mlz> akihabara, have you heard of Windows Subsystem for Linux? 18:27 < akihabara> hmm no 18:27 < mlz> akihabara, google for it, very easy to install, you can practice using linux there, and im sure you can install btcd and lnd there, no more need to use a VM 18:31 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 276 seconds] 18:31 < akihabara> let me check 18:32 -!- SevenTimes_ [SevenTimes@gateway/vpn/privateinternetaccess/seventimes] has quit [Read error: Connection reset by peer] 18:33 < akihabara> ah this is just a "linux-like" OS on windows 18:33 < akihabara> i bet there will be implications with the software 18:37 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 18:40 < buZz> akihabara: yeah expectation is that windows users might finally grow up to learn a real OS 18:40 < buZz> so microsoft can spend their time releasing DLCs for halo 18:40 < buZz> ;) 18:41 < kmordic> lol 18:41 < buZz> kidding though, you may use any hammer you want ;) 18:43 < mlz> buZz, offtopic 18:44 < buZz> ilu2 18:44 < mlz> buZz, you might not want to hear it, but this isn't #bitcointrash 18:44 < mlz> :D 18:45 < ctrlbreak_1> Grrrr... I *really* want to change my alias. 18:47 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has joined #lnd 18:49 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Read error: Connection reset by peer] 18:50 < akihabara> buzz this is my lifetime regret 18:51 < mlz> ctrlbreak_1, if you run Eclair desktop app you can have alias 18:51 < naribia> test 18:51 < akihabara> when i was 10 years old, my computer was running win95, and i was in a computer exhibition with my dad, when i came across a linux cd. i asked my dad to setup linux on my computer and he said its dangerous 18:51 < akihabara> i shouldnt have listened to him 18:51 -!- aakselrod [aakselrod@gateway/vpn/privateinternetaccess/aakselrod] has quit [Ping timeout: 248 seconds] 18:51 < mlz> lol 18:51 < akihabara> but its ok. im still learning ;0 18:51 < akihabara> :) 18:52 < mlz> never too late 18:52 < akihabara> of course 18:52 < mlz> buZz, can you play games on linux? 18:52 < buZz> mlz: arent we playing one right now 18:52 < mlz> lol 18:52 < ctrlbreak_1> I'm up to 12 channels :-) 18:52 < akihabara> all of us here, we are working for a better future, so new generations have a more fair financial system to live with 18:53 < buZz> :P i have this 'watervapor' thingy by some US company 18:53 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 18:53 < mlz> smoking will give you cancer 18:53 < buZz> where i used to be able to send my magicinternetmoney in return for hugeass downloads with disappointing interactive experiences 18:53 < buZz> is that what you mean by gaming? 18:53 < mlz> lol 18:53 < ctrlbreak_1> I hope to eventually get enough to tax this server. 16vCPU, 16GB RAM, 300MBps. Dooooeeeiiiiittttt. 18:53 < buZz> now they only accept that elonmuskcoin thingy 18:54 < akihabara> ctrl i think you closed your channel 18:55 < kmordic> ctrl can you try connecting to my channel. im having trouble doing it thought my enclair phone app. \ 18:56 < ctrlbreak_1> akihabra, I only have one thats not active? 18:56 < kmordic> wait were already connect. someone else? 18:56 < ctrlbreak_1> "active": false, 18:56 < ctrlbreak_1> "remote_pubkey": "02b3c346299d5a3e454ff488cd756007f49b5a17391d43b45c93472922ef8f4321", 18:56 < ctrlbreak_1> that you? 18:56 < kmordic> no thats my enclair wallet 18:56 < ctrlbreak_1> ah 18:56 < kmordic> on my phone so i cant channel my money though you 18:58 < kmordic> no wait thats not mine. 18:58 < akihabara> yes this is me 18:58 < akihabara> 02...4321 this is mine 18:58 < kmordic> https://explorer.acinq.co/#/n/02b3c346299d5a3e454ff488cd756007f49b5a17391d43b45c93472922ef8f4321 18:59 < ctrlbreak_1> Hmmm... I don't know why it closed. I did not explicitly close anything... nor notice anything that would have indicated it. 18:59 < akihabara> i try to connect now and it says that you are not available 19:00 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 276 seconds] 19:00 < akihabara> do you know how can i copy one word from a file in linux and paste it in the cli?? 19:01 < kmordic> via terminal? 19:02 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 19:02 < akihabara> yes 19:02 < akihabara> mordic, my ubuntu server has no gui 19:04 < kmordic> yeah got it, im trying to see if maybe you can do it thought nano 19:04 < akihabara> in nano i can cut it with ctrl+K but i cant paste it 19:04 < akihabara> hmmm 19:06 -!- buffa [caafa765@gateway/web/freenode/ip.202.175.167.101] has joined #lnd 19:06 < kmordic> im looking in nano help me find it hit ctl + G 19:06 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 256 seconds] 19:06 < akihabara> let me see 19:08 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 19:09 < kmordic> got it 19:09 < kmordic> i think 19:09 < kmordic> go to were the word starts 19:10 < kmordic> hit ctrl + 6 19:12 < akihabara> im trying 19:12 < akihabara> let me see 19:12 < kmordic> wait i got excited 19:13 < kmordic> got it 19:14 < kmordic> ok so go to the word you want 19:14 < kmordic> hit ctrl+6 19:14 < kmordic> move the curser with the arrow keys 19:14 < kmordic> when you highlighted what you want hit ctrl+K 19:15 < kmordic> and ctrl+U pastes it 19:15 < akihabara> ah ok 19:15 < akihabara> let me try 19:15 < akihabara> i think i pressed all the keys 19:15 < akihabara> :D 19:15 < mlz> my eclair node: https://explorer.acinq.co/#/n/0333dd7a92fb07a41f1b704b818d0dd79efad5c022854e7ea00998e806b4d9d456 19:15 < mlz> name and color are supposed to be changed 19:17 < akihabara> no is not working 19:17 < kmordic> what part didnt work? 19:17 -!- buffa [caafa765@gateway/web/freenode/ip.202.175.167.101] has quit [Quit: Page closed] 19:19 < kmordic> akihabara: https://www.linuxquestions.org/questions/linux-newbie-8/how-to-copy-paste-a-line-in-nano-editor-548925/ 19:22 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #lnd 19:26 < akihabara> i see, but i want to copy/cut from nano and paste in command 19:26 < akihabara> i have the invoice ID in a txt file. i access via nano, i copy the ID, and i try to paste it after the : lncli payinvoice 19:27 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 276 seconds] 19:27 < kmordic> right is it not copying to the computer clipboard? 19:28 < akihabara> i think its not copying 19:31 -!- qxt [~qxxt@2a02:20c8:4124::6e] has quit [Ping timeout: 256 seconds] 19:32 < kmordic> you have no mouse right? 19:32 < akihabara> no 19:37 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 19:40 < ctrlbreak_1> I'm out guys! I'll be freakin' back soon though. This shit has me pumped! 19:40 < ctrlbreak_1> cheers. 19:40 -!- ctrlbreak_1 [~ctrlbreak@fctnnbsc38w-47-55-95-227.dhcp-dynamic.fibreop.nb.bellaliant.net] has quit [Quit: Leaving] 19:41 < kmordic> akihabara: maybe this can help 19:41 < kmordic> https://www.youtube.com/watch?v=3uTxjg4_YBw 19:41 < kmordic> you might have to install vim 19:42 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 256 seconds] 19:42 < akihabara> guys im off too 19:42 < akihabara> its 6 oclock in the morning 19:42 < akihabara> i need to sleep 19:42 < akihabara> ill get vim tomorrow 19:42 < kmordic> goodnight goodluck 19:43 < akihabara> thanks mordic 19:43 < akihabara> see you tomorrow 19:46 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has joined #lnd 19:49 < kmordic> im surprised the enclair app for android takes a long time to process a tx 20:11 -!- trgeryj [54f40458@gateway/web/freenode/ip.84.244.4.88] has joined #lnd 20:11 -!- trgeryj [54f40458@gateway/web/freenode/ip.84.244.4.88] has quit [Client Quit] 20:13 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 20:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 20:33 < mlz> someone just told me Eclair is behind NAT 20:36 -!- new1 [637ff63a@gateway/web/freenode/ip.99.127.246.58] has joined #lnd 20:36 < kmordic> NAT? 20:41 -!- new1 [637ff63a@gateway/web/freenode/ip.99.127.246.58] has quit [Ping timeout: 260 seconds] 20:45 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 20:50 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 20:54 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 21:12 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 21:20 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 21:21 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 22:01 -!- EmperorSeptim [uid265175@gateway/web/irccloud.com/x-uyefycftrbtbgrac] has joined #lnd 22:03 -github-neutrino:#lnd- [neutrino] Roasbeef pushed 1 new commit to master: https://git.io/vNcxA 22:03 -github-neutrino:#lnd- neutrino/master 2241200 Alex: rescan: return error when `GetUTXO` outpoint not created since start block 22:12 -!- Rozal [uid50160@gateway/web/irccloud.com/x-ggqvxoowbmvqoapx] has joined #lnd 22:12 -!- Rozal [uid50160@gateway/web/irccloud.com/x-ggqvxoowbmvqoapx] has quit [Changing host] 22:12 -!- Rozal [uid50160@unaffiliated/rozal] has joined #lnd 22:12 -!- Rozal [uid50160@unaffiliated/rozal] has quit [Changing host] 22:12 -!- Rozal [uid50160@gateway/web/irccloud.com/x-ggqvxoowbmvqoapx] has joined #lnd 22:15 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-lwgfamihqsgzzzhj] has quit [Quit: Connection closed for inactivity] 22:47 < mlz> kmordic, firewall https://en.wikipedia.org/wiki/Network_address_translation 22:59 -!- eck [~eck@fsf/member/eck] has joined #lnd 23:04 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 23:05 -!- eck [~eck@fsf/member/eck] has joined #lnd 23:05 -!- eck [~eck@fsf/member/eck] has quit [Client Quit] 23:22 -!- Giszmo [~leo@ip-3-236-219-201.nextelmovil.cl] has quit [Read error: Connection reset by peer] 23:24 -!- naribia [adefe884@gateway/web/freenode/ip.173.239.232.132] has quit [Quit: Page closed] 23:25 -!- me1 [4fadc5f9@gateway/web/freenode/ip.79.173.197.249] has joined #lnd 23:25 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 23:26 < me1> hi 23:26 -!- bitconto_ [~bitconto@81.17.31.10] has joined #lnd 23:42 -!- devachandra [~devachand@netris.ru] has quit [Quit: WeeChat 2.0]