Documentation ¶
Overview ¶
live and test genesis blocks
Index ¶
Constants ¶
View Source
const (
BlockNumber = uint64(1)
)
the starting block number
Variables ¶
View Source
var LiveGenesisBlock = []byte{}/* 231 elements not displayed */
View Source
var LiveGenesisDigest = blockdigest.Digest([...]byte{
0xea, 0x76, 0xfd, 0xb2, 0xb5, 0x81, 0x15, 0x5e,
0x39, 0x86, 0x63, 0x59, 0x59, 0x68, 0x76, 0xb9,
0xa3, 0x93, 0x5c, 0xe5, 0x44, 0x1f, 0x05, 0xed,
0x29, 0x01, 0x53, 0x43, 0x47, 0x94, 0x42, 0x00,
})
digest of the live genesis header 0042944743530129ed051f44e55c93a3b9766859596386395e1581b5b2fd76ea
View Source
var TestGenesisBlock = []byte{}/* 240 elements not displayed */
View Source
var TestGenesisDigest = blockdigest.Digest([...]byte{
0x8a, 0xe6, 0x8b, 0xb8, 0x7c, 0x4a, 0x92, 0x6b,
0x8f, 0x12, 0xc5, 0xee, 0xda, 0x96, 0x95, 0xbb,
0xde, 0xaa, 0x9b, 0x28, 0x0b, 0x57, 0xbc, 0x16,
0x54, 0x5a, 0x2c, 0x8f, 0x7b, 0x80, 0xfe, 0x00,
})
digest of the test genesis header 00fe807b8f2c5a5416bc570b289baadebb9596daeec5128f6b924a7cb88be68a
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.