3

I am very much curious to know what algorithm Ethereum is using and what is the impact of this algorithm in the current blockchain .

eth
  • 85,679
  • 53
  • 285
  • 406
Himanshu sharma
  • 782
  • 7
  • 19
  • Related: https://ethereum.stackexchange.com/questions/14/what-proof-of-work-function-does-ethereum-use – eth Jan 03 '17 at 19:58

1 Answers1

6

Ethereum currently uses a Proof of Work algorithm called Ethash, implementation details of which can be found on the wiki.

The plan is to move to a Proof of Stake algorithm called Casper at some point in the future. Current estimates from Vitalik put the chances of moving to PoS in 2017 at between 50% and 80%.

Further details about Ethereum's proposed use of PoS can be found at the following places:

Richard Horrocks
  • 37,835
  • 13
  • 87
  • 144