--- Day changed Sat Aug 25 2018 00:14 -!- valwal [~quassel@50-1-123-199.dsl.dynamic.fusionbroadband.com] has joined #lnd 00:18 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lnd 00:39 -!- wxss [~user@5.187.21.78] has joined #lnd 00:49 -!- bryanvu [~bryanvu@162-227-162-49.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 252 seconds] 01:08 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 01:39 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 01:40 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 01:42 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 02:25 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 02:34 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #lnd 03:02 -!- deusexbeer [~deusexbee@080-250-076-215-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 272 seconds] 03:03 -!- deusexbeer [~deusexbee@095-129-169-207-dynamic-pool-adsl.wbt.ru] has joined #lnd 03:26 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 04:34 -github-onion:#lnd- [lightning-onion] EvertonMelo closed pull request #28: Update -i obfuscation_test.go (master...patch-2) https://git.io/fN00h 04:52 -!- pioklo [~Pioklo@118-40.echostar.pl] has joined #lnd 05:41 -!- as1nc [~as1nc@ax213-1-82-66-157-194.fbx.proxad.net] has joined #lnd 07:26 -!- grafcaps [~haroldbr@209.43.75.251] has joined #lnd 07:39 -!- frib [~dynorsau@51.179.106.11] has joined #lnd 08:00 -!- Guest64013 [~are@61.78.238.65] has joined #lnd 08:02 -!- Guest64013 [~are@61.78.238.65] has quit [Remote host closed the connection] 08:04 -!- frib [~dynorsau@51.179.106.11] has quit [Ping timeout: 252 seconds] 08:35 -!- JavDomGom [55339f24@gateway/web/freenode/ip.85.51.159.36] has joined #lnd 08:35 < JavDomGom> Hi 08:36 < JavDomGom> I have installed and configured an LND node and I am doing some tests in Testnet, but I can not send payments satisfactorily. Can anybody help me? 08:39 < JavDomGom> It's seems that can't find peers 08:40 < JavDomGom> ago 25 13:30:18 RaspiBolt lnd[2031]: 2018-08-25 13:30:18.100 [ERR] CRTR: Attempt to send payment 81d99efa1cde327b9d77b0e00c52f281d14c06dcd3af09ca531ca12bf8eba72c failed: UnknownNextPeer ago 25 13:30:24 RaspiBolt lnd[2031]: 2018-08-25 13:30:24.605 [ERR] CRTR: Attempt to send payment 81d99efa1cde327b9d77b0e00c52f281d14c06dcd3af09ca531ca12bf8eba72c failed: TemporaryChannelFailure(update=(*lnwire.ChannelUpdate)(0x12693d40)({ ago 25 13:30:2 08:43 -!- frib [~dynorsau@51.179.106.11] has joined #lnd 08:46 < JavDomGom> When I list the peers with the comand "lncli listpeers" I found 7 peers 08:50 < waxwing> roasbeef, this and a few similar methods in btcd/wire are not exported, it seems like it could cause some difficulties when i want to serialize/deserialize things to add to PSBTs : https://github.com/btcsuite/btcd/blob/master/wire/msgtx.go#L988 08:50 < waxwing> should i try to work round that, or should i change them to exported (i note WriteTxOut has been exported, there's a note about it just there) 09:13 < molz> JavDomGom, are you trying to open a channel to a node that doesn't exist? 09:16 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #lnd 09:19 -!- Deadlyelder [~textual@2001:7e8:ccdc:1500:3c11:ddfd:3683:dda2] has quit [Quit: Deadlyelder] 09:21 < JavDomGom> Hi molz, thanks for response, yes, but doesn't work for me :( 09:21 < molz> JavDomGom, sorry, what doesn't work? 09:21 < JavDomGom> For example, I buy a Blockaccino here: 09:22 < JavDomGom> https://starblocks.acinq.co/ 09:22 < molz> ok so you could open a few channels on testnet? 09:22 < JavDomGom> lncli connect 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134@34.250.234.192:9735 09:22 < JavDomGom> And connect correctly 09:22 < JavDomGom> lncli openchannel 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 09:23 < JavDomGom> but I get this error 09:23 < JavDomGom> [lncli] local amt argument missing 09:23 < molz> right, you don't have any money 09:23 < JavDomGom> I tried to make other payment with a friend and works perfectly, but this one not 09:23 < molz> if you want to open a channel, you have to put in some coin 09:24 < molz> JavDomGom, try this: lncli openchannel 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 1000000 09:26 < JavDomGom> Ohh... fuck! It works! 09:26 < JavDomGom> Wait, I review the logs 09:27 < JavDomGom> Ok, apparently everything went well 09:28 < JavDomGom> But why does not sendpayment --pay_req? 09:29 < JavDomGom> I thought it was an alternative way to make a payment, generating an invoice and then paying it without having to enter the amount, since it is implicit in the invoice, is not it? 09:31 < JavDomGom> "funding_txid": "08e965c7cbcb6d8bbd30a6a55385fedd4e50dd2024ae7622ce92891fbdb09c6f" 09:31 < JavDomGom> https://testnet.smartbit.com.au/tx/08e965c7cbcb6d8bbd30a6a55385fedd4e50dd2024ae7622ce92891fbdb09c6f 09:32 < JavDomGom> How can I see my list of payments (done or pending)? 09:33 < JavDomGom> If i exe lncli listpayments it's empty 09:33 < molz> because you haven't paid any invoice? 09:35 < JavDomGom> Yes, I paid this one: https://testnet.smartbit.com.au/tx/745b0b814082f58fca24b548e397ab048160a734b62028f5f6045ed1def8193a 09:35 < molz> no, that's not a LN invoice, that's an onchain tx which you can see in "lncli listchaintxns" 09:36 < JavDomGom> Ahhh, ok! 09:40 < JavDomGom> How can I pay a LN invoice? 09:55 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 09:55 < molz> JavDomGom, i can give you an invoice to try, sec 09:56 < molz> JavDomGom, lntb100n1pdcrz3jpp58n2se0zcl6hjeh6nqyljzjwnp9fezjf2xenjvhg8730fpvuk3d7qdqqcqzys5j5umwzqxdepcaqllrze2v7wth9m4r50x0y92pz4sm5nes95qzr4ja4jpsjyvdk2trl4k9j7kawj3ctj3ewpsh6wasyna4cdxe0knzsqgaw3x6 10:02 < JavDomGom> Ok, thanks molz, I try, wait 10:03 < JavDomGom> Yeah, that works fine! 10:04 < JavDomGom> So what does not work is this page: https://starblocks.acinq.co/ 10:04 < JavDomGom> molz, please, can you try to send a payment buying a Blockaccino? 10:05 < JavDomGom> This doesn't works for me 10:05 < molz> JavDomGom, probably there was no route, but if you opened a direct channel to it you can 10:05 < molz> do you have a channel to this node: 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 10:08 < JavDomGom> Yes 10:08 < JavDomGom> No, a channel no 10:09 < JavDomGom> To use openchannel you have to indicate a quantity, right? 10:09 < JavDomGom> I'm already connected to node 03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134 10:10 < JavDomGom> Ok, ok, now I understand. 10:11 < JavDomGom> I have understood everything, now it works for me in all cases. 10:11 < JavDomGom> Thank you very mucho molz, you have helped me a lot. 10:15 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 244 seconds] 10:16 < molz> JavDomGom, cool, np, glad to help :) 10:17 < molz> JavDomGom, in case if you update to the latest master there are some changes and 'lncli' won't work, you have to specify the chain, so for testnet it'll be something like "lncli --network=testnet getinfo" 10:20 < JavDomGom> I understand, thank you very much, before moving to Mainnet I will continue doing some tests. 10:25 -!- spinza [~spin@155.93.246.187] has joined #lnd 10:29 < molz> JavDomGom, great idea :D i've done the same 10:30 -!- grafcaps [~haroldbr@209.43.75.251] has quit [Ping timeout: 252 seconds] 10:57 -!- grafcaps [~haroldbr@209.43.75.251] has joined #lnd 11:15 -!- JavDomGom [55339f24@gateway/web/freenode/ip.85.51.159.36] has quit [Quit: Page closed] 11:19 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has joined #lnd 11:20 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Read error: Connection reset by peer] 11:27 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has quit [Ping timeout: 252 seconds] 11:51 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 11:52 -!- grafcaps [~haroldbr@209.43.75.251] has quit [Ping timeout: 244 seconds] 11:53 -!- grafcaps [~haroldbr@209.43.75.251] has joined #lnd 12:07 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 12:10 -!- ken2812221 [~ken281222@110.50.144.85] has quit [Ping timeout: 252 seconds] 12:11 -!- deusexbeer [~deusexbee@095-129-169-207-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 252 seconds] 12:12 -!- deusexbeer [~deusexbee@080-250-077-056-dynamic-pool-adsl.wbt.ru] has joined #lnd 12:32 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 13:03 -!- eamonnw [eamonnw@faeroes.sdf.org] has quit [Ping timeout: 255 seconds] 13:24 -!- frib [~dynorsau@51.179.106.11] has quit [Remote host closed the connection] 13:25 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has joined #lnd 13:33 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has quit [Ping timeout: 252 seconds] 13:36 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has joined #lnd 13:37 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has quit [Client Quit] 13:41 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 250 seconds] 13:43 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 14:10 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 14:10 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lnd 14:18 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has joined #lnd 14:32 -!- github-lnd [github-lnd@gateway/service/github.com/x-gjokxjjgqrmzvymi] has joined #lnd 14:32 -github-lnd:#lnd- [lnd] cfromknecht opened pull request #1788: Disable height hint cache (master...disable-height-hint-cache) https://git.io/fAmO6 14:32 -!- github-lnd [github-lnd@gateway/service/github.com/x-gjokxjjgqrmzvymi] has left #lnd [] 14:43 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has joined #lnd 14:47 -!- ChunkyPuffs [~ChunkyPuf@gateway/tor-sasl/chunkypuffs] has quit [Remote host closed the connection] 14:53 -!- meshcollider_ [uid246294@gateway/web/irccloud.com/x-baedxxadrwiqngep] has joined #lnd 15:09 -!- grafcaps [~haroldbr@209.43.75.251] has quit [Ping timeout: 268 seconds] 15:09 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 15:11 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 15:15 -!- pioklo [~Pioklo@118-40.echostar.pl] has quit [Ping timeout: 272 seconds] 15:19 -!- github-lnd [github-lnd@gateway/service/github.com/x-glwbigxxvhthfgjh] has joined #lnd 15:19 -github-lnd:#lnd- [lnd] maurycy opened pull request #1790: build: up golang.org/x/crypto to the go1.11 branch (master...update-golang-x-crypto) https://git.io/fAms8 15:19 -!- github-lnd [github-lnd@gateway/service/github.com/x-glwbigxxvhthfgjh] has left #lnd [] 15:22 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #lnd 15:29 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 15:32 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 15:47 -!- github-lnd [github-lnd@gateway/service/github.com/x-vmsytqgiuxuhpevf] has joined #lnd 15:47 -github-lnd:#lnd- [lnd] maurycy closed pull request #1790: build: up golang.org/x/crypto to the go1.11 branch (master...update-golang-x-crypto) https://git.io/fAms8 15:47 -!- github-lnd [github-lnd@gateway/service/github.com/x-vmsytqgiuxuhpevf] has left #lnd [] 15:57 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 16:20 -!- redectro [53638eae@gateway/web/freenode/ip.83.99.142.174] has quit [Ping timeout: 252 seconds] 16:24 -!- spinza [~spin@155.93.246.187] has joined #lnd 16:25 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Read error: Connection reset by peer] 16:30 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #lnd 16:38 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 252 seconds] 16:47 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #lnd 17:03 -!- meshcollider_ [uid246294@gateway/web/irccloud.com/x-baedxxadrwiqngep] has quit [Quit: Connection closed for inactivity] 17:22 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has quit [Ping timeout: 252 seconds] 17:29 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has joined #lnd 17:36 <@roasbeef> waxwing: Yeh you could make a PR to export em, we've done that in the past when we've needed it for other reasons 18:24 -!- github-lnd [github-lnd@gateway/service/github.com/x-viseokpfrglohagh] has joined #lnd 18:24 -github-lnd:#lnd- [lnd] Roasbeef closed pull request #1785: peer+server: ensure the peer is always able to quit even mid msgStream application (master...ensure-peer-quit) https://git.io/fAqP3 18:24 -!- github-lnd [github-lnd@gateway/service/github.com/x-viseokpfrglohagh] has left #lnd [] 18:44 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 19:14 <@roasbeef> compiler in go 1.11 "feels" noticbly faster 19:24 -!- pierte [~pierte@211.51.101.30] has joined #lnd 19:26 * roasbeef breathes in the ascii spam 19:29 -!- pierte [~pierte@211.51.101.30] has quit [Remote host closed the connection] 19:40 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 252 seconds] 19:46 <@roasbeef> somehoe go tooling just keeps getter _better_ and _better_ 19:46 <@roasbeef> new trace features for profiling is srsly insane 20:12 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 20:13 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 20:46 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 252 seconds] 21:06 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has quit [Ping timeout: 252 seconds] 21:12 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #lnd 21:17 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has joined #lnd 21:48 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 21:49 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 22:23 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has quit [Remote host closed the connection] 22:24 -!- Styil [Styil@gateway/vpn/privateinternetaccess/styil] has joined #lnd 22:25 -!- sscout24 [~sscout@78.164.230.225] has joined #lnd 22:27 -!- sscout24 [~sscout@78.164.230.225] has quit [Remote host closed the connection] 23:02 -!- ken2812221 [~ken281222@180.217.87.172] has joined #lnd 23:07 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has quit [Ping timeout: 252 seconds] 23:15 -!- valwal [~quassel@50-1-123-199.dsl.dynamic.fusionbroadband.com] has quit [Ping timeout: 244 seconds] 23:21 -!- Giszmo [~leo@168.196.201.82] has joined #lnd 23:33 -!- Giszmo [~leo@168.196.201.82] has quit [Ping timeout: 272 seconds] 23:35 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 23:36 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #lnd 23:47 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has joined #lnd 23:53 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #lnd 23:57 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 264 seconds]