A faster, more efficient cryptocurrency

Design reduces by 99 percent the data users need to join the network and verify transactions.

Share

MIT scientists have devised a new cryptocurrency that definitely diminishes the data users need to join the system and confirm trasactions— by up to 99 percent contrasted with the today’s famous cryptographic forms of money.

Dubbed as Vault, this implies a substantially more adaptable system. It allows users to join the network by downloading only a fraction of the total transaction data.

In addition, it includes techniques that delete empty accounts that take up space and enables verification using only the most recent transaction data that are divided and shared across the network. Thus, it reduces an individual user’s data storage and processing requirements.

During testing, Vault reduced the bandwidth for joining its network by 99 percent compared to Bitcoin and 90 percent compared to Ethereum, which is considered one of today’s most efficient cryptocurrencies. It also ensures that all nodes validate all transactions, providing tight security equal to its existing counterparts.

Cryptocurrency network contains blocks that have a timestamp, its location in the blockchain, and a fixed-length string of numbers and letters, called a “hash,” that’s basically the block’s identification.

Each new block contains the hash of the past block in the blockchain. Blocks in Vault additionally contain up to 10,000 transactions— or 10 megabytes of data— that should all be confirmed by users. The structure of the blockchain and, specifically, the chain of hashes, guarantees that a foe can’t hack the blocks without location.

New users join cryptocurrency networks or “bootstrap,” by downloading all previous transaction information to guarantee they’re secure and cutting-edge. To join Bitcoin a year ago, for example, a client would download 500,000 squares totaling around 150 gigabytes. Clients should likewise store all record adjusts to help check new clients and guarantee clients have enough assets to finish transactions. Capacity necessities are getting to be considerable, as Bitcoin extends past 22 million records.

The Vault is built on a new cryptocurrency system called Algorand — invented by Silvio Micali, the Ford Professor of Engineering at MIT. Algorand uses a “proof-of-stake” concept to more efficiently verify blocks and better enable new users to join. For every block, a representative verification “committee” is selected. Users with more money — or stake — in the network have a higher probability of being selected. To join the network, users verify each certificate, not every transaction.

But each block holds some key information to validate the certificate immediately ahead of it, meaning new users must start with the first block in the chain, along with its certificate, and sequentially validate each one in order, which can be time-consuming.

To speed things up, the researchers give each new certificate verification information based on a block a few hundred or 1,000 blocks behind it — called a “breadcrumb.” When a new user joins, they match the breadcrumb of an early block to a breadcrumb 1,000 blocks ahead. That breadcrumb can be matched to another breadcrumb 1,000 blocks ahead, and so on.

Co-author Derek Leung, a graduate student in the MIT‘s Computer Science and Artificial Intelligence Laboratory (CSAIL) said, “A vault is a place where you can store money, but the blockchain also lets you ‘vault’ over blocks when joining a network. When I’m bootstrapping, I only need a block from the way in the past to verify a block way in the future. I can skip over all blocks in between, which saves us a lot of bandwidth.”

Vault uses a well-known data structure called a binary Merkle tree. In binary trees, a single top node branches off into two “children” nodes, and those two nodes each break into two children nodes, and so on.

Scientists divide the Merkle tree into separate shards assigned to separate groups of users. Each user account only ever stores the balances of the accounts in its assigned shard, as well as root hashes.

The trick is having all users store one layer of nodes that cuts across the entire Merkle tree. When a user needs to verify a transaction from outside of their shard, they trace a path to that common layer. From that common layer, they can determine the balance of the account outside their shard, and continue validation normally.

Leung said, “Each shard of the network is responsible for storing a smaller slice of a big data structure, but this small slice allows users to verify transactions from all other parts of the network.”

Trending