I am very much curious to know what algorithm Ethereum is using and what is the impact of this algorithm in the current blockchain .
Asked
Active
Viewed 3,496 times
3
-
Related: https://ethereum.stackexchange.com/questions/14/what-proof-of-work-function-does-ethereum-use – eth Jan 03 '17 at 19:58
1 Answers
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:
- How Casper works: How does the Casper proof of stake algorithm work?
- PoS FAQ wiki
- Vitalik's PoS Design Philosophy
- A 5-part write-up of the history of Casper (part 1 is here)
Richard Horrocks
- 37,835
- 13
- 87
- 144