--- Day changed Wed Aug 12 2015 00:26 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 255 seconds] 00:51 -!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has quit [Ping timeout: 250 seconds] 00:57 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has joined #lightning-dev 03:30 -!- cixx [rob@2001:984:6466:0:1950:877a:1438:40d4] has joined #lightning-dev 04:30 -!- Guest82790 [~c@93.182.179.229] has quit [Ping timeout: 245 seconds] 04:36 -!- c_ [~c@93.182.179.229] has joined #lightning-dev 04:36 -!- c_ is now known as Guest7870 07:17 -!- Guest7870 [~c@93.182.179.229] has quit [Remote host closed the connection] 07:25 -!- StephenM347 [~stephenm3@static-64-223-246-218.port.east.myfairpoint.net] has joined #lightning-dev 08:37 -!- akrmn [~akrmn@55-215-250-178.ftth.cust.kwaoo.net] has joined #lightning-dev 09:11 -!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has joined #lightning-dev 09:20 -!- CoinMuncher [~jannes@178.132.211.90] has quit [Quit: Leaving.] 09:22 < roasbeef> hashplex's Python current implementation: https://github.com/hashplex/Lightning 09:30 < mjerr> interesting - if only I would feel comfortable reading python 09:41 < roasbeef> p2p stuff is implemented as a combo of using Flask for HTTP-based RPC, doesn't have HTCL's or revocation implemented yet, routing is unauthenticated, routing updates are sent out on-demand via flooding to all your peers, table cointains (addr, fee_cost, next_hop), currently uses sqlite for DB 09:42 < roasbeef> ^ notes from a quick scan, bus stop is here 09:44 < mjerr> ah, thanks for the tldr 09:45 < mjerr> so routing is basically asking all your connected peers, which peers they are connected to? will this be done recursively? 09:45 < kanzure> it seems to only send to one peer, not all your peers 09:45 < kanzure> and also, it doesn't seem to ask peers anything, just asks them to send 09:47 < mjerr> send what? their list of connected peers? 09:48 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has quit [Ping timeout: 252 seconds] 09:50 < kanzure> "The routing protocol is a variant of distance-vector routing. The idea is that nodes tell their peers beforehand "I know how to get to node X, and it will cost you this much." Nodes use this information to build a routing table saying "If I want to send payment to node X, I should forward payment to node B." Then when payment needs to be sent, the node looks up "Which of my peers do I forward to?" That is done by the "SELECT nexthop, ... 09:50 < kanzure> ... cost FROM ROUTES WHERE address = ?" query. If the peer you select does not know the destination, they lied to you. If you have more than one peer, you choose the cheapest one." 09:50 < kanzure> https://github.com/hashplex/Lightning/blob/fa94a05170faa954d3f6505265d34ac97983f083/lightning.py#L99 10:11 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has joined #lightning-dev 11:17 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has quit [Ping timeout: 255 seconds] 12:23 -!- fkhan [weechat@gateway/vpn/mullvad/x-vixormhgemsdqfmb] has quit [Ping timeout: 244 seconds] 12:38 -!- fkhan [weechat@gateway/vpn/mullvad/x-akiamausukogrwct] has joined #lightning-dev 12:53 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has joined #lightning-dev 15:18 -!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has quit [Ping timeout: 260 seconds] 15:48 -!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has joined #lightning-dev 15:53 -!- StephenM347 [~stephenm3@static-64-223-246-218.port.east.myfairpoint.net] has quit [] 16:10 -!- Janaka-Steph [~Janaka-St@che77-1-82-238-24-26.fbx.proxad.net] has quit [Remote host closed the connection] 17:18 -!- btcdrak [uid52049@gateway/web/irccloud.com/x-fhhpjmswqtfqtwee] has quit [Quit: Connection closed for inactivity] 17:23 -!- go1111111 [~go1111111@162.244.138.37] has quit [Ping timeout: 272 seconds] 17:35 -!- go1111111 [~go1111111@104.200.154.70] has joined #lightning-dev --- Log closed Wed Aug 12 17:55:58 2015 --- Log opened Wed Aug 12 17:56:50 2015 17:56 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #lightning-dev 17:56 -!- Irssi: #lightning-dev: Total of 26 nicks [0 ops, 0 halfops, 0 voices, 26 normal] 18:06 -!- Irssi: Join to #lightning-dev was synced in 638 secs 18:36 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 21:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 264 seconds] 22:31 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has joined #lightning-dev 22:36 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has quit [Quit: Leaving] 23:05 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has joined #lightning-dev 23:10 -!- bedeho [~bedeho@50-202-37-133-static.hfc.comcastbusiness.net] has quit [Ping timeout: 252 seconds] 23:11 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has quit [Quit: Leaving] 23:11 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has joined #lightning-dev 23:16 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has quit [Quit: Leaving] 23:17 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has joined #lightning-dev 23:26 -!- ftlio [~ftlio@ip72-192-131-94.sd.sd.cox.net] has quit [Quit: Leaving] 23:26 -!- ftlio [~ftlio@gateway/vpn/privateinternetaccess/ftlio] has joined #lightning-dev