--- Day changed Tue Mar 27 2018 00:16 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 276 seconds] 00:18 -!- booyah [~bb@193.25.1.157] has joined #lightning-dev 00:35 -!- dafunkiz_ [~dafunkizd@172.92.143.143] has joined #lightning-dev 00:37 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 248 seconds] 00:39 -!- buZz [~buzz@unaffiliated/buzz] has quit [Ping timeout: 264 seconds] 00:39 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #lightning-dev 00:41 -!- buZz [~buzz@unaffiliated/buzz] has joined #lightning-dev 00:47 -!- rfree_irc [~rfree_irc@172.86.120.144] has quit [Ping timeout: 265 seconds] 00:55 -!- rfree_irc [~rfree_irc@172.86.120.144] has joined #lightning-dev 01:01 -!- dafunkiz_ [~dafunkizd@172.92.143.143] has quit [Read error: Connection reset by peer] 01:01 -!- dafunki__ [~dafunkizd@172.92.143.143] has joined #lightning-dev 01:01 -!- MaxSan [~user@91.207.102.163] has joined #lightning-dev 01:18 -!- bitonic-cjp [~bitonic-c@92-111-70-106.cable.dynamic.v4.ziggo.nl] has joined #lightning-dev 01:19 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 268 seconds] 01:22 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 01:22 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #lightning-dev 01:32 -!- weedcoder [~weedcoder@pro75-4-82-238-201-154.fbx.proxad.net] has quit [Quit: weedcoder] 01:52 -!- BCBot [~BCBot@46.101.246.115] has quit [Read error: Connection reset by peer] 01:53 -!- BCBot [~BCBot@46.101.246.115] has joined #lightning-dev 01:56 -!- orange_ [3ef58f1a@gateway/web/freenode/ip.62.245.143.26] has joined #lightning-dev 02:00 < orange_> in BOLT 3 the script for offered/received HTLC outputs: why is it "OP_HASH160 OP_EQUALVERIFY" and not ""? 02:00 < orange_> https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md#offered-htlc-outputs 02:02 < orange_> ah - sorry - it's beecause OP_HASH160 does a double hash 02:03 < orange_> equals 02:15 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #lightning-dev 02:15 -!- dafunki__ [~dafunkizd@172.92.143.143] has quit [Quit: probably someone interrupted me] 02:15 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 02:30 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lightning-dev 02:47 < bitonic-cjp> How do I conveniently run lnd (with commandline arguments) from the build dir? 03:01 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-mawwxlodfycsxxku] has joined #lightning-dev 03:09 -!- antanst [~antanst@62.169.219.213] has joined #lightning-dev 03:39 -!- shesek [~shesek@5.102.218.117] has joined #lightning-dev 03:39 -!- shesek [~shesek@5.102.218.117] has quit [Changing host] 03:39 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 04:10 -!- MaxSan [~user@91.207.102.163] has quit [Remote host closed the connection] 04:11 -!- belcher [~belcher@unaffiliated/belcher] has joined #lightning-dev 04:46 -!- ebx [~ebx@unaffiliated/ebex] has joined #lightning-dev 04:57 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #lightning-dev 05:43 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #lightning-dev 05:48 -!- tryphe_000 [~tryphe@unaffiliated/tryphe] has joined #lightning-dev 05:52 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 248 seconds] 06:02 -!- instagibbs [~instagibb@pool-100-15-128-78.washdc.fios.verizon.net] has joined #lightning-dev 06:14 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lightning-dev 06:31 -!- shesek` [~shesek@141.226.150.133] has joined #lightning-dev 06:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 256 seconds] 06:38 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 06:52 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 276 seconds] 06:55 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 06:56 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #lightning-dev 06:56 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 06:56 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lightning-dev 07:04 -!- moneyball [~moneyball@rrcs-208-105-57-183.nyc.biz.rr.com] has joined #lightning-dev 07:11 < mlz> bitonic-cjp, you should be able to run lncli from any dir 07:14 < bitonic-cjp> No I meant lnd. I was debugging it and wanted a quick edit/run/evaluate loop. Anyway, I found a way that worked for me, so the question doesn't matter anymore. 07:25 -!- moneyball [~moneyball@rrcs-208-105-57-183.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 08:07 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-mawwxlodfycsxxku] has quit [Quit: Connection closed for inactivity] 08:09 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #lightning-dev 08:10 -!- Murch [~murch@96.74.120.81] has joined #lightning-dev 08:13 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has joined #lightning-dev 08:14 -!- dougsland [douglas@nat/redhat/x-adwfaespaubnjahd] has joined #lightning-dev 08:14 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 08:23 -!- Chris_St1 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 08:24 -!- douglas_ [douglas@nat/redhat/x-ombivuhelmrbnedc] has joined #lightning-dev 08:24 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 264 seconds] 08:26 -!- dougsland [douglas@nat/redhat/x-adwfaespaubnjahd] has quit [Ping timeout: 240 seconds] 08:43 -!- dcousens [~dcousens@101.188.205.87] has quit [Ping timeout: 248 seconds] 08:44 -!- dcousens [~dcousens@121.214.4.218] has joined #lightning-dev 08:47 -!- shesek` [~shesek@141.226.150.133] has quit [Ping timeout: 256 seconds] 08:49 -!- dcousens [~dcousens@121.214.4.218] has quit [Ping timeout: 276 seconds] 08:49 -!- dcousens [~dcousens@110.140.132.131] has joined #lightning-dev 09:03 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 09:04 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #lightning-dev 09:10 -!- bitonic-cjp [~bitonic-c@92-111-70-106.cable.dynamic.v4.ziggo.nl] has quit [Quit: Leaving] 09:28 -!- orange_ [3ef58f1a@gateway/web/freenode/ip.62.245.143.26] has quit [Ping timeout: 260 seconds] 09:50 -!- Chris_St1 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Quit: WeeChat 1.4] 09:50 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 10:14 -!- riclas [~riclas@148.63.37.111] has joined #lightning-dev 10:29 -!- douglas_ [douglas@nat/redhat/x-ombivuhelmrbnedc] has quit [Ping timeout: 264 seconds] 10:31 -!- dougsland [douglas@nat/redhat/x-pucejknpjqxoqsjs] has joined #lightning-dev 10:31 -!- ebx [~ebx@unaffiliated/ebex] has joined #lightning-dev 10:34 -!- deusexbeer [~deusexbee@093-092-176-083-dynamic-pool-adsl.wbt.ru] has joined #lightning-dev 10:53 -!- shesek` [~shesek@bzq-84-110-232-249.cablep.bezeqint.net] has joined #lightning-dev 10:55 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #lightning-dev 10:59 -!- cdecker [~cdecker@mail.snyke.net] has quit [Quit: ZNC - http://znc.in] 11:10 -!- tuxcanfly [~tuxcanfly@146.185.169.116] has quit [Quit: leaving] 11:13 -!- dougsland [douglas@nat/redhat/x-pucejknpjqxoqsjs] has quit [Ping timeout: 276 seconds] 11:14 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 260 seconds] 11:18 -!- dougsland [douglas@nat/redhat/x-bqzferalkinxgokk] has joined #lightning-dev 11:43 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 11:43 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #lightning-dev 11:54 -!- dougsland [douglas@nat/redhat/x-bqzferalkinxgokk] has quit [Ping timeout: 240 seconds] 11:54 -!- douglas_ [douglas@nat/redhat/x-hjvwjbirziavtxbg] has joined #lightning-dev 12:18 -!- douglas_ [douglas@nat/redhat/x-hjvwjbirziavtxbg] has quit [Ping timeout: 268 seconds] 12:25 -!- dougsland [douglas@nat/redhat/x-ntvdxizmivmjbxsk] has joined #lightning-dev 12:36 -!- epoch314 [~epoch314@blk-137-85-135.eastlink.ca] has joined #lightning-dev 12:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 12:59 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 13:13 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 13:19 -!- epoch314 [~epoch314@blk-137-85-135.eastlink.ca] has quit [Read error: Connection reset by peer] 13:37 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 276 seconds] 13:41 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 263 seconds] 14:10 -!- donaloconnor [~quassel@80.111.255.30] has joined #lightning-dev 14:32 -!- bsm117532 [~mcelrath@2001:558:6017:17f:d521:a116:8477:53d7] has joined #lightning-dev 14:47 -!- tryphe_000 is now known as tryphe 14:47 -!- greg2git [8d7ed2a3@gateway/web/freenode/ip.141.126.210.163] has joined #lightning-dev 14:47 -!- greg2git [8d7ed2a3@gateway/web/freenode/ip.141.126.210.163] has quit [Client Quit] 14:47 -!- bsm117532 [~mcelrath@2001:558:6017:17f:d521:a116:8477:53d7] has quit [Ping timeout: 240 seconds] 14:51 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 14:53 -!- bsm117532 [~mcelrath@2001:558:6017:17f:d521:a116:8477:53d7] has joined #lightning-dev 14:56 -!- tuxcanfly [~tuxcanfly@146.185.169.116] has joined #lightning-dev 15:03 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-xgrnjajpidekdaat] has joined #lightning-dev 15:07 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 240 seconds] 15:20 -!- HFRadical [~none@103.254.153.99] has joined #lightning-dev 15:25 -!- HFRadical [~none@103.254.153.99] has quit [Quit: Leaving] 15:29 -!- dougsland [douglas@nat/redhat/x-ntvdxizmivmjbxsk] has quit [Ping timeout: 240 seconds] 15:29 -!- dafunkiz_ [~dafunkizd@50-251-193-11-static.hfc.comcastbusiness.net] has joined #lightning-dev 15:37 -!- dafunkiz_ [~dafunkizd@50-251-193-11-static.hfc.comcastbusiness.net] has quit [Quit: probably someone interrupted me] 15:52 -!- donaloconnor [~quassel@80.111.255.30] has quit [Ping timeout: 240 seconds] 15:54 -!- bsm117532 [~mcelrath@2001:558:6017:17f:d521:a116:8477:53d7] has quit [Read error: Connection reset by peer] 16:03 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 16:04 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 17:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 17:07 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 17:13 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-xgrnjajpidekdaat] has quit [Quit: Connection closed for inactivity] 17:18 -!- jojeyh [~delphi@2602:306:b8b6:b970:906d:ba8b:8d14:7570] has quit [Ping timeout: 276 seconds] 17:24 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-aaolnrrmrkmlqkcn] has joined #lightning-dev 17:36 -!- abc [c01e59c4@gateway/web/freenode/ip.192.30.89.196] has joined #lightning-dev 17:36 -!- abc is now known as Guest75428 17:40 -!- Murch [~murch@96.74.120.81] has quit [Quit: Snoozing.] 17:46 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:02 -!- Guest75428 [c01e59c4@gateway/web/freenode/ip.192.30.89.196] has quit [Quit: Page closed] 18:08 -!- melvster [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 264 seconds] 18:15 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 264 seconds] 18:19 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:21 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Remote host closed the connection] 18:22 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has joined #lightning-dev 18:26 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:27 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #lightning-dev [] 18:32 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:45 -!- weedcoder [~weedcoder@pro75-4-82-238-201-154.fbx.proxad.net] has joined #lightning-dev 18:49 -!- jojeyh [~delphi@99-59-126-62.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 19:06 -!- jojeyh [~delphi@2602:306:b8b6:b970:9d7e:b18c:1998:cc06] has joined #lightning-dev 19:21 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #lightning-dev 19:22 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has joined #lightning-dev 19:43 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 19:49 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #lightning-dev 20:21 -!- riclas [~riclas@148.63.37.111] has quit [] 20:35 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 264 seconds] 21:03 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 21:17 -!- Amperture [~amp@24.136.5.183] has quit [Quit: Leaving] 21:18 -!- Amperture [~amp@24.136.5.183] has joined #lightning-dev 21:38 -!- r251d [~r251d@2600:1700:e350:37f0:51f3:d51a:e636:637a] has quit [Read error: Connection reset by peer] 21:39 -!- r251d [~r251d@2600:1700:e350:37f0:65:55e2:20db:5713] has joined #lightning-dev 21:48 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 265 seconds] 22:02 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 256 seconds] 22:55 -!- bb [456e890c@gateway/web/freenode/ip.69.110.137.12] has joined #lightning-dev 22:56 < bb> hey anyone here? 23:42 -!- Cogito_Ergo_Sum [~Myself@athedsl-314680.home.otenet.gr] has joined #lightning-dev 23:42 -!- Cogito_Ergo_Sum [~Myself@athedsl-314680.home.otenet.gr] has quit [Changing host] 23:42 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #lightning-dev 23:50 -!- bb [456e890c@gateway/web/freenode/ip.69.110.137.12] has quit [Quit: Page closed]