• Latest
One Musician’s Creative Solution to Drive ASICs Off Monero

One Musician’s Creative Solution to Drive ASICs Off Monero

September 29, 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

One Musician’s Creative Solution to Drive ASICs Off Monero

coinnewsdaily by coinnewsdaily
September 29, 2018
in Tech
0
One Musician’s Creative Solution to Drive ASICs Off Monero
191
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

Algorithms are creative.

At least, that’s according to Howard Chu, a monero core developer who has dedicated his time to protecting the crypto from specialized mining hardware, called ASICs, built by a multibillion-dollar mining industry. And recently, Chu found a solution to permanently keep ASICs off the network – a proof-of-work algorithm he calls RandomJS which exploits the fact that the hardware cannot so „multiple things at once.“

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

What’s perhaps most interesting about his algorithm, though, is that he might have only stumbled on the innovation because of his hobby of traditional Irish fiddle playing.

From his hometown in Donegal, one of the most rural and musically rich corners of Ireland, Chu told CoinDesk, the algorithm was created with the same imagination he draws on for his musical practice.

According to him, music and code are deeply connected at a neurological level, requiring both the logical and creative sides of the brain to function simultaneously. As a result, Chu said there’s a frequent overlap between programming and musical talent – one that he tapped into for the algorithm.

„Music is very mathematical, the basis of music is mathematical, but at the same time, there’s a creativity to it,“ he told CoinDesk.

And with that, Chu created an algorithm that utilizes randomly generated code.

Because ASICs can only be designed to work towards one algorithm, using randomly generated code in an algorithm would make ASICs quickly incompatible, and as such, unprofitable. In this way, many developers think ASIC manufacturers would just steer clear of developing hardware for cryptocurrency projects that switch their algorithm frequently.

Driving this interest in ASIC-blocking code is mining giant, Bitmain’s inroads into cryptocurrency communities outside bitcoin over the past year. More specifically for Chu, Bitmain released the Antminer X3 ASIC in March that was programmed to run monero’s underlying proof-of-work algorithm, cryptonight.

Shortly after monero developers sparked what has become known as crypto’s „war on miners,“ by enacting an emergency software upgrade in April to change the cryptocurrency’s algorithm so that the Antminer X3 would be useless on the protocol.

Monero developers have since committed to regular software changes to remove any reemergent hardware.

But because of the risk that the small software changes monero has committed to may be insufficient to dissuade hardware manufacturers long term, Chu built RandomJS as a more sustainable solution for the cryptocurrency.

Speaking about the algorithm, Chu said:

„RandomJS is coming at the problem from a direction that nobody else is.“

Random math

A widely respected coder, Chu is senior architect of the OpenLDAP project, which created an open-source database layer that underlies much of the telecommunications industry.

And he’s been working on monero since 2015.

According to Chu, RandomJS is tied to his musical practice by virtue of its novel approach.

While ASIC hardware manufacturers analyze software and build optimized hardware to run for a particular algorithm, RandomJS takes the opposite approach, analyzing the functions of CPU hardware – the kind that underlies most consumer laptops – and building outward from there.

Chu described the challenge as striking a balance between two functions of a proof-of-work protocol – the time it takes to compute an algorithm and the speed of which it is verified.

For example, while SHA 256 (the proof-of-work algorithm that underlies bitcoin) is simple to verify, according to Chu, it’s fundamentally „too easy“ to compute, meaning that it’s trivial to build hardware around it.

„The cryptographic hash is really great for proving something is authentic, but it’s horrible as a unit of work because it’s too easy,“ Chu told CoinDesk. „It’s really simple to embed SHA 256 into a chip and clone thousands of these compute units.“

As such, RandomJS makes the compute process more complex, seeking to use CPU functionality in a more holistic way, by using blockchain data as the inputs to generate random code.

„We take an input, which is the previous block hash, and we use that as a seed for a pseudo-random number generator,“ Chu explained.

This data then generates randomized algorithms written in javascript, which when run by the participating computers, are then hashed and added to the blockchain.

Still, the algorithm itself is being evaluated by the monero core team, and according to Chu, there’s a number of things that might delay its adoption. For one, it cannot currently function on the general purpose, or GPU, hardware that comprises the majority of monero’s mining infrastructure.

So there’s still quite a bit of work to be done.

A musical mind

With that said, Chu’s algorithm is perhaps one of the most unique, if not artistic, techniques for blocking ASICs.

Some might even say, with it’s always changing code, it’s a high-energy approach – one that fits why Chu, originally from Los Angeles, came to northwest Donegal in the first place.

He was led to the rugged coastline because of his passion for Irish traditional music.

But also in Donegal, he found the landscape reflected in the local music.

„Donegal fiddle style is fairly high energy, sharp and punctuated, and the first time I stood on Malin Head and looked at the coast and the waves crashing on the rocks, I was like, ah, this is that energy,“ Chu told CoinDesk.

As such, Chu plans to set up a programming school in Donegal, where there’s also music instruction as part of the curriculum.

„That’ll give flexibility and training and a different way of thinking about things,“ he said.

According to the developer, computer science education often trains students to think logically, which doesn’t prepare them for the real world that requires developers to creatively tackle new problems.

Speaking to his interest in melding music and programming, Chu concluded:

„You can’t do that without creativity, and if you haven’t been trained to use the creative part of your mind then you are going to struggle with that.“

Howard Chu photograph courtesy of Joseph Lopez

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: ASICCrypto TechDigital Currency Groupmedia outletproof-of-work algorithm
Share76Tweet48
Previous Post

Michael Arrington’s VC Firm to Leave US Following Subpoena

Next Post

New Ripple-Led Advocacy Group to Pay DC Lobbyists in XRP

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
New Ripple-Led Advocacy Group to Pay DC Lobbyists in XRP

New Ripple-Led Advocacy Group to Pay DC Lobbyists in XRP

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