--- Day changed Fri Sep 07 2018 00:26 -!- JackH [~laptop@host86-182-8-23.range86-182.btcentralplus.com] has quit [Quit: Leaving] 00:26 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 240 seconds] 00:31 -!- grafcaps [~haroldbr@71.46.110.193] has quit [Ping timeout: 272 seconds] 00:45 < CubicEarth> roasbeef: I just noticed you reply to me (from a few days ago) re: passing a flag into bitcoind to set maximum prune height 00:45 < CubicEarth> I understand bitcoind would need modification... 00:45 < molz> ugh are you running a pruned bitcoind for lnd? 00:46 < CubicEarth> *if* it could accept such a flag, would that make it easier to support pruning on the lnd side? 00:47 < CubicEarth> molz: no. 00:47 < molz> oh ok.. phew :) 00:49 < molz> we had issues with ZMQ notifications.. so there's this PR on bitcoin repo to fix it: https://github.com/bitcoin/bitcoin/pull/14060 00:49 < molz> but it needs more reviews 00:51 < molz> right now we have two ports instead of one to run zmq so it's somewhat better but we still don't know if lnd still can miss tx notifications 00:52 -!- spinza [~spin@155.93.246.187] has joined #lnd 00:53 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-jfqivukgqnzoxpzu] has joined #lnd 00:56 -!- grafcaps [~haroldbr@71.46.110.193] has joined #lnd 01:01 -!- grafcaps [~haroldbr@71.46.110.193] has quit [Ping timeout: 252 seconds] 01:12 -!- waxwing [~waxwing@193.29.57.116] has joined #lnd 01:12 -!- waxwing [~waxwing@193.29.57.116] has quit [Changing host] 01:12 -!- waxwing [~waxwing@unaffiliated/waxwing] has joined #lnd 01:16 < COSMODROME> what is wrong? https://pastebin.com/fmYtGXyH 01:19 < molz> COSMODROME, what do you have in your bitcoin.conf? 01:19 < bobazY> (don't paste passwords haha COSMODROME ) 01:20 -!- jungly [~quassel@79.8.200.97] has joined #lnd 01:20 < molz> doesn't matter, you can always change it if you accidentally paste it 01:20 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 01:21 < molz> COSMODROME, and i hope you're not running bitcoind and lnd in root :P 01:22 < molz> and i hope to access your server you have keys instead of passwords :P 01:22 < molz> passwords would be the last resort for anything 01:27 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 01:32 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 01:34 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 01:38 < COSMODROME> what about an issue 01:38 < COSMODROME> thanks for pointing my bad mistake 01:43 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 272 seconds] 01:49 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 01:50 < molz> COSMODROME, got it solved? 01:53 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 01:53 < COSMODROME> upgraded bitcoind 01:53 < COSMODROME> but not solved 01:54 < COSMODROME> change password 01:55 < COSMODROME> molz LND was erroring all the way 01:57 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 01:58 < molz> COSMODROME, have you tried to read this install guide: https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md 01:59 < molz> COSMODROME, do you have these lines in your bitcoin.conf: 01:59 < molz> server=1 01:59 < molz> daemon=1 01:59 < molz> zmqpubrawblock=tcp://127.0.0.1:28332 01:59 < molz> zmqpubrawtx=tcp://127.0.0.1:28333 02:01 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 02:04 < COSMODROME> Yes sir 02:05 < bobazY> I was annoyed that (after updating) the zmq parameters were changed haha 02:05 < COSMODROME> and i'm running and compiled on the latest go 02:06 < bobazY> (oh and if people can help my figuring out what payments went through my server, please let me know what command I need, I would like to find out the # of SAT I made ) 02:07 < bobazY> COSMODROME: is your disk not just full? 02:07 < COSMODROME> hmmm 02:08 < molz> bobazY, lncli fwdinghistory 02:09 < molz> lncli feereport 02:09 < bobazY> fwdinghistory has three entries, I think this is what I was looking for, thanks 02:09 < molz> COSMODROME, do you still have bitcoind and lnd running in root? 02:09 < bobazY> aah now I remember, I used lncli fwdinghistory --max_events 100000 --start_time=1514761200 --end_time=$(date +%s) 02:10 < COSMODROME> molz how do i change that 02:10 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 02:10 < molz> COSMODROME, create a user 02:12 < COSMODROME> done 02:14 < COSMODROME> whats next 02:14 < bobazY> what OS are you on COSMODROME ? 02:15 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 02:15 < COSMODROME> babazY I have free 70 GB 02:16 < COSMODROME> unbuntu 02:16 < molz> COSMODROME, do you know how to move bitcoind and lnd over to the new user? 02:17 < COSMODROME> no I don't 02:17 < COSMODROME> 2018-09-07 09:16:59.797 [WRN] LTND: /root/.lnd/lnd.conf:7: unknown option: zmqpubrawblock 02:17 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 02:20 -!- MobRule [~oyeah@c-73-181-185-197.hsd1.wa.comcast.net] has joined #lnd 02:22 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 02:23 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has quit [Ping timeout: 245 seconds] 02:23 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 02:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 02:25 < Veggen> Buy a book, read some Linux resources. Seriously. 02:25 < Veggen> don't try to run important services on Linux without *nix background. You *will* fail. 02:28 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 02:30 -!- EagleTM [~hab@x55b370ea.dyn.telefonica.de] has joined #lnd 02:30 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has joined #lnd 02:32 < molz> yea i wish he was on testnet and not mainnet 02:32 < COSMODROME> Veggan I hear you yet LND gets stuck https://pastebin.com/zzwfK5Pk 02:33 < molz> COSMODROME, so you said you only have 70 GB free left? 02:33 < COSMODROME> for now yes 02:33 < molz> if you cp .bitcoind and .lnd over to the new user, i don't think it can work 02:33 < molz> because bitcoind has about 200 GB at least 02:34 < COSMODROME> its the same mount 02:35 < molz> Veggen, hm can he do this: "mv .bitcoin /home/newuser/.bitcoin" ? 02:39 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 02:42 < molz> or is it "sudo chown username -R .bitcoin" ? 02:44 < bobazY> both I would guess, moving will still have ownership as root 02:50 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has quit [Ping timeout: 252 seconds] 02:51 < Veggen> you need to move, then chown -R but in my book, both mv and chown is something anyone running services on *nix need to learn. I'm not reluctant to give supportm but I *do* expect people understand that fora like #lnd can't teach eveeryone how to navigate their OSes. 03:03 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 03:04 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has joined #lnd 03:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 03:05 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 03:08 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 272 seconds] 03:09 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has quit [Ping timeout: 252 seconds] 03:12 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has joined #lnd 03:17 < molz> yea i was on ubuntu on testnet for a long time before getting on mainnet 03:18 < molz> i started out trying to run lnd on windows and lnd had no guide for windows, got help from someone here how to compile on windows but i told myself "that's it, it's time to learn lunix" 03:18 < Veggen> and, well. To learn Linux, there are much better resources than #lnd. Buy a book, read some tutorials. 03:19 < Veggen> but you need to invest some of your own time, when learning open source stuff. 03:19 < Veggen> and don't expect being spoonfed the simple stuff. 03:19 < molz> Veggen, i still haven't bought a book on linux, all help i got has been from some of our lnd friends, the devs, and google :) 03:20 < Veggen> molz: sure. google is a nice resource. 03:20 < Veggen> and I'm not saying that I'm against answering a question here and there. B likeut the blockchain, it doesn't scale to world wide adoption :) 03:21 < COSMODROME> molz what is this means LNWL: Unable to receive ZMQ rawtx message: invalid flag 03:21 < COSMODROME> what flag is invalid 03:21 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 03:21 < molz> COSMODROME, probably from wrong setup 03:23 < molz> whether linux or windows, i learned a long time ago you don't run serious stuff in root 03:24 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #lnd 03:26 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 03:26 < Veggen> molz: yup. 03:27 < Veggen> in fact, experienced sysadmins do things as root as little as possible. 03:27 < Veggen> I speak from expereience. *Everyone* does mistakes, and you don't want to do them as root :) 03:30 < Veggen> I've been doing *nix more than 25 years. That means I have done my share of mistakes, and understand that you want to minimize the consequences of them. 03:30 < molz> wow 03:31 < molz> 25 yrs? i guess you can do all kinds of lunix magics with your eyes closed? lol 03:32 < Veggen> it means I think Linux is easy. Windows is difficult and complicated. 03:34 < molz> i'm beginning to see that now 03:35 < molz> compiling bitcoin for linux is much faster than for windows, for one example 03:37 < molz> some people are trying to create MSVC to compile bitcoin, will fun to see 03:37 < molz> +be 03:41 < Veggen> molz: if you learn command line, repetive stuff and doing things at scaLE BECOMNES MUCH EASIER. 03:41 < Veggen> oops. 03:42 < molz> yes 03:42 < molz> windows has commandline too, i learned some of this stuff on windows 03:42 < molz> it was all DOS before bill gates decided to be the villain 03:46 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 03:47 < Veggen> I know, but it's only last years it has become any good - the Windows command line. 03:48 < Veggen> of course, I don't do any serious stuff on Windows anyhow, so I didn't learn it. 03:49 < Veggen> been working in IT since mid 90's and never been responsible for anything running on Windows. 03:49 -!- Sentineo [~Undefined@unaffiliated/sentineo] has joined #lnd 04:02 < COSMODROME> ok enough 04:02 < COSMODROME> i'm closing mall my channels 04:02 < COSMODROME> all though i'm getting an error "remote_pub_key": "024bda1ec91b277d311aa60d04b1fb856efcc7897c876746b680c1f985fe973f73", "channel_point": "2fa70da6aee702357153388b631f4eb3bdfa8fe7581b158e6047323ccb35c768:0", "closing_txid": "", "error": "unable to close channel: rpc error: code = Unknown desc = caveat \"time-before 2018-09-07T10:58:38.931365968Z\" not satisfied: macaroon has expired" 04:02 < COSMODROME> on all channels 04:03 < molz> if your lnd can't run, you can't close channels 04:06 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 04:08 < molz> COSMODROME, does your lnd.conf have those ZMQ args like in bitcoin.conf? 04:10 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 04:18 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #lnd 04:32 -!- grafcaps [~haroldbr@71.46.110.193] has joined #lnd 04:37 -!- grafcaps [~haroldbr@71.46.110.193] has quit [Ping timeout: 246 seconds] 05:00 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 05:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:05 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 05:20 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #lnd 05:26 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 05:30 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 05:32 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 05:40 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 05:41 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 244 seconds] 06:07 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 06:16 -!- asbjornenge [~somebody@190.109-247-138.customer.lyse.net] has quit [Ping timeout: 252 seconds] 06:24 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 06:25 -!- COSMODROME [4b50b4fc@gateway/web/freenode/ip.75.80.180.252] has quit [Ping timeout: 252 seconds] 06:41 -!- grafcaps [~haroldbr@71.46.110.193] has joined #lnd 06:45 -!- grafcaps [~haroldbr@71.46.110.193] has quit [Ping timeout: 252 seconds] 06:48 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has joined #lnd 06:53 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has quit [Ping timeout: 246 seconds] 06:56 -!- JackH [~laptop@host86-182-8-23.range86-182.btcentralplus.com] has joined #lnd 07:15 -!- grafcaps [~haroldbr@75.114.234.144] has joined #lnd 07:43 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has joined #lnd 07:48 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has quit [Ping timeout: 244 seconds] 07:53 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 08:24 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 08:26 -!- drrty [~drrty@193.37.253.72] has quit [Ping timeout: 272 seconds] 08:29 -!- drrty [~drrty@71-221-6-221.klln.qwest.net] has joined #lnd 08:41 < Talkless> What does active: false channel means? 08:45 < molz> Talkless, most of the time it means the channel is offline, but try to reconnect to it and see 08:46 < Talkless> oh, disconnected from that owner of the other side basically? 08:47 < Talkless> from the node 08:47 < Talkless> but my lnd should try to connect to it automaticallt, no? 08:49 < Talkless> molz: I have connected to that node, active: false still. 08:50 < molz> Talkless, then it means the other node is offline 08:50 < molz> wait, when you tried to reconnect, what did it say? 08:50 < Talkless> I have connected, how can it be offline? 08:50 < Talkless> nothing, { } 08:51 < Talkless> i see it in listpeers 08:51 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 08:51 < molz> im not sure then, but there're a lot flapping nodes out there 08:51 -!- booyah [~bb@193.25.1.157] has joined #lnd 08:52 < Talkless> something's not write, I paste public key in 1ml.com, but get actually different node 08:52 < Talkless> with other PK 08:52 < Talkless> Oh damn, I have connected to 1ml.com, silly me.. sorry. 08:53 < molz> you can find the node's IP by "lncli getnodeinfo " 08:54 < Talkless> Yeah I guess it simply offline, "connect: connection refused" 08:54 < Talkless> oh cool, thanks molz, good tip 08:56 < molz> these last few weeks i've had several new channels from nodes that went offline after opening those channels, very strange 08:57 < molz> so yesterday i closed out 4 channels, there're 3 more that i'm watching, might close soon 08:57 < Talkless> I wonder, will lnd close channel if remote node is offline for >X amount of time? 08:57 < Talkless> automatically I mean. 08:57 < molz> no 08:57 < molz> i close inactive channels after they're inactive for a few weeks 08:57 < Talkless> right 09:09 < Talkless> ugh, closing is so demotivating, as it uses on-chain storage :/ . 09:09 < Talkless> my lnd has 10 onchain transaction, but only 6 payments yet. 09:09 < Talkless> I need to get to 20 payments to make it at least even :) (for two transactions per channel) 09:10 < molz> Talkless, what do you mean? 09:11 < Talkless> Let's say these 10 trasnactions are fro opening channels only (let's ingore force-close once), another 10 will have to be created to close channel, right? 09:11 < Talkless> so to make LND "usefull" in my case, I should make 20 off-chain transacions to make even, to "save" blochhain space, right? 09:13 < Talkless> if I open one channel, and close it in month, making 2 transacions, and eprforma 100 LN payments with that channel, that would save 50x on-chain transactions :) . 09:13 < molz> oh i see what you're saying... yea.. right, for me i've made so many LN txs that i don't bother to count 09:14 < Talkless> :D 09:14 < Talkless> good for you, well I'll do my best :) 09:15 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 09:15 < Talkless> CoinGante now supports Lightning, and some e-shops in our country uses this payment processor, so that's really looking nice! 09:15 < Talkless> CoinGate* 09:15 < molz> this is from one node: ~$ lncli listpayments | grep "payment_preimage" | wc -l 09:15 < molz> 218 09:16 < Talkless> molz: lncli listchaintxns | fgrep tx_hash -c 09:16 < Talkless> ? 09:16 < molz> and i haven't made too many onchain txs 09:16 < Talkless> you can use grep -c instead of | wc -l :) 09:16 < molz> ok 09:17 < molz> ~$ lncli listchaintxns | fgrep tx_hash -c 09:17 < molz> 52 09:18 < molz> the onchain txs also include txs when withdraw to another address 09:19 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has joined #lnd 09:20 < molz> or when some channels are closed the coins go back to wallet 09:21 < Talkless> well, that's still "the cost" of lnd, I guess. 09:24 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has quit [Ping timeout: 252 seconds] 09:36 < Talkless> molz: interesting, how may forwardings have your lnd made? 09:41 < molz> not too many 09:43 < EagleTM> same here. it's not used that much yet i'd guess 09:45 < molz> yea unless you have a business or service, i don't think you can route so many 09:50 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 10:17 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 246 seconds] 10:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 10:26 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 10:27 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 10:27 -!- EagleTM [~hab@x55b370ea.dyn.telefonica.de] has quit [Ping timeout: 252 seconds] 10:29 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has joined #lnd 10:34 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has quit [Ping timeout: 244 seconds] 10:41 -!- jungly [~quassel@79.8.200.97] has quit [Remote host closed the connection] 11:14 -!- polydin [~delphi@2602:306:b8b6:b970:d190:6410:2e87:9fae] has quit [Ping timeout: 240 seconds] 11:38 -!- bitconner [~conner@75.104.64.120] has joined #lnd 11:58 -!- COSMODROME [4b50b4fc@gateway/web/freenode/ip.75.80.180.252] has joined #lnd 11:59 < COSMODROME> My lnd getting stucked 11:59 < COSMODROME> Failed to process consensus server notification (name: `blockconnected`, detail: `failed to store sync information 0000000000000000001eeb982a1400e4a800f57e1c22e5e302f127a506b25282: failed to fetch block hash for height 540381: couldn't get hash from database`) 11:59 < COSMODROME> Is there a database tool or something that could fix this. LND simply sitts on this line and moving 12:01 < lndbot> 0000000000000000001eeb982a1400e4a800f57e1c22e5e302f127a506b25282 is the blockhash for 540382 12:02 < COSMODROME> whats the fix for that 12:03 -!- valwal [~quassel@64-71-8-130.static.wiline.com] has joined #lnd 12:03 < COSMODROME> thats happen after migtating to schema update: latest_version=6, db_version=6 12:04 < COSMODROME> i do have a backup of ver 5 12:04 < COSMODROME> thanks to you guys 12:06 < COSMODROME> but i need to downgrade software code i guess. I guess when roastbeef comes it will be clear what to do. I decided to close all channels 12:07 < lndbot> looks like btcwallet skipped a blockhash, given your prior errors it’s probably a zmq related issue 12:14 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has joined #lnd 12:17 -!- asbjornenge [~somebody@10.92-221-117.customer.lyse.net] has quit [Client Quit] 12:38 -!- grafcaps [~haroldbr@75.114.234.144] has quit [Ping timeout: 240 seconds] 12:40 -!- gethh [uid264798@gateway/web/irccloud.com/x-tqiolbpwqcssfifm] has joined #lnd 12:44 -!- grafcaps [~haroldbr@75.114.234.144] has joined #lnd 12:55 -!- bitconner [~conner@75.104.64.120] has quit [Ping timeout: 245 seconds] 12:58 -!- bitconner [~conner@75.104.64.120] has joined #lnd 13:06 -!- valwal [~quassel@64-71-8-130.static.wiline.com] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 13:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-qjnheivwnrypvgwk] has joined #lnd 13:13 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #1864: build: update btcwallet to latest version (master...btcwallet-update-panic-fix) https://git.io/fAz82 13:13 -!- github-lnd [github-lnd@gateway/service/github.com/x-qjnheivwnrypvgwk] has left #lnd [] 13:14 -!- bitconner [~conner@75.104.64.120] has quit [Ping timeout: 252 seconds] 13:18 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 13:21 -!- bitconner [~conner@75.104.64.120] has joined #lnd 13:24 < COSMODROME> why is it skipped 13:25 <@roasbeef> COSMODROME: it's that your node is behind or still cathing up, and a new block was mined 13:26 <@roasbeef> you seem to have a pretty werid set up, or don't yet understand the implications of your current node set up last time we chatted 13:27 < COSMODROME> as i mention this happen after upgrade to db6 13:27 < COSMODROME> everythign was running smooth after we chatted 13:27 < COSMODROME> i learned a lot 13:28 < COSMODROME> this issue is 24 hours. but good thing i did backup .lnd 13:28 < COSMODROME> bofore that 13:29 < COSMODROME> before upgrade. what can i do to resume normal operations 13:32 -!- bitconner [~conner@75.104.64.120] has quit [Read error: Connection reset by peer] 13:35 < COSMODROME> https://pastebin.com/MFUiVqz8 13:36 < COSMODROME> not moving after that 13:48 <@roasbeef> just wait, it's rescanning 13:54 < molz> roasbeef, i think something is still wrong with his setup 13:55 <@roasbeef> yeh i mean the set up was pretty borked from the getgo 14:32 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 14:35 < COSMODROME> guys I've successfully execute all your directions and reinstall and recompile software. I'm not total dush, i'm trying and i can get my way around and research. I'm asking for guidance and appreciate your directing me. I made a decision to close all channels and take a break yet to do that I need to fix this deployment. 14:37 -!- grafcaps [~haroldbr@75.114.234.144] has quit [Ping timeout: 244 seconds] 14:51 < molz> COSMODROME, so did you close all your channels? 15:00 < COSMODROME> molz nno 15:00 < COSMODROME> i'm still suck at that error 15:00 < molz> COSMODROME, oh the way you said it made me think you already did 15:00 < COSMODROME> is something is up with lnd db or bitcoind? 15:01 -!- RusAlex [~Chel@unaffiliated/rusalex] has quit [Ping timeout: 252 seconds] 15:01 < COSMODROME> no i didn't i/m asking for help 15:01 < molz> COSMODROME, i don't have that error so i don't think it's lnd or bitcoind 15:01 < molz> COSMODROME, not sure where to begin to help you after i already gave a suggestion 15:02 < COSMODROME> @molz 15:02 < molz> but i don't know if you followed thru 15:02 < molz> COSMODROME, like i said, i wouldn't run serious stuff as root 15:03 < COSMODROME> i have backup of lnd i think if i put older version of software say 3 days ago I'll be fine 15:03 < molz> so if i were you, you would shut down bitcoind, shut down lnd, move everything to a new user 15:03 < molz> ok so you're still talking your way out, i can't help you there 15:03 -!- RusAlex [~Chel@unaffiliated/rusalex] has joined #lnd 15:04 < COSMODROME> molz i would like to bring up lnd same way it was, close all channels and move funds away. moving to new user i may do more harm now. 15:04 < molz> but i don't know what "lnd same way it was" 15:04 < molz> you know so you should be able to do it right? 15:05 < COSMODROME> yerstarday there was an update in lnd code that migrate db to version 6 from 5 15:05 < COSMODROME> from that moment i start getting issues 15:05 < molz> i did that update with two testnet nodes, everything is fine 15:05 < COSMODROME> but before the software update i did backup .lnd 15:06 < COSMODROME> well did'n go well for me 15:06 < COSMODROME> is there a tool that can check lnd db? 15:06 < molz> not that i know of 15:06 < COSMODROME> ok 15:07 < COSMODROME> https://pastebin.com/MFUiVqz8 this is happening for a reason 15:07 < COSMODROME> don't know exactly how to get around it 15:07 < COSMODROME> i may download older version like 3 day ago and move my backup .lnd 15:08 < COSMODROME> and see what happens 15:08 < COSMODROME> like roll back 3 days ago 15:08 < COSMODROME> what you think? 15:09 < molz> it's still scanning? let it scan 15:10 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 15:12 < COSMODROME> it was scanning all night 15:13 < COSMODROME> this is my last line [DBG] LNWL: Failed to process consensus server notification (name: `blockconnected`, detail: `failed to store sync information 0000000000000000000d2a8712db853f0b5c87caff010517f8a82d2cf040af2f: failed to fetch block hash for height 540402: couldn't get hash from database`) 15:13 < COSMODROME> is it rebuilding the db? 15:20 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 15:30 < molz> COSMODROME, you said this to roasbeef: everythign was running smooth after we chatted 15:30 < molz> it was running smooth .. what happened then? 15:36 < molz> COSMODROME, if you want to go back to previous commit before the update, you can, use "git reflog" 15:39 < COSMODROME> molz then i saw new build and git pulled make make install and it started. Now i see this 15:40 < COSMODROME> i might do git reflog 15:40 -!- bitconner [~conner@68.201.237.117] has joined #lnd 15:41 < COSMODROME> molz where can is see version history 15:41 < COSMODROME> i met in github 15:42 < COSMODROME> found https://github.com/lightningnetwork/lnd/commits/master 15:44 < COSMODROME> So if i want fb95858 HEAD@{2}: pull: Fast-forward 15:45 < COSMODROME> i need to somehow set head to this pointer? 15:46 < molz> you type 'git reflog' and find the commit before the last one that you download to update, and then do "git checkout " 15:46 < molz> make && make install 15:46 < COSMODROME> can i do git branch recover-branch fb95858 15:46 < COSMODROME> ohh 15:46 < COSMODROME> ok 15:47 -!- valwal [~quassel@64-71-8-130.static.wiline.com] has joined #lnd 15:48 < COSMODROME> git checkout fb95858 HEAD is now at fb95858... Merge pull request #1740 from valentinewallace/fix-historical-ntfns-reorg-test 15:49 < COSMODROME> do i need to merge ? 15:59 < molz> eh? 16:08 -!- Pioklo__ [~Pioklo@ip-91.246.67.87.skyware.pl] has quit [Ping timeout: 240 seconds] 16:19 < COSMODROME> when i run git checkout fb95858 it tell me HEAD is now at fb95858... Merge pull request #1740 from valentinewallace/fix-historical-ntfns-reorg-test 16:28 < molz> it doesn't tell you to merge anything 16:29 < molz> you're not a dev right? 16:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 16:57 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 17:15 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 17:16 < COSMODROME> no i'm not 17:16 < COSMODROME> git pull ->>> You are not currently on a branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull 17:17 < COSMODROME> as i set header for fb95858 i did git pull 17:17 < molz> please read what i said again 17:21 -!- kev433 [55a72847@gateway/web/freenode/ip.85.167.40.71] has joined #lnd 17:22 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 245 seconds] 17:24 -!- bitconner [~conner@68.201.237.117] has joined #lnd 17:27 < molz> roasbeef, which commit is the one that creates the migration this time? 17:32 < qubenix> COSMODROME: it's not telling you to merge, it's telling you that merge is the past event you just switched to. 17:32 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 240 seconds] 17:33 < molz> roasbeef, i guess this is the one: https://github.com/lightningnetwork/lnd/commit/85ea08fd1769ed168072193d9747a3ce9e41cc6b ? 17:34 -!- grafcaps [~haroldbr@107.147.180.171] has joined #lnd 17:35 -!- bitconner [~conner@68.201.237.117] has joined #lnd 17:35 < lndbot> did you have a problem with it? 17:36 -!- kev433 [55a72847@gateway/web/freenode/ip.85.167.40.71] has quit [Quit: Page closed] 17:38 < molz> wilmer, me? no, but i haven't updated the mainnet node yet, only testnet nodes 17:38 < lndbot> gotcha, yeah that’s the migration tho 17:38 < lndbot> pretty important one 17:39 -!- grafcaps [~haroldbr@107.147.180.171] has quit [Ping timeout: 240 seconds] 17:39 < molz> wilmer, i was just curious how far back this migration was already done and COSMO is only going back to the commit after this migration :D going to be surprised lol 17:45 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 252 seconds] 17:47 -!- bitconner [~conner@68.201.237.117] has joined #lnd 17:54 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 272 seconds] 18:15 -!- polydin [~delphi@47.150.225.231] has joined #lnd 18:20 -!- polydin [~delphi@47.150.225.231] has quit [Ping timeout: 244 seconds] 18:36 -!- COSMODROME [4b50b4fc@gateway/web/freenode/ip.75.80.180.252] has quit [Ping timeout: 252 seconds] 18:42 -!- COSMODROME [4b50b4fc@gateway/web/freenode/ip.75.80.180.252] has joined #lnd 18:43 < COSMODROME> baCK 20:54 -!- bitconner [~conner@68.201.237.117] has joined #lnd 20:58 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 240 seconds] 21:21 -!- valwal [~quassel@64-71-8-130.static.wiline.com] has quit [Ping timeout: 252 seconds] 21:30 -!- botka [~nodebot@static.171.39.76.144.clients.your-server.de] has quit [Remote host closed the connection] 21:31 -!- botka [~nodebot@static.171.39.76.144.clients.your-server.de] has joined #lnd 21:43 -!- botka [~nodebot@static.171.39.76.144.clients.your-server.de] has quit [Remote host closed the connection] 21:43 -!- botka [~nodebot@static.171.39.76.144.clients.your-server.de] has joined #lnd 22:08 -!- grafcaps [~haroldbr@71.46.110.193] has joined #lnd 22:12 -!- grafcaps [~haroldbr@71.46.110.193] has quit [Ping timeout: 245 seconds] 22:54 -!- bitconner [~conner@68.201.237.117] has joined #lnd 22:59 -!- bitconner [~conner@68.201.237.117] has quit [Ping timeout: 252 seconds] 23:52 -!- grafcaps [~haroldbr@71.46.110.193] has joined #lnd