Hacker News new | ask | show | jobs
by vertex-four 3263 days ago
One of the big things in the next couple of years is the development of Lightning Network, which requires the upcoming SegWit patches.

The basic protocol allows you to move bitcoins between two entities without putting every single transaction on the chain - only 2 blockchain transactions are needed for unlimited Lightning Network transactions.

Then, on top of this, there's a framework for moving money through the network - I send money to someone I have a Lightning Network payment channel with, they send it to someone they have a channel with, etc, until it gets to you. The great thing about this is that I can prove everyone isn't cheating, and if they are, I can immediately reverse my transaction - I haven't lost any money.

So the result of this is the creation of a network of payment channels which have very very low costs to process payments, aren't embedded in an industry that's difficult to get into (you or I could process payments just by joining the network), and have no ability to try and take a larger cut under the guise of a "points" or "cashback" system as you can easily switch to a different channel which takes a smaller cut.

1 comments

is that the exact opposite of a ledger of every transaction? off ledger transactions? it seems like its giving up some of the idealistic poetic beauty, even if it is practical.
The ledger of every transaction has only ever been a means to an end, that end being a cryptocurrency... and it's still necessary in Lightning Network as a way to resolve fraud and as a monetary backing, it's just not used in every single transaction.

In practice, a ledger of every transaction that is copied to the hard drives of a sufficient amount of bitcoin users is a terrible idea. It doesn't scale, at all. We need better solutions. Lightning Network is one that's potentially viable in the short term - and we're seeing more people play with radically different cryptocurrency designs (e.g. Iota) in the long term.