Position: Home page » Equipment » Now the efficiency of bitcoin mining

Now the efficiency of bitcoin mining

Publish: 2021-04-24 15:14:06
1.

You can't dig in a day. It takes 2000 years

the global unified computing difficulty of bitcoin is 2621404453 (expected to change in two days). It takes more than 2000 years for a 2.5GHz CPU to work out a bitcoin

in order to make the graphics card fully loaded for a long time, the power consumption will be quite high, and the electricity bill will be higher and higher. Many professional mines at home and abroad are operated in areas with extremely low electricity charges, such as hydropower stations, while more users can only mine at home or in ordinary mines, so the electricity charges are not cheap. Even in a certain residential area in Yunnan, there was a case of crazy mining, which led to a large area trip of the residential area, and the transformer was burned


extended data:

bitcoin network generates new bitcoin through "mining". In essence, the so-called "mining" is to use computers to solve a complex mathematical problem to ensure the consistency of bitcoin network distributed accounting system

bitcoin network will automatically adjust the difficulty of mathematical problems, so that the whole network can get a qualified answer about every 10 minutes. Then bitcoin network will generate a certain amount of bitcoin as block reward to reward the person who gets the answer

when bitcoin was born in 2009, block rewards were 50 bitcoins. Ten minutes after its birth, the first 50 bitcoins were generated, and the total amount of money at this time is 50. Then bitcoin grew at a rate of about 50 every 10 minutes. When the total amount reaches 10.5 million (50% of 21 million), the block reward will be halved to 25

when the total amount reaches 15.75 million (5.25 million new output, i.e. 50% of 1050), the block reward will be further halved to 12.5. The monetary system used to have no more than 10.5 million in four years, after which the total number will be permanently limited to about 21 million

2. Bitcoin is a kind of cryptocurrency based on decentralization, using peer-to-peer network and consensus initiative, open source, and blockchain as the underlying technology. Under normal circumstances, an ordinary home computer can bear up to 1000h / s of computing power. According to the hash collision data of bitcoin 3 million times per second, if it is just an ordinary home computer, even if it is mining 24 hours a day, it can dig up to 0.0018 bitcoins a day. It takes at least 556 days to dig out a complete bitcoin. If it is not lucky in the middle of the way, it will be difficult to dig out a complete bitcoin, It may take more time

warm tips:
1. The above information is for reference only, without any suggestions
2. According to the notice on preventing the financing risk of token issuance, there is no approved digital currency trading platform in China. According to the regulation of digital currency in China, investors have the freedom to participate in digital currency transactions at their own risk
response time: February 2, 2021. Please refer to the official website of Ping An Bank for the latest business changes
[Ping An Bank I know] want to know more? Come and see "Ping An Bank I know" ~
https://b.pingan.com.cn/paim/iknow/index.html
3. The computing power and block output of the whole network can be found in
http://www.taobtc.net/
look at
1. First of all, as a node mine pool, the mine pool construction itself needs to add node files, which show 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.
4.

Recently, the price of bitcoin continued to rise, reaching a maximum of US $41000. According to Mr. Liu, the manager of the mine, recently some customers have asked for additional orders, but the output of the mining machinery manufacturers is insufficient and they can't get a large number of mining machinery. Now they have to wait five months or more. Most of his customers have increased their positions in the middle of this year. At present, the prices of mainstream mining machines vary from 30000 to 60000, Mining takes about 12 months to recover the cost

therefore, if people really have mining ideas, they should not be dazzled by the impulse of the moment, and they should try to do it slowly. Today, the price of bitcoin continues to rise, largely because many mainstream investment institutions or investors begin to be interested in digital assets and begin to hoard bitcoin

bitcoin investment has great risks, the phenomenon of sharp rise and fall is not uncommon, and there are not a few people who have lost all their money. Therefore, it is not advisable to follow blindly and keep calm in investment

{rrrrrrr}

extended data

bitcoin plummeted by more than 10%:

earlier on January 11, bitcoin once fell to $37000 / piece, the lowest to $35141, and the biggest drop in the day was more than 10%. According to the data of bitcoin home.com, the amount of burst positions in the past 24 hours reached US $1.165 billion (about RMB 7.530 billion), and a total of 115138 people burst positions within 24 hours

for the sudden drop, some netizens said: "what should come will come.". Cautious investors said that such a high position, I first clearance, short about

5. This should not have too many requirements, generally not less than 4 megabytes

the founder of bitcoin, Tsung Nakamoto, left the bitcoin project in 2010 and became one of the most mysterious figures in the coin circle. Bitcoin is made by mining. Mining is a process of consuming computing resources to process transactions, ensuring network security and keeping everyone's information synchronized in the network. It can be understood as the data center of bitcoin. The difference lies in its completely decentralized design. Miners operate all over the world, and no one can control the network. This process is called "mining" because it is similar to gold panning, because it is also a temporary mechanism for issuing new bitcoin. However, unlike gold panning, bitcoin mining provides rewards for services that ensure the safe operation of payment networks. After the last bitcoin, mining is still necessary.
6. 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.
7. Yes, I don't think it's easy to do
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