Does anyone know how Lightening Network code actually routes nodes? The LN claim is basically decentralized BGP but much more complex and prone to race condition errors. https://www.youtube.com/watch?v=Ug8NH67_EfE&feature=youtu.be... The white paper doesn't even mention how LN routing works! 8.4 Payment Routing It is theoretically possible to build a route map implicitly from observing 2-of-2 multisigs on the blockch…
> It seems impossible to implement true decentralized routing, so it's likely they're using some sort of hack to prioritize "masternodes" as the backbone routers instead of actual peer to peer routing. What do you mean "impossible to implement true decentralized routing"? Many examples of decentralized distance vector and link state algorithms exist. I'm not sure what they are doing but routing isn't some mystical th…
It seems like p2p routing might work for a small network, but the complexity turns chaotic at scale very quickly. I guess time will tell how effective the LN implementation is.