--- Day changed Tue Jan 16 2018 00:45 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 00:57 -githubby:#c-lightning- [lightning] windsok opened pull request #616: update invoice manpage to match current RPC and CLI interface (master...invoice-manpage) https://git.io/vNlmL 01:26 -githubby:#c-lightning- [lightning] rustyrussell opened pull request #617: channeld: --ignore-fee-limits as a hack for fee disparities. (master...ignore-fee-limits) https://git.io/vNlOf 03:02 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 256 seconds] 03:22 -githubby:#c-lightning- [lightning] cdecker closed pull request #617: channeld: --ignore-fee-limits as a hack for fee disparities. (master...ignore-fee-limits) https://git.io/vNlOf 04:04 -githubby:#c-lightning- [lightning] cdecker pushed 1 new commit to master: https://git.io/vNl05 04:04 -githubby:#c-lightning- lightning/master 93dc909 ZmnSCPxj: invoices: Extensive reorganization of invoice system. 04:15 -githubby:#c-lightning- [lightning] cdecker closed pull request #616: update invoice manpage to match current RPC and CLI interface (master...invoice-manpage) https://git.io/vNlmL 05:33 -githubby:#c-lightning- [lightning] ZmnSCPxj opened pull request #618: invoices: Add `paid_timestamp` field. (master...invoices-paid-timestamp) https://git.io/vNlrM 06:27 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has quit [Quit: moctost] 06:27 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has joined #c-lightning 08:22 -!- moctost_ [~moctost@209.95.51.97] has joined #c-lightning 08:24 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has quit [Ping timeout: 248 seconds] 08:24 -!- moctost_ is now known as moctost 08:36 -!- moctost [~moctost@209.95.51.97] has quit [Ping timeout: 264 seconds] 09:18 -!- jb55 [~jb55@208.98.200.100] has joined #c-lightning 10:12 -githubby:#c-lightning- [lightning] ktorn opened pull request #621: withdraw: Swap 'satoshi' and 'destination' params to match online help. (master...withdraw-amount) https://git.io/vN8nN 11:00 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 11:41 -!- tomichec [~pi@ip-86-49-245-13.net.upcbroadband.cz] has joined #c-lightning 11:46 -!- tomichec [~pi@ip-86-49-245-13.net.upcbroadband.cz] has quit [Quit: leaving] 11:48 -!- tomichec [~pi@ip-86-49-245-13.net.upcbroadband.cz] has joined #c-lightning 11:48 < rusty> tomichec: FWIW, there are three main implementations: Eclair by ACINQ too. 11:52 < tomichec> thanks rusy, I have been trying to run Eclair on an android tablet, but the channel creation didn't work very well for me. Once I have achieved to set up one, I could only send the money once and then it closed for no apparent reason. 11:54 < rusty> tomichec: interesting! We're seeing massive problems with fee variance on testnet, so I relented and implemented --ignore-fee-limits 11:56 < tomichec> but I have been testing the eclair wallet only with a go-lightning implementation. I could try with c-lightning to see, if the problem remain. Have you been testing Eclair as well? 11:59 < mlz> i'm testing Eclair mobile and desktop app, so far so good 12:17 < tomichec> can c-lightning use an SPV client? Or does the `bitcoind` has to run for it to work? 12:39 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 256 seconds] 15:38 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 15:44 < rusty> tomichec: Needs a full, unpruned node. 15:51 -githubby:#c-lightning- [lightning] cdecker pushed 1 new commit to master: https://git.io/vN8pf 15:51 -githubby:#c-lightning- lightning/master b13c65d Filipe Farinha: withdraw: Swap 'satoshi' and 'destination' params to match online help. 16:14 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has quit [Ping timeout: 276 seconds] 17:10 -!- jb55 [~jb55@208.98.200.100] has quit [Ping timeout: 256 seconds] 18:50 -!- mikec [6c18a63c@gateway/web/freenode/ip.108.24.166.60] has joined #c-lightning 18:52 -!- mryandao [~mryandao@unaffiliated/mryandao] has joined #c-lightning 18:53 < rusty> mikec: OK, what does 'getpeers' show? Are you connected? 18:56 < mikec> { "peers" : [ { "state" : "GOSSIPING", "peerid" : "03bd3466efd4a7306b539e2314e69efc6b1eaee29734fcedd78cf81b1dde9fedf8", "netaddr" : [ "165.227.171.75:9735" ], "connected" : true, "owner" : "lightning_gossipd" }, { "state" : "GOSSIPING", "peerid" : "02f6725f9c1c40333b67faea92fd211c183050f28df32cac3f9d69685fe9665432", "netaddr" : [ "104.198.32.198:9735" ], "connected" : true, "owner" : "lightning_gossipd" } ] } 18:56 < rusty> There's no channel there, you're just gossiping. 18:57 < mikec> oh ok, thanks. I can check into this 18:57 < rusty> mikec: you need to fundchannel. That's OK, docs are um, still TODO! 18:57 -!- grubles [~grubles@unaffiliated/grubles] has joined #c-lightning 19:05 < mikec> ok I funded the channel and now the state is "CHANNELD_AWAITING_LOCKIN" 19:05 < rusty> mikec: cool, now we wait for confirmations.... 19:06 < mikec> ok thanks 19:08 < rusty> Note that the lnd devs also do not recommend running on mainnet! 19:08 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 19:12 -!- mdrollette [~mdrollett@feynman.drollette.com] has joined #c-lightning 19:29 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 256 seconds] 19:29 -!- mikec [6c18a63c@gateway/web/freenode/ip.108.24.166.60] has quit [Ping timeout: 260 seconds] 19:33 < windsok> #reckless love it :) 19:34 < windsok> I may also sacrifice some satoshis to the lightning gods 19:41 -!- jojeyh [~delphi@2602:306:b8b6:b970:105:fc3c:fdcf:11ba] has joined #c-lightning 19:41 -!- mikec [6c18a63c@gateway/web/freenode/ip.108.24.166.60] has joined #c-lightning 19:42 < mikec> rusty: thanks for your help, I was able to complete payment to store.blockstream.com 19:46 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #c-lightning 20:11 -!- wtabata [~wtabata@179.235.79.229] has joined #c-lightning 20:14 < wtabata> hey guys.. need some help.. when I does run lightningd daemon, where I can find a file can put configs to dont need necessaty to put flags every time? like --network=testnet 20:14 -!- mikec [6c18a63c@gateway/web/freenode/ip.108.24.166.60] has quit [Ping timeout: 260 seconds] 20:20 -!- blyat [~blyat@cpe-71-71-200-3.carolina.res.rr.com] has joined #c-lightning 20:23 < blyat> Hello, does c-lightning have any rpc call that gives information about global channels/nodes? 20:25 < windsok> getpeers 20:26 < windsok> oh sorry misread, you want global/all channels and nodes 20:27 < blyat> Yeah I'm trying to get statistics about how many nodes/channels currently exist in total 20:27 < jb55> getchannels ? 20:27 < jb55> it should print out source and destination nodeid, allowing you to build a graph of nodes and channels 20:28 < jb55> blyat ^ 20:29 < blyat> thanks jb55, I'll take a look. Appreciate it 20:39 -githubby:#c-lightning- [lightning] rustyrussell opened pull request #623: (WIP) Json api cleanup (master...json-api-cleanup) https://git.io/vN4OO 21:18 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 256 seconds] 21:18 < jb55> anyone buy a sticker with c-lightning yet? 21:18 -!- anon [4747c803@gateway/web/freenode/ip.71.71.200.3] has joined #c-lightning 21:19 -!- anon is now known as Guest40188 21:19 < Guest40188> I'm getting an error when I try to start lightningd: lightningd(30770): bitcoin-cli exited with code 1: error: couldn't connect to server: unknown (code -1) (make sure server is running and you are connecting to the correct RPC port) 21:19 < Guest40188> Any ideas? 21:19 < Guest40188> bitcoind is definitely running 21:20 < windsok> Guest40188: you need to make sure bitcoin-cli is in your PATH 21:22 < Guest40188> How can I confirm that? bitcoin-cli works fine when I type it into console 21:23 < windsok> does it work from any directory location? 21:23 < Guest40188> yep 21:23 < Guest40188> could it be something with the port? 21:24 < windsok> ok sorry, might be a different issue then 21:24 < windsok> re-read of that error sounds like bitcoin-cli can't communicate with bitcoind 21:25 < Guest40188> where is the crash.log saved? 21:26 < windsok> I think ~/.lightning/ by default 21:27 < Guest40188> yep there it is 21:30 < Guest40188> Trying to guess public addresses... Address 192.168.1.4:9735 is not routable ... Failed to connect 10 socket: Network is unreachable 21:30 < Guest40188> That doesn't appear to have made it crash, but is that a port I need to open? 21:31 < Guest40188> or is there any port I need to open to make lightning work? 21:35 -!- Guest40188 [4747c803@gateway/web/freenode/ip.71.71.200.3] has quit [Quit: Page closed] 21:41 < wtabata> kill process the bitcoind and ligthningd. e start all again 21:42 < wtabata> check that bitcoind is run normal with $bitcoin-cli getinfo 22:18 -githubby:#c-lightning- [lightning] ZmnSCPxj opened pull request #626: INSTALL.md: Add `automake` as dependency. (master...patch-1) https://git.io/vN4Z3 22:24 -!- windsok [~windsok@unaffiliated/windsok] has quit [Remote host closed the connection] 22:29 -!- thorie [~thorie@thorie.xen.prgmr.com] has quit [Remote host closed the connection] 23:30 -githubby:#c-lightning- [lightning] ZmnSCPxj opened pull request #628: Make `fundchannel` return txid too (master...patch-2) https://git.io/vN4CU 23:32 -!- HectorJ [58bed82b@gateway/web/freenode/ip.88.190.216.43] has joined #c-lightning 23:39 -!- HectorJ [58bed82b@gateway/web/freenode/ip.88.190.216.43] has quit [Ping timeout: 260 seconds] 23:40 -!- windsok [~windsok@unaffiliated/windsok] has joined #c-lightning