--- Day changed Sun Sep 16 2018 00:17 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #lnd 00:21 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Ping timeout: 245 seconds] 00:24 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 00:28 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 00:56 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 01:01 < e4xit> with the 0.5 lnd macaroon location change do we have to manually move the macaroons to the new location or will they get copied automatically? My node seems to be takinga long time on "Migrating database to properly prune edge update index" and I wonder if its tuck becuase I didn't move these manually...? 01:02 < e4xit> Oh just read above from Talkless and lndbot about it taking a few hours... I will assume all find for now then and leave it be 01:12 -!- gwidion_ [~gwidion_@199.116.118.166] has joined #lnd 01:13 -!- gwidion_ [~gwidion_@199.116.118.166] has quit [Remote host closed the connection] 02:03 -!- EagleTM [~EagleTM@83.97.23.45] has joined #lnd 02:24 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 02:29 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 02:55 -!- bluemeanie8 [~bluemeani@171.241.40.218] has joined #lnd 02:58 -!- bluemeanie8 [~bluemeani@171.241.40.218] has quit [Remote host closed the connection] 03:02 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 272 seconds] 03:17 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has joined #lnd 03:17 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 03:21 < Talkless> Hi, have anyone used dropwtxmgr tool from btcwallet? 03:51 < Talkless> https://github.com/lightningnetwork/lnd/issues/1494#issuecomment-421739976 04:16 -!- froglegstew [d4edb004@gateway/web/freenode/ip.212.237.176.4] has joined #lnd 04:19 < molz> Talkless, i used it on testnet a long time ago 04:19 < Talkless> molz: you just stop lnd, launch tool, and start lnd, that's it? 04:20 < Talkless> assuming building works :)) 04:23 -!- stefan___ [b2cbe996@gateway/web/freenode/ip.178.203.233.150] has joined #lnd 04:24 < molz> Talkless, from what i remember, you find where wallet.db is located 04:25 < molz> and then run dropwtxmgr 04:25 < Talkless> molz: yeah there is example: "$ dropwtxmgr --db ~/.btcwallet/testnet/wallet.db" 04:25 < molz> yes 04:25 < Talkless> but "go get" fails 04:26 < molz> what's the error message? 04:27 < Talkless> molz: https://github.com/lightningnetwork/lnd/issues/1494#issuecomment-421739976 04:27 < Talkless> pasted there 04:29 -!- stefan___ [b2cbe996@gateway/web/freenode/ip.178.203.233.150] has quit [Ping timeout: 252 seconds] 04:38 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 04:52 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has quit [Quit: Leaving] 05:11 -!- froglegstew [d4edb004@gateway/web/freenode/ip.212.237.176.4] has quit [Ping timeout: 252 seconds] 05:17 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 05:20 -!- spreeuw19 [~spreeuw@139.0.43.83] has joined #lnd 05:22 -!- volition [volition@gateway/vpn/privateinternetaccess/volition] has quit [Ping timeout: 252 seconds] 05:23 -!- spreeuw19 [~spreeuw@139.0.43.83] has quit [Remote host closed the connection] 05:31 < Talkless> molz: sorry had to abruptly go offline 05:31 < Talkless> did I miss anything? 05:33 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has quit [Remote host closed the connection] 05:41 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has joined #lnd 05:48 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 05:52 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 05:53 -!- github-lnd [github-lnd@gateway/service/github.com/x-byqziwhjjkkpbhnz] has joined #lnd 05:53 -github-lnd:#lnd- [lnd] roeierez opened pull request #1922: Add value_sat and value_msat to Payment (master...payments_rpc) https://git.io/fA1iO 05:53 -!- github-lnd [github-lnd@gateway/service/github.com/x-byqziwhjjkkpbhnz] has left #lnd [] 06:02 < molz> Talkless, hm im not sure why you export GOPATH 06:02 < molz> Talkless, from what i know, if you have dropwtxmgr installed, you just run it, if you don't have it installed then install it first 06:03 < molz> and do you have your .lnd in root? 06:09 < molz> Talkless, cd $GOPATH/src/github.com/roasbeef/btcwallet/cmd/dropwtxmgr 06:09 < molz> dropwtxmgr --db ~/.lnd/data/chain/bitcoin/mainnet/wallet.db 06:09 < molz> (for mainnet) 06:10 < molz> hm let me look in btcsuite directory 06:11 < molz> wondering if we still use dropwtxmgr from roasbeef directory 06:14 < molz> ok i don't have btcwallet in this directory: :~/gocode/src/github.com/btcsuite/btcd$ 06:14 < molz> so i guess i need to install btcwallet and then install dropwtxmgr 06:14 < molz> i think that's how you do it 06:20 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has joined #lnd 06:23 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has quit [Client Quit] 06:23 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has joined #lnd 06:26 < waxwing> molz, was gonna say i don't even see dropwtxmgr in btcwallet 06:26 < waxwing> yes btcwallet is separate from btcd 06:27 < waxwing> in btcsuite, but i don't see dropwtxmgr, just wtxmgr, but didn't look too carefully 06:28 < molz> i don't have btcwallet in btcsuite, let me install it and see 06:31 < molz> yep now i have it in this directory: :~/gocode/src/github.com/btcsuite/btcwallet/cmd$ 06:32 < molz> so to use dropwtxmgt, you need to do: cd $GOPATH/src/github.com/btcsuite/btcwallet/cmd/dropwtxmgr 06:32 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has quit [Read error: Connection reset by peer] 06:32 < molz> and then do: dropwtxmgr --db ~/.lnd/data/chain/bitcoin/mainnet/wallet.db 06:34 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has joined #lnd 06:51 < Talkless> molz: how can I use $GOPATH without exporting it? 06:52 < Talkless> I download packages with root, but lnd runs as lnd user. I don't want lnd user to own sources/executables. 06:52 < Talkless> although downloading & building as root is also not really good 06:52 -!- yoink [~yoink@unaffiliated/yoink] has quit [Quit: WeeChat 0.4.2] 06:57 < Talkless> waxwing: you mentioned btcd. I guess dropwtxmgr will only deal with lnd wallet, without having anything to do with the fact that I use bitcoind? 06:57 < waxwing> Talkless, as you can see from the above i have no idea about dropwtxmgr, sorry 06:57 < Talkless> oh ok. 07:01 < Talkless> molz: dropwtxmgr only has main.go, it's not built? 07:01 < Talkless> ~/lnd.go/src/github.com/btcsuite/btcwallet/cmd/dropwtxmgr$ ls 07:01 < Talkless> main.go 07:11 < molz> Talkless, yes, that's all you see 07:11 < molz> then just run: dropwtxmgr --db ~/.lnd/data/chain/bitcoin/mainnet/wallet.db 07:11 < molz> or testnet: dropwtxmgr --db ~/.lnd/data/chain/bitcoin/testnet/wallet.db 07:12 < molz> then it will ask if you want to drop all namespace, answer "y" 07:12 < molz> then restart your lnd 07:12 < Talkless> molz: I now have /home/lnd/lnd.go/bin/dropwtxmgr somehow :) 07:17 -!- sfhi [~sfhi@1e.94.7a9f.ip4.static.sl-reverse.com] has quit [Quit: Leaving] 07:17 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has quit [Read error: Connection reset by peer] 07:20 < Talkless> molz: restarted lnd, now I guess it's rescanning? It's stuck on "Waiting for chain backend to finish sync". Last time it finished within 0.1s :) 07:20 -!- sh_smith [~sh_smith@cpe-76-174-26-91.socal.res.rr.com] has joined #lnd 07:21 < Talkless> Started rescan from block 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60 07:21 < Talkless> a8ce26f (height 0) for 148 addresses 07:21 < Talkless> height 0 oh boy :D 07:22 < Talkless> ok, gonna leave it do it's job then. 07:22 < molz> lol 07:22 < molz> yea 07:22 < molz> i think probably when you did "go get" it was intalled in /home/username/goprojectname/bin/dropwtxmgr 07:23 < molz> i just looked at the same files on my windows and it's not in /bin, so i guess i will have to run 'go get' 07:24 < Talkless> I installed glied, dide glide install, go install, and it kinda worked out. Just checke https://github.com/btcsuite/btcwallet/blob/master/README.md 07:24 < Talkless> checked* 07:25 * Talkless away 07:39 < molz> ah yes.. i forgot that the late comers to lnd don't have to install glide, we used to use glide before "make" got in lnd 07:40 < molz> i mean "dep" 07:40 -!- froglegstew [d4edb004@gateway/web/freenode/ip.212.237.176.4] has joined #lnd 08:01 -!- jamesbvaughan [~jamesbvau@ip152c203.banglalionwimax.com] has joined #lnd 08:10 -!- jamesbvaughan [~jamesbvau@ip152c203.banglalionwimax.com] has quit [Ping timeout: 244 seconds] 08:12 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #lnd 08:14 < Talkless> oh I see molz. I am not familar with all this go ecosystem at all. 08:25 < molz> Talkless, i'm learning very slowly, it can make you go-nutz :D 08:25 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 08:30 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 272 seconds] 08:57 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 09:02 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 09:20 -!- freerko [5c7447db@gateway/web/freenode/ip.92.116.71.219] has joined #lnd 09:34 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 09:35 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #lnd 09:48 -!- maurris [~maurris@unaffiliated/maurris] has quit [Ping timeout: 246 seconds] 09:49 -!- maurris [~maurris@unaffiliated/maurris] has joined #lnd 09:58 -!- coderanger4 [~coderange@177.41.115.93.dynamic.adsl.gvt.net.br] has joined #lnd 09:59 < froglegstew> question : I force closed a channel with an unresponsive node, blocks_until_maturity reached 0, lnd broadcasted a sweep transaction. I'll get my testnet coins back in 6 blocks? 10:03 -!- coderanger4 [~coderange@177.41.115.93.dynamic.adsl.gvt.net.br] has quit [Remote host closed the connection] 10:07 < lndbot> If you’re sweeping a CSV constrained output then you sweep it back to a normal output 10:07 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #lnd 10:09 -!- freerko [5c7447db@gateway/web/freenode/ip.92.116.71.219] has quit [Quit: Page closed] 10:12 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 10:17 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 10:18 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 10:25 < froglegstew> alexbosworth: Makes sense! channel was created by autopilot 10:44 -!- deusexbeer [~deusexbee@079-170-138-074-dynamic-pool-adsl.wbt.ru] has joined #lnd 11:02 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 11:20 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 11:20 -!- froglegstew [d4edb004@gateway/web/freenode/ip.212.237.176.4] has quit [Ping timeout: 252 seconds] 11:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 11:36 -!- volition [volition@gateway/vpn/privateinternetaccess/volition] has joined #lnd 11:55 -!- volition [volition@gateway/vpn/privateinternetaccess/volition] has quit [Ping timeout: 252 seconds] 11:55 -!- volition_ [volition@gateway/vpn/privateinternetaccess/volition] has joined #lnd 11:59 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:14 -!- deusexbeer [~deusexbee@079-170-138-074-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 240 seconds] 12:15 -!- deusexbeer [~deusexbee@095-129-169-109-dynamic-pool-adsl.wbt.ru] has joined #lnd 12:27 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 252 seconds] 12:41 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:42 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 12:50 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 12:51 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 12:53 -!- l3x_ [883bcf29@gateway/web/freenode/ip.136.59.207.41] has joined #lnd 12:56 -!- l3x_ [883bcf29@gateway/web/freenode/ip.136.59.207.41] has quit [Client Quit] 12:56 -!- lex [~lex@136.59.207.41] has joined #lnd 12:56 -!- lex is now known as Guest24459 13:01 -!- squisher24 [~squisher@119.42.121.144] has joined #lnd 13:05 -!- Guest24459 [~lex@136.59.207.41] has quit [] 13:05 -!- lex [~lex@136.59.207.41] has joined #lnd 13:06 -!- Jens8 [~Jens@ANantes-656-1-252-188.w2-1.abo.wanadoo.fr] has joined #lnd 13:06 -!- lex is now known as Guest54813 13:06 -!- squisher24 [~squisher@119.42.121.144] has quit [Remote host closed the connection] 13:07 -!- Guest54813 [~lex@136.59.207.41] has quit [Client Quit] 13:07 -!- lex [~lex@136.59.207.41] has joined #lnd 13:08 -!- lex is now known as Guest6475 13:08 -!- Jens8 [~Jens@ANantes-656-1-252-188.w2-1.abo.wanadoo.fr] has quit [Remote host closed the connection] 13:13 -!- Guest6475 [~lex@136.59.207.41] has quit [] 13:13 -!- lex [~lex@136.59.207.41] has joined #lnd 13:14 -!- lex is now known as Guest81490 13:14 -!- Guest81490 [~lex@136.59.207.41] has quit [Client Quit] 13:24 -!- l3x_ [883bcf29@gateway/web/freenode/ip.136.59.207.41] has joined #lnd 13:25 -!- volition_ [volition@gateway/vpn/privateinternetaccess/volition] has quit [Ping timeout: 240 seconds] 13:28 -!- l3x_ [883bcf29@gateway/web/freenode/ip.136.59.207.41] has quit [Client Quit] 13:29 -!- l3xx [883bcf29@gateway/web/freenode/ip.136.59.207.41] has joined #lnd 13:40 -!- lnostdal [~lnostdal@77.70.119.51] has joined #lnd 13:40 -!- EagleTM [~EagleTM@83.97.23.45] has quit [Ping timeout: 272 seconds] 13:43 -!- cryptodechange [~cryptodec@host86-163-78-115.range86-163.btcentralplus.com] has quit [Quit: ZNC - http://znc.in] 13:53 -!- cryptodechange [~cryptodec@host86-163-78-115.range86-163.btcentralplus.com] has joined #lnd 13:59 -!- l3xx [883bcf29@gateway/web/freenode/ip.136.59.207.41] has quit [Ping timeout: 252 seconds] 14:24 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 14:51 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 14:56 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has joined #lnd 14:56 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 252 seconds] 15:05 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 15:05 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 15:20 -!- mdrollette [~mdrollett@feynman.drollette.com] has quit [Quit: ZNC 1.7.1 - https://znc.in] 15:20 -!- mdrollette [~mdrollett@feynman.drollette.com] has joined #lnd 15:21 -!- EagleTM [~EagleTM@x55b57144.dyn.telefonica.de] has joined #lnd 15:21 -!- Eagle[TM] [~EagleTM@83.97.23.45] has joined #lnd 15:25 -!- EagleTM [~EagleTM@x55b57144.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 15:34 -!- eamonnw [eamonnw@faeroes.sdf.org] has quit [Remote host closed the connection] 15:38 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:39 < waxwing> roasbeef, does anyone use #btcd here? anyway i've basically finished this: https://github.com/btcsuite/btcutil/pull/126 , i'm wondering how to activate travis though, it doesn't trigger and i can't figure out why from the *yml or anything else. probably being dense. 15:43 -!- eamonnw [eamonnw@faeroes.sdf.org] has joined #lnd 15:58 -!- spinza [~spin@155.93.246.187] has joined #lnd 16:05 -!- Eagle[TM] [~EagleTM@83.97.23.45] has quit [Ping timeout: 252 seconds] 16:23 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 256 seconds] 16:25 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 16:47 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 16:58 -!- bitconner [~conner@136.24.75.118] has joined #lnd 17:02 -!- bitconner [~conner@136.24.75.118] has quit [Ping timeout: 252 seconds] 17:03 -!- bitconner [~conner@136.24.75.118] has joined #lnd 17:09 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has quit [Quit: colatkinson] 17:12 -!- bitconner [~conner@136.24.75.118] has quit [Ping timeout: 244 seconds] 17:17 -!- bitconner [~conner@136.24.75.118] has joined #lnd 17:26 -!- bitconner [~conner@136.24.75.118] has quit [Ping timeout: 240 seconds] 17:31 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 272 seconds] 17:37 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 17:41 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 244 seconds] 18:45 -!- bitconner [~conner@136.24.75.118] has joined #lnd 19:33 <@roasbeef> waxwing: btcutil doesn't have travis atm lol 19:33 <@roasbeef> yeh the migration thing seems to be a bit inefficient, we realized there was an edge case in the prior one 19:33 <@roasbeef> but we know how to speed it up, will prob have a version to make it a bit faster tomorrow 19:33 <@roasbeef> only those that were on the first few commits past 0.4.2 actually needed the migration fwiw 19:37 -!- weechat4 [~weechat@118-86-185-36.kakt.j-cnet.jp] has joined #lnd 19:45 -!- drexl_ [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Ping timeout: 244 seconds] 19:55 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has joined #lnd 20:03 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 20:04 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 20:05 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] 20:05 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has joined #lnd 20:18 -!- chewbranca26 [~chewbranc@211.38.100.27] has joined #lnd 20:22 -!- chewbranca26 [~chewbranc@211.38.100.27] has quit [Remote host closed the connection] 20:28 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 20:35 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has quit [Quit: colatkinson] 20:36 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has joined #lnd 21:40 -!- colatkinson [~colatkins@pool-108-14-231-114.nycmny.fios.verizon.net] has quit [Quit: colatkinson] 21:57 -!- github-lnd [github-lnd@gateway/service/github.com/x-cnfwelherosfgmzp] has joined #lnd 21:57 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #1925: channeldb/migrations: improve performance of edge update migration (master...migration-efficiency) https://git.io/fAMId 21:57 -!- github-lnd [github-lnd@gateway/service/github.com/x-cnfwelherosfgmzp] has left #lnd [] 22:07 -!- RayTracer2 [~RayTracer@119.198.177.69] has joined #lnd 22:10 -!- RayTracer2 [~RayTracer@119.198.177.69] has quit [Remote host closed the connection] 22:14 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #lnd 22:24 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 272 seconds]