How to bind Zec wallet in ant mine
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:
No, the general big exchanges will do the mapping for you. EOS can be understood as enterprise operation system, which is a blockchain operating system designed for commercial distributed applications. EOS is a new blockchain architecture, which aims to extend the performance of distributed applications. Note that it is not a currency like bitcoin and Ethereum, but a token based on the EOS software project, known as blockchain 3.0
extended information:
previously, e to the super node election campaign of EOS, almost the whole currency circle participated in it: exchanges, mining pools, big V came in droves, and even the well-known overseas "Wenzhou Gang" also ran with billions of assets, which once pushed the price of EOS up. Non trumpet data show that in the middle and late March, EOS was in a low hovering period. On March 19, the price was only US $4.02, and the total market value of EOS was US $3 billion
in April, more teams and indivials continue to pour into the annual drama of the currency circle. On April 11, antpool ant mine announced to join. On April 20, baoerye arrived. On April 24, bitfinex and huocoin mine also announced to join the super node election. For a while, EOS has formed a strong momentum, boosting the price up all the way. By April 30, the price of EOS has increased to US $20.05, with a market value of US $16.5 billion
in May, the situation began to change, consistent with the downturn of digital currency market, and EOS also started a downward trend. By May 31, the price of EOS had fallen to a small bottom of only $11.94. In the following week, as the original date of main online line, June 8, approached, the price of EOS bucked the trend and rose to $14.29 on that day
unexpectedly, on June 8, e to the negative vote of one third of the participating nodes, the main network was not successfully launched, so it had to be postponed. On June 10, it was launched again, but failed again because the online voting rate was only 1.77%, which did not reach the 15% voting rate required by the main network
this situation quickly transmitted to the market price. Within a few days, the price of EOS went down again, from US $14 to US $13 and US $11. On June 14, the price of EOS "broke through ten" and fell to US $9.68. As of June 28, the price of EOS had dropped nearly 60%
ant mine now shows the source of the address. If it doesn't, you can try to find customer service help.
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