问题描述
我搜索了很多,但不是找到这2条信息:
I searched a lot, but I'm not finding this 2 info:
1)Azure区块链中区块的最大大小
1) maximum size of a block in an Azure blockchain
2)Azure区块链的最大大小
2) max size of an Azure blockchain
推荐答案
对于Azure区块链的含义,您的问题尚不清楚.但是,假设您已经部署了我们的以太坊解决方案模板之一,那么在以太坊中实际上并没有固定的块大小. 与具有固定块大小限制的比特币网络不同,以太坊通过GasLimit强制执行块大小.
It is not clear from your question as to what you mean by Azure blockchain. But assuming that you have deployed one of our Ethereum solution templates, there really is no fixed block size in Ethereum. Unlike Bitcoin network which has a fixed block size limit, Ethereum enforces block size by GasLimit.
GasLimit由算法动态确定,因此每个区块具有不同的GasLimit,并且消耗的气体也由Smart Contract的存储计算并进行计算,因此块大小不是固定的.
这里有一些有关以太坊区块大小的有用链接
Here are some useful links on the topic of Ethereum block sizes
https://forum.ethereum.org/discussion/1757/maximum-block-size
https://forum.ethereum.org/discussion/1757/maximum-block-size
https://www.reddit.com/r/ethereum/comments/4a3kqo/what_is_ethereums_block_size/?st=jk4btf7m&sh=bc380bb9
https://www.reddit.com/r/ethereum/comments/4a3kqo/what_is_ethereums_block_size/?st=jk4btf7m&sh=bc380bb9
这是一个页面,为您提供公共以太坊网络上的平均区块大小
Here's a page that gives you average block sizes on the public Ethereum network
https://etherscan.io/chart/blocksize
https://etherscan.io/chart/blocksize
关于第二个问题,您部署的区块链可以保持增长,并且仅受节点硬件的限制.
Regarding the second question, your blockchain that you deploy can keep growing in size and is only limited by your node's hardware.
希望这会有所帮助.
这篇关于Azure上区块链的大小限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!