Diggers don't show what's going on with mining
mining, in fact, is a problem-solving process. First, we work out a formula with many answers, and then the dealer releases a random answer every other period of time. An answer is the prototype of a virtual coin. We can see who can calculate the answer at this time, and then this person or these people can divide the virtual coin. When the result comes out, we can find the answer, virtual currency is attached with information such as the computer information and problem-solving time of the tester, so that the virtual currency can be "materialized", that is, it has traceability and uniqueness attributes. At this time, the virtual currency is officially g out
using the graphics card is because the computing method of the graphics card is different from that of the CPU. The CPU focuses on logic computing. The graphics card is simple computing, and mining (that is, solving problems) just needs simple computing power. Therefore, mining with the graphics card
bitcoin miner is the equipment for mining bitcoin. The mining equipment can be ordinary computer or USB miner, It can also be a professional ASIC miner
It is true that ordinary computer CPU can mine bitcoin, but because bitcoin mining has formed a huge instry all over the world, it is difficult for indivials to mine bitcoin with ordinary computers. You need to buy expensive and professional bitcoin
ASIC mining machine
and join the bitcoin miners organization to dig bitcoin, that is, to join a mining pool for mining
First of all, CPU and GPU are designed differently for different missions in the computer:1. CPU is mainly optimized for serial instructions, while GPU is optimized for large-scale parallel computing
Modern multi-core CPUs aim at instruction set parallelism (ILP) and task parallelism (TLP), while GPUs aim at data parallelism (DLP)3. GPU often has a larger bandwidth of memory, that is, the so-called video memory, so it will also have good performance in high throughput applications
bitcoin mining uses SHA-256 hash operation, which will carry out a large number of 32-bit integer cyclic right shift operations
interestingly, this kind of algorithm operation can be implemented by a single hardware instruction in AMD GPU, while it needs three hardware instructions to simulate in NVIDIA GPU. This alone brings an additional 1.7 times of computing efficiency advantage for AMD GPU.