neodix42 / MyLocalTon

Personal local TON blockchain
GNU General Public License v3.0
105 stars 17 forks source link

Find the first block ever #1

Closed wclr closed 2 years ago

wclr commented 2 years ago

Is it possible to get the details of the first block on the network?

neodix42 commented 2 years ago

The very first block is zero state and has seqno=0, blockchain does not return information about this block. The next very first generated block is (1,8000000000000000,-1). You can distinguish it from other blocks by mint message that is inside it. In MyLocalTon, sometimes on start you might not see this block, in this case simply scroll down and the missing block will be loaded.

wclr commented 2 years ago

I mean I would want to get info about the very first block, it should dated 15 nov 2019?

neodix42 commented 2 years ago

MyLocalTon is a local simulation of TON blockchain, you are addressing the wrong topic. The very first block of mainnet can be found here https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=1&lt=&utime=&roothash=&filehash=

wclr commented 2 years ago

Thanks, I just couldn't find it in the explorer (which is linked on ton.org) https://ton.sh/block/-1/1 it doesn't display any useful data.