9-year-old Bitcoin concept, looking back at the first Block Block in the blockchain chain

Today is the Genesis Block 9th anniversary, the first block in the bitcoin chain.

Today is the Genesis Block 9th anniversary, the first block in the bitcoin chain. Since the advent of virtual currency, so many changes have been made, and this first block is the starting point for the bitcoin chain on the way to becoming a revolution in peer-to-peer sharing.

What is Genesis Block?

Genesis Block is the first Bitcoin block, or primitive block, with hash code

000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

Later, it was called block 0 but it was previously counted as block 1. Genesis Block is especially in that there is no reference to the previous block. Below is an illustration of this block in a comment about the old version of Bitcoin. The first paragraph is the necessary variables to recreate the block. The second paragraph is the block in the standard printblock format, containing the data collapsed from the previous paragraph.

GetHash () = 0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
hashMerkleRoot = 0x4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
txNew.vin [0] .scriptSig = 486604799 4 0x736B6E616220726F662074756F6C69616220646E6F63657320666F206B6E697262206E61684320393030322F6E614A2F33302073656D695420656854
txNew.vout [0] .nValue = 5 billion
txNew.vout [0] .scriptPubKey = 0x5F1DF16B2B704C8A578D0BBAF74D385CDE12C11EE50455F3C438EF4C3FBCF649B6DE611FEAE06279A60939E62819274855FEB0FD8A6704 OP_CHECKSIG
block.nVersion = 1
block.nTime = 1231006505
block.nBits = 0x1d00ffff
block.nNonce = 2083236893

CBlock (hash = 000000000019d6, ver = 1, hashPrevBlock = 00000000000000, hashMerkleRoot = 4a5e1e, nTime = 1231006505, nBits = 1d00ffff, nNonce = 2083236893, vtx = 1)
CTransaction (hash = 4a5e1e, ver = 1, vin.size = 1, vout.size = 1, nLockTime = 0)
CTxIn (COutPoint (000000, -1), coinbase 04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f620765636f6e64206261696c6f757420666f722062616e6b73)
CTxOut (nValue = 50.00000000, scriptPubKey = 0x5F1DF16B2B704C8A578D0B)
vMerkleTree: 4a5e1e

This block comes with the text ' The Times 03 / Jan / 2009 Chancellor on brink of second bailout for banks ' (a sentence in a British Times article) probably used as evidence that this block was created. on January 3, 2009 as well as commenting on unrest due to the bank's proportional reserve.

Genesis Block

At that time, (in 2009) the GPU digging was probably not used, but it must be around 2011. The first Google Trends reference for 'GPU mine Bitcoin' started in April 2011.

So Satoshi probably dug on the CPU. But exactly how much CPU did you use to dig this first block?

  1. What do you need to know when buying Bitcoin or selling Bitcoin?
  2. Guide to digging Bitcoin for beginners

Satoshi's version 0.1 source code does not have a special cycle or command to dig Genesis Block. In fact, it is straightforward (hardcore) which means creating from another software with no source code. Moreover, because the BTC at that time was also worthless, there was no competition between the diggers, so it could be assumed that Satoshi dug on his own (and only one) computer.

Satoshi's computer

In 2009, a good CPU could perform about 2 caps of 22 hash pairs per second (double-hashes / second). If two microprocessors are used, there will be 2 threads to dig. Satochi's 0.1 client is not optimized for dual hashing (by backing up, restoring the intermediate state of the second hash application).

9-year-old Bitcoin concept, looking back at the first Block Block in the blockchain chain Picture 1
What computer does Satoshi use to dig the first block?

According to calculations, after only 6 days, there is only 17% chance that he will find Genesis Block. So is he lucky or deliberately digging for 6 days? Compare the time of Block 0 and Block 1:

Block 0: 2009-01-03 18:15:05
Block 1: 2009-01-09 02:54:25 (6 days later)

Although the average time between blocks is 10 minutes, the time between block 0 and block 1 is 6 days. Someone thought that Satoshi had worked with bitcoin before but deliberately released it on the right day according to the content of the newspaper, then continued to dig up the Genesis Block that used hours in the past. It may also be due to slow hashing so he spends 6 days digging with the same timestamp before switching to block 1.

Raw data block

This is Genesis Block's raw hex version

00000000 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
00000020 00 00 00 00 3B A3 ED FD 7A 7B 12 B2 7A C7 2C 3E .; £ íýz {.²zÇ,>
00000030 67 76 8F 61 7F C8 1B C3 88 8A 51 32 3A 9F B8 AA gv.a.È.ÈŠQ2: Ÿ¸ª
00000040 4B 1E 5E 4A 29 AB 5F 49 FF FF 00 1D 1D AC 2B 7C K. ^ J) «_ Iÿÿ . ¬ + |
00000050 01 01 00 00 00 01 00 00 00 00 00 00 00 00 00 ...
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...
00000070 00 00 00 00 00 00 FF FF FF FF 4D 04 FF FF 00 1D . ÿÿÿÿM.ÿÿ .
00000080 01 04 45 54 68 65 20 54 69 6D 65 73 20 30 33 2F .EThe Times 03 /
00000090 4A 61 6E 2F 32 30 30 39 20 43 68 61 6E 63 65 6C Jan / 2009 Chancel
000000A0 6C 6F 72 20 6F 6E 20 62 72 69 6E 6B 20 6F 66 20 lor on brink of
000000B0 73 65 63 6F 6E 64 20 62 61 69 6C 6F 75 74 20 66 second bailout f
000000C0 6F 72 20 62 61 6E 6B 73 FF FF FF FF 01 00 F2 05 or banksÿÿÿÿ.ò.
000000D0 2A 01 00 00 00 43 41 04 67 8A FD B0 FE 55 48 27 * . CA.gŠý ° þUH '
000000E0 19 67 F1 A6 71 30 B7 10 5C D6 A8 28 E0 39 09 A6 .gñ¦q0 · .Ö¨ (à9.¦
000000F0 79 62 E0 EA 1F 61 DE B6 49 F6 BC 3F 4C EF 38 C4 ybàê.aÞ¶Iö¼? LÄ8Ä
00000100 F3 55 04 E5 1E C1 12 DE 5C 38 4D F7 BA 0B 8D 57 óU.å.Á.Þ8M ÷ º.W
00000110 8A 4C 70 2B 6B F1 1D 5F AC 00 00 00 00 ŠLp + kñ._¬ .

This analysis is like this

01000000 - version
0000000000000000000000000000000000000000000000000000000000000000000000 billion block
3BA3EDFD7A7B12B27AC72C3E67768F617FC81BC3888A51323A9FB8AA4B1E5E4A - merkle root
29AB5F49 - timestamp
FFFF001D - bits
1DAC2B7C - nonce
01 - number of transactions
01000000 - version
01 - input
00000000000000000000000000000000000000000000000000000000000000FFFFFFFF - prev output
4D - script length
04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F72206F6E206272696E6B206F66207365636F6E64206261696C6F757420666F722062616E6B73 - scriptsig
FFFFFFFF - sequence
01 - outputs
00F2052A01000000 - 50 BTC
43 - pk_script length
4104678AFDB0FE5548271967F1A67130B7105CD6A828E03909A67962E0EA1F61DEB649F6BC3F4CEF38C4F35504E51EC112DE5C384DF7BA0B8D578A4C702B6BF11D5FAC - pk_script
00000000 - lock time

The reward for being trained by Genesis Block

The first 50 BTC to be delivered to the address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa, although it cannot be used. It is unclear whether this is unintentional or intentional but Genesis Block received 1073 transactions with more than 16 BTC added. Nobody knows why the reward for Genesis Block digging is not available, but bitcoin and all its derivative products also have an initial bonus that is not possible. The total amount of bitcoin circulated cannot exceed 21 million BTC.

Some other interesting facts about Bitcoin

  1. Satoshi Nakamoto may have dug more than 1 million coins in the years of 'pipe' on the bitcoin community.
  2. An estimated 64% of bitcoins are in the wallet and are not touched by anyone.
  3. An estimated 5% of current bitcoin has passed through Silk Road Market.
  4. On the holiday season in 2013, a New Yorker sold the house in exchange for 800,000 BTC.
  5. Satoshi Nakamoto made his first transaction with developer Hal Finney on November 12, 2009.
  6. On the first 12 months of bitcoin, users can exchange around 1,300 BTC for 1 USD.
  7. DOS attacks can affect bitcoin networks, but there are also built-in protection measures.
  8. Bitcoin is not anonymous, all transactions are traced to the end but can use a false name.
  9. The number of lines of code on the bitcoin protocol is 31,000

See more:

  1. This is why 10 years from now, every company will use blockchain
  2. How to prove you are Satoshi Nakamoto - the father of Bitcoin?
  3. Whoever the father of Bitcoin is, he is also in the top 50 richest people in the world
4.5 ★ | 2 Vote | 👨 195 Views
« PREV POST
NEXT POST »