cypherpunks-core / ethereumbook_zh

:book: Mastering Ethereum - 繁中
https://cypherpunks-core.github.io/ethereumbook_zh/
77 stars 34 forks source link

Update 術語.asciidoc #20

Closed milochen0418 closed 5 years ago

milochen0418 commented 5 years ago

修改 Blockchain

簡介: 比特币是通过固定大小控制区块,上限是1M,以太坊采用了完全不同于比特币的做法,使用gaslimit来限制,所以以太坊的区块大小是不固定的。

參考資料: 了解以太坊的 Gas Limit 如何控制區塊大小 https://blog.csdn.net/csds319/article/details/80675553

介紹乙太坊與BitCoin 區塊鏈的相同之處以及不同之處 https://bitsonblocks.net/2016/10/02/gentle-introduction-ethereum/

這是 UTXO Model 的簡單介紹 https://steemit.com/cn-cryptocurrency/@antonsteemit/utxo

[ 參考資料總結 ] 出塊之大小與 Transaction 追求的目地有關,在乙太坊中 Transaction 思維的點是智能合約,而比特幣是 UTXO Model。這是最主要的不同之處。

乙太坊是 Account Model, 其 Transaction 與 Smart Contract 有關,而 Transaction 會涉及 Gas Limit ,而浮動性的 Gas 又會動態決定決定出塊的 Block size。 所以說,乙太坊看的是 Gas Limit 而不是看 Block size limit.