How to get the first block of bitcoin?

1

1

I put together a small fork, and I want to extract the first block of bitcoin.

At the moment I can't, and can't understand why, maybe I forgot something to disable or change.

Here is a link to the fork with a modified Genesis blocks. I pointed out a time in the future

DATSEC

Posted 2017-03-07T14:08:58.820

Reputation: 83

Answers

4

How to get the first block of bitcoin?

  1. take blk0000.dat
  2. skip first 8 bytes
  3. take 285 bytes

that's all, folks!

amaclin

Posted 2017-03-07T14:08:58.820

Reputation: 5 763

Care to elaborate on that if you are not hardDATSEC 2017-03-07T14:29:54.843

1

DATSEC 2017-03-07T15:59:56.013