--- Log opened Wed Jan 09 00:00:15 2019 00:32 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #c-lightning 00:47 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 01:01 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 01:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 02:10 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:13 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 02:21 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Read error: Connection reset by peer] 02:21 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 02:22 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Client Quit] 02:25 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 02:38 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 02:45 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:50 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 02:55 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:05 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 250 seconds] 03:07 -!- grubles__ [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 03:14 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 03:14 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 03:18 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 03:18 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 03:39 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 03:39 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 03:43 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 03:43 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:09 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 04:09 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:13 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 04:14 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:16 -!- deusexbeer [~deusexbee@080-250-075-250-dynamic-pool-adsl.wbt.ru] has joined #c-lightning 04:24 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 04:24 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:28 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 04:28 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:34 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 04:34 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:38 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 04:39 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 04:39 < bitonic-cjp> If the connect RPC command blocks, what could be the cause? 04:41 < bitonic-cjp> Note: the RPC server itself has not crashed. I can kill the RPC-calling process, restart it and the RPC is responsive again. 04:55 <@cdecker> Which version and which RPC command? 04:55 <@cdecker> Some RPC commands are blocking 04:55 < bitonic-cjp> connect 04:55 <@cdecker> And what RPC client are you using (pylightning, lightning-cli, ...) 04:55 < bitonic-cjp> same result with both 04:56 < bitonic-cjp> TBH I haven't checked whether the master branch has the same issue. :-) 04:56 < bitonic-cjp> and I haven't checked without plugins 04:57 <@cdecker> Hm, ok, connect needs to resolve the IP address in some cases and IIRC it'll block until the connection is established or failed for a number of connection attempts 04:57 <@cdecker> We will reattempt a number of times and have exponential backoff in there, so that'd explain the hanging 04:57 < bitonic-cjp> Ip address = 127.0.0.1 04:58 < bitonic-cjp> I'm pretty sure the other side hasn't chrashed either. 04:58 <@cdecker> And the connection succeeds or does it fail? 04:58 < bitonic-cjp> It seems to have no effect. 04:58 < bitonic-cjp> I should mention something though. 04:59 <@cdecker> Ok, so I'd say the connection fails (firewall/port issues?) and we wait for the connection attempts to terminate 04:59 < bitonic-cjp> I tried this connect in an attempt to fix a "situation". 04:59 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 04:59 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 05:00 < bitonic-cjp> The "situation" is: the two nodes should already be connected (I connected them before), but one of them thinks it's connected and the other thinks not. 05:02 < bitonic-cjp> So I have (among others) two nodes, one on 9700 and the other on 9701, and I want a connection between them. 05:03 < bitonic-cjp> In the listpeers output of 9700, it says 'connected': True, and, weirdly, 'netaddr': ['127.0.0.1:43800'] 05:04 < bitonic-cjp> In the listpeers output of 9701, it says 'connected': False, and no 'netaddr'. 05:05 < bitonic-cjp> I tried the connect call on the process on port 9701, and that's what blocks. 05:08 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 05:08 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 05:12 < fiatjaf> if I call delinvoice will that make the invoice unpayable? 05:14 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 05:14 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 05:15 < bitonic-cjp> I tried disconnect on the other side, and it gave me an interesting error: 05:15 < bitonic-cjp> { "code" : -1, "message" : "Peer is in state AWAITING_UNILATERAL" } 05:18 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 05:18 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 05:21 < bitonic-cjp> Sounds similar to https://github.com/ElementsProject/lightning/issues/2171 05:22 < bitonic-cjp> My (testnet!) funding txid is c7c1755a7830972c167d71c4573bae9ccf296f3ee74bde31b265f7b4a2878122 05:23 < bitonic-cjp> ..and it's not found by a testnet explorer (another similarity). 05:34 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #c-lightning 05:39 < bitonic-cjp> Tried to push it on https://live.blockcypher.com/btc/pushtx/ - fail: 05:39 < bitonic-cjp> Error validating transaction: Transaction c7c1755a7830972c167d71c4573bae9ccf296f3ee74bde31b265f7b4a2878122 orphaned, missing reference 11da96f85c7bca4be94f9eb7a987dbd5a6a74c5278c04cfec2877b87a03d4852. 05:42 < bitonic-cjp> That missing reference is indeed one of the two inputs of my tx. 05:43 < bitonic-cjp> And neither node has a tx that starts with 52 or 11 in its transactions table. 05:44 < bitonic-cjp> and I can't find it with a testnet explorer. 05:45 < bitonic-cjp> So the big question is: why did C-Lightning produce a funding tx with one of the two inputs being non-existing??? 05:53 < bitonic-cjp> The log file on node0 (port 9700) confirms C-Lightning's attempt: 05:53 < bitonic-cjp> chan #4: Funding tx has 2 inputs, 2 outputs: 05:54 < bitonic-cjp> chan #4: 0: 74999164 satoshi (SEGWIT) 11da96f85c7bca4be94f9eb7a987dbd5a6a74c5278c04cfec2877b87a03d4852? 05:54 < bitonic-cjp> chan #4: 1: 9999817 satoshi (SEGWIT) 0f912ee548b4339423dcd05179576e7efe423782251f80166c60c1d39b77a177? 05:54 < bitonic-cjp> I can't find either on the testnet blockchain. 05:56 < bitonic-cjp> sendrawtx exit 25, gave error code: -25?error message:?Missing inputs? 05:56 < bitonic-cjp> duh 05:56 < bitonic-cjp> chan #4: State changed from CHANNELD_AWAITING_LOCKIN to AWAITING_UNILATERAL 05:57 < bitonic-cjp> And the rest is history. 06:01 < bitonic-cjp> I feel I should close all my channels, move all funds to bitcoind's wallet and start again. These nodes have too much history with old (and modded) software anyway. 06:04 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 06:04 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:08 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 06:08 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:14 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 06:14 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:18 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 06:19 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:37 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:49 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 06:49 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:53 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 06:54 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 06:54 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 07:04 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 07:04 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 07:08 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 07:09 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 07:10 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Remote host closed the connection] 07:10 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #c-lightning 07:16 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 07:44 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 07:44 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 07:48 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 07:49 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 08:04 -!- leotreasure [~leotreasu@2001:8004:18eb:a8e9:58bc:dba6:f8f0:ef4] has joined #c-lightning 08:12 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Quit: Leaving] 08:15 -!- gruble___ [~grubles_@unaffiliated/grubles] has quit [Remote host closed the connection] 08:17 -!- grubles__ [~grubles@unaffiliated/grubles] has joined #c-lightning 08:17 < leotreasure> hi! I was hoping for some help with building on mac I submitted an issue yesterday - https://github.com/ElementsProject/lightning/issues/2228 08:18 < leotreasure> it's so I can migrate BTCPay to the lightning compatible version (i built manually) 08:19 < leotreasure> it's something not working in the libwally-core and secp256k1 i gathered 08:24 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 08:24 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 08:28 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 08:28 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 08:59 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 08:59 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 09:08 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 09:08 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 09:34 -!- tigermousr [~tigermous@unaffiliated/tigermousr] has quit [Ping timeout: 245 seconds] 09:34 -!- tigermousr [~tigermous@unaffiliated/tigermousr] has joined #c-lightning 09:44 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 09:44 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 09:48 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 09:49 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 10:24 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 10:24 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 10:33 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 10:34 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 10:49 -!- deusexbeer [~deusexbee@080-250-075-250-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 260 seconds] 11:04 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 11:04 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 11:13 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 11:13 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 11:29 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 11:29 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 11:34 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 11:35 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 11:37 <@cdecker> leotreasure: is this a clean build or did you copy some files from somewhere? It seems that `libsecp256k1_la-secp256k1.o` is stale 11:38 <@cdecker> You might want to `make distclean && ./configure && make` again just to make sure the issue persists 11:38 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 11:38 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 11:44 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 11:44 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 11:48 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 11:49 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 12:04 -!- deusexbeer [~deusexbee@093-092-176-030-dynamic-pool-adsl.wbt.ru] has joined #c-lightning 12:24 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Quit: farmerwampum] 12:24 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 12:28 -!- farmerwampum [~farmerwam@162.219.178.186] has quit [Client Quit] 12:28 -!- farmerwampum [~farmerwam@162.219.178.186] has joined #c-lightning 12:39 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 12:51 -!- billybigpotatoes [~billybigp@2a02:c7f:c21f:8100:1c08:34e:f30b:3b06] has joined #c-lightning 12:53 < billybigpotatoes> Hi everyone, I just have a quick question about retreiving my account balance. I'm pretty sure I've got some dust left in the old node, but I'm uncertain how to determine how much I have. I've scoured the internet for help, including just trying to find the private key (like you would in a standard wallet). But all I can find is some information about hsm_secret. Any advice would be appreciated. 12:53 < billybigpotatoes> Happy to provide the output from any commands of course, and I thank anyone who can help in advance. 13:08 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 13:12 < blockstream_bot> [Christian Decker, Blockstream] `lightning-cli listfunds` will tell you about all funds that your node is managing both on and off-chain 13:12 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Ping timeout: 246 seconds] 13:26 < billybigpotatoes> Thanks for helping Christian, I've used the help manual and - I guess I'm just confused by the listfunds output. Also, when I try to withdraw all funds it tells me I can't afford it, which is fair enough. It might just be that there's practically nothing there. I just want to know what is left, to the satoshi. 13:27 < billybigpotatoes> I'm a frugal and miserly being. 13:31 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 13:41 <@cdecker> You can use `all` as an amount in `lightning-cli withdraw`, sadly that doesn't really help if the total amount you have is below dust or doesn't cover the fees 13:53 < ctrlbreak> cdecker ; you there? 13:53 < ctrlbreak> Do you mind if I direct message you? 14:17 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:42 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Remote host closed the connection] 14:46 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 14:48 < billybigpotatoes> sorry I was dead air back there - No I don't mind at all if you DM me, very happy for the help. I'm just found the 'read the docs' c-lightning documentation so I'll have a read through that. Like I say, I'm just very confused by the output of listfunds. What exactly should I be adding, when trying to determine my wallet balance. 14:48 < billybigpotatoes> ? 14:49 < billybigpotatoes> I'm just off to sleep now, but any pointers are very much appreciated. 14:50 -!- billybigpotatoes [~billybigp@2a02:c7f:c21f:8100:1c08:34e:f30b:3b06] has quit [Quit: Leaving] 14:57 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:10 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:55 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 16:02 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 16:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 16:29 -!- deusexbeer [~deusexbee@093-092-176-030-dynamic-pool-adsl.wbt.ru] has quit [Quit: Konversation terminated!] 16:38 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 16:49 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 16:53 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Ping timeout: 250 seconds] 17:07 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 17:07 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 268 seconds] 17:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 17:32 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 18:29 < leotreasure> cdecker, it's a clean build - i used git clone, issue still persists 18:53 -!- leotreasure [~leotreasu@2001:8004:18eb:a8e9:58bc:dba6:f8f0:ef4] has quit [Ping timeout: 252 seconds] 18:54 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 19:54 -!- leotreasure [~leotreasu@2001:8003:81cc:c00:4bc:e18c:67e8:a5b] has joined #c-lightning 19:54 -!- justan0theruser is now known as justanotheruser 20:04 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 20:04 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #c-lightning [] 20:39 -!- grubles__ is now known as grubles 20:46 < justanotheruser> ```1`/buffer ircbook 20:58 < blockstream_bot> [Rusty Russell, Blockstream] @georgevaccaro Urgh, perf files are not useful without identical binaries. I would have just liked a backtrace, though 0.6.1 is fairly old now. 21:06 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Remote host closed the connection] 21:07 < blockstream_bot> [Rusty Russell, Blockstream] If it's still happening, please just 'sudo gdb /home/george/Downloads/clightning-v0.6.1/libexec/c-lightning/lightning_gossipd' and 'attach ' then 'bt'. Should say where it's at, which will give a clue as to what it's doing. 21:08 < blockstream_bot> [Rusty Russell, Blockstream] @georgevaccaro Alternately, you can run 'perf report' locally and tell us the top functions? 21:08 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 21:39 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Remote host closed the connection] 21:51 -!- grubles_ [~grubles_@unaffiliated/grubles] has joined #c-lightning 21:55 -!- grubles_ [~grubles_@unaffiliated/grubles] has quit [Ping timeout: 272 seconds] 21:57 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-evztbxqdurfwpjrm] has left #c-lightning [] 21:58 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-evztbxqdurfwpjrm] has joined #c-lightning 22:12 -!- leotreasure [~leotreasu@2001:8003:81cc:c00:4bc:e18c:67e8:a5b] has quit [Ping timeout: 260 seconds] 22:12 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 268 seconds] 22:17 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 23:16 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 23:20 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 272 seconds] --- Log closed Thu Jan 10 00:00:16 2019