Earlier quoted context omitted.
From what I understand--yes. They would need to "settle" their transfer on the blockchain and then open a new channel. The solution to this from what I've read is an IOU mechanism and a third party that has a channel with almost everyone. If the third party is rich then each channel is theoretically huge. ALICE --(IOU to bob for 10k)---> CAROL --(IOU from alice for 10k)--> BOB
What happens to the engine trustless selling point of bitcoin when the only plausible scalability solutions entail reintroducing trusted third parties?
Show HN: Lightning Network Search and Analysis Engine
31–40 of 104 posts
Re: Show HN: Lightning Network Search and Analysis Engine
#32What are the regulatory hurdles to operating a lightning node in the US? It makes you a money transmitter, right?
If FinCEN rules that operating a lightning node constitutes acting as a money transmitter, it would be unenforceable. It may still discourage operating an intermediate node in the US and shift the majority of nodes to other countries.
Re: Show HN: Lightning Network Search and Analysis Engine
#33What does "capacity" mean in this context?
Lightning Network seems very confusing. It's unclear to a casual user what "capacity" is and what it means to them. Or what any of this means, really.
Re: Show HN: Lightning Network Search and Analysis Engine
#34What are the regulatory hurdles to operating a lightning node in the US? It makes you a money transmitter, right?
I think the most important aspect is that Lightning Nodes are just sending bitcoin transactions, the whole system is trustless, the node relying your transaction to destination can't steal your money any more then bitcoin full node relying your transaction to miners can.
Re: Show HN: Lightning Network Search and Analysis Engine
#35What are the regulatory hurdles to operating a lightning node in the US? It makes you a money transmitter, right?
Re: Show HN: Lightning Network Search and Analysis Engine
#36Re: Show HN: Lightning Network Search and Analysis Engine
#37Have they solved the distributed routing problem? I watched many videos on the LN, and it's never addressed, it's always this hand-wavy explanation that a route is somehow found, on a network that changes, potentially, thousands of times per seconds, and has tens of millions of nodes.
https://www.youtube.com/watch?v=Ug8NH67_EfE&feature=youtu.be...
Without decentralized routing, It seems like they're simply prioritizing nodes with large sums of BTC as the central operator hubs.
Centralized payment processing hubs?
Re: Show HN: Lightning Network Search and Analysis Engine
#38The 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
blockchain to build a routing table. Note, however,
this is not feasible with pay-to-script-hash transaction
outputs, which can be resolved out-of-band from the
bitcoin protocol via a third party routing service.
Building a routing table will become necessary for
large operators (e.g. BGP, Cjdns). Eventually, with
optimizations, the network will look a lot like the
correspondent banking network, or Tier-1 ISPs.
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.Re: Show HN: Lightning Network Search and Analysis Engine
#39Earlier quoted context omitted.
And the blockchain history.
And living up to Satoshi's original vision of a "purely peer-to-peer version of electronic cash".
Re: Show HN: Lightning Network Search and Analysis Engine
#40Earlier quoted context omitted.
And the blockchain history.
And living up to Satoshi's original vision of a "purely peer-to-peer version of electronic cash".