• Latest
‚Turbo Geth‘ Seeks to Scale Ethereum – And It’s Ready in Private Beta

‚Turbo Geth‘ Seeks to Scale Ethereum – And It’s Ready in Private Beta

September 21, 2018
6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine

6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine

März 31, 2023
Judge denies SEC motion to keep Hinman docs secret in Ripple case

Judge denies SEC motion to keep Hinman docs secret in Ripple case

März 31, 2023
The ultimate guide to Miami – Cointelegraph Magazine

The ultimate guide to Miami – Cointelegraph Magazine

März 31, 2023
Dr. Jane Thomason – Cointelegraph Magazine

Dr. Jane Thomason – Cointelegraph Magazine

März 31, 2023
1658007797 celsius is bankrupt with 12b balance sheet hole su zhu.jpg

Celsius is bankrupt with $1.2B balance sheet hole, Su Zhu returns to Twitter and OpenSea purges 20% of employees: Hodler’s Digest, July 10-16

März 31, 2023
6 Questions for Lisa Fridman of Quadrata – Cointelegraph Magazine

6 Questions for Lisa Fridman of Quadrata – Cointelegraph Magazine

März 31, 2023
Jed McCaleb empties XRP wallet after eight-year selloff

Jed McCaleb empties XRP wallet after eight-year selloff

März 31, 2023
Celsius has finally filed for bankruptcy: Law Decoded, July 18-25

Celsius has finally filed for bankruptcy: Law Decoded, July 18-25

März 31, 2023
The ‘godfather of crypto’ risked lifetime in jail, laying foundation for Bitcoin – Cointelegraph Magazine

The ‘godfather of crypto’ risked lifetime in jail, laying foundation for Bitcoin – Cointelegraph Magazine

März 31, 2023
SEC objects to XRP holders aiding Ripple defense

SEC objects to XRP holders aiding Ripple defense

März 31, 2023
Blockchain technology is transforming the real estate market – Cointelegraph Magazine

Blockchain technology is transforming the real estate market – Cointelegraph Magazine

März 31, 2023
1658612147 nfts banned in minecraft sec lists 9 tokens as securities.jpg

NFTs banned in Minecraft, SEC lists 9 tokens as securities and 3AC founder blames cockyness for company meltdown: Hodler’s Digest, July 17-23

März 31, 2023
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
CoinNewsDaily
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
CoinNewsDaily
No Result
View All Result
Home Tech

‚Turbo Geth‘ Seeks to Scale Ethereum – And It’s Ready in Private Beta

coinnewsdaily by coinnewsdaily
September 21, 2018
in Tech
0
‚Turbo Geth‘ Seeks to Scale Ethereum – And It’s Ready in Private Beta
191
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

There’s software ready to help ethereum scale – right now.

Revealed exclusively to CoinDesk, the raw architecture of Turbo Geth has been completed — and is currently available to early adopters for testing. Alexey Akhunov, the independent software developer that built the software, told CoinDesk that unlike many other scaling solutions, Turbo Geth looks at tackling ethereum’s so-called state, instead of transaction congestion and costs.

Related articles

Bankman-Fried faces down roomful of futures industry insiders at CFTC roundtable

Bankman-Fried faces down roomful of futures industry insiders at CFTC roundtable

Mai 25, 2022
Central African Republic to launch official crypto hub ‘Sango’

Central African Republic to launch official crypto hub ‘Sango’

Mai 24, 2022

The term „state“ in this context describes the every-increasing history of all computations of the network. By rewriting Geth, the Ethereum Foundation’s in-house software for interacting with the blockchain, Akhunov said, he’s cut storage down to one-fifth its current size.

This approach allows ethereum nodes to run on cheaper hardware. What’s more, it’s something that many in the ethereum community are passionate about because less expensive hardware helps keep the network decentralized.

„We probably can go 10x just from optimizations,“ Akhunov said on a scalability panel during the ethereum conference Dappcon in Berlin this summer.

Alluding to code improvements that could streamline ethereum – before it upgrades to scaling tech sharding – the statement was received with much applause.

It aligns with the anticipation many in the industry feel for Akhunov’s work, heralded as one of ethereum’s most promising scaling solutions (although one not pegged to the formal scaling roadmap).

And while there’s still work to be done — Turbo Geth lacks many of the features users expect from a fully-functional client currently — Akhunov believes the software will inspire others to take similarly experimental approaches to design.

„One of the contributions I have made is I’ve broadened the design space, and said ‚well, what if we don’t do it this way, but we do it the other way,'“ Akhunov told CoinDesk, adding:

„My main hope is that it brings other clients and other client developers to look at the broader design space for ethereum clients.“

All about organization

Turbo Geth takes how traditional clients store information and turns the process completely on its head.

„The main difference is the way it organizes the database that stores the state and the history of state,“ Akhunov told CoinDesk.

In essence, Turbo Geth takes what has become the dominant way of storing data in ethereum clients, called the hash tree, and replaces that structure with a highly simplified index.

For example, while the hash tree requires many steps in order to retrieve information, Turbo Geth fuses a diverse range of data — such as histories of accounts, nodes, contracts and blocks — into compact strings of information that are lighter to store and faster to retrieve.

The result is that for a full archive node — a type of ethereum node that stores the full history of the state — Turbo Geth creates substantial gains. Compared the 1.2 terabytes of disk space required by Geth today, Turbo Geth users only need 252.11 gigabytes of disk space to run a full archive node.

On top of that, because Turbo Geth vastly minimizes how information is stored at a client level, „the database layout is much more straightforward to use when you want to just look up information from the past,“ Akhunov said.

The layout makes it much faster to retrieve information, he continued, adding:

„Querying the storage entries at a historical point in the contract is probably about 100x faster.“

Break down of Turbo Geth storage image courtesy of Alexey Akhunov.

Not yet public

While these gains are notable, there’s work that remains to be done before Turbo Geth is an actionable client like Geth and Parity, ethereum’s second most popular software client.

In addition to lacking a user-friendly interface, Turbo Geth would take about two weeks in order to sync with the blockchain.

„Obviously that’s not acceptable for most people,“ Akhunov said.

As such, Akhunov said Turbo Geth will need to add support for a feature that cuts synchronization time by allowing clients to link up with screenshots provided by other archive nodes.

Within the Parity architecture, this is known as „warp sync,“ and Akhunov said there might be a way to bootstrap Turbo Geth from this Parity feature.

And still, while the client is getting close to finished, Akhunov built the software entirely on his own and emphasized that he doesn’t have the capacity to deal with requests from the public — meaning that Turbo Geth is strictly in private beta for now.

To build the client, Akhunov received financial support from the Ethereum Foundation and Infura, the ConsenSys-led provider of software that allows decentralized applications to interface with ethereum in a lightweight way. Moving forward, however, the developer envisions handing the Turbo Geth project over to a committed team so that he can continue his research into ethereum scalability.

„I would try to give it into good hands,“ Akhunov told CoinDesk.

Deeper research

For Akhunov, Turbo Geth doesn’t quite fulfill his vision for a fully scalable ethereum.

While the storage enhancements are substantial, he said: „When I started working on Turbo Geth I made an assumption that the bottleneck is of the ethereum client is mostly its access to the state, which was true to a certain extent, but it’s not 100 percent. I have changed my point of view slightly since then.“

For example, while Turbo Geth makes it cheaper and easier for users to run nodes, it doesn’t impact scalability directly — like increasing transaction speed for example.

Going forward, then, the developer wants to dig deeper into how clients function — not just at the level of individual software, such as Geth and Parity, but how combinations of software intercommunicate.

„In order to solve the scaling bottleneck we have to look at how clients interoperate and maybe there’s incompatibility between them,“ he told CoinDesk. „Often the slowest bit is dragging you down.“

For example, Akhunov pointed to several unsolved mysteries on the ethereum blockchain, such as quirks occurring at the mining level, where periodically, miners are producing long chains of blocks that eventually get abandoned.

As such, the developer said he’d like to dedicate his time to studying the ethereum network and observing client interoperability issues in order to better understand where the scalability bottleneck is occurring.

He concluded:

„We might be able to create a runway for another couple of years, but in order to solve this problem we have to look beyond one single client.“

Hard drive image via Shutterstock

The leader in blockchain news, CoinDesk is a media outlet that strives for the highest journalistic standards and abides by a strict set of editorial policies. CoinDesk is an independent operating subsidiary of Digital Currency Group, which invests in cryptocurrencies and blockchain startups.

Credit: Source link

Tags: cheaper hardwareCrypto TechDigital Currency Groupindividual softwaremedia outletsoftware intercommunicate
Share76Tweet48
Previous Post

IBM Continues Expansion Into Crypto Space With „Blockchain World Wire“

Next Post

EVM 2.0: Inside the Race to Replace the Heart of Ethereum

coinnewsdaily

coinnewsdaily

CoinNewsDaily.com is an online Crypto Coin News Website that aims to provide latest trendy news from market and around the world.

Related Posts

Bankman-Fried faces down roomful of futures industry insiders at CFTC roundtable
Tech

Bankman-Fried faces down roomful of futures industry insiders at CFTC roundtable

Mai 25, 2022
Central African Republic to launch official crypto hub ‘Sango’
Tech

Central African Republic to launch official crypto hub ‘Sango’

Mai 24, 2022
South Korean police request exchanges freeze LFG related funds
Tech

South Korean police request exchanges freeze LFG related funds

Mai 24, 2022
Bitcoin stands apart from other crypto, and what that means for US public policy
Tech

Bitcoin stands apart from other crypto, and what that means for US public policy

Mai 22, 2022
Needed: A massive education project to fight hacks and scams
Tech

Needed: A massive education project to fight hacks and scams

Mai 21, 2022
Commonwealth Bank puts crypto trading trial on ice as regulators dither
Tech

Commonwealth Bank puts crypto trading trial on ice as regulators dither

Mai 20, 2022
Load More
Next Post
EVM 2.0: Inside the Race to Replace the Heart of Ethereum

EVM 2.0: Inside the Race to Replace the Heart of Ethereum

Kategorien

  • Alt Coin
  • Bitcoin
  • Business
  • Ethereum
  • ICO
  • Litecoin
  • Mining
  • NFT
  • Ripple
  • Tech
  • Trading

What New here?

  • 6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine
  • Judge denies SEC motion to keep Hinman docs secret in Ripple case
  • The ultimate guide to Miami – Cointelegraph Magazine
  • About Us
  • Contact Us
  • Privacy & Policy

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev

Please enter CoinMarketCap Free Api Key to get this plugin works.
✕
No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev