--- Day changed Sun Oct 21 2018 00:25 -!- Talkless [~Talkless@m83-189-33-123.cust.tele2.lt] has joined #lnd 00:42 -!- Talkless [~Talkless@m83-189-33-123.cust.tele2.lt] has quit [Ping timeout: 252 seconds] 00:54 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has joined #lnd 01:38 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Read error: Connection reset by peer] 01:40 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has joined #lnd 01:40 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has quit [Changing host] 01:40 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lnd 01:41 -!- deusexbeer [~deusexbee@080-250-078-027-dynamic-pool-adsl.wbt.ru] has joined #lnd 02:46 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 264 seconds] 03:08 -!- tristian [~tristian@unaffiliated/tristian] has quit [Remote host closed the connection] 03:29 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 03:30 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 04:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 04:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 04:19 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 04:19 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 04:37 -!- booyah [~bb@193.25.1.157] has quit [Remote host closed the connection] 04:51 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 04:51 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 04:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 04:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lnd 05:49 < molz> COSMODROME, do "make clean" and then "make && make install" 06:13 -!- bobazXY [~bobazY@82-197-218-97.dsl.cambrium.nl] has joined #lnd 06:43 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 06:50 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 07:01 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Excess Flood] 07:03 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 07:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 07:39 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 252 seconds] 07:40 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 07:51 -!- wkatsu1 [~katsu@2409:13:1200:d200:1429:90b7:4866:138d] has left #lnd [] 07:52 -!- wkatsu1 [~katsu@2409:13:1200:d200:1429:90b7:4866:138d] has joined #lnd 07:52 -!- wkatsu1 [~katsu@2409:13:1200:d200:1429:90b7:4866:138d] has left #lnd [] 07:53 -!- wkatsu [~katsu@2409:13:1200:d200:8135:3216:d1d9:f870] has joined #lnd 07:53 < wkatsu> I'm suffering from embedded on-chain LNWallet balance mismatch. 07:53 < wkatsu> I have two lnd instances. I've done some lightning ops in the first lnd instance and closed all channel successfully. 07:54 < wkatsu> At the time, it had "total_balance 33396013" satoshis on-chain("walletbalance" says so). 07:54 < wkatsu> Then I started second lnd instance with the same seed phrase, and confirmed "lncli newaddress" returned the same address as the one of the first lnd (so seed mnemonic should've worked as expected.) 07:57 < wkatsu> But the 2nd lnd returns 0 for walletbalance query. I supect that the LNWL embedded in the 2nd lnd does not count the channel close TXs, revoke TXs, etc. operated in the first lnd. Those TXs must be mine and have broadcasted on-chain already in my understanding. 07:58 < wkatsu> Additionaly, when I sent 33390000 satoshis on-chain in the first lnd to the address returned by "newaddress", the fund showed in the 2nd lnd also, as well as in the 1st lnd. Now "33395684" in the first, "33390000" in the 2nd. So both LNWL is working. 07:59 < Veggen> a rescan can take some time. 07:59 < Veggen> ...even after it's supposedly finished :) I have been confused by thinking it was finished. 08:00 < wkatsu> Veggen: How long do you estimate to wait for rescan? An hour or some days? 08:00 < Veggen> uhm...couple of hours? 08:03 < wkatsu> Hmm...It passed over 12hours. I'd be happy if there is a command to force rescan. 08:05 < Veggen> but you was able to send so that you have the funds? 08:05 < molz> wkatsu, hm.. you're running a same node in two instances? 08:09 < wkatsu> Ouch. Those two lnd instances have the same "identity_pubkey". I thought I had two nodes, but it seems there is one node run by two lnds. Is it illegal? 08:12 < wkatsu> Anyway, my original intention was to practice how to shutdown a lnd system and migrating to a new box. That's why I started 2nd lnd with the same seed mnemonic. 08:26 < wkatsu> But if LNWL of the newer lnd does not catch the on-chain TXs operated formerly in the first lnd, how should I migrate the node? Is it safer to create new LNWL wallet and move BTC on-chain from old-1st to new-2nd, than recreate HD addresses with the same mnemonic? 08:27 < molz> wkatsu, you can copy .lnd and paste it to the new box 08:33 -!- bobazXY [~bobazY@82-197-218-97.dsl.cambrium.nl] has quit [Quit: ZNC - https://znc.in] 08:35 -!- bobazXY [~bobazY@82-197-218-97.dsl.cambrium.nl] has joined #lnd 08:38 < wkatsu> molz: Thank you, and thank the .db portability. 08:43 < molz> wkatsu, from what i heard... running a node on more than one instance at the same time is not recommended, possibly files can be corrupted, im not sure but you can test this out on testnet to see 08:51 < wkatsu> I think so, too. I thought I had 2 different nodes, but now I find that's not true. I'll start the migration practice afresh with 2 nodes. 08:52 < wkatsu> Or make it certain to have just one lnd instance up. 09:31 -!- Eagle[TM] [~EagleTM@x4db4b868.dyn.telefonica.de] has quit [Ping timeout: 252 seconds] 09:43 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has joined #lnd 09:55 < molz> wkatsu, i just tested again.. I copied .lnd from a linux box and put it on windows... running great and gloriously .. :D 09:56 < molz> this is the best thing i like about LND :D 09:56 < wkatsu> Great portability. 10:04 < molz> yep 10:07 -!- EagleTM [~EagleTM@x4db4b868.dyn.telefonica.de] has joined #lnd 10:08 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 10:11 < molz> switching from running lnd with bitcoind to btcd or vice versa is ok too 10:18 < waxwing> molz, if you switch from one node to another, doesn't it have to rescan? actually i'm not sure how it works with btcd, but thinking about bitcoind 10:20 < molz> waxwing, it rescan whatever it normally does with either btcd or bitcoind 10:21 < molz> im not quite sure how this magic works but it just works .. lol 10:21 < waxwing> right, yeah i can see how that would (does) work. you're right, that's good. 10:21 < molz> yea i think it's because of golang? im not sure 10:22 < molz> but the fact that i can just cp .lnd to my windows, change the name of the folder to "Lnd", change a few things in lnd.conf and run it.. it's amazing 10:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 10:31 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has joined #lnd 10:32 < offerm> Hi guys, what is the status of neutrino? I face errors and exceptions when trying to sync against BTCD. 10:41 < molz> offerm, neutrino is not working yet except for the lightning-app and only on testnet 10:47 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 10:50 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has quit [Ping timeout: 256 seconds] 10:53 -github-neutrino:#lnd- [neutrino] halseth opened pull request #106: blockmanager: fix off-by-one lastHeight calculation (master...query-sync-repeated-interval) https://git.io/fxKXd 10:58 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has joined #lnd 10:59 < offerm> molz, can I use neutrino to setup LND agains BTCD in simnet? 11:00 < molz> offerm, you can try, not sure if it will work, i did some testing on testnet last night with hanseth's patch but it still crash.. he's going to have a fix soon 11:00 < molz> crashed* 11:00 -!- buZz [~buzz@unaffiliated/buzz] has left #lnd [] 11:01 < offerm> Starting cfheaders sync for filter_type=0 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x105bf94] 11:01 < offerm> is this what you got ? 11:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 11:02 < molz> yes 11:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 11:03 < molz> offerm, the great johanth just appeared on slack... 11:03 < molz> johanth [1:55 PM] 11:03 < molz> Fix is up here: https://github.com/lightninglabs/neutrino/pull/106 11:13 -!- ziya [~ziya@87.236.194.57] has joined #lnd 11:14 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has quit [Ping timeout: 256 seconds] 11:16 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has joined #lnd 11:17 < offerm> thanks 11:30 < molz> offerm, after compiling neutrino, make sure you recompile lnd too 11:31 < offerm> Yes. didn't solve my problem. Or I did something wrong. 11:32 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 11:36 < molz> hm.. 11:39 < molz> offerm, are you on lnd slack? 11:40 < molz> we discuss this in channel #lightning-testers if you're there 11:43 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 11:45 < offerm> will join 11:54 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 12:01 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:03 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:15 -!- reallll [~belcher@unaffiliated/belcher] has joined #lnd 12:18 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 12:19 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 12:22 -!- offerm [546f8b93@gateway/web/freenode/ip.84.111.139.147] has quit [Ping timeout: 256 seconds] 12:42 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 12:43 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:47 -!- ziya [~ziya@87.236.194.57] has quit [Ping timeout: 252 seconds] 12:48 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 13:28 -!- reallll is now known as belcher 13:57 < COSMODROME> molz how to force rescan? DB rebuild? Any tools? 14:06 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 14:11 < COSMODROME> Plus i don't understand why am I having bunch of pending channels for two month and nothing is happening. @roasbeef can you please advice? here is an example { "channel": { "remote_node_pub": "0303194ba8406f7609d88b796dc6fefb8c1d29be45f99620588d1282ab42ad68c1", "channel_point": "a9d58648dd8b0a3857fc0f54813713495cbabfa445a300c2cd9301fd730978dd:1", "capacity": "100000", 14:11 < COSMODROME> molz any idea on this pending channels? 14:14 < molz> COSMODROME, your case is very confusing because it got so messed up 14:14 < molz> COSMODROME, and your node was down for a long time, then you restarted the node with different backups? 14:17 < COSMODROME> molz wanna login to take a look inside? 14:19 < molz> COSMODROME, sorry i don't have time rn 14:20 -!- raucao [~raucao@skippe2.nine.ch] has quit [Ping timeout: 245 seconds] 14:22 -!- raucao [~raucao@skippe2.nine.ch] has joined #lnd 14:58 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lnd 14:58 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Remote host closed the connection] 15:29 -!- tristian [~tristian@unaffiliated/tristian] has joined #lnd 15:33 -!- Pioklo_ [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 264 seconds] 16:12 -!- thomasan_ [~thomasand@198.52.38.59] has joined #lnd 16:23 -!- thomasan_ [~thomasand@198.52.38.59] has quit [Remote host closed the connection] 16:38 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 16:44 -!- EagleTM [~EagleTM@x4db4b868.dyn.telefonica.de] has quit [Ping timeout: 264 seconds] 16:44 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 17:46 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 17:51 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 264 seconds] 18:10 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 18:55 -!- rhavar [uid237883@gateway/web/irccloud.com/x-poznjshimuagjjrx] has joined #lnd 19:51 -!- ken2812221 [~ken281222@110.50.135.178] has quit [Disconnected by services] 20:06 -!- qxt [~qxt@2a03:1b20:5:f011:31::1e] has joined #lnd 20:08 -!- mightyduck [~qxt@unaffiliated/qxt] has quit [Ping timeout: 268 seconds] 20:42 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 22:32 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 252 seconds] 23:30 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 23:34 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds]