How much does it cost to dig 20 hours a day
Graphics cards can't dig out bitcoin right now. Your calculation power is the calculation power of Ethereum. The calculation method is also wrong
21.5 * 3600 seconds * 24 hours = 1857600 M / day
1857600 / 1024 / 1024 = 1.7715 T / day
a t of computing power / day can dig bitcoin worth 4.03 yuan
1.7715 * 4.03 = 7.14 yuan / day
since 2017, bitcoin has reached new heights. Yesterday (May 23), the value of bitcoin broke through the ¥ 16000 mark, hyping virtual currency, becoming a matter that the general public can participate in, And a little bit of technical level, both fried money, but also began to have the technical content of mining
as we all know, virtual currency has a numerical peak, the more difficult it is to dig. In fact, it's hard to judge whether to lose money or not if we continue to dig. Therefore, in the end how to dig, dig what can be the fastest back to this, this paper studies the above two core issues based on the current market situation
Under the current difficulty, 1t mining machine can dig about 0.0268 BTC per day, which is about 1 bitcoin in 50. It is about 100 yuan in RMB. How much bitcoin you can dig in a day depends on how many shares you hold, that is, computing power. However, the computing power is floating. When the overall computing power is low, it's more. Otherwise, it's less. You can go to Babbitt's website to check the specific content when you have time< br />
It's about 37 yuan
let me first introce the reward mechanism of bitcoin system
bitcoin can basically dig out a block every 10 minutes through system settings. The reward for each block is given to the miners who dig out the block. The miner who digs out the block is called the block miner. The block miner will record the legal transactions in the bitcoin network to the blockchain, so that the miner can receive the service charge for bookkeeping
there are two parts in the reward for the block Miner: one part is the reward given by the system, which is called coinbase reward (also known as system issuance reward), the other part is the reward for bookkeeping, which is called miner's fee. The coinbase reward started with 50 bitcoins. For every integral multiple of 210000 blocks, the coinbase reward will be halved. This is what we often hear about bitcoin mining reward halved in four years
at the present stage, the reward of coinbase is 12.5 bitcoins. At the present stage, the average transaction miner fee received by miners for digging out a block is about 0.1 bitcoin (not fixed), that is to say, the average reward received by miners for digging out a block is about 12.6 bitcoin
about 99% of miners' rewards come from the system's coinbase rewards. According to the bitcoin system, one block can be g out every 10 minutes on average. The number of new blocks that can be g out in one day is 144 (60 * 24 / 10 = 144). At present, the number of bitcoins that can be g out every day is 1800btc (144 * 12.5btc = 1800btc). With the miner's fee of about 0.1btc per block, the total reward for all miners in one day is about 1814.4btc
Taking t2t-30t as an example, the calculation force of t2t-30t is 30t, and the power consumption is 2200W, that is, 2.2kW. The power consumption of a single miner in 24-hour operation is 2.2kW * 24 = 52.8kwh, and the electricity charge is once calculated as 0.56rmb, the daily power consumption cost of a single miner is 52.8kw * 0.56 = 29.57rmb
to "mine" with bitcoin mining machine, if the graphics card is fully loaded for a long time, the power consumption will be quite high, and the electricity bill will be higher and higher. There are many professional mines at home and abroad 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 some people in a residential area in Yunnan carried out crazy mining, which led to a large area trip of the residential area, and the transformer was burned
extended data
mining principle of bitcoin mining machine:
bitcoin mining and node software mainly initiates zero knowledge proof and verification transactions through point-to-point network, digital signature and interactive proof system. Each network node carries out broadcast transactions to the network. After these broadcast transactions are verified by miners (computers on the network), miners can use their own work proof results to express confirmation. The confirmed transactions will be packaged into data blocks, and the data blocks will form a continuous data block chain
every node of bitcoin will collect all the unconfirmed transactions and gather them into a data block. The miner node will add a random adjustment number and calculate the sha256 hash value of the previous data block. The mining node keeps trying again and again until the random adjustment number it finds makes the hash value lower than a specific target