Hacker News new | ask | show | jobs
by etrabroline 1994 days ago
Wall Street doesn't want Bitcoin to serve its intended purpose of removing their control over the money supply. They did this by co-opting the software project with venture capital money and making technical decisions that make Bitcoin ecommerce economically infeasible due to high fees. Initially they intended to replace Bitcoin with an alt-coin whose issuance was controlled by the Blockstream corporate entity. That project failed, and wall street investors pivoted to another alt-coin called Lightning that has failed to produce a reliable payment network after 7 years of investment, all the while the BTC fork remains unusable, which they are just fine with.

EDIT: The Lightning network markets itself as an improvement to Bitcoin, but it is a completely alternative settlement network that just happens to denominate in BTC. I don't think debating the use of the term "alt-coin" is material.

3 comments

Man, your post is just full of malicious disinformation, most of it addressed elsewhere in this off-topic subthread.

> EDIT: The Lightning network markets itself as an improvement to Bitcoin, but it is a completely alternative settlement network that just happens to denominate in BTC. I don't think debating the use of the term "alt-coin" is material.

That is just entirely untrue. :( Whoever fed you that idea was confused or outright lying to you.

Lightning is a technique for using Bitcoin's smart contracting ability to pay bitcoin without bringing each and every transaction to the network.

The basic idea is that you take some Bitcoin and set a script on it that says that if there is a disagreement over who owns it, the involved parties will post to the ledger the last record in an external ownership transcript which is signed by the involved parties, and if anyone cheats and posts an outdated record, anyone else can post proof that a later entry existed and all the coins go to the non-cheating party.

With this in place, the parties can then transact back and forth securely as fast as they can sign and send Bitcoin transactions to each other without any global broadcast taking place. Taking it a step further, collections of these transactions can be made mutually atomic so that they're all successful or all fail (essentially by making them conditional on a common secret). This is how lightning makes it possible to pay people you've never transacted with before, by routing on a graph of these pairwise payments (that's what the 'network' in lightning network refers to).

All the transactions exchanged between participants are Bitcoin transactions-- which could be posted at any time to the network at the participant's whim, they refrain from doing so to save fees--, the system is built from the novel programmatic ability of Bitcoin, and it is completely ununsable without Bitcoin (or some clone that copies the required functionality, of course).

This kind of channelized usage of Bitcoin was foreseen by Bitcoin's creator and enabled by the consensus rules of the protocol from day one (particularly: nlocktime and sequence numbers which were explicitly added to support channels).

Preach!
Lightning is not an “alt coin”. This whole comment is so absurd I don’t even know what to say other than it’s entirely conspiratorial and misinformed nonsense.