--- Day changed Mon Mar 25 2019 00:03 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 00:55 -!- ccdle12 [~ccdle12@116.92.188.38] has quit [Remote host closed the connection] 00:59 -!- ccdle12 [~ccdle12@116.92.188.38] has joined #lnd 01:50 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 01:50 -!- ccdle12 [~ccdle12@116.92.188.38] has quit [Remote host closed the connection] 02:15 < Akihabara> hi 02:24 < lndbot> cccccchrniiiuvilnegehnthukivfrttduibitukufri 02:31 -!- e4xit [~e4xit@cpc123762-trow7-2-0-cust7.18-1.cable.virginm.net] has joined #lnd 02:36 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 03:31 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 04:52 * rafalcpp uses LN payment to feed michaelfolkson's cat 05:57 -!- Beast [~quassel@220.117.120.61] has quit [Ping timeout: 244 seconds] 06:06 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 255 seconds] 06:18 -!- Beast [~quassel@220.117.120.61] has joined #lnd 06:28 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #lnd 06:28 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 06:40 -!- lc2g [~lc2g@static.177.220.213.82.ibercom.com] has joined #lnd 06:41 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 06:56 -!- spaced0ut_ [~spaced0ut@198.211.112.88] has joined #lnd 06:56 -!- spaced0ut_ [~spaced0ut@198.211.112.88] has quit [Client Quit] 06:58 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 250 seconds] 07:00 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 07:13 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 272 seconds] 07:19 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 07:29 -!- Beast [~quassel@220.117.120.61] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 07:29 -!- Beast [~quassel@220.117.120.61] has joined #lnd 08:15 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 250 seconds] 08:41 < Akihabara> im having an issue with go and btcd 08:43 < Akihabara> im trying to install btcd and i get an error : gcc executable file not find in PATH 09:05 < Sentineo> you have to install build-essentials most probably Akihabara 09:05 < Sentineo> you do not have a compiler installed so it seems 09:07 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 255 seconds] 09:12 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 09:26 < Akihabara> oh let me see 09:27 < Akihabara> dude!!! that was it!!! 09:37 < Sentineo> \o/ 09:37 < Akihabara> bro thank you very much! 09:38 < Akihabara> i have been trying to fix it for over 6 hours 09:39 < Sentineo> yeah, it takes some time to learn what those errors mean 09:39 < Sentineo> you will get used to it in no time 09:41 < Akihabara> im setting up a full node on lightning network. hopefully it will be up very soon. i ordered a vps with 80gb of hdd but added a second one with 300gb which i believe is enough for the moment. how can i point out the 2nd drive to save all this data there? 09:46 < Sentineo> I was playing with lnd more then a year ago, so do not remember if it needs an unpruned node, but I think I used neutrino with a pruned node. So disk space was not a big deal, but you have to wait till others will answer it. 09:48 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:49 < Akihabara> whats the difference between pruned and unpruned? 10:10 < Sentineo> a pruned node drops old blocks from the disk (deletes them) 10:11 < Sentineo> but I am talking about bitcoind, so instead of having 220GB+ taken by the blockchain, you would have around 2-3GB with minimal settings 10:21 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 268 seconds] 10:46 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 10:49 < Akihabara> thanks snetineo. i guess a full node requires the whole 220+ gb file 11:24 < Sentineo> a pruned node is a full node as well 12:06 <@roasbeef> Akihabara: you can use the --datadir argument 12:06 <@roasbeef> for lnd at least 12:06 <@roasbeef> for bitcoind iirc there's a similar flag 12:06 <@roasbeef> our next, next major version will likely have first class support for pruning, so it'll be easier to stand up a full node combo with more constrained disk space 12:07 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 12:10 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lnd 12:14 <@roasbeef> once they get support for the bip158 filters, then we can also still do our rescans normally as well 12:18 < dave_uy> Where is the docker-compose configuration for the documentation here? https://dev.lightning.community/guides/docker/index.html 12:19 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:21 < dave_uy> In the lnd repository I guess? https://github.com/lightningnetwork/lnd/tree/master/docker 12:29 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 12:42 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 255 seconds] 13:06 -!- libertyprime [~libertypr@118.149.88.158] has joined #lnd 13:21 -!- AFIP [~AFIP@unaffiliated/masterl1nk] has quit [Read error: Connection reset by peer] 13:22 -!- AFIP [~AFIP@unaffiliated/masterl1nk] has joined #lnd 13:22 < Akihabara> thank you very much guys. i will come up later. i hope one day i will be as experienced as you, because i really want to help the community 13:51 -!- thomasan_ [~thomasand@cpe-172-116-160-42.socal.res.rr.com] has joined #lnd 14:05 -!- AFIP [~AFIP@unaffiliated/masterl1nk] has quit [Read error: Connection reset by peer] 14:08 -!- AFIP [~AFIP@unaffiliated/masterl1nk] has joined #lnd 14:20 -!- thomasan_ [~thomasand@cpe-172-116-160-42.socal.res.rr.com] has quit [Remote host closed the connection] 14:30 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 250 seconds] 14:41 -!- marijnfs_ [~marijnfs@x4d071208.dyn.telefonica.de] has joined #lnd 14:43 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Read error: Connection reset by peer] 14:44 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 14:54 < Akihabara> how can i hardcode the --datadir argument? 14:54 < Akihabara> so when i restart the btcd service i dont need to remember the datadir 15:15 <@roasbeef> Akihabara: you can set the lnd.conf 15:15 <@roasbeef> it's a config file that'll always be read on start up 15:25 -!- marijnfs__ [~marijnfs@x4d071208.dyn.telefonica.de] has joined #lnd 15:25 -!- marijnfs_ [~marijnfs@x4d071208.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 15:51 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 16:10 -!- marijnfs__ [~marijnfs@x4d071208.dyn.telefonica.de] has quit [Read error: Connection reset by peer] 16:17 -!- dougsland [~douglas@tchelinux/moderator/dougsland] has quit [Ping timeout: 252 seconds] 16:30 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 250 seconds] 17:21 -!- dougsland [~douglas@c-24-34-137-83.hsd1.nh.comcast.net] has joined #lnd 18:12 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 18:31 -!- lc2g [~lc2g@static.177.220.213.82.ibercom.com] has quit [Quit: Leaving] 18:36 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 18:40 -!- sanket1729 [~sanket172@mobile-130-126-255-49.near.illinois.edu] has joined #lnd 18:42 < sanket1729> what is the best way to find out stuck HTLC's? 18:48 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 19:03 < sanket1729> nevermind, got it. listchannels has pending htlc's section 19:14 -!- e4xit [~e4xit@cpc123762-trow7-2-0-cust7.18-1.cable.virginm.net] has quit [Ping timeout: 250 seconds] 20:37 -!- deadlock [806adbed@gateway/web/freenode/ip.128.106.219.237] has joined #lnd 20:44 -!- deadlock [806adbed@gateway/web/freenode/ip.128.106.219.237] has quit [Ping timeout: 256 seconds] 21:38 -!- sanket1729 [~sanket172@mobile-130-126-255-49.near.illinois.edu] has quit [Ping timeout: 245 seconds] 21:58 -!- libertyprime [~libertypr@118.149.88.158] has quit [Ping timeout: 250 seconds] 22:00 -!- eamonnw [eamonnw@faeroes.sdf.org] has quit [Ping timeout: 245 seconds] 22:54 -!- aerth [~aerth@gateway/tor-sasl/aerth] has quit [Ping timeout: 256 seconds] 22:55 -!- libertyprime [~libertypr@115-188-251-77-fibre.sparkbb.co.nz] has joined #lnd 22:57 -!- aerth [~aerth@gateway/tor-sasl/aerth] has joined #lnd 23:41 -!- libertyprime [~libertypr@115-188-251-77-fibre.sparkbb.co.nz] has quit [Ping timeout: 272 seconds]