--- Day changed Sat Feb 23 2019 00:01 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 00:02 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Remote host closed the connection] 00:07 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 00:23 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 00:27 -!- ekiro [~ekiro@unaffiliated/ekiro] has joined #lnd 00:31 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 00:34 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 00:35 -!- libertyp1ime [~libertypr@101.98.42.91] has quit [Quit: leaving] 00:38 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 00:39 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Ping timeout: 264 seconds] 00:51 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 01:11 -!- ekiro [~ekiro@unaffiliated/ekiro] has quit [Quit: ekiro] 01:28 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 258 seconds] 01:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 01:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 01:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Client Quit] 01:30 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 02:05 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 03:10 -!- PiPi [3cf20d0d@gateway/web/freenode/ip.60.242.13.13] has joined #lnd 03:43 -!- steve_ [c4149f9a@gateway/web/freenode/ip.196.20.159.154] has joined #lnd 03:43 < steve_> hello 03:44 < steve_> can anyone tell me how long it will take for lnd to sync initially? 04:04 < booyah_> steve_: I thought LND does not really need time to synce, it is the blocks database that is syncing, but that is external 04:04 < booyah_> you must attached LND to synced bitcoind, or neutrino 04:04 -!- booyah_ is now known as booyah 04:06 < steve_> thanks 04:08 < steve_> how long does neutrino need to sync? 04:09 < steve_> can neutrino run on mainnet? 04:16 < booyah> steve_: I think you usually connect to existing neutrino of someone 04:17 < booyah> but you can run your own too. then it needs probably as long as BTC itself, so a day of few 04:17 < steve_> can you tell me free rpc providers ? 04:42 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 04:43 < booyah> steve_: rpc? uh no, that would be totally insecure for everyone 04:43 < booyah> steve_: there are free electrum servers. though best security is to run local fully-validating node (the main bitcoin wallet - bitcoind / bitcoin core) 04:45 < steve_> sorry for my dull questions. im trying to figure out whats the best way to integrate a lightning network wallet in a dapp 04:46 < steve_> it seems there are no dapp-browsers (like trust-wallet, guildchat, soon metamask) for lightning? 04:47 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Ping timeout: 268 seconds] 05:07 -!- steve_ [c4149f9a@gateway/web/freenode/ip.196.20.159.154] has quit [Ping timeout: 256 seconds] 05:07 -!- rlsy [~rls@192.96.205.163] has joined #lnd 05:07 -!- rlsy [~rls@192.96.205.163] has quit [Remote host closed the connection] 05:07 -!- rls [~rls@192.96.205.163] has joined #lnd 05:11 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:11 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 05:18 -!- PiPi [3cf20d0d@gateway/web/freenode/ip.60.242.13.13] has quit [Ping timeout: 256 seconds] 05:37 < molz> booyah, neutrino does not work on mainnet yet, and should not be used on mainnet yet 05:43 -!- steve_ [c4149f9a@gateway/web/freenode/ip.196.20.159.154] has joined #lnd 05:48 -!- jchia_ [~jchia@58.32.32.5] has quit [Remote host closed the connection] 05:54 < booyah> molz: you not in forks? 05:56 < molz> nope 05:58 -!- steve_ [c4149f9a@gateway/web/freenode/ip.196.20.159.154] has quit [Ping timeout: 256 seconds] 07:03 -!- jchia_ [~jchia@58.32.32.5] has joined #lnd 07:23 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #lnd 08:25 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 08:29 < dave_uy> How do I get the current values from the LND config? For example, I want to know if autopilot is active or not. 08:30 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Remote host closed the connection] 08:31 < molz> you build lnd with `tags=autopilotrpc` and you can see if autopilot is active or just check your lnd.conf 08:36 < dave_uy> I don't have autopilot specified in lnd.conf and I'm not sure how to use the RPC client beyond using the Joule extension. I thought it might be possible to get values from lnd or lncli from cli. 08:50 < molz> dave_uy, autopilot is not recommended for mainnet right now, i'm using it on testnet 08:53 -!- qubenix [~qubenix@66.172.11.228] has quit [Ping timeout: 244 seconds] 09:06 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 09:11 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Ping timeout: 258 seconds] 09:22 -!- rlsy [~rls@192.96.205.163] has joined #lnd 09:25 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 246 seconds] 09:29 -!- rls [~rls@192.96.205.163] has joined #lnd 09:32 -!- rlsy [~rls@192.96.205.163] has quit [Ping timeout: 245 seconds] 10:01 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 10:18 -!- peleion [~jeff@76.73.184.14] has left #lnd [] 10:26 -!- JackH_ [~laptop@host81-155-233-158.range81-155.btcentralplus.com] has joined #lnd 10:28 -!- JackH [~laptop@host86-134-40-210.range86-134.btcentralplus.com] has quit [Ping timeout: 250 seconds] 10:32 -!- peleion [~jeff@76.73.184.14] has joined #lnd 10:43 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Remote host closed the connection] 10:43 < dave_uy> molz: Thank you. I didn't know that. 10:45 < NeonLicht> Someone here told me a few days ago what was the URL to open a channel with the Testnet Faucet, but I lost that URL. Could anybody let it me know again, please? 10:51 -!- ekiro [~ekiro@unaffiliated/ekiro] has joined #lnd 10:51 < molz> NeonLicht, it's on this site https://faucet.lightning.community/ 10:52 < NeonLicht> I know, molz, thank you. What I can't remember is the node URL I need to use to establish a channel. 10:52 < NeonLicht> Eclair wallet expects a nodeid@host:port URL which I cannot figure out. 10:53 < molz> NeonLicht, can you seee the URI on that site? 10:53 < NeonLicht> What URI? 10:53 < molz> nodekey:IP 10:53 < molz> nodekey@IP 10:54 < NeonLicht> I don't understand what you mean, sorry. 10:54 < NeonLicht> This is what I need to find out. 10:54 < molz> NeonLicht, do you see this line at the top of that page: 0270685ca81a8e4d4d01beec5781f4cc924684072ae52c507f8ebe9daf0caaab7b@159.203.125.125 10:55 -!- rlsy [~rls@104.250.122.134] has joined #lnd 10:55 < NeonLicht> Yes, molz, not completely, but yes 10:56 < NeonLicht> Is that it? 10:56 < molz> yes that's it, just copy and paste it to eclair 10:56 < NeonLicht> Oh, boy, so simple... LOL 10:57 -!- rls [~rls@192.96.205.163] has quit [Ping timeout: 246 seconds] 10:58 < NeonLicht> Thank you, molz, now that I know where to look I won't forget it again. 10:59 < NeonLicht> Is the port not necesary? 11:01 < NeonLicht> It seems not, since it accepted it w/o it. :) 11:05 < molz> well when the port is not attached, it's assumed the URI has the default port which is 9735 11:05 < NeonLicht> Ok, molz, thank you again! 11:06 < molz> NeonLicht, are you trying out mobile Eclair wallet? 11:06 < NeonLicht> Yes, molz, I am. 11:07 < NeonLicht> Actually, I'm trying to see if I can get any incomming transaction. At the moment I've only succeded sending. :) 11:07 < molz> i normally use a QR generator to connect Eclair to testnet nodes, this is one of the site i use: https://www.the-qrcode-generator.com/ 11:07 < molz> NeonLicht, give me an invoice to see if i can pay 11:09 < NeonLicht> Oh really? Thanks a lot... preparing invoice... 11:10 < NeonLicht> Can I paste it here? 11:12 < NeonLicht> lntb100n1pw8rxjlpp5x3xhud5prxn0f6xj0pmvrznj442rhtqp7zgvd7ekyaydhseymwnqdpyge5hyum5yp6xjmt9ypnx7u3qd4jjugzvfaxqxqruyqrzjqwfn3p9278ttzzpe0e00uhyxhned3j5d9acqak5emwfpflp8z2cng95c3vqqqxsqqqqqqqlgqqqqqeqqjqrzjqfcxsh9gr28y6ngphmk90q05ejfydpq89tjjc5rl36lfmtcv424hk95cjsqqqqsqqqqqqqlgqqqqqeqqjqsmyg6tletr74n5a6w49ml2w0yt0w3d3cpd07dfrtram0y8uk80mz9w3du6pf95krcx4dx24s4xk43dxyj34n83xhwustlsv8thu63rqqrgc0v2 11:14 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 11:16 < NeonLicht> I also can't figure out how to claim some sats from the faucet once the channel is stablished. :( 11:16 < molz> hm payment failed 11:16 < molz> do you have any channel open yet? 11:17 < NeonLicht> I believe I have three. 11:18 < NeonLicht> In all three it says NORMAL in gree. After waiting for some blocks to confirm. 11:18 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Ping timeout: 250 seconds] 11:20 < NeonLicht> I have a channel to the ACINQ NODE, another one to the faucet, and a third one I have no idea to whom. LOL 11:23 < molz> oh ok 11:25 -!- ekiro [~ekiro@unaffiliated/ekiro] has left #lnd [] 11:26 < molz> NeonLicht, how much is the fund you have with Endurance? 11:26 < molz> the fund to open channel 11:26 < NeonLicht> 0.1 in one channel, 0.01 in a second channel, 0 in a third channel. 11:27 < NeonLicht> 0.099 in the second one, sorry. 11:27 < molz> and i guess you haven't spent much? 11:27 < NeonLicht> I've been able to pay to read some articles in a testnet web site a few days ago, and outgoing transactions where OK. 11:28 < NeonLicht> I've spent a few satoshis in a web site to pay to read articles, buy something they call "reactions" and make a couple of tips to people. 11:28 < NeonLicht> Not much, indeed. 11:30 < molz> NeonLicht, ok let's try something else, try to pay my invoice and then give me another invoice 11:30 < molz> lntb1m1pw8r840pp5tpd4903t0767jszl678sze0vwvuw66rgeg7hdu33u7gegzssfhmsdqhd3jhgfmnyp68y7fqw35xjucxqr4rqrzjqwfn3p9278ttzzpe0e00uhyxhned3j5d9acqak5emwfpflp8z2cng95slsqqqpqqqqqqqqlgqqqqqeqqjqrzjqfcxsh9gr28y6ngphmk90q05ejfydpq89tjjc5rl36lfmtcv424hk95cj5qqqzgqqqqqqqlgqqqqqeqqjqtyla66zfx796z7d0pqe7rmmmu6qyw6dmjrd0ak46jqd9edcv3z6jxnwgyvuut8vhzdvr8ny5zr0rdtdrlhpl9fhjxsg5edn6cf7u72spg5thcq 11:31 < molz> let's see if you can pay this ^ and if you can, give me another invoice 11:32 <@roasbeef> peleion: kek 11:33 < NeonLicht> Pending 11:34 < molz> got it!! 11:34 < molz> :D 11:34 < NeonLicht> Sent 11:34 < molz> haha 11:35 < molz> now give me an invoice for 100 sat 11:35 < NeonLicht> That shoud mean that, in fact, I have some open channels, I believe. 11:35 < molz> i'll explain after i pay you 11:38 -!- qubenix [~qubenix@66.172.11.228] has joined #lnd 11:41 < NeonLicht> 1 lntb1u1pw8rg9epp5y4vasfte5van2lrz4rwk0k44sp5ujvnelfrydxg3j7x0vvc4wn6qdp9ge5hyum5yp6xjmt9yphx7aelypfx2ctvd3un7xqruyqrzjqwfn3p9278ttzzpe0e00uhyxhned3j5d9acqak5emwfpflp8 z2cng95c3vqqqxsqqqqqqqlgqqqqqeqqjqrzjqfcxsh9gr28y6ngphmk90q05ejfydpq89tjjc5rl36lfmtcv424hk95cjsqqqqsqqqqqqqlgqqqqqeqqjqtmatw62lmjpf0l7m0uptew5wq64e8tedpd3yzr08rw3aem4 58q9x2tzf2kepeu8nw0rv99ns304xxg5kmp6yg6xedjng9g90papqumgq4fvv8t 11:41 < NeonLicht> uppsss... sorry 11:42 < NeonLicht> lntb1u1pw8rg9epp5y4vasfte5van2lrz4rwk0k44sp5ujvnelfrydxg3j7x0vvc4wn6qdp9ge5hyum5yp6xjmt9yphx7aelypfx2ctvd3un7xqruyqrzjqwfn3p9278ttzzpe0e00uhyxhned3j5d9acqak5emwfpflp8z2cng95c3vqqqxsqqqqqqqlgqqqqqeqqjqrzjqfcxsh9gr28y6ngphmk90q05ejfydpq89tjjc5rl36lfmtcv424hk95cjsqqqqsqqqqqqqlgqqqqqeqqjqtmatw62lmjpf0l7m0uptew5wq64e8tedpd3yzr08rw3aem458q9x2tzf2kepeu8nw0rv99ns304xxg5kmp6yg6xedjng9g90papqumgq4fvv8t 11:43 < molz> i wish we had a site called "play.lightning.com" 11:43 < NeonLicht> Now it's OK 11:43 -!- qubenix [~qubenix@66.172.11.228] has quit [Quit: quit] 11:45 < NeonLicht> I just wish there were clear instructions on the faucet web on how to claim some sats. That'd be enough to make me happy. LOL 11:45 < molz> hm so strange still can't pay 11:46 < molz> tried with two eclair wallets and 3 lnd nodes 11:46 < molz> "payment_error": "UnknownPaymentHash(amt=0 mSAT)", 11:48 < NeonLicht> It seems my channels are one way only. :D 11:48 -!- qubenix [~qubenix@66.172.11.228] has joined #lnd 11:48 < molz> NeonLicht, let's try this: give me an empty invoice, don't put in any number and let me try different numbers on my end 11:48 < NeonLicht> Ok, hols a sec... 11:50 < NeonLicht> Do I need to include the "lightning:" at the beginning? 11:50 < NeonLicht> lntb1pw8rguupp586f0p6cqy4qp2g545lcg7spywarsvhvvx7pd9ut7gtm8avjlcngqdqqxqruyqrzjqwfn3p9278ttzzpe0e00uhyxhned3j5d9acqak5emwfpflp8z2cng95cyyqqqqcqqqqqqqlgqqqqqeqqjqrzjqfcxsh9gr28y6ngphmk90q05ejfydpq89tjjc5rl36lfmtcv424hk95cjsqqqqsqqqqqqqlgqqqqqeqqjq8ynyn4yxhh8swpx4zk2trfn8f2xnwv7duqekp9sjh93xs4x8tpsrat0exltzkcd4tcyytqf6j8z39yfvkfl0wrz0cgmkm8ssnhvp5vgpn704wu 11:51 < molz> just paid 1 sat, success! 11:51 < NeonLicht> Payment received! 1sat!!! 11:51 < NeonLicht> Yes, it went throug!!! 11:52 < NeonLicht> Thank you! 11:56 < molz> NeonLicht, spend more at starblocks 11:57 < NeonLicht> What is starblocks? 11:57 < molz> you can't receive if you haven't spent more than 1 percent of your channel total capacity 11:58 < molz> i tried to pay that blank invoice on another phone but couldn't with any amt 12:01 < peleion> NeonLicht: "https://starblocks.acinq.co/" 12:02 < molz> NeonLicht, pm 12:08 < NeonLicht> Thank you, peleion. 12:13 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has joined #lnd 12:25 -!- thomasan_ [~thomasand@2605:a601:b021:f00:3168:7383:a3c5:2556] has quit [Remote host closed the connection] 12:39 -!- j12d [96657281@gateway/web/freenode/ip.150.101.114.129] has joined #lnd 12:45 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 12:46 -!- j12d [96657281@gateway/web/freenode/ip.150.101.114.129] has quit [Quit: Page closed] 12:49 -!- thomasa__ [~thomasand@2605:a601:b021:f00:e181:4d97:3c67:f870] has joined #lnd 12:50 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 245 seconds] 13:16 < NeonLicht> Is it possible to run an LND node on a different server than the one which runs bitcoind, btd, or litecoind? I'd like to play around with a full LND node but, for security reasons, I'd like to do it on a different box, if possible. 13:16 < lndbot> Sure but it will be slower 13:17 < NeonLicht> Thanks, alexbosworth, about how much slower? 13:18 < lndbot> Depends on the setup probably but potentially much slower for the startup phase and then reasonable to run 13:19 < NeonLicht> Ah, cool, not much of a problem onece set up and running.... 14:07 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 14:07 -!- thomasa__ [~thomasand@2605:a601:b021:f00:e181:4d97:3c67:f870] has quit [Remote host closed the connection] 14:10 < lndbot> It may be slower to restart too 14:32 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 14:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 14:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:02 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 15:33 -!- aerth [~aerth@gateway/tor-sasl/aerth] has quit [Ping timeout: 256 seconds] 15:35 -!- aerth [~aerth@gateway/tor-sasl/aerth] has joined #lnd 15:56 -!- Ramadhan [728ead0e@gateway/web/freenode/ip.114.142.173.14] has joined #lnd 15:57 -!- Ramadhan [728ead0e@gateway/web/freenode/ip.114.142.173.14] has quit [Client Quit] 16:35 -!- thomasan_ [~thomasand@136.52.18.22] has joined #lnd 16:35 -!- thomasan_ [~thomasand@136.52.18.22] has quit [Remote host closed the connection] 16:36 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 268 seconds] 16:41 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Ping timeout: 256 seconds] 16:55 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #lnd 17:09 -!- rls [~rls@user-24-214-190-146.knology.net] has joined #lnd 17:13 -!- rlsy [~rls@104.250.122.134] has quit [Ping timeout: 268 seconds] 17:14 -!- rlsy [~rls@104.250.122.134] has joined #lnd 17:17 -!- rls [~rls@user-24-214-190-146.knology.net] has quit [Ping timeout: 255 seconds] 17:42 -!- peleion [~jeff@76.73.184.14] has quit [Read error: Connection reset by peer] 20:20 -!- gkrizek [~gkrizek@ip98-164-15-79.ks.ks.cox.net] has quit [Quit: gkrizek] 21:06 -!- rlsy [~rls@104.250.122.134] has quit [Ping timeout: 244 seconds] 21:27 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 245 seconds] 22:07 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Quit: ZNC 1.7.0+deb0+xenial1 - https://znc.in] 22:09 -!- achow101 [~achow101@unaffiliated/achow101] has joined #lnd 22:19 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 22:54 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 246 seconds] 23:16 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 23:22 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd