Position: Home page » Equipment » How does BCD mine

How does BCD mine

Publish: 2021-04-27 08:33:51
1.

When bitcoin nodes connect with each other, they will get transactions they don't have from each other. But because bitcoin has accumulated a large number of transactions for a long time, it is very difficult for two nodes to compare which transactions you are missing / which transactions I am missing one by one

to solve this problem, Nakamoto Tsung invented the important technology of block chain. Nodes use blocks to synchronize transactions, which ensures the data consistency of all nodes, and ensures the uniqueness of the blockchain by competing for block packing rights (that is, mining)

① a block and blockchain
a packet formed by a transaction over a period of time is called a block. On average, bitcoin generates a block every 10 minutes, and each block is linked to the previous block to form a blockchain


② the transaction data is synchronized with the block as a unit
the block is numbered from 1, so after node a connects with node B, it is convenient to synchronize the transaction data as long as the block number height of both parties is checked. For example, if node A's own block height is 100 and node B's block height is 110, all it needs to do is request B to synchronize the 10 blocks 101-110<

③ reward for packed blocks
in order to ensure that there are nodes to pack bitcoin transactions, bitcoin rules stipulate that nodes of packed transactions will receive bitcoin as reward
A. part of the package reward comes from the transaction fee paid by the transaction creator (100-1000 transaction fee per KB)
B. the other part comes from the initial distribution of 21 million bitcoins. At the beginning, the reward is 50 bitcoins for each block. After that, the reward will be halved for every 210000 blocks (about four years). Until about 2140, the reward for each block is less than 1, and the total reward for each block is 21 million bitcoins, This is the source of the total amount of 21 million bitcoins (2099999.97690000 to be exact)
after 2140, the package reward will only come from the transaction fee paid by the transaction creator<

④ competition for block packing right
node packing transaction only needs to consume very low-cost network and computing resources. The existence of packing reward (at present, the packing reward for each block is 25 bitcoin, about 40000 yuan), makes a large number of nodes want to pack transactions. In order to ensure the uniqueness of the blockchain, bitcoin rules stipulate that nodes use a method similar to "coin tossing" to compete for the right of transaction packaging. Nodes constantly toss coins. Whoever first throws the results that meet the rules will get the right to pack the transaction in this block, as well as the package reward of this block

2. < blockquote >

when building bitcoin, Nakamoto wants bitcoin to be a decentralized currency, not only for use and trading, but also for mining. But it backfired. With the increasing value of cryptocurrency such as bitcoin, mining has become an instry. The competition is more and more fierce, and the pursuit of mining computing power is higher and higher. Therefore, from ordinary computer mining, ASIC mining machine and GPU mining machine have evolved

the algorithm of ASIC mining machine is almost sha256, while the algorithm of GPU mining is different. For example, the algorithm of BTG is equihash, and the algorithm of BCD is optimized x13. Although it is not absolute, it can be simply considered that the currency of sha256 algorithm is generally mined by ASIC mining machine. Other algorithms are basically using GPU miner. There are also exceptions. Scrypt's Leyte coin used to be mined by GPU miner, but later scrypt's algorithm was also conquered by ASIC chips, such as ant miner L3 +, which is the ASIC miner used to dig Leyte coin

ASIC miner refers to the miner that uses ASIC chip as the core of computing power. ASIC is the abbreviation of application specific integrated circuit, which is a kind of electronic circuit (chip) specially designed for a specific purpose. Some mining machinery factories have designed ASIC chips specially for computing the sha256 algorithm of bitcoin, and the mining machinery using them is ASIC mining machinery. Because ASIC chip is only built for specific computing, its efficiency can be much higher than that of CPU. For example, the current mainstream ant miner S9 is ASIC miner, which uses 189 ASIC chips, the computing power reaches 13.5th/s, and the power consumption is only 1350W. As a comparison, the computing power of gtx1080ti, the flagship computer graphics card, will not exceed 60mh / s even if it is optimized well. The difference is tens of thousands of times

GPU miner refers to the miner that uses GPU graphics card as the core of computing power. Cryptocurrencies such as Ethereum, bitcoin and diamond use graphics algorithms, so the speed of computing with graphics card will be the highest. Compared with ASIC miner, GPU miner is more well-known, because it is a computer with enhanced graphics card configuration

the purpose of GPU miner is to make money, so we should pursue the power consumption ratio and maximum profit, so we should pay attention to the cost performance. Generally, the medium and high-end positioning graphics cards, such as AMD rx560 and rx570, have high power consumption ratio, which is a good choice for GPU miner. While flagship cards such as gtx1080ti and AMD vega64 have the strongest single card performance, they are not cost-effective in terms of price and power consumption

in addition, the ASIC miner also has some exotic procts, such as the USB miner of burning cat, which is slightly larger than the U disk, and the power consumption is only 2.25w, which is the smallest bitcoin miner at present

< / blockquote >

the above quoted digcoin.com - "Introction to mining machinery classification" has many professional terms. I hope it can help you, thank you

3. At present, BCD mining is mainly done with video cards. There are many BCD mining pools in China and abroad. It's better to choose the mine pool that has cooperation with BCD official. It's relatively stable, such as aapool. When you get up early, you can form cooperation with the official website. The mine pool is stable and the income is stable.
4.

With the HA fish miner ah, can be directly on the computer a key mining, convenient and fast. And the way to make withdrawals is Alipay, which refers directly to your Alipay account. The threshold is 0.00001 BTC, which is converted into RMB 4-5 yuan. p> Why not use the simplest way to make money

5. At present, the real main network of mining is ETN. The mobile phone can be hung up for more than one yuan a day without electricity.
6. 1、 In fact, bitcoin, which is rare in quantity, is fired by players< p> The number of bitcoin is not increased or decreased according to the market situation, but has a fixed number. At the beginning, the number of bitcoin was 21 million. In a sense, this kind of thing is too few. people will make this kind of problem, that is, the less something is, the better it is, and then they will want to get it, Even in order to get high cost , the price of bitcoin is naturally fried by those who have money in their pockets and don't care about money

finally:

I don't dare to play with bitcoin. I always think it's going up fast but losing fast. For people like us who don't have much money in their pocket, it's better to put the money in the bank honestly< br />

7.

I have 7 2-inch bareheaded white background certificates (different standards in different places, some more, it is recommended to take 8)

second generation identity card, registered residence book original and 3 copies, each of which is not in conformity with the contents of the household register, and must be accompanied by the certificate issued by the public security organ at the place where the residence is registered. p>

truthfully fill in the application form of the people's Republic of China for disability certificate and the disability assessment form of the people's Republic of China in triplicate

8. Early bcd.exe, is a virtual CD-ROM program. I'm not sure if this is true. You can see if there are processes running in the system.
9. First of all, BCD code is a four bit binary number to represent a decimal number, so BCD adjustment instruction is the conversion between the two! DAA: addition adjustment instruction, when the result of Addition & gt; 9 or carry, it is necessary to add the difference between the four binary and decimal, that is, 6, such as: 34h + 27h, according to the hexadecimal result is: 5bh, but this is not BCD code, so it needs to be adjusted, because the last four digits are greater than 9, it is necessary to add 6 compensation, thus generating carry, that is, 5bh + 06h = 61H, which is equivalent to calculating the decimal 34 + 27 = 61; In addition, the four bits after 38h + 29H are 08h + 09h = 11h, that is AF = 1, that is to say, carry is generated. Because this is hexadecimal, there will be a difference of 6 in the direct carry, so adding 6 compensation, there are: 38h + 29H = 61H, 61H + 06h = 67h, which is the correct decimal result; The reason of senior four is the same; DAS is subtraction, the principle is the same, needless to say! The reason of AAA and AAS is also mentioned above, only eight digits. For example, (ah) = 03h (AL) = 08h, (ah) = 02h (AL) = 09h, when adding: (ah) = 03h + 02h = 05H, (AL) = 08h + 09h = 11h, that is AF = 1, so as to add 6 compensation as before, 08h + 09h = 11h, 11h + 06h = 17h, and then add 1 to ah, that is, ah = 05H + 01h = 06h, Then mask out the high four bits of Al, Al ^ 0Fh = 07h, and assign AF to cf. finally, ah = 06h, Al = 07h, CF = 1 are obtained, that is, 38 + 29 = 67 in decimal system is calculated; AAM, aad is not commonly used, you do not have to tangle it!
10. The most commonly used BCD encoding is to use & quot; 0" To & quot; 9" These ten values are represented by binary codes. This encoding is called "8421 yards" in Chinese mainland. In addition, different coding methods have been developed to meet different requirements. These codes can be roughly divided into weighted codes and non weighted Codes:
weighted BCD codes, such as: 8421 (most commonly used), 2421, 5421...
non weighted BCD codes, such as: remaining 3 codes, gray codes...

the difference between compressed BCD codes and non compressed BCD Codes: each bit of compressed BCD codes is represented by 4-bit binary, and one byte represents two decimal numbers. For example, 10010110b represents the decimal number 96d; Uncompressed BCD code uses one byte to represent a decimal number, the upper four bits are always 0000, and the lower four bits 0000 ~ 1001 represent 0 ~ 9. For example, 00001000b represents decimal

BCD - & gt; ASC conversion is..
for example, BCD = 0x21, then the conversion result is 2 * 10 + 1 = 21 = 0x15
that is, 0x21 - & gt; If ASC is 0x33, then
0x13 = 19 = 0x19 BCD = 0x19

C language operation BCD - & gt; ASI
8-bit BCD
BCD / 16 * 10 + (BCD & 0xf) = ASC
ASI - & gt; bcd
asi/10*16 + asi%10 = bcd
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750