--- Day changed Thu Apr 05 2018 00:58 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #c-lightning 01:09 -!- udiWertheimer [sid190185@gateway/web/irccloud.com/x-wlobdrmgnzbzanid] has quit [Read error: Connection reset by peer] 01:09 -!- danielh_ [~danielh@speedtest.sbbs.se] has quit [Ping timeout: 264 seconds] 01:10 -!- danielh_ [~danielh@speedtest.sbbs.se] has joined #c-lightning 01:10 -!- antanst [~antanst@62.169.219.213] has quit [Ping timeout: 264 seconds] 01:10 -!- udiWertheimer [sid190185@gateway/web/irccloud.com/x-cipricdmvaaumufc] has joined #c-lightning 01:11 -!- lxer [~lx@ip5f5bd657.dynamic.kabel-deutschland.de] has quit [Ping timeout: 264 seconds] 01:11 -!- raucao [~raucao@skippe2.nine.ch] has quit [Ping timeout: 264 seconds] 01:13 -!- lxer [~lx@ip5f5bd657.dynamic.kabel-deutschland.de] has joined #c-lightning 01:13 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 01:14 -!- raucao [~raucao@skippe2.nine.ch] has joined #c-lightning 01:36 -!- CubicEarths [~cubiceart@xdsl-188-155-63-9.adslplus.ch] has joined #c-lightning 01:47 -!- LukaPercic [b91c098b@gateway/web/freenode/ip.185.28.9.139] has joined #c-lightning 01:57 < LukaPercic> Hi, I have a question; is c-lightning meant to be used Elements codebase? So would it be compatible? 02:05 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-aalevjvgheuvrteu] has quit [Quit: Connection closed for inactivity] 02:20 -githubby:#c-lightning- [lightning] cdecker opened pull request #1326: pytest: Use a dict to pass options to lightningd (master...pytest-opts) https://git.io/vxDAh 03:38 -githubby:#c-lightning- [lightning] conanoc opened pull request #1327: Support debugging with lldb (master...lldb_support) https://git.io/vxyfH 04:11 < CubicEarths> I opened a channel from the ACINQ phone wallet to my c-l node, and can pay my node. And I have a channel from my c-l node to bight.nl. I can make payments from the phone to my node, and from my node to bight.nl 04:12 < CubicEarths> But the payment fails when trying to pay from the phone to bight.nl 04:26 -!- haif [51c46baa@gateway/web/freenode/ip.81.196.107.170] has joined #c-lightning 04:31 < CubicEarths> It is working now!!! Maybe the channels had not aged enough to be used to routing.... 04:32 < CubicEarths> I was able to pay y'alls and bight.nl with my phone wallet, and the phone wallets ONLY connection is to my c-lightning node :) 04:43 -!- mn3monic [~xxwa@host194-153-dynamic.244-95-r.retail.telecomitalia.it] has quit [Ping timeout: 240 seconds] 04:45 < lxer> I have not used it for some time because it was always crashing. is it better now? 04:56 < CubicEarths> lxer: c-lightning? 04:58 < haif> hello, can i use lightning-charge with lnd, or i need c-lightning? 05:05 < CubicEarths> haif: c-lightning only at this point 05:05 < haif> ok and it's available on mainnet? 05:08 -!- booyah_ is now known as booyah 05:12 < CubicEarths> yes 05:13 < CubicEarths> haif: It has worked very well for me so far. I have clean install of Ubuntu, fully synced the main chain via Bitcoind, and then got c-lightning up and running 05:14 < CubicEarths> It has been running for weeks without crashing, and my channels have been staying open. 05:19 < haif> i have bitcoind synced on mainnet and right now installed c-lightning 05:19 < haif> should i run it lightningd/lightningd --network=mainnet --log-level=debug like this? 05:20 < lxer> CubicEarths: no, I mean acinq android 05:26 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 05:36 < CubicEarths> lxer: I just installed it again last night, and so far so good. Was able to make payments.... 05:37 < CubicEarths> haif: I have --network=bitcoin 05:39 < haif> 2018-04-05T12:39:51.084Z lightningd(16577): Client: Received message 11 from client 2018-04-05T12:39:51.084Z lightningd(16577): Wallet blockchain hash does not match network blockchain hash: 000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 != 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f lightningd: Wallet network check failed. 05:47 -!- shesek` [~shesek@bzq-84-110-232-235.red.bezeqint.net] has quit [Ping timeout: 240 seconds] 05:58 < CubicEarths> hmmm 05:59 < CubicEarths> I am not sure. were you previously running it on mainnet? 05:59 < haif> bitcoind is running on mainnet 05:59 < haif> you have a special conf? or something? 06:00 < haif> server=1 listen=1 daemon=1 txindex=1 rpcuser=zzz rpcpassword=zzz zmqpubrawblock=tcp://127.0.0.1:18501 zmqpubrawtx=tcp://127.0.0.1:18501 06:00 < haif> thats my bitcoin.conf 06:00 < mlz> haif are you also running LND? 06:01 < haif> i got that error when i try to run it 06:01 < haif> when i type lightningd/lightningd --network=bitcoin --log-level=debug i get : Client: Received message 11 from client 2018-04-05T13:01:02.913Z lightningd(1360): Wallet blockchain hash does not match network blockchain hash: 000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 != 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f 06:01 < mlz> haif, oh you're running testnet .lightningd on mainnet 06:02 < haif> no, bitcoind is on mainnet and i want lightningd on mainet also 06:02 < mlz> 000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943 is the genesis blockhash for testnet 06:02 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 06:02 < haif> so how should i run lightningd on main? 06:02 < mlz> haif, right now you have a database for lightningd in the directory .lightning 06:02 < CubicEarths> haif: I meant were you previously running on testnet? 06:02 < mlz> you need to remove it or delete it first 06:03 < haif> lightningd.sqlite3 this one? 06:03 < mlz> the whole directory .lightning 06:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 06:03 < mlz> rename it to .lightning-testnet 06:03 < haif> ok syncing thx 06:09 < haif> now when i try charged --api-token secret i get Error: SQLITE_CANTOPEN: unable to open database file :/ 06:10 < mlz> there's a channel for #lightning-charge, maybe you can ask shesek there 06:10 < mlz> oops he's not there 06:11 < mlz> but i think he's the top person to go to 06:12 < lxer> I think you have to add the right folder --lightning-dir=/home/user/.lightning 06:12 < lxer> and perhaps also --bitcoin-datadir 06:28 < haif> thx lxer 06:51 < FtW_> Are there any lightning-charge devs here? 06:58 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Read error: Connection reset by peer] 06:59 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #c-lightning 07:02 < mlz> there's channel #lightning-charge 07:03 < FtW_> yes, but that is not really used 07:03 < mlz> well because it's new, not many people know about it yet 07:07 -!- haif [51c46baa@gateway/web/freenode/ip.81.196.107.170] has quit [Quit: Page closed] 07:32 -!- CubicEarths [~cubiceart@xdsl-188-155-63-9.adslplus.ch] has quit [Remote host closed the connection] 07:33 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 07:43 -!- douglas_ [douglas@nat/redhat/x-ljtkjftrjnzoqguq] has joined #c-lightning 07:49 -!- douglas__ [douglas@nat/redhat/x-kjbdymbdgfzotddq] has joined #c-lightning 07:52 -!- douglas_ [douglas@nat/redhat/x-ljtkjftrjnzoqguq] has quit [Ping timeout: 276 seconds] 07:57 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 255 seconds] 07:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 07:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 08:12 -!- grafcaps [~haroldbr@104.137.194.255] has joined #c-lightning 08:21 -!- CubicEar_ [~cubiceart@xdsl-188-155-63-9.adslplus.ch] has joined #c-lightning 08:24 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 08:37 -!- douglas__ [douglas@nat/redhat/x-kjbdymbdgfzotddq] has quit [Ping timeout: 265 seconds] 08:43 -!- dougsland [douglas@nat/redhat/x-mvalvjfjmxfjjigs] has joined #c-lightning 08:50 -!- douglas_ [douglas@nat/redhat/x-olkjkdchiwwyyqns] has joined #c-lightning 08:53 -!- dougsland [douglas@nat/redhat/x-mvalvjfjmxfjjigs] has quit [Ping timeout: 264 seconds] 09:02 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Quit: Leaving] 09:08 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 09:15 -githubby:#c-lightning- [lightning] cdecker opened pull request #1329: topology: Two off-by-one error when catching up with the blockchain (master...blockchain-off-by-one) https://git.io/vxyyu 09:18 -githubby:#c-lightning- [lightning] cdecker closed pull request #1324: bt_print and bt_exit is enclosed in the conditional (master...backtrace-compilation-fix) https://git.io/vxD8m 09:27 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 09:34 -!- LukaPercic [b91c098b@gateway/web/freenode/ip.185.28.9.139] has left #c-lightning [] 09:40 -!- douglas_ [douglas@nat/redhat/x-olkjkdchiwwyyqns] has quit [Ping timeout: 268 seconds] 09:47 -!- dougsland [douglas@nat/redhat/x-tlivtuuahidbrzgc] has joined #c-lightning 10:02 -7IZAAGFTV:#c-lightning- [lightning] cdecker pushed 1 new commit to master: https://git.io/vxy7V 10:02 -7IZAAGFTV:#c-lightning- lightning/master f83c4ff ZmnSCPxj: wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels.... 10:02 -18VADREB9:#c-lightning- [lightning] cdecker closed pull request #1305: wallet: Add msatoshi_to_us_min and msatoshi_to_us_max statistics for channels (master...msatoshi-to-us-min-max) https://git.io/vxodJ 10:07 -githubby:#c-lightning- [lightning] cdecker closed pull request #1220: Reserve greater than dust (master...reserve-greater-than-dust) https://git.io/vxLGW 10:16 -githubby:#c-lightning- [lightning] ZmnSCPxj opened pull request #1330: payalgo: Support bolt11 'r' fields. (master...bolt11-route) https://git.io/vxyd1 10:37 -githubby:#c-lightning- [lightning] cdecker pushed 2 new commits to master: https://git.io/vxyNT 10:37 -githubby:#c-lightning- lightning/master 9423896 Zhen Zhang: Add funding_address to listfunds RPC response, fixes #1227 10:37 -githubby:#c-lightning- lightning/master 992d395 Christian Decker: Update walletrpc.c 10:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:57 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 11:55 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-phqokvqrxssfdnhf] has joined #c-lightning 12:24 -!- antanst [~antanst@62.169.219.213] has quit [Ping timeout: 255 seconds] 12:25 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 12:31 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 12:32 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 13:02 -!- Owad_ [5617287c@gateway/web/freenode/ip.86.23.40.124] has joined #c-lightning 13:02 < Owad_> Hi all. 13:03 < Owad_> Does anyone mind explaining the status property on my freshly created channel? I'm quite stuck and can't seem to accept any payments? 13:03 < Owad_> "status": [ "CHANNELD_NORMAL:Reconnected, and reestablished.", "CHANNELD_NORMAL:Funding transaction locked." ], 13:03 < Owad_> This bit is taken from the listpeers results. 13:05 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 13:09 -!- booyah [~bb@193.25.1.157] has quit [Ping timeout: 246 seconds] 13:14 -!- dougsland [douglas@nat/redhat/x-tlivtuuahidbrzgc] has quit [Ping timeout: 240 seconds] 13:20 -!- booyah [~bb@193.25.1.157] has joined #c-lightning 14:01 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 14:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 14:06 -!- Owad_ [5617287c@gateway/web/freenode/ip.86.23.40.124] has quit [Ping timeout: 260 seconds] 14:44 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-phqokvqrxssfdnhf] has quit [Quit: Connection closed for inactivity] 14:50 -!- redstorm [cb56cc58@gateway/web/freenode/ip.203.86.204.88] has joined #c-lightning 15:41 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 16:01 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-arkqgenuyjkmxxzt] has joined #c-lightning 16:31 -!- lxer [~lx@ip5f5bd657.dynamic.kabel-deutschland.de] has quit [Ping timeout: 265 seconds] 16:42 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 16:44 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 16:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 16:56 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 17:04 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 17:13 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 17:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 17:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 17:25 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 240 seconds] 17:41 -!- redstorm [cb56cc58@gateway/web/freenode/ip.203.86.204.88] has quit [Ping timeout: 260 seconds] 17:43 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 18:06 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 18:29 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 18:31 -!- shesek` [~shesek@89-139-93-16.bb.netvision.net.il] has joined #c-lightning 18:45 -!- shesek` [~shesek@89-139-93-16.bb.netvision.net.il] has quit [Ping timeout: 240 seconds] 18:51 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-arkqgenuyjkmxxzt] has quit [Quit: Connection closed for inactivity] 19:15 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 19:28 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 19:30 -!- booyah [~bb@193.25.1.157] has joined #c-lightning 20:25 -!- redstorm [cb56cc58@gateway/web/freenode/ip.203.86.204.88] has joined #c-lightning 20:51 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 264 seconds] 20:53 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 21:11 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 21:21 -!- redstorm [cb56cc58@gateway/web/freenode/ip.203.86.204.88] has quit [Ping timeout: 260 seconds] 21:26 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 21:46 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 22:31 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 22:34 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #c-lightning 23:42 -!- lxer [~lx@ip5f5bd657.dynamic.kabel-deutschland.de] has joined #c-lightning 23:44 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 23:52 -githubby:#c-lightning- [lightning] rustyrussell pushed 1 new commit to master: https://git.io/vxSdU 23:52 -githubby:#c-lightning- lightning/master 4da3d40 Christian Decker: pytest: Use a dict to pass options to lightningd... 23:55 -githubby:#c-lightning- [lightning] rustyrussell closed pull request #1329: topology: Two off-by-one error when catching up with the blockchain (master...blockchain-off-by-one) https://git.io/vxyyu