Bitcoin: How can I tell who mined a certain block? [duplicate]
Decryption of the bitcoin node obtained by Bitcoin node
Like the largest cryptocurrency network in the world, understanding how bitcoin blocks are obtained, is very important for anyone interested in the technology and mining of the blockchain. In this article, we will enter the process to determine which of Bitcoin Blockchain has obtained a certain block.
Decoded hexagonal value: Simple approach
A common method to identify that which obtained the block implies an analysis of
op_return Analysis of the hexagonal value decoded in the first transaction which created the block. Op_return is a special exit type that allows minors to create personalized transactions without storing them in a blockchain.
Here’s how it works:
- There are two types of transactions in each block:
Normal transactions and
transactions OP_return .
- Normal transactions contain the data necessary for the creation of new parts or active, while the OP_R_R_Turn transactions have a single objective.
- When the minor creates a new block, they choose the NP (a new price) which can be used for a new part or a new active mine.
- The first transaction in the new block is called the previous transaction of ** containing NP and other necessary data.
op_r_trūdurn transactions Decoding
To analyze the transactions OP_Preturn, you must push the hexagonal value of each output address:
- Open the Bitcoin client or use an online tool that supports the decoding of the hexagonal value.
- Search for the first agreement in the new block (generally
Pré-Mineur transaction ) and identify the output addresses.
- Analyze these hexagonal values of address to determine which belongs to the transactions OP_return.
Determine who obtained the block
To find out who has obtained the block, you must consider several factors:
1
Locking header : Check the Hash Root Merkle block headbands to identify potential mining candidates.
- Number of transactions and mix : Discover the number of transactions in the new block and their hashs (i.e. hexagonal values).
3
Distribution of hash power : Analyze the hash power distribution in different nodes, as this may indicate who the calculation resources necessary for me.
Conclusion
Bitcoin Block Transcript includes an understanding of the analysis of transactions and transaction blocks of OP_R_R_RATURT, transactions and the hash energy distribution. When you consider these factors, you can determine which of the Bitcoin blockchain has obtained a certain block. Although this method is not sure, it provides a good starting point for anyone interested in knowing more about Bitcoin.