--- Log opened Fri Oct 19 00:00:41 2018 03:01 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:23 < rusty> cdecker: ping? 03:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 03:38 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 246 seconds] 03:39 -!- grubles [~grubles@unaffiliated/grubles] has joined #c-lightning 03:40 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 04:39 <@cdecker> Sounds good to me, that's what people are mostly interested anyway, and you're right we can have a stats plugin that aggregates the various information 04:39 <@cdecker> Sorry for the delay btw, I was buying beer with Lightning: https://twitter.com/Snyke/status/1052946067740917760 04:40 < rusty> cdecker: :)!! 04:41 < rusty> cdecker: I think I have a new possibility in molz's HTLC sig mismatch, BTW... investigating now, but sleep might win :) 04:42 < molz> yay!! both for cdecker with lightning beer and rusty with my issue :D 04:59 <@cdecker> Nice one, looking forward to hearing what might be the solution 04:59 <@cdecker> And get some sleep! 05:47 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 252 seconds] 06:33 -!- qubenix [~qubenix@66.172.11.228] has left #c-lightning [] 06:55 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #c-lightning 07:16 -!- kexkey [~kexkey@192.230.35.138] has joined #c-lightning 07:39 -!- queip [~queip@unaffiliated/rezurus] has quit [Quit: bye, freenode] 07:48 < blockstream_bot> [kenneth goodman, Blockstream] Having trouble funding a channel, this is what I'm getting 07:48 < blockstream_bot> [kenneth goodman, Blockstream] https://files.sameroom.io/Cd3nBMVrvHG5AcQ1HTWMkJv1ehTGTp-brNf_pjQzGSE/Screen+Shot+2018-10-19+at+10.47.36+AM.png 07:49 < blockstream_bot> [kenneth goodman, Blockstream] am connected to them 07:49 < blockstream_bot> [kenneth goodman, Blockstream] https://files.sameroom.io/B78mOgaYPcox6bkbpuJw1dJ9JAKSJ3LJLDe8pjACvY0/Screen+Shot+2018-10-19+at+10.49.14+AM.png 07:51 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #c-lightning 08:48 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 09:23 -!- pythonprimes [6bb6e79b@gateway/web/freenode/ip.107.182.231.155] has joined #c-lightning 09:24 < pythonprimes> Hi, when I try and fund a channel, I am getting an error: { "code" : -1, "message" : "Cannot estimate fees" } 09:39 < blockstream_bot> [Daniel Williams, Blockstream] oh are you running with `blocksonly=1` ? 09:40 < pythonprimes> I am not 09:40 < pythonprimes> ubuntu@ip-172-31-10-194:~/lightningd$ bcli getmempoolinfo { "size": 4930, "bytes": 2381635, "usage": 9295424, "maxmempool": 300000000, "mempoolminfee": 0.00001000, "minrelaytxfee": 0.00001000 } 09:40 < pythonprimes> ubuntu@ip-172-31-10-194:~/lightningd$ more ~/.bitcoin/bitcoin.conf # https://github.com/MrChrisJ/fullnode/blob/master/Setup_Guides/bitcoin.conf dbcache=2250 #blocksonly=1 txindex=1 09:40 < pythonprimes> ubuntu@ip-172-31-10-194:~/lightningd$ more ~/.bitcoin/bitcoin.conf dbcache=2250 #blocksonly=1 txindex=1 09:41 < blockstream_bot> [Daniel Williams, Blockstream] sorry, i was referring to kenneth's issue 09:41 < blockstream_bot> [Daniel Williams, Blockstream] ...or is that you? :p 09:41 < pythonprimes> That is me 09:41 < pythonprimes> I was running with blocksonly=1 09:41 < pythonprimes> but commented that 09:41 < blockstream_bot> [Daniel Williams, Blockstream] ah did it resolve the issue? 09:43 < pythonprimes> Waiting time helped, working now 09:43 < pythonprimes> Thanks 09:45 < blockstream_bot> [Daniel Williams, Blockstream] ok great! 10:06 < pythonprimes> I definitely think some of the errors can have better messages, is there a place where I can post suggestions? Or just a github issue? 10:09 -!- kexkey [~kexkey@192.230.35.138] has quit [Ping timeout: 252 seconds] 10:11 < blockstream_bot> [Daniel Williams, Blockstream] I would open a github issue 10:21 < pythonprimes> I'm connected to a peer: 10:21 < pythonprimes> "channels": [ { "peer_id": "024a8228d764091fce2ed67e1a7404f83e38ea3c7cb42030a2789e73cf3b341365", "short_channel_id": "546442:951:0", "channel_sat": 78421, "channel_total_sat": 78421, "funding_txid": "594376ac54339b93697bd3af28bd18a005312dd03a6f7f521b16043c4f7c2f47" } ] 10:21 < pythonprimes> and am trying to pay an invoice 10:21 < pythonprimes> but am getting the error message 10:21 < pythonprimes> "getroute_tries": 2, "sendpay_tries": 1, "failures": [ { "message": "WIRE_TEMPORARY_CHANNEL_FAILURE: Capacity exceeded", "type": "FAIL_PAYMENT_REPLY", "erring_index": 0, "failcode": 4103, "erring_node": "02f674f0d34a3f24a61c179c6f8597602736cb90c1e19f3acc713c3756cc387ac2", "erring_channel": "546442:951:0", "route": [ { "id": "024a8228d764091fce2ed67e1a7404 10:22 < pythonprimes> "channel": "546442:951:0", "msatoshi": 78305628, "delay": 10 } ] } ] 10:23 < pythonprimes> I have 78421 > 78305.628 in the channel, shouldn't that be enough? 10:23 < pythonprimes> Also, unclear to me how to add more funds to the channel just in case the margin is too close 10:39 < molz> you can't add more fund to a channel 10:46 < pythonprimes> got it, opened a new channel with 50% more funds than needed 11:20 < pythonprimes> that got me to the next error: "Stopped retrying during payment attempt". When I check `listpayments`, I get "status": "pending" 11:20 < pythonprimes> invoice: lnbc782260n1pdu58wnpp53vccecx3qmw933kadyhya76saztg8s3w0zjq78apwns70h9xlmusdry2pskjepqw3hjqnrfva58gmnfden5sctrddjxz7fq9p8hyer9wgsyj3p6ypxyj36g238yjnj8fpq5xj6yg9v5uk2r94x924pcg55sxqrpc8cqp2rzjqvrjgd6r7crr0uysx3le7tqunqqhqu0a3a40mrt0da4xf3ee82zc5zzt5gqqppcqqqqqqq05qqqqqqgqjqq3cmj7rda6hfwmvre4nu4fvk0wsrnfud8ftpct8fna5dt03lmyfpn8nh4ger8hpf5l4epx895dm89xgae3c9dkzn32m5294vm8vwgyqp2nlrv3 12:13 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 12:15 -!- reallll [~belcher@unaffiliated/belcher] has joined #c-lightning 12:18 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 12:34 < blockstream_bot> [kenneth goodman, Blockstream] still pending 12:34 < blockstream_bot> [kenneth goodman, Blockstream] channels look like: 12:34 < blockstream_bot> { 12:34 < blockstream_bot> "outputs": [ 12:34 < blockstream_bot> { 12:34 < blockstream_bot> "txid": "1d1142d2fd66f93dcb87a0a5ca8867b56ff5a196909644ba9ecfdd60cc46b56b", 12:34 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-krbxviifgftydrer] has quit [Excess Flood] 12:34 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-cferpsjslngrfmjj] has joined #c-lightning 13:52 -!- pythonprimes [6bb6e79b@gateway/web/freenode/ip.107.182.231.155] has quit [Ping timeout: 256 seconds] 14:08 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 14:31 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 252 seconds] 14:41 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 15:04 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 15:18 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:33 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:41 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 16:27 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #c-lightning 16:29 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-cferpsjslngrfmjj] has left #c-lightning [] 16:29 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-cferpsjslngrfmjj] has joined #c-lightning 16:33 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 16:47 -!- deusexbeer [~deusexbee@080-250-075-064-dynamic-pool-adsl.wbt.ru] has quit [Quit: Konversation terminated!] 17:04 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 17:21 -!- jeff_ [18507732@gateway/web/freenode/ip.24.80.119.50] has joined #c-lightning 17:21 -!- jeff_ is now known as Guest60749 17:29 -!- Guest60749 [18507732@gateway/web/freenode/ip.24.80.119.50] has quit [Quit: Page closed] 17:42 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Excess Flood] 17:43 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #c-lightning 17:45 -!- mn3monic [jsz@unaffiliated/mn3monic] has quit [Excess Flood] 17:45 -!- mn3monic [jsz@unaffiliated/mn3monic] has joined #c-lightning 17:55 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 18:13 -!- kexkey [~kexkey@173.209.63.134] has joined #c-lightning 18:20 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 18:25 -!- jeffsnguyen [18507732@gateway/web/freenode/ip.24.80.119.50] has joined #c-lightning 18:25 < jeffsnguyen> any1 have problems with the latest git pull? 18:26 < jeffsnguyen> did a git pull, ./configure, make and have a bunch of error 18:26 < jeffsnguyen> updated another node a few hours ago and didn't have any problem 18:27 -!- jeffsnguyen [18507732@gateway/web/freenode/ip.24.80.119.50] has quit [Client Quit] 18:51 < molz> rusty, hi, we're getting errors from compiling the source code 18:52 < molz> lightningd/peer_htlcs.c:1846:82: error: 'struct json_result' declared inside parameter list [-Werror] 19:14 < molz> lightningd/peer_htlcs.c:1872:33: error: initialization makes pointer from integer without a cast [-Werror=int-conversion] 19:14 < molz> lightningd/peer_htlcs.c:1877:20: error: passing argument 1 of 'json_object_start' from incompatible pointer type [-Werror=incompatible-pointer-types] 19:14 < molz> json_object_start(response, NULL); 19:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Read error: Connection reset by peer] 19:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 19:28 < rusty> molz: yeah,merge broke... fixing now... 19:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 20:33 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 20:35 < rusty> molz: fixed... 20:35 < molz> rusty, thank you! :) 20:38 < rusty> molz: so, did this node of yours go offline for a long time? It thinks the HTLC timeout is block 545349, but the unilateral close didn't get mined until block 545495... 20:39 < molz> rusty, no it didn't go offline 20:41 < molz> i only took it offline for couple days when i sent you the lightningd.sqlite3 20:43 < molz> rusty, it says "expiry": 545493, so i waited for about 4 days and when i checked, it was already about 3 blocks past that block and it already said: "status": [ 20:43 < molz> "ONCHAIN:Owning subdaemon lightning_onchaind died (61952)" 20:46 < rusty> molz: wow, OK *THANKS*. I just found the parameters which match that signature! 20:46 < rusty> molz: ie. signature is not corrupt. 20:46 < molz> woot 20:46 < rusty> Answer is cltv 545493, CSV delay 144, feerate 3563, fee 2362 20:46 < rusty> Which is good, since it means we can get your money back :) 20:47 < rusty> But I still ahve to figure out WTF we were using different parameters! 20:47 < molz> :D if we can get this solved... I would like to buy you a beer, rusty! seriously :D 20:48 < rusty> molz: beer has to go the other way; you're the one who found it@! 20:51 < aj> rusty, molz: sounds like you've just reinveted buying rounds... 20:51 < molz> aj, hahaha 20:51 < rusty> aj: BUT WITH CODE! 20:59 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #c-lightning 21:42 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Read error: Connection reset by peer] 21:43 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #c-lightning 22:35 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 245 seconds] 22:46 -!- keymone [~keymone@ip1f109c7a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 252 seconds] 22:49 -!- keymone [~keymone@ip1f109c7a.dynamic.kabel-deutschland.de] has joined #c-lightning 23:30 -!- amingilani [caa34f06@gateway/web/freenode/ip.202.163.79.6] has joined #c-lightning 23:31 < amingilani> So, quick question, does running `listchannels` show all channels on the network, or all the channels open with my node? 23:55 -!- ken2812221 [~ken281222@110.50.135.178] has joined #c-lightning --- Log closed Sat Oct 20 00:00:42 2018