Tadge Dryja, who co-authored the original paper underpinning bitcoinâs experimental lightning payments network, has released a new research paper outlining a proposed scaling solution that heâs been working on for the past year.
Released Monday, Utreexo would make the part of bitcoin full nodes called the âstateâ (also known as the âUTXO setâ) smaller and easier to run with the help of cryptographic proofs. Though the idea has been around since before CoinDesk first covered the idea in January, this paper describes the idea in greater technical detail.
Dryja is known for being one of the most prominent technologists behind the âlightningâ idea, that bitcoin can scale significantly if transactions are pushed to a second layer. Several groups of developers are working to implement the technology for bitcoin payments, though itâs still experimental and not completely safe to use.
Utreexo has a similar motivation, which boils down to making bitcoin full nodes easier to run. Though they take some computing resources to set up, theyâre the most secure way of using bitcoin, without needing to trust a middleman to verify that transactions on the network are real.
âAs the number of users of the system increases, the UTXO set grows, and the resource cost of running a node increases. This has led to a progressively smaller proportion of users running their own node as more users rely on light clients or on [third] party nodes to inform them of the state of the network,â the paper explains.
As such, the paper outlines a way that nodes could use cryptographic proofs to store less data without compromising on security. âNodes using the accumulator need only store a logarithmically sized representation of the UTXO set, greatly reducing storage space and disk seek times,â the paper states.
The paper also reveals the results of simulations Dryja has run showing the benefits of the scheme.
âSince January Iâve implemented more code and made the code public on GitHub, and gotten performance numbers for bitcoin mainnet download sizes,â he told CoinDesk.
Though, looking at these numbers, there is a small catch: although the storage requirements decrease overall, the proofs data increases the network bandwidth load.
âIn our simulations of downloading Bitcoinâs blockchain up to early 2019 with 500MB of RAM allocated for caching, the proofs only add approximately 25% to the amount otherwise downloaded,â the paper explains.
If other developers want to take a look and pick it apart for themselves, Dryja told CoinDesk he released the code as open source so developers can test out the idea.
âItâs not integrated into a wallet yet, which will still take some time, but the library is there for people to try out,â he remarked.
Image via CoinDesk archives