Tell me what it means blockinfo?

0

If you can please me more.

bitcoin/src/test/miner_tests.cpp

Here is an example code.

https://github.com/bitcoin/bitcoin/blob/master/src/test/miner_tests.cpp#L43-L72

DATSEC

Posted 2017-03-05T08:48:46.993

Reputation: 83

Answers

2

It is a variable name.

It holds the nonces needed to build a test blockchain.

Pieter Wuille

Posted 2017-03-05T08:48:46.993

Reputation: 54 032

And how they can be received?DATSEC 2017-03-06T18:08:57.030

There is nothing to receive. It is data for the construction of dummy blocks with no meaning.Pieter Wuille 2017-03-06T19:00:20.347