Mining delay is small, calculation power is increased
Publish: 2021-05-01 02:46:12
1. From cheap electricity to centralized mining, China's resources and environment provide bitcoin miners with many advantages. In recent years, bitcoin miners have used cheap electricity to expand their business in coal rich regions such as Xinjiang and Inner Mongolia, which are home to the founders of some of the world's leading mining companies
with the rising price of bitcoin, more and more people join the bitcoin mining business. Accordingly, mining consumes more and more energy. Obviously, our government is also aware of this
according to the requirements of the document, regulators require local governments to take measures related to electricity price, land use, tax and environmental protection to guide bitcoin miners to withdraw from the business. According to foreign media reports, regulatory authorities are mainly concerned about the money laundering and financial risks involved in the shutdown policy, but excessive power consumption is also a factor that can not be ignored. In principle, bitcoin mining consumes a lot of power because every time a new bitcoin is proced, it needs to solve the complex mathematical problems through the encryption process performed by a high-performance computer. Mining calculation process is used to verify bitcoin transactions in the blockchain to ensure security, but the disadvantage is that it consumes a lot of energy.
with the rising price of bitcoin, more and more people join the bitcoin mining business. Accordingly, mining consumes more and more energy. Obviously, our government is also aware of this
according to the requirements of the document, regulators require local governments to take measures related to electricity price, land use, tax and environmental protection to guide bitcoin miners to withdraw from the business. According to foreign media reports, regulatory authorities are mainly concerned about the money laundering and financial risks involved in the shutdown policy, but excessive power consumption is also a factor that can not be ignored. In principle, bitcoin mining consumes a lot of power because every time a new bitcoin is proced, it needs to solve the complex mathematical problems through the encryption process performed by a high-performance computer. Mining calculation process is used to verify bitcoin transactions in the blockchain to ensure security, but the disadvantage is that it consumes a lot of energy.
2. There must be damage. First of all, only a card can be used for mining, and N card is boring for mining.
secondly, the computer needs to be running all the time and can't be turned off for mining, which requires a lot of computer. It is harmful for each part to do a lot of calculation for a long time, and it also requires high power supply for the computer
mining can't be powered off, and it needs to be recalculated after power off. Graphics card long time to do a lot of calculations will lead to greatly shorten the life of the graphics card, so their own home, do not recommend mining, mining is not as expensive as electricity
secondly, the computer needs to be running all the time and can't be turned off for mining, which requires a lot of computer. It is harmful for each part to do a lot of calculation for a long time, and it also requires high power supply for the computer
mining can't be powered off, and it needs to be recalculated after power off. Graphics card long time to do a lot of calculations will lead to greatly shorten the life of the graphics card, so their own home, do not recommend mining, mining is not as expensive as electricity
3. Every block of the calculation force is readjusted, and the miners are also in and out. The fluctuation is normal
4. First of all, you need to understand the time point of bitcoin Mining:
a total of 2100W bitcoins are issued, and each block is generated for 10 minutes, and a block rewards a certain number of bitcoins. In the beginning, 50 bitcoins were awarded for each block of mining. In the future, the reward was halved for every 21000 blocks (about once every four years). Now, 12.5 bitcoins are awarded for each block generated. The generation time of each block is 10 minutes, but with the development of computer technology, now the mining calculation power is increasing, so the generation time of a block must be less than 10 minutes, which requires certain control measures to ensure this time. This measure is the difficulty of mining. If the output time of each block is less than 10 minutes, the difficulty of mining will be increased. If the output time is more than 10 minutes, the difficulty of mining will be reced. The difficulty adjustment time is 2016 blocks, that is, 2 weeks
after every 2016 blocks, all nodes will automatically adjust the mining difficulty according to a certain formula. This formula is obtained by comparing the latest time spent in 2016 blocks in this cycle with the expected time (20160 minutes, i.e. two weeks)
new difficulty = old difficulty * (time spent in the past 2016 blocks / 20160 minutes)
a total of 2100W bitcoins are issued, and each block is generated for 10 minutes, and a block rewards a certain number of bitcoins. In the beginning, 50 bitcoins were awarded for each block of mining. In the future, the reward was halved for every 21000 blocks (about once every four years). Now, 12.5 bitcoins are awarded for each block generated. The generation time of each block is 10 minutes, but with the development of computer technology, now the mining calculation power is increasing, so the generation time of a block must be less than 10 minutes, which requires certain control measures to ensure this time. This measure is the difficulty of mining. If the output time of each block is less than 10 minutes, the difficulty of mining will be increased. If the output time is more than 10 minutes, the difficulty of mining will be reced. The difficulty adjustment time is 2016 blocks, that is, 2 weeks
after every 2016 blocks, all nodes will automatically adjust the mining difficulty according to a certain formula. This formula is obtained by comparing the latest time spent in 2016 blocks in this cycle with the expected time (20160 minutes, i.e. two weeks)
new difficulty = old difficulty * (time spent in the past 2016 blocks / 20160 minutes)
5. At present, the computing power of P2P pool nodes in the whole network is about 20t, but the actual utilization rate is only 10-15t, which wastes a lot of computing power
the computing power and block output of the whole network can be seen here http://www.taobtc.net/
a lot of computing power is wasted. The reason for this is also from the structure of the P2P pool. The P2P pool node will automatically adjust the difficulty of the pool according to the computing power of the workers' mining equipment. This process is quite fast, and the difficulty will be adjusted every few minutes, As a result, the mining equipment is easy to report errors, that is, it generates a lot of R, which reces the efficiency. The P2P pool is a PPLNs mode. You need to submit an effective share to get profit. After submitting an effective share, you can get all the blocks generated within 24 hours. The difficulty of effective share is relatively large. What I reflected in my pool is that 1g of computing power can't dig effective share at all
how to improve the efficiency of P2P pool
1. First of all, as a node mine pool, the mine pool construction itself needs to add node files, showing the number of connections under the bitcoin wallet. After adding nodes, the number of connections can reach dozens or even more, depending on how many nodes you add, effectively recing invalid share
2. How to fix the calculation difficulty of mining equipment for miners? Set it in your mining equipment startup bat
for example, if your single mining equipment is 10g, you can add
/ 1000 + 10 after the user name (wallet address) in the bat file. For example,
- U
/ 1000 + 10
- P
1 in my bat, what does that mean? That is to say, your device is 10g computing power, and you use a fixed difficulty of 10G for mining in P2P pool. If you are a 1g device, write / 1000 + 1 at the back, so the difficulty is fixed and the efficiency of the device is effectively improved.
the computing power and block output of the whole network can be seen here http://www.taobtc.net/
a lot of computing power is wasted. The reason for this is also from the structure of the P2P pool. The P2P pool node will automatically adjust the difficulty of the pool according to the computing power of the workers' mining equipment. This process is quite fast, and the difficulty will be adjusted every few minutes, As a result, the mining equipment is easy to report errors, that is, it generates a lot of R, which reces the efficiency. The P2P pool is a PPLNs mode. You need to submit an effective share to get profit. After submitting an effective share, you can get all the blocks generated within 24 hours. The difficulty of effective share is relatively large. What I reflected in my pool is that 1g of computing power can't dig effective share at all
how to improve the efficiency of P2P pool
1. First of all, as a node mine pool, the mine pool construction itself needs to add node files, showing the number of connections under the bitcoin wallet. After adding nodes, the number of connections can reach dozens or even more, depending on how many nodes you add, effectively recing invalid share
2. How to fix the calculation difficulty of mining equipment for miners? Set it in your mining equipment startup bat
for example, if your single mining equipment is 10g, you can add
/ 1000 + 10 after the user name (wallet address) in the bat file. For example,
- U
/ 1000 + 10
- P
1 in my bat, what does that mean? That is to say, your device is 10g computing power, and you use a fixed difficulty of 10G for mining in P2P pool. If you are a 1g device, write / 1000 + 1 at the back, so the difficulty is fixed and the efficiency of the device is effectively improved.
6. 1. Mine card generally needs the specified driver version
2. The 382.33 384.76 384.96 driver installed on the official website can't work, only the 382.53 driver can work normally
3. If the driver of this version can not be used normally, you need to contact the official technician to provide the driver file for re installation.
2. The 382.33 384.76 384.96 driver installed on the official website can't work, only the 382.53 driver can work normally
3. If the driver of this version can not be used normally, you need to contact the official technician to provide the driver file for re installation.
7. Speed up mining
8. It's hard to say. If the currency price continues to fall, the miners generally lose confidence in bitcoin, and the mining income is seriously lower than the mining cost, then a large number of miners will stop mining, and the computing power will drop sharply. In addition, because the major countries in the world adopt a more stringent attitude towards bitcoin, such as China and the United States, bitcoin's computing power may also drop sharply, or even disappear
but bitcoin mining as an infrastructure, if bitcoin can continue to exist, although the income of mining is reced, for the security of the whole bitcoin network system, some big bitcoin companies may invest in mining to maintain the security of bitcoin network system. In addition, the future of bitcoin will become more clear and bright. Bitcoin's computing power will not decrease, but will increase.
but bitcoin mining as an infrastructure, if bitcoin can continue to exist, although the income of mining is reced, for the security of the whole bitcoin network system, some big bitcoin companies may invest in mining to maintain the security of bitcoin network system. In addition, the future of bitcoin will become more clear and bright. Bitcoin's computing power will not decrease, but will increase.
9. I saw it on a forum and said it was two hours, but the details are not clear
10. 1 graphics card is cgminer, CPU is minerd
2 P2P mine pool, find a low latency. At will, if the speed is slow, the stack computing power is better than 150k
3 self built P2P ore pool. It doesn't matter if you use CG to do batch processing
4 or the official safe
wallet is used to generate account numbers. It doesn't matter if you delete them later. You can synchronize as many as you want in the future. The miner can only dig with CG.
2 P2P mine pool, find a low latency. At will, if the speed is slow, the stack computing power is better than 150k
3 self built P2P ore pool. It doesn't matter if you use CG to do batch processing
4 or the official safe
wallet is used to generate account numbers. It doesn't matter if you delete them later. You can synchronize as many as you want in the future. The miner can only dig with CG.
Hot content
