Position: Home page » Bitcoin » How to dig BTC

How to dig BTC

Publish: 2021-03-26 01:10:38
1. First of all, we need to find a mine pool which is easy to operate and proces stable output. The function of the mine pool is to subdivide the data packets for each terminal. We can pay the corresponding amount of bitcoin according to the proportion of the data packets calculated by the terminal through a precise algorithm
there are some points for attention in account setting. It is suggested to set a common account in e-mail
then there is the most important miner account setting. Miner obviously refers to CPU or GPU. You need to set an account for each CPU or GPU. Suppose you have two hd7990, you need to set four different accounts for four GPUs
after the account registration, it's time to take the second step. Download the bitcoin miner. Here we recommend the small and easy-to-use guiminer, which can support CPU, oepncl, CUDA and other computing modes. Your CPU and graphics card can achieve maximum performance
guiminer, a bitcoin miner, still needs to make certain settings. After the interface is changed to Chinese, it will be very simple
if the setting is correct, click the "start mining" button, the graphics card will soon enter the full speed running state, the temperature and fan speed will increase, and you can also monitor the state through gpu-z or graphics card driver
the computing power displayed by guiminer is only a theoretical value. To know the actual output of bitcoin, you need to log in to the mine pool website, btcguild, to monitor your account information
now let's assume that you have g up several bitcoins, which naturally exist in btcguild, a foreigner's website. They can't be traded or converted into paper money for the time being
the functions provided by bitcoin China trading platform are clear at a glance, and you can understand them as soon as you read them, so you don't need to introce them any more. After you register, you can study them slowly
click the "bitcoin recharge" function of bitcoin China trading platform, and the system will provide you with a one-time bitcoin digital wallet address. This address can only be recharged once (for security reasons of the platform). After successful recharge, it will be invalid, and then the system will provide you with another address. Remember to update the wallet address in time every time, Otherwise, it will lead to recharge failure or loss
OK, now we import bitcoin from foreign websites into bitcoin China website, and it's up to you to deal with it. Keep it for appreciation, listing and selling, and exchange it for RMB. Specific how to operate, this Chinese website is easy to operate, we slowly study it
finally, let's talk about the equipment used in the bitcoin mining test. At first, I thought it was just an ordinary hd7870, but its computing power was much better than that of the ordinary hd7870. The key is that guiminer recognized it as the Tahiti core, which is the only core of hd7900 series. Looking at gpu-z, the card originally had as many as 1536 stream processors, Generally, the hd7870 of Pitcairn core has only 1280 stream processors. No wonder Dylan's graphics card has super computing power
for friends who hang up for a long time, performance is not the most important, and stability is the most important.
2.

Find the code on the bitcoin system, and you can dig bitcoin if you find the code

every other time point, the bitcoin system will generate a random code on the system node, and all computers in the Internet can search for the code. Whoever finds the code will proce a block, and then get a bitcoin. This process is often called mining. Computing this random code requires a lot of GPU operations, so the miners purchase a large number of graphics cards to get bitcoin profits more quickly, which is also an important reason for the recent shortage of graphics cards

extended information:

characteristics of bitcoin

The total amount is limited, only 21 million BTC

2. Anyone can issue bitcoin, but it is more and more difficult

3. Compared with the central bank currency, it is safer and almost impossible to be stolen

The transaction process is completely anonymous and cannot be traced

3. Starting from the essence of bitcoin, the essence of bitcoin is actually a special solution generated by a bunch of complex algorithms. A special solution is one of the infinite (in fact, bitcoin is finite) solutions that can be obtained from the equations. Every particular solution can solve the equation and is unique
in the metaphor of RMB, bitcoin is the serial number of RMB. If you know the serial number of a note, you have the note. The process of mining is to constantly seek the special solution of this equation system through a huge amount of calculation. This equation system is designed to have only 21 million special solutions, so the upper limit of bitcoin is 21 million
to mine bitcoin, you can download the special bitcoin computing tools, register various cooperation websites, fill the registered user name and password into the computing program, and then click the operation to officially start
after completing the installation of bitcoin client, you can directly obtain a bitcoin address. When others pay, you only need to post the address to others, and you can pay through the same client. After installing the bitcoin client, it will distribute a private key and a public key. You need to back up your wallet data containing your private key to ensure that your property is not lost. Unfortunately, if the hard disk is completely formatted, personal bitcoin will be completely lost.
4. Bitcoin, as a kind of network virtual currency, is very popular. Many people will "dig" bitcoin. Today, let's introce the mining tutorial of bitcoin
Step 1: prepare mining machines and pools
if you want to dig bitcoin, you must prepare professional equipment. At present, there are many professional mining machines on the market, and the pool is also essential. When you choose a pool, you should also compare the output and income gap of each pool, and then choose the most suitable one
Step 2: register and set the mine account
after the mine is ready, register the mine account and set a common email. When setting the mine account, each CPU or GPU needs to set a mine account
Step 3: download the bitcoin miner
after you register and set up your account, you need to download the bitcoin miner. When downloading the miner, be sure to choose the miner that can make your CPU and graphics card play the most function. After downloading, set the server, user name, password, device and so on
Step 4: Mining
after setting up the miner, click the "start mining" button, the miner will enter the state of full speed operation, and the miner will start mining automatically.
5.

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

6. You can register users in okex's mine pool, and then you can mine.
7. Since the concept of side chain was first discussed publicly in 2014, it has received a lot of publicity from the bitcoin community. In essence, side chain allows users to transfer bitcoin between bitcoin blockchain and other blockchains with different functions

the side chain under development includes RSK (rootstock), an Ethereum style and more flexible intelligent contract platform; Mimble, an experimental method to improve the privacy and scalability of bitcoin blockchain; Bitcoin hivemind, a prediction market platform based on blockchain

to transfer bitcoin from the main chain to the side chain, these bitcoins will be frozen on the main chain first, and then activated on the second chain; This is the two-way peg. According to who or what controls the funds frozen in the bitcoin main chain for the two-way linkage mechanism, there are five famous solutions< br />
 

1< br /> 

2. Alliance mode

&< br />
 < 3. SPV side chain

4. Drive chain

& 160

5
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