Pickhardt Payments will supercharge the Lightning Network.
Here's how:
Payments over LN can happen in two ways:
1. Direct (node to node) 2. Indirect (node THROUGH node)
When sending an indirect payment, i.e, you don’t have a channel open with the recipient, your payment is ‘routed’ through an intermediate node or nodes.
But with 75,000 channels & 15,000 nodes, how do we choose the best route to send the payment?
@lightning’s LND implementation currently uses Dijkstra's algorithm for pathfinding (not the exact algo, but similar).
Onion Routing is a revolutionary cypherpunk technology.
But most Bitcoiners have no idea how it works or why it’s important.
Quick thread:
Onion routing is a method for anonymous communication over a computer network.
It’s called "onion routing" because it uses a layered approach to encrypting and transmitting data, similar to the layers of an onion.
The main idea behind onion routing is to protect the privacy of users by making it difficult for anyone to trace the origin or destination of a message.