--- Day changed Sat Jun 22 2019 00:00 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 00:01 -!- manantial [~tecnecio@92.58.58.54] has joined #lnd 00:01 -!- manantial [~tecnecio@92.58.58.54] has quit [Changing host] 00:01 -!- manantial [~tecnecio@unaffiliated/manantial] has joined #lnd 00:06 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 258 seconds] 00:11 < Gobelijn> Gobelijn: shouldn't be anywhere that high, but also fees on chain are just generally high across the board, we'll eventually expose some knobs for users that want to wait longer 00:12 < Gobelijn> ETA for those exposed knobs? 00:14 < Gobelijn> Cause it's kind of irritating me that I have to install lnd, go, eslint, and all different kinds of stuff just to adjust the fees manually 00:23 < Gobelijn> So, is it possible to use the recovery seed I used with Lightning App in other wallets to recover funds? 00:25 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 00:30 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 00:35 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 00:39 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 244 seconds] 00:40 < molz> eslint? 00:46 -!- cluelessperson [~cluelessp@unaffiliated/cluelessperson] has joined #lnd 00:47 < Gobelijn> > npm run -s test:lint && npm run -s test:unit && npm run -s test:integration 00:47 < Gobelijn> sh: 1: eslint: not found 00:48 < Gobelijn> after running: npm test 00:49 < molz> what are you trying to do? 00:51 < Gobelijn> Following instructions: https://github.com/lightninglabs/lightning-app 00:52 < molz> didn't you already have the app installed? 00:52 < molz> on mobile? 00:52 < Gobelijn> no, on desktop 00:52 < Gobelijn> the 'pocket money' one 00:52 < molz> ok so you got the release download ? 00:53 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 00:53 < Gobelijn> No, I've given up, I'm just going to wait until I can change the fees that one 00:53 < Gobelijn> in* 00:53 < molz> if you're not familiar with the compiling, developing, not sure why you want to mess with the compiling? 00:54 < Gobelijn> I figured it had more configurability 00:55 < molz> then just run the app on commandline, are you familiar with commandline? 00:55 < Gobelijn> novice, but yes 00:56 < Gobelijn> I can change the fees from commandline? 00:57 < molz> all you need is `lncli` installed and you can get that from the release page i think 00:57 < Gobelijn> alrighty 00:59 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 00:59 < molz> on terminal for linux i think it's something like `lncli --rpcserver=localhost:10006 --lnddir=\path\to\lightningapp\lnd getinfo` 01:00 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 01:00 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 258 seconds] 01:00 -!- scoop [~scoop@205.178.77.52] has joined #lnd 01:01 < Gobelijn> Just a reminder, I am not talking about LN channel funds 01:02 < Gobelijn> I sent bitcoin to the SegWit address the wallet gave me, and now want to get it out. 01:05 -!- scoop [~scoop@205.178.77.52] has quit [Ping timeout: 268 seconds] 01:05 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #lnd 01:06 < Gobelijn> Sorry for being a nuisance btw 01:06 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 01:07 < Gobelijn> I just don't like being forced to pay ridiculously above average fees. 01:08 < molz> if you can figure out that line i posted above then i can show you the next step 01:25 < Gobelijn> gobelijn@gob:~/go/src/github.com/lightningnetwork/lnd$ lncli --rpcserver=localhost:10006 --lnddir=/home/gobelijn/go/src/github.com/lightningnetwork/lnd getinfo 01:25 < Gobelijn> [lncli] open /home/gobelijn/go/src/github.com/lightningnetwork/lnd/tls.cert: no such file or directory 01:34 < Gobelijn> k, guess the daemon isn't active yet 01:41 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 244 seconds] 01:43 -!- sfhi2 [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #lnd 01:46 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Ping timeout: 248 seconds] 01:59 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has joined #lnd 02:02 -!- sfhi2 [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Ping timeout: 246 seconds] 02:09 < molz> Gobelijn, you want info of the app, not the fullnode lnd that doesn't have your money, correct? 02:09 < Gobelijn> That's correct. 02:09 < molz> then find the datadir of the `lightningapp` 02:11 < molz> --rpcserver=localhost:10006 is for the lightningapp, not for /lightningnetwork/lnd/ 02:14 < molz> read the info from this page and see if your lightningapp is where it says: https://github.com/lightninglabs/lightning-app#lnd-data-and-logs 02:19 < molz> if it's the right datadir, try `lncli --rpcserver=localhost:10006 --lnddir=~/.config/lightning-app/lnd walletbalance` 02:20 < molz> get the bal amt in satoshi 02:20 < molz> `lncli --rpcserver=localhost:10006 --lnddir=~/.config/lightning-app/lnd sendcoins
--sat_per_byte=10 --sweepall` 02:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 250 seconds] 02:24 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 02:25 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 02:26 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 02:26 < Gobelijn> awesome! 02:28 < Gobelijn> Thanks a dozen molz 02:28 < molz> --sat_per_byte=10 is just an example, you can change that number to what you want 02:28 < molz> oh it worked? 02:28 < Gobelijn> didn't sent the transaction yet, first gonna look up what the fees are at 02:30 < Gobelijn> But I had to change the datadir of the lightning app as you said, and from there the commands worked 02:31 < Gobelijn> I figured since the app is just an executable, it didn't create a directory. So I didn't think to look for another 02:38 < molz> oh cool so the commands worked, you can do 'getinfo', 'walletbalance' ? 02:39 < molz> right now my bitcoind node tells me 79 sat/byte will get your tx in the first block 02:40 < molz> but looking at this graph: https://jochen-hoenicke.de/queue/#0,24h 02:40 < molz> 10 sat/byte might be ok 02:41 < molz> 20 sat/byte might be better 02:41 < molz> hm there're 38592 txs in my mempool.. 02:47 -!- michaelfolkson [~textual@82-132-227-74.dab.02.net] has joined #lnd 02:59 < michaelfolkson> In Laolu's slidedeck when presenting lnd 0.4 at SF Bitcoin Devs in 2018 he had a slide with the architecture of lnd 0.4. Is there an updated version for 0.6 floating around somewhere? I know there have been some significant changes since 0.4 eg replacement of UTXO Nursery but not sure if it is broadly similar or if it has changed more than I think. 03:00 < Gobelijn> molz: yes those commands worked. I was looking at 21sat/b by the looks of https://bitcoinfees.net 03:00 < Gobelijn> But that doesn't matter that much to me, I'm willing to wait a week for all it matters. 03:00 < Gobelijn> Just don't want it to get stuck forever. 03:03 -!- michaelfolkson [~textual@82-132-227-74.dab.02.net] has quit [Quit: Sleep mode] 03:05 < Gobelijn> Voila, transaction sent. Learned a lot, thanks! 03:09 < molz> cool! good luck! :D 03:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 03:34 -!- sfhi [~sfhi@b9.7c.089f.ip4.static.sl-reverse.com] has quit [Quit: Leaving] 04:36 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 04:42 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 272 seconds] 05:00 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 05:05 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 05:21 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 05:25 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 06:42 -!- scoop [~scoop@205.178.77.52] has joined #lnd 06:50 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 06:50 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #lnd 06:51 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 244 seconds] 06:52 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #lnd 06:55 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 272 seconds] 07:11 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 07:16 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 258 seconds] 07:17 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 07:17 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 07:32 -!- lnostdal [~lnostdal@151.251.242.152] has joined #lnd 07:40 -!- scoop [~scoop@205.178.77.52] has quit [Remote host closed the connection] 07:51 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 07:52 -!- michaelfolkson [~textual@62.60.63.182] has joined #lnd 07:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 08:06 -!- dougsland [~douglas@c-73-114-185-172.hsd1.nh.comcast.net] has quit [Ping timeout: 245 seconds] 08:07 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 08:12 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 258 seconds] 08:50 -!- lnostdal [~lnostdal@151.251.242.152] has quit [Ping timeout: 272 seconds] 08:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 08:52 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 08:54 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #lnd 08:57 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 09:01 -!- scoop [~scoop@205.178.77.52] has joined #lnd 09:05 -!- scoop [~scoop@205.178.77.52] has quit [Ping timeout: 245 seconds] 09:15 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 09:16 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 09:24 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Remote host closed the connection] 09:25 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 09:25 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 09:30 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 09:39 -!- michaelfolkson [~textual@62.60.63.182] has quit [Quit: Sleep mode] 10:20 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 10:25 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 10:41 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 10:53 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 10:54 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Remote host closed the connection] 10:57 < RusAlex> hi mates. I have a pending channel that already mined as closed 10:57 < RusAlex> blocks_til_maturity": -6277 10:58 < RusAlex> Is it safe now to update lnd ? 10:58 < RusAlex> current version is: lnd version 0.5.2-99-beta commit=queue/v1.0.1-249-g38e4f03cbd7258d8c9c4ee9953a776bfc14b3076 10:58 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 11:00 < lndbot> Sure you can update 11:00 < RusAlex> and how to avoid this pending channel ? 11:00 < lndbot> Possibly it will be swept after you update 11:03 < lndbot> How many sats are in timelock? 11:10 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #lnd 11:12 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 11:13 < lndbot> Just curious, how large are people's channel.db files generally? 11:13 < lndbot> Gigs? 11:14 < Asara> i'm at 119 megs, have 8 channels open 11:16 < lndbot> Ah 11:16 < lndbot> Mainnet testnet? 11:17 < lndbot> 125MB (mainnet), 61/41/40MB (testnets) 11:17 < lndbot> :anguished: 11:17 < lndbot> I have a 4G channel.db on testnet 11:18 < lndbot> min is 2gb on mainnet 11:18 < lndbot> You can run a compact db on it 11:18 < lndbot> Although I was running some tests where I was sending a lot of htlc's (300k or so) so maybe that's it? 11:18 < lndbot> Is that a boltdb thing 11:18 < lndbot> Yeah you compact the boltdb 11:26 < Asara> mainnet 11:29 < lndbot> So it’s not really a problem since I have a hard drive but was j wondering. It seems bolt compact (is that the command) can actually increase the db size by introducing more half filled pages 11:29 < lndbot> https://github.com/boltdb/bolt/issues/686 11:29 < lndbot> And I’ve seen it in other issues as well 11:30 < lndbot> I tried it and it did reduce my db size 11:31 < lndbot> You can also delete your past payments 11:33 < lndbot> Ooh might try that 11:33 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 11:33 < lndbot> I’ll have to see what’s taking up the space 11:33 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 11:34 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 11:35 < lndbot> You can try it like `bbolt compact -o ~/.lnd/data/graph/testnet/compact-channel.db ~/.lnd/data/graph/testnet/channel.db` 11:36 < lndbot> ok cool might give it a try if it gets any bigger 11:38 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 245 seconds] 11:40 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 11:45 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 11:49 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 11:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 12:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 12:10 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 12:14 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 12:15 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 245 seconds] 12:22 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 12:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:29 -!- Asara [~Asara@unaffiliated/asara] has quit [Quit: brb] 12:34 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 12:43 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 12:46 -!- Asara [~Asara@unaffiliated/asara] has joined #lnd 12:48 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 245 seconds] 12:49 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 13:00 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 13:09 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Quit: Quit] 13:09 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #lnd 13:23 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 13:27 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 13:34 -!- kim0 [uid105149@ubuntu/member/kim0] has joined #lnd 13:55 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has joined #lnd 14:05 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has quit [Quit: Sleep mode] 14:12 -!- Gobelijn [~facebroek@ptr-bwwzb6n9mjpn2rh7mrt.18120a2.ip6.access.telenet.be] has quit [Remote host closed the connection] 14:13 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 245 seconds] 14:18 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 14:23 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has joined #lnd 14:25 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 14:26 -!- rh0nj [~rh0nj@88.99.167.175] has joined #lnd 14:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:57 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 14:58 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:01 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has joined #lnd 15:01 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: No route to host] 15:09 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 15:09 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 244 seconds] 15:10 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 244 seconds] 15:18 -!- queip [~queip@unaffiliated/rezurus] has joined #lnd 15:19 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 15:20 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 15:53 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 244 seconds] 15:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:55 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 15:59 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 245 seconds] 16:03 -!- michaelfolkson [~textual@82-132-225-101.dab.02.net] has quit [Ping timeout: 245 seconds] 16:03 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 245 seconds] 16:10 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #lnd 16:14 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 16:26 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #lnd 16:31 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Ping timeout: 268 seconds] 16:32 -!- ctrlbreak [~ctrlbreak@142.134.101.32] has quit [Read error: Connection reset by peer] 16:33 -!- ctrlbreak [~ctrlbreak@142.134.101.32] has joined #lnd 16:41 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 16:42 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 16:46 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #lnd 16:55 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 16:59 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has joined #lnd 17:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 17:03 -!- kim0 [uid105149@ubuntu/member/kim0] has quit [Quit: Connection closed for inactivity] 17:19 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 17:19 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 17:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 258 seconds] 17:24 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 17:29 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 248 seconds] 18:03 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 18:11 -!- belcher [~belcher@unaffiliated/belcher] has joined #lnd 18:23 -!- scoop [~scoop@c-67-190-7-239.hsd1.co.comcast.net] has quit [Remote host closed the connection] 18:28 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 258 seconds] 18:58 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Quit: Leaving...] 18:59 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #lnd 19:04 -!- bralyclow01 [~bralyclow@unaffiliated/bralyclow] has joined #lnd 19:07 -!- bralyclow01 is now known as bralyclow_ 19:07 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 245 seconds] 19:07 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 19:07 -!- bralyclow_ is now known as bralyclow 19:38 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 244 seconds] 20:11 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has joined #lnd 20:14 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 20:16 -!- thomasan_ [~thomasand@108-91-143-73.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 246 seconds] 20:19 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 20:56 -!- Gobelijn [~facebroek@ptr-bwwzb6n9mjpn2rh7mrt.18120a2.ip6.access.telenet.be] has joined #lnd 21:09 -!- grangonzo [ae632834@gateway/web/freenode/ip.174.99.40.52] has joined #lnd 21:10 < grangonzo> hello! 21:12 -!- grangonzo [ae632834@gateway/web/freenode/ip.174.99.40.52] has quit [Client Quit] 21:13 -!- grangonzo [ae632834@gateway/web/freenode/ip.174.99.40.52] has joined #lnd 21:16 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 272 seconds] 21:18 -!- grangonzo [ae632834@gateway/web/freenode/ip.174.99.40.52] has quit [Quit: Page closed] 22:03 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 22:08 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 22:39 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has joined #lnd 22:44 -!- surja795 [~sourabh@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Ping timeout: 245 seconds] 23:02 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 23:06 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 23:08 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 23:23 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 23:23 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 23:37 -!- Gobelijn [~facebroek@ptr-bwwzb6n9mjpn2rh7mrt.18120a2.ip6.access.telenet.be] has quit [Remote host closed the connection] 23:38 -!- Gobelijn [~facebroek@ptr-bwwzb6n9mjpn2rh7mrt.18120a2.ip6.access.telenet.be] has joined #lnd 23:38 -!- manantial [~tecnecio@92.58.58.54] has joined #lnd 23:38 -!- manantial [~tecnecio@92.58.58.54] has quit [Changing host] 23:38 -!- manantial [~tecnecio@unaffiliated/manantial] has joined #lnd 23:47 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd