Position: Home page » Equipment » How to mine with eth chip miner

How to mine with eth chip miner

Publish: 2021-05-16 09:36:03
1. GPU mining

Hardware

algorithm is difficult to solve in memory. In order to make DAG suitable for memory, each GPU needs 1-2gb of memory. If you get an error prompt: error GPU mining. GPU memory fragmentation? It means you don't have enough memory. GPU mining software is based on OpenCL, amd GPU will be faster than NVIDIA GPU of the same level. ASIC and FPGA are relatively inefficient, so they are blocked. To get OpenCL for chip integration platform, try:
amd SDK OpenCL
NVIDIA CUDA OpenCL
Ubuntu Linux settings

for this quick guide, you will need Ubuntu 14.04 or 15.04 and fglrx image driver. You can also use NVIDIA drives and other platforms, but you have to find your own way to get an effective OpenCL installation, such as genoil's ethminer fork
if you are using 15.04, go to & quot; Software and updates 〉 extra drives & quot; Set to & quot; Use the video driver & quot; from fglrx for AMD graphics accelerator
if you are using 14.04, go to & quot; Software and updates 〉 extra drives & quot; Set to & quot; Use the video driver & quot; from fglrx for AMD graphics accelerator;. Unfortunately, for some people, this method may not work, because there is a known program error in Ubuntu 14.04.02 that will prevent you from switching to the exclusive graphics drive necessary for GPU mining
therefore, if you encounter this program error, go to & quot; "Software and update" update & quot; Select & quot; Pre release reliable update proposal & quot;. Then, back to & quot; Software and updates 〉 extra drives & quot; Set to & quot; Use the video driver & quot; from fglrx for AMD graphics accelerator;. After restarting, it's worth checking that the drive is now properly installed (for example, by going to & quot; Additional drives & quot;)
no matter what you do, if you are using 14.04.02, once installed, do not change the drive or drive configuration. For example, the use of aticonfig – initial (especially the - F, - force option) will & quot; Destruction & quot; Your settings. If you accidentally change the configuration, you will need to uninstall the drive, restart, install the drive again and restart.
2. When it comes to money, mining is indispensable. In ethereum network, if you want to get Ethereum, you also need to mine it. When it comes to mining, there must be a consensus mechanism
do you remember what the consensus mechanism of bitcoin is? The consensus mechanism of bitcoin is pow. To put it simply, the more work you do, the higher the amount of computation you pay, the more likely you will be the first to find the correct hash value, and the more likely you will be rewarded with bitcoin
however, there are some defects in the pow of bitcoin, that is, it is too slow to process transactions, and miners need to constantly collide hash values through calculation, which is costly and inefficient. Friends who are interested in blockchain knowledge should see such a saying:
in order to make up for the deficiency of bitcoin, Ethereum has proposed a new consensus mechanism, called POS (this is the abbreviation of English, which means "proof of equity", also translated into "proof of equity")
POS simply means the same as its literal meaning: equity, equity. The more currency you hold, the more equity you have, the higher your equity
Ethereum's POS means that the more money you hold, the longer you hold it, the less difficult it will be to calculate and the easier it will be to mine
in the initial setting of Ethereum, Ethereum hopes to build a relatively stable system by using POW in the early stage, then graally adopt POW + POS, and finally completely transition to POS. So, it's true that the consensus mechanism of Ethereum is POS, but POS is only a plan or goal at the beginning of Ethereum's release. At present, Ethereum has not yet transitioned to POS, and the consensus mechanism adopted by Ethereum is still pow, that is, the pow of bitcoin, but it is slightly different from the pow of bitcoin
the amount of information here is a bit large,
the first information point is that the consensus mechanism currently adopted by Ethereum is also pow, but it is slightly different from the pow of bitcoin. So, what's the difference between the pow of Ethereum and bitcoin: in short, the mining difficulty of Ethereum can be adjusted, but the mining difficulty of bitcoin can't be adjusted. Just like our college entrance examination, because the teaching situation and the number of students in different provinces are not the same, so the college entrance examination is divided into national papers and provincial independent proposition
Ethereum said that I am in favor of the topic by region. Bitcoin said: No, it must be the same volume in the whole country. The difficulty is the same for everyone
the popular explanation is that bitcoin uses computer computing power to do a lot of hash collisions, enumerate various possibilities to find a correct hash value. The Ethereum system has a special formula to calculate the difficulty of each block. If a block is verified faster than the previous block, Ethereum protocol will increase the difficulty of the block. By adjusting the block difficulty, the time needed to verify the block can be adjusted
according to the Ethereum protocol, the dynamic adjustment method of difficulty is to make the time interval of creating new blocks in the whole network 15 seconds, and the network uses 15 seconds to create blockchain. In this way, because the time is too fast, the synchronization of the system is greatly improved, and it is difficult for malicious participants to launch 51% (that is, more than half) of the computing power to modify historical data in such a short time
the second information point is: in the initial setting of Ethereum, we hope to achieve the transition from POW to
POS through phased upgrade
dating back to 2014, at the beginning of Ethereum's launch, the team announced that the launch of the project would be divided into four stages, namely, Froniter, homestead, metropolis and serenity. In the first three stages, the consensus mechanism adopts pow (workload proof mechanism), and in the fourth stage, it switches to POS (equity proof mechanism)
on July 30, 2015, the first phase "frontier" of Ethereum was officially released. This phase is only suitable for developers. Developers can write smart contracts and decentralized application DAPP on Ethereum network, and miners begin to enter Ethereum network to maintain network security and get Ethereum coins. The leading-edge version is similar to the beta version, proving whether the Ethereum network is reliable or not
on March 14, 2016, Ethereum entered the second stage of "homeland". In this stage, Ethereum provides the wallet function, so that ordinary users can easily experience and use Ethereum. There is no obvious technology improvement in other aspects, but it shows that Ethereum network can run smoothly
in September 2017, Ethereum has reached the third stage of "metropolis"“ "Metropolis" is composed of Byzantine and Constantinople. The goal of this stage is to introce the hybrid chain mode of POW and POS, so as to prepare for the smooth transition from POW to POS. This is the latest popular "Ethereum Constantinople upgrade". In the Constantinople upgrade, Ethereum will make some changes to the underlying protocols and algorithms to lay a good foundation for the implementation of POW and
POS
how much reward will Ethereum get for mining? Miners who win the block creation competition will get the following income:
1. Static reward, 5 ethereums
2. The fuel cost in the block, i.e. gas, we talked about in the last issue
3. As a part of the block, it includes the extra reward of "Uncle block". Uncle is uncle of uncle, and each uncle block can get 1 / 32 of the mining reward as a reward, that is, 5 times 1 / 32, which is equal to 0.15625 ethereums. Here, let's briefly explain the concept of "TERT block". The concept of "TERT block" was proposed by Ethereum. Why should we introce the concept of TERT block? This also starts with bitcoin. In the bitcoin protocol, the longest chain is considered absolutely correct. If a block is not part of the longest chain, it is called a "orphan block". An isolated block is a block, which is also legal, but it may be found later, or the network transmission is slower, and it does not become part of the longest chain. In bitcoin, the solitude is meaningless and will be discarded later, and the miners who find the solitude will not receive mining related rewards
however, Ethereum does not think that isolated blocks are worthless, and Ethereum system will give rewards to miners who find isolated blocks. In Ethereum, isolated blocks are called "Uncle blocks", which can contribute to the security of the main chain. Ethereum's ten second block interval is too fast, which will rece the security. By encouraging the use of tertiary blocks, the main chain can obtain more security guarantees (because the isolated block itself is legal). Moreover, paying the tertiary block can also stimulate the miners to actively mine and actively use tertiary blocks. Therefore, Ethereum thinks that it is valuable.
3. The mining of virtual currency is a process of using computer hardware to do mathematical calculation for virtual currency network to confirm transactions and improve security. As a reward for their service, miners can get the Commission included in the transaction they confirm, as well as the newly created virtual currency. Mining is a professional and competitive market. The bonus is divided according to the amount of calculation
however, some Shanzhai coins are purely tools for developers and users to earn money. There are two main ways to make money by using virtual coins: one is mining. For example, if you want to obtain bitcoin, you must use a professional ASIC miner to mine (Avalon miner), and the bitcoin obtained from mining can be traded on the trading platform; The other is trading on the trading platform and making money by using the price difference
4. Bitcoin mining is relatively complicated. In short, if bitcoin is gold, then mining is like gold panning. It is just to obtain bitcoin through the computing power of the computer, and obtain the unique wallet stored in each node. The money in the wallet can be transferred to the trading platform for trading and sold for cash.
5. < blockquote >

when building bitcoin, Nakamoto wants bitcoin to be a decentralized currency, not only for use and trading, but also for mining. But it backfired. With the increasing value of cryptocurrency such as bitcoin, mining has become an instry. The competition is more and more fierce, and the pursuit of mining computing power is higher and higher. Therefore, from ordinary computer mining, ASIC mining machine and GPU mining machine have evolved

the algorithm of ASIC mining machine is almost sha256, while the algorithm of GPU mining is different. For example, the algorithm of BTG is equihash, and the algorithm of BCD is optimized x13. Although it is not absolute, it can be simply considered that the currency of sha256 algorithm is generally mined by ASIC mining machine. Other algorithms are basically using GPU miner. There are also exceptions. Scrypt's Leyte coin used to be mined by GPU miner, but later scrypt's algorithm was also conquered by ASIC chips, such as ant miner L3 +, which is the ASIC miner used to dig Leyte coin

ASIC miner refers to the miner that uses ASIC chip as the core of computing power. ASIC is the abbreviation of application specific integrated circuit, which is a kind of electronic circuit (chip) specially designed for a specific purpose. Some mining machinery factories have designed ASIC chips specially for computing the sha256 algorithm of bitcoin, and the mining machinery using them is ASIC mining machinery. Because ASIC chip is only built for specific computing, its efficiency can be much higher than that of CPU. For example, the current mainstream ant miner S9 is ASIC miner, which uses 189 ASIC chips, the computing power reaches 13.5th/s, and the power consumption is only 1350W. As a comparison, the computing power of gtx1080ti, the flagship computer graphics card, will not exceed 60mh / s even if it is optimized well. The difference is tens of thousands of times

GPU miner refers to the miner that uses GPU graphics card as the core of computing power. Cryptocurrencies such as Ethereum, bitcoin and diamond use graphics algorithms, so the speed of computing with graphics card will be the highest. Compared with ASIC miner, GPU miner is more well-known, because it is a computer with enhanced graphics card configuration

the purpose of GPU miner is to make money, so we should pursue the power consumption ratio and maximum profit, so we should pay attention to the cost performance. Generally, the medium and high-end positioning graphics cards, such as AMD rx560 and rx570, have high power consumption ratio, which is a good choice for GPU miner. While flagship cards such as gtx1080ti and AMD vega64 have the strongest single card performance, they are not cost-effective in terms of price and power consumption

in addition, the ASIC miner also has some exotic procts, such as the USB miner of burning cat, which is slightly larger than the U disk, and the power consumption is only 2.25w, which is the smallest bitcoin miner at present

< / blockquote >

the above quoted digcoin.com - "Introction to mining machinery classification" has many professional terms. I hope it can help you, thank you

6. At present, most of the mainstream Ethereum mining machines in the market come from bitmainland and Jianan Yun. However, with the decline of Ethereum's price, the profits brought by mining have been very meager. Investors can choose to invest in Ethereum on the digital currency exchange. At present, the mainstream digital currency transactions in the market are all coin security, fire coin network, bitnet, etc.
7.

>It's the currency of numbers. It's a language display:none “class=” http://imgsrc..com/forum/pic/item/.jpg "Data u.src =" http://www.iqiyi.com/w_19rvbs8dv1.html the United Nations data u.swf= http://player.video.qiyi.com//0/0/w_19rvbs8dv1.swf-pid=0-ptype=0-albumId=9412556609-tvId=9412556609-cnId=30-autoplay=1-qitanId=0-isDrm=0-isPurchase=0 "Data u'title =" data / DEM = "data / itemid ="

8. Blockchain: This is a decentralized distributed accounting method. Its working principle is: A and B initiate a transaction. A first initiates a request to create a new block, and the block will be broadcast to all users in the network. After all users verify and agree, the block will be added to the main chain, which has permanent and transparent transaction records, A global account, everyone can find

mining machine: it is a computer used to earn bitcoin. This kind of computer generally has professional mining chips, and works in the way of burning graphics card, which consumes a lot of power. It is one of the ways to get bitcoin that users download software from personal computer and then run specific algorithm to get corresponding bitcoin after communicating with remote server. In the early days of bitcoin, ordinary personal computers could also find bitcoin

Mining: this mining is not mining in the traditional sense. It refers to indivials or organizations using mining machines to obtain bitcoin<

Mining pool: after all, the ability of indivial mining is limited, so some people come up with the idea that everyone can work together to mine, which can not only improve the mining speed, but also save the mining time. The bitcoin g is allocated according to their respective contribution proportion. Generally speaking, it is a mining team with many people, great calculation power and great strength

computing power: in the process of getting bitcoin through "mining", we need to find its corresponding solution M. for any 64 bit hash value, there is no fixed algorithm to find its solution M. we can only rely on computer random hash collisions. How many hash collisions can a mining machine do per second is the representative of its "computing power"

the above is the basic knowledge of digital currency. Next, we will answer the questions about GEC currency. GEC uses cloud computing, so players don't have to buy mining machines to mine

1. How to fill in paypal and BTC wallets when registering

A: Please fill in none of the two, or 1. At the same time, please open the registration link in the browser

2, how to obtain the mining machine

A: users can get a mining machine free of charge if they register and pass the real name authentication. 2.1 GEC coins are proced in 2 months

3, how can we get GEC

A: after the running time of the mining machine is over, log in to my mining machine for settlement, and you can get GEC currency

4. How can GEC be realized through trading

A: in the personal trading center, you can sell GEC, which is matched by the platform. Due to the constant output, the price will continue to rise in the future. If you want to sell GEC, please think twice.
9. Bitcoin mining is to use the computing power of your mining equipment to calculate mathematical problems and confirm transactions. The system will give unequal bitcoin rewards according to the amount of computing power you contribute to the whole network. Bitcoin mining has gone through three stages. In the first stage, we use CPU to mine, because there are few people mining; The second stage, we use the graphics card mining, popular point is burning graphics card mining, players began to wake up; In the third stage, professional ASIC mining machines are used for mining. Starting from Avalon's mining machines and the introction of cat roasting mining machines into the market, the computing power in this stage is surging, and the mining difficulty is increasing. In the following period, new mining machine manufacturers continue to join the mining machine instry. However, with the increase of computing power and the progress of technology, Some mining machinery manufacturers began to go bankrupt or fade out of the market. Avalon has always been active in people's field of vision and constantly launched new chips. At present, Avalon has launched three generations of mining machinery chips, and the fourth generation will soon be launched.
10. Hello

1. Download your bitcoin e-wallet first. There is bitcoin client on the Internet. You don't need to register it. It is bound to your computer by default. After downloading and installing, it will change your network data block. This is enough. I heard that it is to download information of all network nodes. It's from all over the world. How big should it be, I've been updating for several days, and I've finished downloading the data block
bitcoin client interface:
2. The interface is relatively simple. With this client, you can make bitcoin payment and collection. You can see a string of numbers and letters below by clicking on the circle in the figure below. You can the string and send it to others. If you give the bank card account number to others, they can pay. You can click "send currency" and paste the account number sent by others to pay for bitcoin. There is no third party in this process, So it's safe

3. How to mine is also an important way to proce bitcoin. Mining tool is guiminer, it is a green package, that is, folder, do not need security, download it directly decompression can be used, find the icon below, double-click to run
interface:
4. If you have a tool, you need to find a good place to proce minerals, that is, a mine pool. Now the output of bitcoin is less and less. If you dig bitcoin, you don't know when and when. If you are a Galaxy series supercomputer, let's talk about it separately. Personal computers can be ignored. There are many mines, However, deepbit, known as the world's largest mine of bitcoin, has registered its account on the website. Click my account
5, enter my account information, here you can see your miner information, how much bitcoin your account has, C contribution

6, specific settings of my account< br /> 1、< Your bitcoin address to receive payment: & gt; In the box, enter the address where you accept bitcoin. Don't write it wrong, or you'll be digging for nothing. The picture and text above have said that
2. Minimum value of automatic payment: set by yourself. When you have so much money in the mine pool, the website will automatically type the money to your bitcoin account address set above. You see, the above settings are important
3 to set up miners, click create new vorker, Chinese is to create new miners, miners can help your mining workers, you can set up more than one, and then dig in a lot of computers, the effect is more obvious, the income is more rich
just write the name casually, to write in English, foreign things better write in English
write the password by yourself, don't write it too long, it's just simple, it's not important
failure detection threshold (1-3600 minutes): just write 60,
send email notification when the miner doesn't work? *: Choose decisively, refuse spam,
payment method for miners: choose decisively, pull according to proportion, pay more for more work, which is in line with human development
finally, click Sava setting to save your miner, and you can see your miner's information when you return
7. Fill the miner information into the mining tool guiminer,

file - & gt; new opencl miner-> Fill in your favorite name - "sever" select deepbit - "user name to fill in the miner's, remember to connect your registered account with your mailbox and miner's, there is a password on it, you know, device is to choose what hardware you use to work, usually with a graphics card, select the graphics card you want to use, if you can't find it, remember to update the graphics card driver, Then start mining. You can sit and wait for the ore to be collected. The specific speed depends on your computer configuration
note: there are many ore pools and tools, but I won't introce them to you, just because I use what I said above. Whoever uses knows, there will be a place to speak, and I may not understand others. Be careful, the electricity bill is not enough. If you really have it, you can buy and sell bitcoin on China bitcoin network and exchange it for real gold, right

reference: http://jingyan..com/article/7f41ececc5707c593d095c90.html
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