Earlier quoted context omitted.
> 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…
LN is DOA. Routing does not work. And it will never work. Long live Bitcoin Cash
Show HN: Lightning Network Search and Analysis Engine
61–70 of 104 posts
Re: Show HN: Lightning Network Search and Analysis Engine
#62It's a nice tool, akin to the block explorers out there. One minor thing I noticed, where you define the node colour in the sidebar, sometimes if it is dark the hexcode cannot be seen.
There's a way to fix this by dynamically determining the color in javascript for example, and changing the text atop of it to white.
Re: Show HN: Lightning Network Search and Analysis Engine
#63a. What effect does this have on transaction sizing?
b. Does the the node owner charge fees for each transaction?
c. How are the channel amounts calculated? Do they include mining and node fees?
Re: Show HN: Lightning Network Search and Analysis Engine
#64I have watched couple of introductions on LN and had some questions, if someone can help: a. What effect does this have on transaction sizing? b. Does the the node owner charge fees for each transaction? c. How are the channel amounts calculated? Do they include mining and node fees?
b. The node owner do charge fees every time someone use their node : https://bitcoin.stackexchange.com/questions/68767/how-are-fe...
c. There's not mining in lightning, it's only done on blockchain. What do you mean "channel amounts" ?
Re: Show HN: Lightning Network Search and Analysis Engine
#65Earlier quoted context omitted.
Or by ruling that it is illegal to buy, sell or own bitcoin. While bitcoin might continue, most citizens will stop bothering at that point because buying or selling bitcoin shows up in tax audits. The government can also make it illegal to operate a bitcoin node or transmit bitcoin transactions, including for ISPs, which would get the protocol quickly blocked. Additionally they could rule Bitcoin to be an illegal for…
You will have a drug war on your hands, only way harder to enforce thanks to encryption. It's a losing game, and I think you forget that there are way too many rich people in positions of power who like crypto for it to be successfully killed. The ruling classes actually like it more than the lower classes do.
Re: Show HN: Lightning Network Search and Analysis Engine
#66Earlier quoted context omitted.
> 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…
Very interesting and impressive project, thanks for sharing! 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.
Re: Show HN: Lightning Network Search and Analysis Engine
#67I have watched couple of introductions on LN and had some questions, if someone can help: a. What effect does this have on transaction sizing? b. Does the the node owner charge fees for each transaction? c. How are the channel amounts calculated? Do they include mining and node fees?
b. Yes, it's part of node configuration, you can set whatever fee you like, but most probably at this point everybody will just route around you.
c. When creating the funding transaction you decide the amount of satoshi to be locked up in a channel for use in LN. Funding transaction is subject to normal Bitcoin transaction fees (x sat/byte, the higher you pay the faster it's committed and your channel becomes usable).
Re: Show HN: Lightning Network Search and Analysis Engine
#68Earlier quoted context omitted.
I've seen nothing to suggest that a LN operator would be considered a money transmitter. Whats your best reason for thinking so, and why does your definition of money transmission not include miners?
Miners only register a transfer of value and validate it against their perspective of the current ledger. Transfer routed through a lightning channel involves explicit exchange of funds between intermediaries.
Re: Show HN: Lightning Network Search and Analysis Engine
#69Does 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…
Better, physical proximity (via Bluetooth or WiFi mesh networks) would provide immediate local routing. This would work with the above.
Re: Show HN: Lightning Network Search and Analysis Engine
#70Earlier quoted context omitted.
And living up to Satoshi's original vision of a "purely peer-to-peer version of electronic cash".
And support by the original developers of Bitcoin, for scaling by blocksize and exponential growth of computing, bandwidth, and storage.