-
Notifications
You must be signed in to change notification settings - Fork 1
Ethereum
changwu edited this page Jul 20, 2016
·
9 revisions
Ethereum
修復 bitcoin 上一些已知的問題:
- long confirmation times
- the centralisation incentive of mining via pools which leads to the possibility of selfish mining and 51% attacks
版本:
- Olympic
- Homestead, Metropolis and Serenity
Ethereum differs from Bitcoin in 7 main ways:
- Bitcoin 區塊確認的時間約10分鐘, Ethereum 區塊確認時間約12秒 (Ghost protocol)
- Bitcoin 每四年獎勵減半, Ethereum 每年發行固定幣數量
- Bitcoin 是以 block size 來限制交易量, Ethereum 是考慮計算複雜度, 頻寬使用以及儲存需求 (Gas)
- Bitcoin 使用 script, Ethereum 的操作具圖靈完備, 更加彈性與強大
- Bitcoin 早期的礦工擁有多數 btc, 而 Ethereum 在第五年, 礦工擁有的 eth 只佔一半
- Ethereum 不鼓勵挖礦集中化
- Ethereal 使用 PoW (Ethash) 來抵制 ASICS

