--- Day changed Tue Jan 30 2018 00:12 -githubby:#c-lightning- [lightning] rustyrussell closed pull request #845: Fix references to sat/kb feerates (master...fix-docs) https://git.io/vN9Vb 00:15 < mlz> what does this mean and how did i get it? $ lightning-cli fundchannel 02cb597e2b8a46f7cbcff2e620e8896b7cb542219516d88f224b7ed5723024a2be 12000000 00:15 < mlz> { "code" : -1, "message" : "to_self_delay 1441 larger than 432" } 00:20 -!- Mark____ [5bd4cf04@gateway/web/freenode/ip.91.212.207.4] has joined #c-lightning 00:25 < windsok> So my basic understanding is that it's the maximum time that funds can be locked up (eg. in the event of a unilateral close) 00:25 < windsok> /* They can have up to 3 days. */ 00:25 < windsok> .locktime_max = 3 * 6 * 24, 00:25 < windsok> it's configured to be 432 (3 days) in c-lightning 00:25 < windsok> but the peer you are trying to open a channel with wants more than that 00:26 < windsok> (I think, could be wrong..) 00:30 < windsok> I think you can override it with --max-locktime-blocks 00:31 < mlz> windsok, hm ok.. i was thinking "to_self_delay" means what my node sets for the CSV 00:32 < mlz> how do you set --max-locktime-blocks? by restarting "lightningd --max-locktime-blocks=144" ? 00:32 < windsok> possible you are right, i'm just trying to grok the code with very little understanding of how it all works 00:35 < mlz> btw, one of my channels tx already has 11 confirmations but the channel state is still "CHANNELD_AWAITING_LOCKIN". how many confirmations does it take to be in NORMAL state? 00:36 < windsok> opt_register_arg("--max-locktime-blocks", opt_set_u32, opt_show_u32, 00:36 < windsok> &ld->config.locktime_max, 00:36 < windsok> "Maximum seconds peer can lock up our funds"); 00:37 < windsok> I think that should actually be "Maximum number of blocks a peer can lock up our funds" 00:45 < Mark____> About lightningd, it hasn't got a configuration file? That is if one wants to set different options, the command line is the only place? 00:53 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 00:56 < windsok> There is code for reading a config file, but I don't think it's documented https://github.com/ElementsProject/lightning/blob/master/lightningd/options.c#L478 00:57 < windsok> if I have time tomorrow i'll see if I can figure it ou 00:57 < windsok> t 00:59 < Mark____> would be great if a config file was introduced, handling different options on the command line is hairy 00:59 -!- AmikoPay_CJP [~AmikoPay_@a83-163-77-195.adsl.xs4all.nl] has joined #c-lightning 01:01 -!- nothingmuch [~user@213.152.161.5] has quit [Ping timeout: 256 seconds] 01:03 < windsok> try putting a file called "config" in .lightning dir 01:03 < windsok> with setting=value 01:03 < windsok> on each line 01:04 < Mark____> Ok, thanks, will try 01:04 < windsok> if that works, raise a PR to add some documentation about it :) 01:10 < rusty> windsok, Mark____: https://github.com/ElementsProject/lightning/issues/382 01:16 -!- simlay [~simlay@gateway/tor-sasl/simlay] has joined #c-lightning 01:27 -githubby:#c-lightning- [lightning] rustyrussell opened pull request #847: Shutdown fixes (master...shutdown-fixes) https://git.io/vN915 01:27 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 01:27 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #c-lightning [] 01:31 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 248 seconds] 02:00 -!- simlay [~simlay@gateway/tor-sasl/simlay] has quit [Remote host closed the connection] 02:00 -!- simlay [~simlay@gateway/tor-sasl/simlay] has joined #c-lightning 02:17 < AmikoPay_CJP> lightningd(5596): bitcoin-cli -regtest -datadir=/tmp/lightning-mw38ci8r/test_addfunds_from_block/bitcoind estimatesmartfee 2 CONSERVATIVE exited with status 1 02:42 < AmikoPay_CJP> error code: -1 02:42 < AmikoPay_CJP> error message: 02:42 < AmikoPay_CJP> estimatesmartfee nblocks 02:42 < AmikoPay_CJP> WARNING: This interface is unstable and may disappear or change! 02:53 < AmikoPay_CJP> Hmm, it seems my Bitcoin software doesn't like the CONSERVATIVE addition: without that, it gives no error. Maybe it's time to upgrade? 02:54 < AmikoPay_CJP> Current version: v0.14.2.0-gfc61c83 03:00 < p3tr> you should be using 0.15.1 afaik 03:00 < p3tr> don't think 0.14.x is even supported 03:05 < AmikoPay_CJP> It seems so: the extra argument was added in 0.15.0. So it's time to upgrade. 03:09 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 04:45 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has joined #c-lightning 05:08 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 05:08 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 05:13 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 248 seconds] 05:18 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 05:36 -!- nothingmuch [~user@213.152.162.84] has joined #c-lightning 05:41 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 05:46 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 248 seconds] 05:46 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has quit [Quit: leaving] 05:56 -!- simlay [~simlay@gateway/tor-sasl/simlay] has quit [Remote host closed the connection] 06:05 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has joined #c-lightning 06:16 -!- simlay [~simlay@gateway/tor-sasl/simlay] has joined #c-lightning 06:18 -!- jojeyh [~delphi@2602:306:b8b6:b970:78db:9b9:7d1a:75de] has quit [Ping timeout: 246 seconds] 06:20 -githubby:#c-lightning- [lightning] cdecker closed pull request #842: bitcoind: mark request no longer running, even if it fails. (master...fix-bitcoind-comms-stop) https://git.io/vN9ZE 06:25 -!- litch [~litch@rrcs-97-77-70-130.sw.biz.rr.com] has joined #c-lightning 06:26 -githubby:#c-lightning- [lightning] cdecker opened pull request #849: cli: Add rpcuser, rpcpassword and rpcconnect to bitcoind (master...rpcconnect) https://git.io/vNHmk 06:30 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 06:40 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-meihvxlillhpkdwn] has quit [Quit: Connection closed for inactivity] 06:45 -!- litch [~litch@rrcs-97-77-70-130.sw.biz.rr.com] has quit [Ping timeout: 252 seconds] 07:04 -!- nothingm1ch [~user@213.152.161.5] has joined #c-lightning 07:07 -!- nothingmuch [~user@213.152.162.84] has quit [Ping timeout: 256 seconds] 07:16 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 07:18 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 07:20 -!- RvMp [~Qint@unaffiliated/qint] has quit [Client Quit] 07:27 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 07:34 -!- nothingm1ch is now known as nothingmuch 07:39 -!- grafcaps [325a53e5@gateway/web/freenode/ip.50.90.83.229] has quit [Ping timeout: 260 seconds] 07:58 < grubles> so, i had the wonderful luck of having my bitcoin datadir corrupted right as i opened a channel 07:58 < mlz> :D 07:59 < grubles> i had to resync the bitcoin data which took 8-10 hours or so 07:59 < grubles> anyway, my channel is still state" : "CHANNELD_AWAITING_LOCKIN 07:59 < grubles> Funding tx 297bfa67d196c4ea6948963b2e74e5af70b421e6116138bfcc775afbe9f0976a depth 137 of 3 08:01 < nothingmuch> grubles: heh, I think i just did the same (let the laptop fall asleep with qvm-block device mounted)... 08:01 < grubles> :o 08:03 < nothingmuch> the good news is maybe without my broken spoke to the AXA hub i might finally be able to buy a sticker! 08:08 -!- grafcaps [6889c2ff@gateway/web/freenode/ip.104.137.194.255] has joined #c-lightning 08:08 < grubles> maybe! 08:08 < grafcaps> what are you all using as an IRC client these days? (mac or linux) 08:08 < AmikoPay_CJP> HexChat @ Linux 08:11 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 08:14 < nothingmuch> grubles: irssi 08:14 < nothingmuch> s/grubles/grafcaps/; 08:15 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 08:15 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 08:18 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has quit [Ping timeout: 240 seconds] 08:21 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 08:22 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 08:34 -!- grafcaps is now known as grafcaps_ 08:35 -!- grafcaps [~haroldbr@104.137.194.255] has joined #c-lightning 08:36 < grafcaps> oh man...that's much better 08:36 -!- grafcaps_ [6889c2ff@gateway/web/freenode/ip.104.137.194.255] has quit [Quit: Page closed] 08:50 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 08:52 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 08:54 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 08:55 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 08:56 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 08:56 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 08:56 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 08:59 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 09:01 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 09:02 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #c-lightning 09:07 -!- litch [~litch@135.84.167.43] has joined #c-lightning 09:24 < provoostenator> Textual of Mac 09:31 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 09:47 < AmikoPay_CJP> Wow, the C-lightning test suite takes a long time to execute. 10:01 < provoostenator> AmikoPay_CJP yes and it fails in random places for me 10:02 < AmikoPay_CJP> It just finished here: 10:02 < AmikoPay_CJP> Ran 64 tests in 7285.330s 10:02 < AmikoPay_CJP> OK (skipped=2) 10:32 -!- beeteece_ [beeteecee@gateway/vpn/mullvad/x-apnwopxdgdrrgwue] has quit [Ping timeout: 240 seconds] 10:42 -!- litch [~litch@135.84.167.43] has quit [Remote host closed the connection] 10:44 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Read error: Connection reset by peer] 10:59 -!- RvMp [~Qint@unaffiliated/qint] has joined #c-lightning 11:08 -!- litch [~litch@135.84.167.43] has joined #c-lightning 11:09 -!- beeteece_ [beeteecee@gateway/vpn/mullvad/x-komujtokaplvemuh] has joined #c-lightning 11:10 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #c-lightning 11:13 -!- litch [~litch@135.84.167.43] has quit [Ping timeout: 264 seconds] 11:15 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has joined #c-lightning 11:20 < miklolFi> Hi! I made some tests on lightning testnet. I had two channels open. One with my other computer and one with endurance node. I transferred money succesfully between my computers and used the one to deliver the payment to starblocks. Then I closed the channel between my two computers. It went perfectly. After that I closed the channel to endurance node and it is now on state ONCHAIND_OUR_UNILATERAL and I havent received 11:20 < miklolFi> the money back from this channel. What is the reason for this? 11:21 < miklolFi> The other problem I had that I wanted to reopen the channel between my two computers but it is impossible because its state is ONCHAIND_MUTUAL. Is there a way to do this or is this a bug? 11:24 -!- litch [~litch@135.84.167.43] has joined #c-lightning 11:27 < nothingmuch> miklolFi: unilateral close means your node didn't negotiate channel closing with the peer (no response?), so it broadcast the non cooperative txn path, which has a timelock until the funds can be recovered 11:27 < miklolFi> ok so how much time this will take? 11:28 < nothingmuch> listpeers should show a block height, and two more ints, and if i'm not mistaken it's the last of these that's the parameter for the close timelock duration 11:28 < nothingmuch> for me it was ~830 blocks I think 11:28 < nothingmuch> but I believe it's negotiated on a per channel basis 11:29 < miklolFi> ok thank you! do you know anything about this reopening channels? 11:29 < miklolFi> I think I just dont know how to do it.. 11:29 < nothingmuch> no, i didn't run into that myself, but perhaps it's also a timeout? 11:30 < miklolFi> so you just close the channel and it disappears from the listpeers and you can connect again? 11:31 < nothingmuch> afaik yes, but i haven't actually done that, made a specific channel unhappy and have been faffing about not debugging it properly ;-) 11:32 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 11:33 < miklolFi> but ONCHAIND_MUTUAL is not unhappy? or is it? 11:37 < nothingmuch> miklolFi: mutual close is supposed to be the cooperative close path, which is supposed to be immediate 11:37 < nothingmuch> miklolFi: (so yes, meant to be happy path) 11:38 < nothingmuch> it should be just a direct spend of the funding txn, so maybe that's just not confirmed yet? 11:38 < nothingmuch> i can't think of why it'd be stuck 11:45 < rusty> nothingmuch: there's a bug where it can be a zero-output tx. Look for funding txid, follow the spend? 11:47 -githubby:#c-lightning- [lightning] rustyrussell closed pull request #841: Better handling unexpected msgs (master...better-handling-unexpected-msgs) https://git.io/vN9G4 11:48 < miklolFi> Yes that money I got immediately. But I cannot reopen the channel with the same node again 11:49 < miklolFi> I restarted the node and it says { "code" : -1, "message" : "channel ALL: Funding transaction spent" } if I try to connect it again 11:52 < miklolFi> And if I try to fund that channel again it says { "code" : -1, "message" : "Peer already ONCHAIND_MUTUAL" } 11:55 < rusty> miklolFi: Known issue, you need to wait 100 blocks. We don't support multiple channels to the same peer, *even* when one is simply waiting onchain. 11:55 < miklolFi> And yes I had something in tx output 0. But I withdraw most of the funds successfully. Now I have just around 5966 satoshis on output 1 4500000 11:55 < miklolFi> oh ok so it just takes time 11:56 < miklolFi> thanks for this! I will continue testing when I can connect again 12:06 < beeteece_> Quick question: is an alias generated automatically in c-lightning? Any way to set up your own? Thank you. 12:09 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 248 seconds] 12:25 < beeteece_> I guess --rgb=foo --alias=bar upon launch will suffice, I was thing about more of a permanent solution. 12:31 -!- AmikoPay_CJP [~AmikoPay_@a83-163-77-195.adsl.xs4all.nl] has quit [Quit: Leaving] 12:46 -!- RvMp [~Qint@unaffiliated/qint] has quit [Quit: Vires in numeris] 12:51 < pigeons> if you've set a feerate, how do you go back to dynamic? 12:56 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has quit [Remote host closed the connection] 12:56 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has joined #c-lightning 12:57 < ianthius> pigeons: i had the same question. I had to set a feerate to open a channel becuse the dynamic fees weren't being accpeted by the other node. I reset my node and i THINK that worked to reset my fees back to dynamic.. 13:00 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Read error: Connection reset by peer] 13:10 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 13:15 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #c-lightning 13:20 -!- litch [~litch@135.84.167.43] has quit [Remote host closed the connection] 13:23 < grafcaps> so looking at these makefiles, it appears there's no way to just recompile one component such as the cli tool, is that correct? 13:24 -githubby:#c-lightning- [lightning] cornwarecjp opened pull request #852: A couple of changes to make the test suite more robust (master...master) https://git.io/vNQLU 13:24 -!- litch [~litch@135.84.167.43] has joined #c-lightning 13:25 -!- litch_ [~litch@135.84.167.43] has joined #c-lightning 13:25 -!- litch [~litch@135.84.167.43] has quit [Read error: Connection reset by peer] 13:27 < jb55> grafcaps: make cli/lightning-cli ? should work 13:31 < grafcaps> yes, that worked thanks. I was trying to make from within the cli directory 13:36 -!- litch [~litch@135.84.167.43] has joined #c-lightning 13:37 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has quit [Remote host closed the connection] 13:38 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has joined #c-lightning 13:38 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has quit [Remote host closed the connection] 13:39 -!- litch_ [~litch@135.84.167.43] has quit [Ping timeout: 240 seconds] 13:41 -!- litch [~litch@135.84.167.43] has quit [Ping timeout: 248 seconds] 13:41 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has joined #c-lightning 13:48 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 13:48 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-zgxfwtyzquluxewb] has joined #c-lightning 13:53 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Ping timeout: 240 seconds] 13:57 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 13:59 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 14:02 -!- jb55 [~jb55@184.68.162.218] has joined #c-lightning 14:08 -!- jb55 [~jb55@184.68.162.218] has quit [Ping timeout: 256 seconds] 14:20 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 14:22 -!- jb55 [~jb55@184.68.162.218] has joined #c-lightning 14:23 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 14:26 -!- plankers [~plank@c-98-238-141-78.hsd1.ca.comcast.net] has joined #c-lightning 14:27 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 264 seconds] 14:30 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 14:36 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 240 seconds] 14:41 -!- jb55 [~jb55@184.68.162.218] has quit [Ping timeout: 240 seconds] 14:42 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 14:47 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 256 seconds] 14:55 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 14:59 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 248 seconds] 15:20 -!- ccx [1866657e@gateway/web/freenode/ip.24.102.101.126] has quit [Ping timeout: 260 seconds] 15:25 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 15:49 < grafcaps> I was able to get remote RPC over an ssh-tunneled socket working 15:50 -!- beeteece_ [beeteecee@gateway/vpn/mullvad/x-komujtokaplvemuh] has quit [Remote host closed the connection] 16:00 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has quit [Ping timeout: 256 seconds] 16:03 -!- moctost [~moctost@173.244.200.116] has quit [Ping timeout: 256 seconds] 16:13 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 240 seconds] 16:28 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has joined #c-lightning 16:37 -!- grafcaps [~haroldbr@50.90.130.19] has joined #c-lightning 16:39 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 16:53 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 1.9.1] 16:55 -!- grafcaps [~haroldbr@50.90.130.19] has quit [Ping timeout: 256 seconds] 16:56 -!- grafcaps [~haroldbr@50.90.130.19] has joined #c-lightning 16:58 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 16:58 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 16:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 17:04 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 17:05 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 17:06 -!- grafcaps [~haroldbr@50.90.130.19] has quit [Ping timeout: 248 seconds] 17:07 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has joined #c-lightning 17:15 -!- grafcaps [~haroldbr@50.90.130.19] has joined #c-lightning 17:23 -!- grafcaps [~haroldbr@50.90.130.19] has quit [Ping timeout: 240 seconds] 17:39 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 17:47 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 256 seconds] 17:53 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 17:58 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 240 seconds] 18:01 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 18:14 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:15 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has joined #c-lightning 18:26 -!- mn3monic [~xxwa@unaffiliated/mn3monic] has quit [Ping timeout: 248 seconds] 18:31 -!- mn3monic [~xxwa@unaffiliated/mn3monic] has joined #c-lightning 18:39 -!- beeteecee [~beeteecee@199.66.90.113] has joined #c-lightning 18:49 -!- cdecker [~cdecker@mail.snyke.net] has quit [Ping timeout: 248 seconds] 18:50 -!- cdecker [~cdecker@mail.snyke.net] has joined #c-lightning 18:50 -!- mode/#c-lightning [+o cdecker] by ChanServ 18:52 -!- tan90 [4c66fa14@gateway/web/freenode/ip.76.102.250.20] has joined #c-lightning 19:01 -!- grubles [~grubles@unaffiliated/grubles] has quit [Quit: Leaving] 19:06 -!- grubles [~grubles@unaffiliated/grubles] has joined #c-lightning 19:09 -githubby:#c-lightning- [lightning] rustyrussell opened pull request #854: Read peer msg common (master...read_peer_msg-common) https://git.io/vN7Tg 19:23 -!- windsok [~windsok@unaffiliated/windsok] has quit [Ping timeout: 255 seconds] 19:25 -!- windsok [~windsok@rarepepe.cash] has joined #c-lightning 19:25 -!- windsok [~windsok@rarepepe.cash] has quit [Changing host] 19:25 -!- windsok [~windsok@unaffiliated/windsok] has joined #c-lightning 19:35 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Quit: WeeChat 1.9] 19:41 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Remote host closed the connection] 19:43 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 19:54 -!- jojeyh [~delphi@2602:306:b8b6:b970:c8f4:db93:c916:7f70] has joined #c-lightning 20:00 -!- sbong [~sbong@2605:e000:1218:370:2418:1d15:3793:45b4] has joined #c-lightning 20:03 -!- moctost [~moctost@209.95.51.99] has joined #c-lightning 20:04 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 20:12 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has joined #c-lightning 20:16 -githubby:#c-lightning- [lightning] rustyrussell pushed 2 new commits to master: https://git.io/vN7LR 20:16 -githubby:#c-lightning- lightning/master 70514d1 Christian Decker: cli: Add rpcuser, rpcpassword and rpcconnect to bitcoind... 20:16 -githubby:#c-lightning- lightning/master 64bdee6 Rusty Russell: bitcoind: add helper for arg manip, make array a const char *.... 20:20 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 20:24 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 20:33 -!- tan90 [4c66fa14@gateway/web/freenode/ip.76.102.250.20] has quit [Ping timeout: 260 seconds] 20:38 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Quit: WeeChat 1.9] 20:57 -!- plankers [~plank@c-98-238-141-78.hsd1.ca.comcast.net] has quit [Quit: Leaving.] 21:21 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 21:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 248 seconds] 21:25 -!- Moonji [4ac41dde@gateway/web/freenode/ip.74.196.29.222] has joined #c-lightning 21:28 < ianthius> rusty: looking through the sql DB there is a value in the output's table for "prev_out_tx" this does not seem to be a valid transaction on the blockchain.. what is this value? 21:29 < ianthius> also what do the prev_out_index values signify? 0's and 1's. that they have been used for channel creations or transfers? 21:33 < rusty> ianthius: ha, it's a reversed txid. 21:33 < rusty> prev_out_index is the output number. 21:34 < rusty> ianthius: you want 'status': 0 == available, 1 == reserved, 2 == spent. 21:37 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has joined #c-lightning 21:50 < ianthius> rusty: you mean if i reverse the digits it's a valid transaction id? :0 -- also re:prev_out_index, what do you mean it's the output number? The number of output? All but one of mine are 0... 21:51 < rusty> ianthius: yes, that's the 0th output. 21:51 < ianthius> how can all of them be the 0th output? 21:52 < rusty> You need a hex reverser. eg https://pastebin.com/yrTpnnhW 21:52 < rusty> ianthius: most txs only have one output 21:54 < ianthius> rusty: okay, i think i got it. and the addr for that output is generated via the HSM secret and this 'keyindex'? 21:54 < rusty> ianthius: yep! 21:56 < ianthius> rusty: thanks, the hex was reversed for obfuscation, or does that serve some performance purpose? 21:57 < rusty> ianthius: I have no idea. But it's actually bitcoind which is reversed from normal usage. 22:02 < ianthius> rusty: oh good to know. i was beginning to wonder if you guys were going to security through obscurity! lol 22:03 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 22:21 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 22:23 < ianthius> rusty, looking for your latest talk on youtube... this isn't it right? ;) https://www.youtube.com/watch?v=qdvWp8JTdck 22:24 < rusty> ianthius: eer... no! 22:24 < ianthius> rusty: jk, but was it recorded? 22:26 < rusty> ianthius: yes: https://www.youtube.com/watch?v=VABppufTdpA&t=86s 22:26 < ianthius> thx. 22:29 < rusty> Skipping the intro-to-bitcoin part: https://www.youtube.com/watch?v=VABppufTdpA&t=5m29s 22:35 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 23:04 -!- nothingmuch [~user@213.152.161.5] has quit [Ping timeout: 248 seconds] 23:05 -!- tomichec [~pi@ip-86-49-244-108.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 23:06 -!- nothingmuch [~user@213.152.162.94] has joined #c-lightning 23:08 -!- miklolFi [~miklolFi@78-27-126-165.bb.dnainternet.fi] has quit [Remote host closed the connection] 23:24 -!- litch [~litch@cpe-72-182-55-95.austin.res.rr.com] has quit [Ping timeout: 240 seconds] 23:25 -!- bryan_w [~is@2600:2108:9:8a90:5a69:d114:68b8:dae2] has quit [Ping timeout: 252 seconds] 23:32 -!- sbong [~sbong@2605:e000:1218:370:2418:1d15:3793:45b4] has quit [Remote host closed the connection] 23:33 -!- sbong [~sbong@2605:e000:1218:370:2418:1d15:3793:45b4] has joined #c-lightning 23:37 -!- sbong [~sbong@2605:e000:1218:370:2418:1d15:3793:45b4] has quit [Ping timeout: 265 seconds] 23:44 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-zgxfwtyzquluxewb] has quit [Quit: Connection closed for inactivity]