--- Day changed Thu Jan 17 2019 00:36 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has joined #lnd 00:42 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 256 seconds] 00:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 00:44 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 00:45 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 00:58 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 00:58 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 01:03 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Client Quit] 01:03 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 01:44 -!- foureighttwonine [~foureight@185.200.116.211] has quit [Quit: foureighttwonine] 01:53 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 01:53 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 01:58 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Client Quit] 01:58 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 02:26 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 250 seconds] 02:29 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 02:50 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 02:58 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 02:58 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 03:03 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Client Quit] 03:03 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 03:08 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 03:08 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 03:13 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Client Quit] 03:13 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 03:18 -!- Nikos__ [uid341764@gateway/web/irccloud.com/x-bbqcaigvbnxwwfos] has quit [Quit: Connection closed for inactivity] 03:33 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 03:33 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 03:38 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Client Quit] 03:38 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 04:03 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 04:03 -!- github-lnd [github-lnd@gateway/service/github.com/x-zwszjvaeptxuqwzd] has joined #lnd 04:03 -github-lnd:#lnd- [lnd] halseth opened pull request #2493: [trivial] Validate addresses before writing them to DB (master...tor-addr-sanity-check) https://git.io/fh8oj 04:03 -!- github-lnd [github-lnd@gateway/service/github.com/x-zwszjvaeptxuqwzd] has left #lnd [] 04:03 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 04:05 -!- kim0 [uid105149@ubuntu/member/kim0] has joined #lnd 04:13 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Quit: farmerwampum] 04:13 -!- farmerwampum [~farmerwam@162.219.178.10] has joined #lnd 04:19 < e4xit> when creating a python gRPC client is there any way to reduce the google dependency size? Current advice is to install dependencies "grpcio grpcio-tools googleapis-common-protos" and then to clone "https://github.com/googleapis/googleapis.git" but that repo is 145MB which seems prety wasteful to have to take in full... 04:29 -!- notmike [uid209547@gateway/web/irccloud.com/x-fwknbdnyxetwlwyl] has joined #lnd 04:38 -!- farmerwampum__ [~farmerwam@104.129.29.34] has joined #lnd 04:41 -!- farmerwampum [~farmerwam@162.219.178.10] has quit [Ping timeout: 258 seconds] 04:41 -!- farmerwampum_ [~wampum@162.219.178.10] has quit [Ping timeout: 258 seconds] 04:42 -!- farmerwampum [~wampum@104.129.29.34] has joined #lnd 04:51 < molz> only 145MB? 05:02 < e4xit> molz: what do you mean? 05:05 < booyah> that sounds like a lot 05:08 < e4xit> after following the directions here, https://github.com/lightningnetwork/lnd/blob/master/docs/grpc/python.md, i have a 345MB directory! 05:09 < e4xit> about 200 is venv though, but the remainder still seems problematic to me 05:09 < molz> booyah, i've seen worse, that's not a lot to me 05:13 < molz> e4xit, create your own gRPC in your language 05:13 < molz> problem solved! 05:13 < e4xit> dependencies "grpcio grpcio-tools googleapis-common-protos" are about 107MB, the googleapi repo is an additional 145MB 05:13 < e4xit> easy! 05:14 < molz> i've seen your complaints only here, let's see something better :P 05:15 < e4xit> do you mean i only come here to complain? 05:23 < e4xit> ok nvm, i reduce it to 126MB now anyway. Maybe i can do some more too... 05:24 < Veggen> mm, probably you can reduce it a lot manually. 05:25 < e4xit> yeah I think that what I will do. Going to see which files are accessed when i run things using `find -anewer` to start 05:28 -!- farmerwampum__ [~farmerwam@104.129.29.34] has quit [Quit: farmerwampum__] 05:28 -!- farmerwampum_ [~farmerwam@104.129.29.34] has joined #lnd 05:31 < molz> can you delete it even after you get the executable? 05:33 -!- farmerwampum_ [~farmerwam@104.129.29.34] has quit [Client Quit] 05:34 < e4xit> I think after i generate the python RPC modules i can delete quite a lot 05:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-udjnjmurceszbfct] has joined #lnd 05:41 -github-lnd:#lnd- [lnd] halseth opened pull request #2494: [trivial] build lnd-itest before flakehunting (master...make-flakehunter-build-itest) https://git.io/fh8yx 05:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-udjnjmurceszbfct] has left #lnd [] 05:43 -!- github-lnd [github-lnd@gateway/service/github.com/x-shlnmgfxowzeyyfn] has joined #lnd 05:43 -github-lnd:#lnd- [lnd] halseth opened pull request #2495: [trivial] lnd_test: don't shadow predErr (master...itest-dont-shadow-prederr) https://git.io/fh8Sm 05:43 -!- github-lnd [github-lnd@gateway/service/github.com/x-shlnmgfxowzeyyfn] has left #lnd [] 05:44 -!- github-lnd [github-lnd@gateway/service/github.com/x-zqcqcurypjhaaing] has joined #lnd 05:44 -github-lnd:#lnd- [lnd] halseth opened pull request #2496: [trivial] lntest/node: print amounts in same format (master...itest-print-btc-amount) https://git.io/fh8SC 05:44 -!- github-lnd [github-lnd@gateway/service/github.com/x-zqcqcurypjhaaing] has left #lnd [] 05:45 -!- github-lnd [github-lnd@gateway/service/github.com/x-xwisdkxlqbasarso] has joined #lnd 05:45 -github-lnd:#lnd- [lnd] joostjager opened pull request #2497: lnrpc: deprecate QueryRoutes with more than one route (master...querysingleroute) https://git.io/fh8S8 05:45 -!- github-lnd [github-lnd@gateway/service/github.com/x-xwisdkxlqbasarso] has left #lnd [] 05:54 -!- gethh [uid264798@gateway/web/irccloud.com/x-ggacmdbfpgwgjpll] has quit [Quit: Connection closed for inactivity] 05:57 -!- aielima [~aielima@gateway/tor-sasl/aielima] has joined #lnd 06:11 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:20 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 06:33 -!- cluelessperson_ [~cluelessp@2604:4080:1326:83c5:604f:2ff:fe8e:c545] has joined #lnd 06:37 -!- cluelessperson_ [~cluelessp@2604:4080:1326:83c5:604f:2ff:fe8e:c545] has quit [Remote host closed the connection] 06:37 -!- cluelessperson_ [~cluelessp@unaffiliated/cluelessperson] has joined #lnd 06:37 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has quit [Remote host closed the connection] 06:38 -!- zshlyk [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 06:38 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 06:43 -!- github-lnd [github-lnd@gateway/service/github.com/x-rpmxnrjupabjefku] has joined #lnd 06:43 -github-lnd:#lnd- [lnd] joostjager closed pull request #1890: utxonursery: handle remote spends [DO NOT REVIEW] (master...nursery) https://git.io/fAKY6 06:43 -!- github-lnd [github-lnd@gateway/service/github.com/x-rpmxnrjupabjefku] has left #lnd [] 06:54 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 07:10 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Quit: Leaving] 07:11 -!- farmerwampum_ [~wampum@184.75.220.106] has joined #lnd 07:13 -!- farmerwampum [~wampum@104.129.29.34] has quit [Ping timeout: 246 seconds] 07:16 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has joined #lnd 07:32 -!- devdig[m] [devdigmatr@gateway/shell/matrix.org/x-pkggkovtzejgybbd] has quit [Ping timeout: 252 seconds] 07:32 -!- george-angel[m] [georgeange@gateway/shell/matrix.org/x-icyuqwnpcyxcbafz] has quit [Ping timeout: 252 seconds] 07:33 -!- cjd[m] [cjdponiesi@gateway/shell/matrix.org/x-stkdvgykauufizxs] has quit [Ping timeout: 250 seconds] 07:33 -!- anorth [anorthmatr@gateway/shell/matrix.org/x-duoydknaugddjqzi] has quit [Ping timeout: 250 seconds] 07:33 -!- videah[m] [videahself@gateway/shell/matrix.org/x-kkncgcujdtneutdl] has quit [Ping timeout: 260 seconds] 07:33 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 07:33 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-ocyewfsduiqzmcwg] has quit [Ping timeout: 252 seconds] 07:33 -!- interfect[m] [interfectm@gateway/shell/matrix.org/x-xpbbzrdtzjxjbytq] has quit [Ping timeout: 264 seconds] 07:33 -!- kkt2MartinPospch [kkt2matrix@gateway/shell/matrix.org/x-atylforwunrivcnw] has quit [Ping timeout: 264 seconds] 07:33 -!- cjd[m] [cjdponiesi@gateway/shell/matrix.org/x-kvhawwskovxtniin] has joined #lnd 07:35 -!- devdig[m] [devdigmatr@gateway/shell/matrix.org/x-hzgienudygntjsjk] has joined #lnd 07:37 -!- george-angel[m] [georgeange@gateway/shell/matrix.org/x-qepdblzkbkonweqy] has joined #lnd 07:38 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #lnd 07:40 -!- videah[m] [videahself@gateway/shell/matrix.org/x-luxcwiueunofjxzy] has joined #lnd 07:40 -!- kkt2MartinPospch [kkt2matrix@gateway/shell/matrix.org/x-mbsdfyxsmkxinqqb] has joined #lnd 07:41 -!- interfect[m] [interfectm@gateway/shell/matrix.org/x-lbqsiuwpsypqxokx] has joined #lnd 07:42 -!- manuvh [b21b94c9@gateway/web/freenode/ip.178.27.148.201] has joined #lnd 07:43 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-uiwhflvpjsxxcvvm] has joined #lnd 07:43 -!- anorth [anorthmatr@gateway/shell/matrix.org/x-lfpmeahtlibkawzf] has joined #lnd 07:58 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Quit: farmerwampum] 07:58 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 08:03 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 08:03 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Client Quit] 08:03 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 08:08 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has joined #lnd 08:11 -!- manuvh [b21b94c9@gateway/web/freenode/ip.178.27.148.201] has quit [Quit: Page closed] 08:13 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has quit [Ping timeout: 252 seconds] 08:33 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Quit: farmerwampum] 08:33 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has joined #lnd 08:33 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 08:43 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Quit: farmerwampum] 08:46 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 08:48 -!- aielima [~aielima@gateway/tor-sasl/aielima] has quit [Remote host closed the connection] 08:48 -!- aielima [~aielima@gateway/tor-sasl/aielima] has joined #lnd 08:54 -!- jimmymow [~jimmymow@50-77-133-30-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 08:59 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Quit: farmerwampum] 09:01 -!- farmerwampum_ [~wampum@184.75.220.106] has quit [Read error: Connection reset by peer] 09:01 -!- farmerwampum [~wampum@184.75.220.106] has joined #lnd 09:04 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:15 -!- farmerwampum [~wampum@184.75.220.106] has quit [Remote host closed the connection] 09:15 -!- farmerwampum [~wampum@184.75.220.106] has joined #lnd 09:18 -!- farmerwampum [~wampum@184.75.220.106] has quit [Remote host closed the connection] 09:25 -!- crowline [c4d1da05@gateway/web/freenode/ip.196.209.218.5] has joined #lnd 09:25 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 09:26 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:28 -!- crowline [c4d1da05@gateway/web/freenode/ip.196.209.218.5] has quit [Client Quit] 09:35 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 09:36 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:36 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Client Quit] 09:37 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 09:37 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 09:44 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 09:45 -!- thomasan_ [~thomasand@172.83.40.67] has joined #lnd 09:45 -!- farmerwampum [~farmerwam@184.75.220.106] has left #lnd [] 09:59 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 09:59 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 10:02 -!- deusexbeer [~deusexbee@095-129-170-047-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 250 seconds] 10:02 -!- deusexbeer [~deusexbee@080-250-075-168-dynamic-pool-adsl.wbt.ru] has joined #lnd 10:03 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Client Quit] 10:03 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 10:13 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has quit [Remote host closed the connection] 10:18 -!- farmerwampum [~farmerwam@184.75.220.106] has quit [Quit: farmerwampum] 10:22 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 10:23 -!- farmerwampum [~farmerwam@184.75.220.106] has left #lnd [] 10:51 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 240 seconds] 10:52 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has joined #lnd 11:19 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 11:32 -!- kim0 [uid105149@ubuntu/member/kim0] has quit [Quit: Connection closed for inactivity] 11:34 -!- rabidus [~rabidus@85-23-137-40.bb.dnainternet.fi] has quit [Ping timeout: 250 seconds] 11:36 -!- rabidus [~rabidus@85-23-137-40.bb.dnainternet.fi] has joined #lnd 12:06 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 12:21 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:45 -!- trotski2000 [sid206086@gateway/web/irccloud.com/x-kwdkgdsfuwizoile] has quit [Quit: Connection closed for inactivity] 13:06 -!- manantial [~tecnecio@unaffiliated/manantial] has quit [Remote host closed the connection] 13:22 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 13:54 -!- gethh [uid264798@gateway/web/irccloud.com/x-qczwqbeylymcxpjr] has joined #lnd 14:01 -!- libertyprime [~libertypr@66.87.69.111.dynamic.snap.net.nz] has joined #lnd 14:13 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 14:17 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 258 seconds] 14:18 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 14:23 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 14:24 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 14:45 -!- aielima [~aielima@gateway/tor-sasl/aielima] has quit [Remote host closed the connection] 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Read error: Connection reset by peer] 15:03 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 15:11 -!- thomasan_ [~thomasand@172.83.40.67] has joined #lnd 15:13 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 258 seconds] 15:15 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 16:07 <@roasbeef> test 16:07 <@roasbeef> top kek 16:10 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 16:12 < molz> roasbeef, how to test “static channel backup”? there're several pr's 16:12 <@roasbeef> keep an eye on the main one 16:12 <@roasbeef> will comment tehre once it's all testable 16:12 < molz> is this the main one: https://github.com/lightningnetwork/lnd/pull/2313 16:12 <@roasbeef> broke it up into smaller PRs to make it easier to review 16:22 -!- thomasan_ [~thomasand@172.83.40.67] has joined #lnd 16:23 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 16:32 -!- github-lnd [github-lnd@gateway/service/github.com/x-iputowfihbryuzjb] has joined #lnd 16:32 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2489: docs: better instructions for installing go-lang on Linux (master...better-golang-install-instructions) https://git.io/fh8Tv 16:32 -!- github-lnd [github-lnd@gateway/service/github.com/x-iputowfihbryuzjb] has left #lnd [] 16:33 -!- github-lnd [github-lnd@gateway/service/github.com/x-oaipeualxjkcdorg] has joined #lnd 16:33 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #2402: docs/INSTALL.md: update Go installation options for Linux (master...update-install-directions) https://git.io/fhmmv 16:33 -!- github-lnd [github-lnd@gateway/service/github.com/x-oaipeualxjkcdorg] has left #lnd [] 16:40 -!- Kostenko [~Kostenko@bl5-167-188.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 16:43 -!- asoltys [~adam@115.96.198.104.bc.googleusercontent.com] has quit [Ping timeout: 245 seconds] 16:44 -!- asoltys [~adam@115.96.198.104.bc.googleusercontent.com] has joined #lnd 16:51 -!- github-lnd [github-lnd@gateway/service/github.com/x-beerfkgsytvokaij] has joined #lnd 16:51 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #2499: docs: add new section to contribution guidelines for go mod replace (master...code-cont-replace) https://git.io/fh4QB 16:51 -!- github-lnd [github-lnd@gateway/service/github.com/x-beerfkgsytvokaij] has left #lnd [] 16:54 -!- notmike [uid209547@gateway/web/irccloud.com/x-fwknbdnyxetwlwyl] has quit [Quit: Connection closed for inactivity] 16:54 -!- Kostenko [~Kostenko@185.183.106.227] has joined #lnd 16:56 -!- github-lnd [github-lnd@gateway/service/github.com/x-jrcyzzisjiozxyaq] has joined #lnd 16:56 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #2500: server: require the DLP bit for all incoming/outgoing connections (master...mandatory-dlp) https://git.io/fh4Qo 16:56 -!- github-lnd [github-lnd@gateway/service/github.com/x-jrcyzzisjiozxyaq] has left #lnd [] 16:57 -!- pioklo [Pioklo@ip-91.246.70.194.skyware.pl] has quit [Ping timeout: 268 seconds] 17:22 < melvster> Caught up to height 780000 17:22 < melvster> does anyone know the current height ? 17:23 < melvster> ooh it's the testnet height so 140k 17:26 -!- github-lnd [github-lnd@gateway/service/github.com/x-whebnpxtsbhocwei] has joined #lnd 17:26 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #2501: htlcswitch: batch preimage writes/consistency fix (master...batch-preimage-writes) https://git.io/fh45I 17:26 -!- github-lnd [github-lnd@gateway/service/github.com/x-whebnpxtsbhocwei] has left #lnd [] 17:30 < molz> testnet height is over 1.4 million 17:31 < molz> Current number of blocks: 1452893 17:36 <@roasbeef> [6~[6~[6~:o 17:47 < melvster> molz, got it thanks! 17:53 -!- botka1 [~nodebot@static.171.39.76.144.clients.your-server.de] has joined #lnd 17:53 -!- StopAndDecrypt_ [~StopAndDe@pool-141-155-179-159.nycmny.fios.verizon.net] has joined #lnd 17:55 -!- achow101_ [~achow101@unaffiliated/achow101] has joined #lnd 17:55 -!- Beast_ [~quassel@220.117.120.61] has joined #lnd 17:55 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #lnd 17:56 -!- azi`_ [~foo@odisej.fmf.uni-lj.si] has joined #lnd 17:56 -!- asoltys_ [~adam@115.96.198.104.bc.googleusercontent.com] has joined #lnd 17:57 -!- bauerj_ [~bauerj@unaffiliated/bauerj] has joined #lnd 17:58 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Disconnected by services] 17:58 -!- achow101_ is now known as achow101 18:00 -!- Netsplit *.net <-> *.split quits: azi`, jpe, asoltys, bauerj, rafalcpp_, botka, Beast, StopAndDecrypt 18:03 -!- Netsplit over, joins: jpe 18:08 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 18:21 -!- lcpfnvcy [~mememe@196.201.6.216] has quit [Ping timeout: 260 seconds] 18:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 18:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #lnd 18:48 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 246 seconds] 18:50 -!- lcpfnvcy [~mememe@196.201.6.216] has joined #lnd 18:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 272 seconds] 19:22 -!- github-lnd [github-lnd@gateway/service/github.com/x-ezxtrddlkpmdqxaz] has joined #lnd 19:22 -github-lnd:#lnd- [lnd] cfromknecht pushed 2 new commits to master: https://git.io/fh4N5 19:22 -github-lnd:#lnd- lnd/master 4cbc6e6 Johan T. Halseth: make: build lnd-itest before flakehunting 19:22 -github-lnd:#lnd- lnd/master 7e1b399 Conner Fromknecht: Merge pull request #2494 from halseth/make-flakehunter-build-itest... 19:22 -!- github-lnd [github-lnd@gateway/service/github.com/x-ezxtrddlkpmdqxaz] has left #lnd [] 19:38 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 19:55 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 19:56 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lnd 20:37 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 20:37 -!- github-lnd [github-lnd@gateway/service/github.com/x-faysyvgeybrbwakj] has joined #lnd 20:37 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #2502: build: update deps for btcd+btcwallet+neutrino+btcutil (master...update-deps) https://git.io/fhBYq 20:37 -!- github-lnd [github-lnd@gateway/service/github.com/x-faysyvgeybrbwakj] has left #lnd [] 21:19 -!- thomasan_ [~thomasand@172.83.40.67] has joined #lnd 21:26 -!- libertyprime [~libertypr@66.87.69.111.dynamic.snap.net.nz] has quit [Ping timeout: 244 seconds] 21:28 -!- doxxy [~notmike@notmike.io] has quit [Ping timeout: 272 seconds] 21:46 -!- thomasan_ [~thomasand@172.83.40.67] has quit [Remote host closed the connection] 21:48 -!- notmike [~notmike@notmike.io] has joined #lnd 21:52 -!- melvster [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lnd 22:03 -!- libertyprime [~libertypr@101.98.42.91] has joined #lnd 22:04 -!- notmike [~notmike@notmike.io] has quit [Ping timeout: 246 seconds] 22:18 -!- github-lnd [github-lnd@gateway/service/github.com/x-xtjlnvegtkxhaxbu] has joined #lnd 22:18 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #2503: watchtower/wtserver/server: return valid reward script (master...wtserver-reward-script) https://git.io/fhBoX 22:18 -!- github-lnd [github-lnd@gateway/service/github.com/x-xtjlnvegtkxhaxbu] has left #lnd [] 22:21 -!- jkjk [~root@101.132.74.90] has joined #lnd 22:25 -!- notmike [~notmike@notmike.io] has joined #lnd 22:35 -!- libertyprime [~libertypr@101.98.42.91] has quit [Ping timeout: 250 seconds] 22:42 -!- farmerwampum [~farmerwam@184.75.220.106] has joined #lnd 22:43 -!- farmerwampum [~farmerwam@184.75.220.106] has left #lnd [] 22:51 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Ping timeout: 272 seconds] 23:03 < melvster> "payment_error": "payment attempt not completed before timeout of 1m0s", 23:03 < melvster> im seeing this on and off when sending to yalls and satoshis place on testnet 23:03 < melvster> sometimes it works sometimes not 23:04 < melvster> on a raspi 23:04 < melvster> is that normal? 23:16 < melvster> is testnet perhaps slow? 23:20 -!- manantial [~tecnecio@unaffiliated/manantial] has joined #lnd 23:41 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 23:41 -!- jimmymow [~jimmymow@205.178.77.52] has joined #lnd 23:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-btaidtzieappminl] has joined #lnd 23:41 -github-lnd:#lnd- [lnd] Roasbeef opened pull request #2504: build: update release.sh to contain vendor archive + source code (master...vendor-with-release) https://git.io/fhBh0 23:41 -!- github-lnd [github-lnd@gateway/service/github.com/x-btaidtzieappminl] has left #lnd [] 23:42 -!- jimmymow [~jimmymow@205.178.77.52] has quit [Remote host closed the connection] 23:43 -!- bauerj_ is now known as bauerj 23:55 < melvster> routes to the satellite seems quite fast