Ant mine app download Huawei
1. Machine: two ant double blade mining machines (rated speed: 180gh / s, rated power consumption: about 360W)
2. Network: ordinary family 8m broadband connection
3. Test time: from 11:00 p.m. on January 27 to 7:00 a.m. on January 28, 2014, a total of 8 hours
4 Comparison:
a miner in btcguild (EU stratum. Btcguild com:3333
the average speed of 8 hours is 175.92gh/s, and the profit is 0.01424974
one miner operates in f2pool (stratum)+ tcp://stratum.f2pool.com : 3333)
8 hours average speed 180gh / s, revenue 0.01230566
5 The test results are expected (the theoretical value under the difficulty of the day does not consider other factors):
the profit of an ant double blade miner in btcguild mine is 0.00194408 more than that in f2pool mine in 8 hours, 0.00024301 more per hour, 0.00583224 more in 1 day (24 hours), and 0.1749672 more in each month (30 days)
This is the pool share in the past three months:
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