--- Day changed Mon Jan 22 2018 00:49 -!- snake [d91cd4a6@gateway/web/freenode/ip.217.28.212.166] has joined #c-lightning 00:49 -!- snake [d91cd4a6@gateway/web/freenode/ip.217.28.212.166] has quit [Client Quit] 01:03 -!- dongcarl [~dongcarl@c-73-202-219-157.hsd1.ca.comcast.net] has joined #c-lightning 01:04 < dongcarl> Hey all, trying to build clightning on FreeBSD here. I have 73c31757e18b0eaa6939e0be8e84302543f11760 and am getting the error "/root/builds/lightning/ccan/ccan/autodata/autodata.c:28: undefined reference to `ptr_valid_batch_start'" during make 01:05 < dongcarl> It seems that `ptr_valid_batch_start' is defined in ccan/ccan/ptr_valid/ptr_valid.h 01:05 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 01:05 < dongcarl> which isn't included by either autodata.h or autodata.c 01:06 < dongcarl> Any help would be appreciated :-) 01:08 -githubby:#c-lightning- [lightning] practicalswift opened pull request #710: Rename CHANNELD_AWAITING_LOCKIN to CHANNELD_AWAITING_LOCK_IN to make it clear we're not "awaiting locking" (master...CHANNELD_AWAITING_LOCK_IN) https://git.io/vN2NV 01:09 * dongcarl waits patiently 01:21 -!- CubicEar_ [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 01:21 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 01:23 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Client Quit] 01:47 -!- plankers [~plank@c-73-2-4-197.hsd1.ca.comcast.net] has quit [Quit: Leaving.] 01:53 -githubby:#c-lightning- [lightning] practicalswift opened pull request #712: Fix "lightning" typos. Add "lightning" typo checker :-) (master...lightning-spell) https://git.io/vN2hf 02:18 < dongcarl> Fixed by using gcc, but now encountering #695 02:46 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has joined #c-lightning 03:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 03:45 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 268 seconds] 03:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:57 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 03:59 -!- tooooor [ac5a0e28@gateway/web/freenode/ip.172.90.14.40] has joined #c-lightning 03:59 < tooooor> Hello there 04:01 < tooooor> Can a channel capacity be increased? 04:08 -!- tooooor [ac5a0e28@gateway/web/freenode/ip.172.90.14.40] has quit [Ping timeout: 260 seconds] 04:37 -!- mn3monic [~xxwa@unaffiliated/mn3monic] has joined #c-lightning 04:37 < mn3monic> hello 04:38 < mn3monic> how many confirmations are required by c-lightning to see funds with the listfunds api ? 04:58 < mn3monic> and where the private keys are stored ? 06:18 -!- ruby32 [~ruby32@158.106.219.26] has joined #c-lightning 06:18 -!- ruby32_ [~ruby32@158.106.219.26] has joined #c-lightning 06:22 -!- ruby32_ [~ruby32@158.106.219.26] has quit [Client Quit] 06:42 -githubby:#c-lightning- [lightning] lvaccaro opened pull request #715: Add litecoin testnet support (master...litecoin-testnet) https://git.io/vNauS 06:57 -!- DrOlmer [~DrOlmer@unaffiliated/drolmer] has joined #c-lightning 07:03 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 07:10 -githubby:#c-lightning- [lightning] dongcarl opened pull request #716: Build fixes and increased cross-platform compatibility (master...building) https://git.io/vNaVj 07:41 -!- pigeons is now known as Guest97833 07:41 -!- Netsplit over, joins: pigeons 07:49 -!- Guest97833 is now known as pigeons 07:50 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-qldflzkjwkjdrhfq] has quit [Quit: Connection closed for inactivity] 08:29 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 09:02 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #c-lightning 09:05 -!- dongcarl [~dongcarl@c-73-202-219-157.hsd1.ca.comcast.net] has quit [Quit: leaving] 09:10 < ianthius> mn3monic: i BELIEVE the private keys are genereatd by the HSM secret. I have gotten close in my research but have not walked through the code enough yet (I only spent 30min on it..) there is key generation code in the wallet files. If you have scrollback on this chanell from a couple of days ago I was posting clues.. haha 09:10 < mn3monic> no scrollback, first time i'm in, i'll take a look into the code thnx :-) 09:12 < mn3monic> btw I think I'll write a mail to the ML, asking why this approach is adopted, building both the wallet and the network daemon into the same software looks a little naive... 09:12 < mn3monic> I'd like to know the rationale 09:14 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has quit [Ping timeout: 248 seconds] 09:16 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has joined #c-lightning 09:17 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 09:19 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 09:38 < jb55> they are actually separate programs 09:38 < jb55> they communicate via message passing 09:38 < jb55> that* 09:39 < jb55> so they are isolated from each other. the plan is run each subdaemon under seccomp, so that they are completely sandboxed. 09:41 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 09:45 -!- freerk [5882797d@gateway/web/freenode/ip.88.130.121.125] has joined #c-lightning 09:46 -!- ebx [~ebx@unaffiliated/ebex] has quit [Ping timeout: 240 seconds] 09:51 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Read error: Connection reset by peer] 09:51 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #c-lightning 09:58 < freerk> Hi! After successfully running c-lightning on testnet for a few days I felt reckless and tried it on another server on mainnet yesterday. I tried to open about a dozen channels and only one was created correctly. But after an hour or so the status changed to ONCHAIND_THEIR_UNILATERAL and it stays that way ever since. Most other channels are still in status CHANNELD_AWAITING_LOCKIN 09:58 < freerk> but I can't find the funding_txid on the block explorers, so apparently the transaction wasn't broadcasted? Every second or so I get this on stdout: 09:58 -githubby:#c-lightning- [lightning] cdecker closed pull request #679: Speed up cli (master...speed-up-cli) https://git.io/vNzKb 09:58 < freerk> lightning_channeld(2680): STATUS_FAIL_PEER_IO: peer read failed: Success lightningd(25733): peer 028e5a8e86540f703e1f58880d35d1e318a54c27d84ec1edbcde04a78ed4469a1e: Peer transient failure in CHANNELD_AWAITING_LOCKIN: Owning subdaemon lightning_channeld died (33792) 09:58 < freerk> I restarted lightning a few times already. Should I edit the sqlite like explained in issue 634 to try to spend the money again on new channels? Or does it look like some kind of deadlock where it is not possible currently to open new channels with my installation? 10:23 -githubby:#c-lightning- [lightning] cdecker closed pull request #702: Adjust log level: Fee limits are ignored by default on testnet (master...ignored-fees-not-unusual-on-testnet) https://git.io/vN2IH 10:42 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:59 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Read error: Connection reset by peer] 11:01 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has joined #c-lightning 11:09 < ianthius> freerk: what was the log saying when you tried to initate the channels? 11:10 < ianthius> anything about fees below the minimum? 11:12 < freerk> I had two channels where I got a message like "feerate_per_kw 100 below minimum 26590". Since I didn't see a funding_txid I ignored them and tried to open channels to other nodes 11:13 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 11:17 < ianthius> you said all of this was on a different server from the first? so you aren't running a testnet node later as a mainnet node, right? I had channels fail to open due to the fee issue and they stayed in the getpeers permanently as well. You got txid's for these openings though? 11:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 11:23 < freerk> yep, different server. Although on the first run I didn't include --network=bitcoin and got an exception since the bitcoin node on the server wasn't testnet. So maybe on that first run some files where generated for testnet and they are mixed up now? But one channel showed up correctly at least for a short time on lnmainnet.gaben.win 11:24 < ianthius> sadly i'm not much help. I am just figuring this out the last few days.. 11:25 -!- ianthius [~ianthius@unaffiliated/ianthius] has quit [Quit: leaving] 11:34 -!- ianthius [~ianthius@unaffiliated/ianthius] has joined #c-lightning 11:34 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 11:38 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 11:52 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 11:57 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 11:59 -!- aproc [~aproc@2605:6000:e503:8300:440d:4050:fcb1:1eb0] has joined #c-lightning 12:00 -!- mn3monic [~xxwa@unaffiliated/mn3monic] has quit [Ping timeout: 256 seconds] 12:02 -!- aproc [~aproc@2605:6000:e503:8300:440d:4050:fcb1:1eb0] has quit [Client Quit] 12:03 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 12:08 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 12:13 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 12:14 -!- jb55 [~jb55@d108-172-210-7.bchsia.telus.net] has quit [Ping timeout: 268 seconds] 12:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 12:19 -!- jb55 [~jb55@184.68.162.218] has joined #c-lightning 12:27 -!- vigorousbearhunt [~vigorousb@gateway/tor-sasl/vigorousbearhunt] has joined #c-lightning 12:28 < vigorousbearhunt> Hello (New) World 12:30 < vigorousbearhunt> Does c-lightning support tor proxy? 12:31 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 12:36 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 12:39 < grubles> does c-lightning require txindex=1? 12:39 -!- jb55 [~jb55@184.68.162.218] has quit [Ping timeout: 246 seconds] 12:46 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 12:51 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 12:51 < freerk> grubles: nope, see https://botbot.me/freenode/lightning-dev/2017-12-28/?msg=95135199&page=2 12:52 < grubles> sweet thanks 12:58 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ogwamnltuwbbzzoq] has joined #c-lightning 12:59 -githubby:#c-lightning- [lightning] practicalswift opened pull request #725: Fix typos (master...tpyos) https://git.io/vNVcQ 13:00 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 13:03 -!- plankers [~plank@c-73-2-4-197.hsd1.ca.comcast.net] has joined #c-lightning 13:05 -!- ianthius [~ianthius@unaffiliated/ianthius] has quit [Ping timeout: 240 seconds] 13:07 < vigorousbearhunt> Tried to buy a blockachino from starblocks(c-lightning). After hours of troubleshooting I stuck at "failed: WIRE_TEMPORARY_CHANNEL_FAILURE (reply from remote)" 13:19 -!- ianthius [~ianthius@unaffiliated/ianthius] has joined #c-lightning 13:22 < vigorousbearhunt> Also from time to time c-lightning panics and spams "TRACE: Can't send commit: waiting for revoke_and_ack" in the log-level=debug 13:26 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has quit [Ping timeout: 240 seconds] 13:44 -!- shesek [~shesek@bzq-84-110-233-129.red.bezeqint.net] has joined #c-lightning 13:44 -!- shesek [~shesek@bzq-84-110-233-129.red.bezeqint.net] has quit [Changing host] 13:44 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 13:54 -githubby:#c-lightning- [lightning] alaniz3 opened pull request #728: pylightning: Add and move example to README (master...pylightning-fix-example) https://git.io/vNV0R 14:08 -!- jb55 [~jb55@216-71-192-56.dyn.novuscom.net] has joined #c-lightning 14:09 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:30 -githubby:#c-lightning- [lightning] bjd opened pull request #729: Allocate hex buffer on heap since it can be very large. (master...crash-getlog) https://git.io/vNV20 14:32 -!- jojeyh [~delphi@2602:306:b8b6:b970:20ff:29a4:c81c:7488] has joined #c-lightning 14:55 -githubby:#c-lightning- [lightning] jb55 opened pull request #730: doc: Nix{,OS} build instructions (master...nixos-install-docs) https://git.io/vNVwV 15:01 -!- jb55 [~jb55@216-71-192-56.dyn.novuscom.net] has quit [Ping timeout: 260 seconds] 15:18 -!- freerk [5882797d@gateway/web/freenode/ip.88.130.121.125] has quit [Ping timeout: 260 seconds] 15:27 -!- provoostenator [~vwDZ2BYsc@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has quit [Ping timeout: 256 seconds] 15:27 -!- kanzure [~kanzure@unaffiliated/kanzure] has quit [Ping timeout: 256 seconds] --- Log closed Mon Jan 22 15:27:19 2018 --- Log opened Mon Jan 22 15:27:36 2018 15:27 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #c-lightning 15:27 -!- Irssi: #c-lightning: Total of 33 nicks [1 ops, 0 halfops, 0 voices, 32 normal] 15:27 -!- provoostenator [~vwDZ2BYsc@mail.sprovoost.nl] has joined #c-lightning 15:30 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 15:40 -!- Irssi: Join to #c-lightning was synced in 764 secs 15:59 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 15:59 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 16:01 -!- lowpro [040ff533@gateway/web/freenode/ip.4.15.245.51] has joined #c-lightning 16:10 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 248 seconds] 16:17 < ianthius> when trying to pay an invoice and you get WIRE_PERMANENT_NODE_FAILURE over and over, what does that mean? 16:19 < grubles> that certainly doesn't sound good lol 16:22 < ianthius> i think with fees going down right now people aren't going to focus on LN as much as they should :) 16:47 -!- CubicEarths [~cubiceart@9.sub-174-216-27.myvzw.com] has joined #c-lightning 16:55 -!- CubicEarths [~cubiceart@9.sub-174-216-27.myvzw.com] has quit [Remote host closed the connection] 17:03 -!- CubicEarths [~cubiceart@2601:600:d:e75f:5d56:95d9:11a3:b60f] has joined #c-lightning 17:05 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has joined #c-lightning 17:05 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has quit [Remote host closed the connection] 17:06 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has joined #c-lightning 17:07 -!- CubicEar_ [~cubiceart@2600:100f:b021:6082:600d:c4d0:c156:a8d1] has quit [Remote host closed the connection] 17:07 -!- CubicEarths [~cubiceart@2601:600:d:e75f:5d56:95d9:11a3:b60f] has quit [Ping timeout: 246 seconds] 17:09 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:2114:927c:eb0e:bc70] has joined #c-lightning 17:24 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:2114:927c:eb0e:bc70] has quit [Remote host closed the connection] 17:28 -githubby:#c-lightning- [lightning] ZmnSCPxj opened pull request #731: WIP: Expiration revamp (master...expiration-revamp) https://git.io/vNVHx 17:31 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 17:53 -!- dimsumcode [~dimsumcod@pool-96-241-129-137.washdc.fios.verizon.net] has joined #c-lightning 18:00 < vigorousbearhunt> ianthius, I the fees to get in the next block used to be sud-5 cents, at 5 that's a 100x growth. 18:01 < vigorousbearhunt> On top of that the fees will grow again as soon as the difficulty adjusts. 18:09 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:23 -!- r0m1 [bab7912a@gateway/web/freenode/ip.186.183.145.42] has joined #c-lightning 18:24 < r0m1> good night devs, how can i start with LN 18:27 -!- r0m1 [bab7912a@gateway/web/freenode/ip.186.183.145.42] has quit [Client Quit] 18:27 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #c-lightning [] 18:30 < jojeyh> go to github.com/ElementsProject/c-lightning 18:31 < jojeyh> go to github.com/ElementsProject/lightning 18:31 < jojeyh> check out the README 18:31 < jojeyh> if you'd like to setup a testnet node 18:31 < jojeyh> not recommended to setup mainnet at the moment 18:36 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:4c36:c323:9033:7974] has joined #c-lightning 18:45 -!- CubicEarths [~cubiceart@2600:100f:b021:6082:4c36:c323:9033:7974] has quit [Remote host closed the connection] 19:11 -!- vigorousbearhunt [~vigorousb@gateway/tor-sasl/vigorousbearhunt] has quit [Quit: Leaving] 19:21 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 264 seconds] 19:21 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has joined #c-lightning 19:22 -!- napalm` [~client@185.56.20.132] has joined #c-lightning 19:23 -!- xocite [local@gateway/vpn/privateinternetaccess/xocite] has quit [Client Quit] 19:47 -!- lowpro [040ff533@gateway/web/freenode/ip.4.15.245.51] has quit [Ping timeout: 260 seconds] 20:12 -!- tweaks [~tweeeaks@unaffiliated/tweeeaks] has joined #c-lightning 20:29 < windsok> stupid question - is there a way to route a payment to myself via various intermediate nodes, and then into a different channel than the exit channel? 20:56 < ianthius> windsok: through the same node? you could just launch a different node with a different ID 20:58 < windsok> the use-case would be to move some satoshis to the remote side of the channel for the outgoing channel, and to the local side for the incoming channel 21:01 < ianthius> windsok: if those channels are connected through one or more hops then i think they are more or less identical anyway no? 21:02 < ianthius> i mean you could just pay from the other channel when you want to send funds.. 21:19 -!- shesek [~shesek@bzq-84-110-60-77.red.bezeqint.net] has joined #c-lightning 21:19 -!- shesek [~shesek@bzq-84-110-60-77.red.bezeqint.net] has quit [Changing host] 21:19 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 21:36 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:50da:64a7:8211:9bc8] has joined #c-lightning 22:01 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:50da:64a7:8211:9bc8] has quit [Remote host closed the connection] 23:03 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:e0ff:26ae:c8e1:f782] has joined #c-lightning 23:13 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:e0ff:26ae:c8e1:f782] has quit [Remote host closed the connection] 23:33 -!- CubicEarths [~cubiceart@2600:1012:b013:3519:91b2:f398:a78e:cf23] has joined #c-lightning 23:33 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 23:52 -!- napalm` [~client@185.56.20.132] has quit [Quit: Leaving]