What is the block number of the first block mined in a private blockchain network deployed on say Quorum?

111 Views Asked by At

I am working on POCs on Azure Blockchain Service. While working on quickstarts, I observed that while deploying my 'Hello Blockchain!' smart contract, the block number of the block mined was 34136. Since I deployed a new consortium network, why was the block number so huge? I expected block number to be 1 or say 2.

1

There are 1 best solutions below

1
asergaz On

When you deployed Workbench, did you bring your own Blockchain endpoint or let Workbench create one for you?

If you are not bringing your own Blockchain endpoint, Workbench will create one instance of Azure Blockchain Service as the underlying Blockchain consortium resource. As configured, the Blockchain will generate block at least every 5 mins even no contract/transaction is deployed.