Beginner's guide

Mining FAQ - Frequently asked questions about mining

c336aae4950337cf675ec17ba73c2e12
Mining FAQ - Frequently asked questions about mining

Content

General questions

What is mining?

Mining (from English. mwant) in the mining industry means the development of deposits, in our case, the extraction of "virtual gold" - Bitcoin. Miners (miner, miners) - people who are engaged in mining, or specialized devices for mining.

From a technical point of view, mining is the calculation of a block header hash, which includes, among other things, the previous block header hash, the transaction set hash, and a random number. If the hash value is less than the current target (which is inversely proportional to the difficulty), a new block is formed and the miner gets 25 newly created bitcoins. If the hash is greater than the target, the random number is changed and a new hash is calculated. This is done billions of times per second by every miner.

Mining can be economically viable depending on various factors: BTC exchange rate against other currencies, current difficulty, cost of electricity, available hardware, etc. Mining requires very large computing power, and the more there are in the network, the more complexity will increase and the less each “miner” will receive, but the more the network itself will be protected, because. to introduce false information and accept it by the network, such capacities will be required that the attack will become economically unprofitable.

Even at a fairly early stage in its development, the total computing power of the Bitcoin network exceeded the hash rate of the world's fastest supercomputer.

This is the result of the super profits that the "miners" received. For example, in June 2011 or autumn 2013, the purchase of a top-end video card for mining paid for itself in just a couple of weeks, if not faster.

Now, the payback of even the most powerful ASIC miners at normal electricity rates is about six months or even more.

Read more about the basics of mining in our article.

What are the miner's Internet access requirements?

Mining traffic depends on the number of devices, their performance, as well as the minimum complexity of the decisions that the pool accepts. For one properly configured device, the traffic is no more than 10 Kb / s, that is, a Dial-Up connection is enough, the main thing is its stability.

Miners without a stable wired connection often use 3G modems with the cheapest unlimited plan. If you have several tens or even hundreds of devices, you will need a thicker channel.

How much do miners earn?

The Bitcoin system is decentralized, it contains the principles of changing the complexity of generating coins, depending on the total capacity of the system. The difficulty changes every 2016 blocks so that on average six blocks are solved per hour. Thus, the change in difficulty occurs approximately every 14 days. But if the network power increases, then the complexity changes earlier (increases), and if the network power drops, then the complexity changes later (decreases).

The entire history of difficulty changes can be viewed in the form of graphs at the link. See the forecast for the next difficulty change on the main page of our site.

You can calculate your earnings on the Bitcoin Mining Calculator. You just need to enter your speed in Mhash / s and click "Calculate". If you do not know your speed, then you can calculate it by the name and number of devices in this table.

The Bitcoin rate does not depend on the complexity, this complexity indirectly depends on the rate. Buyers of BTC do not care how difficult it was to generate these BTC.

For the current course, please follow the link below:
Latest Price - the last completed transaction
Bid - demand
Ask - offer
Also, you can follow the course in real time on other sites, the most complete list of them can be found in the article Statistics and monitoring.

How to remotely manage a farm?

On operating systems of the Windows family, you cannot use Remote Desktop (RDP) to manage farms, because it works with its virtual graphics card. Having stopped mining, you will not start it again, because. graphics cards will not be detected correctly. Use third party tools like TeamViewer, *VNC and more. Under linux (Ubuntu, XUbuntu, Debian) lightGDM does not allow getting graphics card resources in a remote console. With GDM everything works fine. Checked with cgminer, diablo.

How to start mining in solo mode?

Bitcoin mining in solo mode is almost impossible now if you do not have your own data center with several thousand modern ASIC miners. However, for some forks, solo mining is still effective.

Let's describe the process using Bitcoin as an example:

First, we go along the path "%appdata%Bitcoin" (for example, in Windows 7: "C: UsersusernameAppDataRoamingBitcoin"). We create a text file. Enter three lines into it:
server = 1
rpcuser=user
rpcpassword=pass
(without quotes, come up with user and pass yourself). Then we rename the file to "bitcoin.conf"

cgminer setup:

1. Go to the folder with cgminer

2. Create a txt file and enter into it:

cgminer -u http://name:[email protected]:8332/ -k phatk DEVICE=0 VECTORS WORKSIZE=128

(we take our settings, name and password from bitcoin.conf)

3. Rename the file to "runsolo.bat" and run.

For solo mining on ASIC, the above address, name and password must be entered in the miner settings. However, not all ASICs support the getwork protocol used by the wallet. You may need to install additional software.

How to set up mining on Linux?

A fairly detailed article on setting up mining on Linux, in particular Ubuntu, can be found here - Bitcoin mining for Ubuntu.

Mining in pools

What is a pool?

Currently, everyone who finds a block receives 25 BTC. It is very difficult to do this alone, unless you have very large computing power. To solve this problem, there are pools, there can be many of them in the network. The pool brings together miners for the common search and solution of blocks. More detailed information about joint generation pools, their modes of operation and examples of setting up miners can be found in the Pools article.

What happens if two miners enter the pool under one worker?

It all depends on the pool. Most pools allow multiple connections under a single worker. The pool simply takes into account all solutions from multiple devices in the same way as for one.

Do not forget that the worker on the pool is tied to a specific account, and all income is received by its owner. It doesn't matter where the devices themselves are and who they belong to.

I mine in the pool and find the block. Can I not give it to the pool and take all the BTC for myself?

No, it won't work. Each miner in the pool searches for a block according to the tasks of the server, from a technical point of view, this is equivalent to the fact that all devices that send solutions belong to the pool. When any of the miners connected to the pool finds a block, the reward transaction goes to the pool wallet. And only after that, the software that keeps track of the work of the miners distributes the reward between them. But if the owner of the pool is a scammer, he can appropriate all the found bitcoins for himself, and there is nothing you can do about it.

The owners of most large Bitcoin pools are known, but smaller fork pools are often anonymous. Therefore, when choosing a pool, be careful and withdraw what you have mined to your wallet as often as possible.

How can a miner check the honesty of the pool, that he gives all transactions in the task and does not ignore objectionable ones?

The miner at the time of generation cannot check what is included in the block and what is not, because. only the task for generating the block header comes to generation. The miner can learn about the bad behavior of the pool only after the fact, after receiving the finished block.

What is pool hopping?

Pool hopping is an intentional transition from pool to pool in order to catch a period of luck (“short” blocks) and thus earn more coins than it would be if you constantly work on one pool.

In fact, this is a cheat that pools are fighting with the introduction of a delay in the output of statistics, the introduction of rating systems and other methods. As a rule, on pools with a PPLNS accrual system, such jumps do not justify themselves, since even a short absence of a miner on the pool reduces his income for a long period of time (4-12 hours).

Questions about ASIC miners (SHA256 and Scrypt)

What is an ASIC miner?

ASIC (abbreviation for Application Specific Integrated Circuit, “Special Purpose Integrated Circuit”) is a microcircuit specialized for solving a specific task. Unlike general-purpose integrated circuits, specialized chips are used in a specific device and perform strictly limited functions that are specific only to this device. An example of an ASIC would be a chip designed exclusively for mobile phone control, hardware encoding/decoding chips for audio and video signals (signal processors).

ASICs are used for mining because, due to a strictly defined structure, the process of manufacturing microcircuits is much cheaper, and also because of the narrow specialization of chips, the productivity and energy efficiency of mining increase.

What is the difference between Scrypt ASIC and SHA256 ASIC?

The Scrypt hashing algorithm was designed specifically to counter faster devices - first graphics cards, then FPGAs and ASICs. Therefore, it is "more complex" than SHA256 (larger number, more rounds of calculation) and requires much more RAM to calculate it. This makes the production of such ASICs more costly.

What is dual miner?

This is a miner that can perform calculations simultaneously using two hashing algorithms - Scrypt and SHA256. The developers placed computing cores on one chip to calculate both algorithms, however, each type of core can only count according to its “own” algorithm. This makes such a device universal, but greatly increases the cost of production and heat dissipation, which does not have the best effect on payback. Now only one company produces ASICs of this type - in the past Gridseed, and now SFARDS.

What are ASIC miners?

Mining devices are available in several form factors, based on different categories of customers - compact, home and professional.

037bce73634feabbfaaffd9619d0cb8a

Compact miners are usually inserted into the USB connector and powered through it. In comparison with the "big brothers" they are the smallest and weakest. This is how the first generation chips from ASICminer, one of the first ASIC manufacturers for mining, look like USB Block Erupter.

Its specifications are: 300Mh/s, 1.05V, 335MHz, 6x6mm. and 4.2 W at 1 Gh/s.

Later, compact miners were produced on chips from Bitfury and Coincraft, and even Antminer of the U * series, but were not in demand, as they brought purely nominal income and eventually turned into souvenirs.

Home and professional miners essentially differ only in size, case type and power consumption, all other characteristics are identical.

Home devices usually have cheaper cases and weak fans, they are smaller and lighter, and an average 600-700 W PSU is enough to power them. Typical representatives of this class are Antminer S1/S3/S5.

“Professional” miners are designed to be placed in datacenters and are usually mounted in 19” server racks. They have built-in PSUs (sometimes several) with a capacity of more than a kilowatt, a well-thought-out cooling system and powerful server fans, very noisy, but effective. Typical representatives are Antminer S2/S4, Terraminer from Cointerra, Coincraft Rig from Bitmine.

ASIC miners are compared according to the following characteristics:

1) Technological process of the chip

2) Throughput in Gh/s (GigaHashes per second) or Tx/s (Tahashes per second), where 1 Tx/s = 1000 Gh/s)

3) Power consumption per 1 Gh/s - for example, 1 W/Gh/s

4) The cost of 1 Gh / s - for example, $ 0.5 per Gh / s

5) The average temperature of the chip is °C (depending on the technical process, on average 40-60 °C)

Who releases ASIC for mining?

Own ASIC chips and ready-made devices based on them are now produced (or produced) by several companies:

  • Bitmaintech
  • Bitfury
  • Avalon
  • Innosilicon (Scrypt)
  • SFARDS (Dual miner) - no longer produced
  • Spondoolies-Tech - no longer produced
  • KnCminer - no longer produced
  • ASICminer - no longer produced
  • Zeus (Scrypt) - no longer produced

Which miners are now the most reliable and popular?

Miners from Bitmaintech are rightfully considered the most deserving for Bitcoin mining, as the company has never seriously let its customers down. Bitfury is also reliable but does not retail.

d68f678ab953be64603d0cba1805fbe0

Current model:

ANTMINER S9 from Bitmain on BM1387 chips

Specifications:

  • Productivity: 13 Tx/s ±5%
  • Power Consumption: 1300W from outlet
  • Energy efficiency: 0.1W/GH/s from outlet
  • Voltage: 12V
  • Operating temperature: 30°C - 90°C

Of the miners based on the Scrypt algorithm, the Terminator devices from Innosilicon are the most popular.

d348a241fe58758c2ab9db1588004a87

Current model:

TERMINATOR A2 90 Mh/s from Innosilicon

Specifications:

  • Performance: 90 Mh/s ±5%
  • Power consumption: 1000 W or 1 kW
  • Energy Efficiency: 1.1W/Mh/s
  • Voltage: 12V
  • Temperature: 40°C - 90°C

How to set ASIC miner to solo mode?

Unfortunately, due to the different types of firmware for ASIC miners, a different setup method must be applied to each model. Some miners do not work in solo mode at all.

Is it possible to set up an ASIC miner to work in p2pool?

Setting up an ASIC to work with P2Pool is possible, as with any other pool, but you will have to set up the P2Pool node yourself. For example, according to this instruction.

The reward is distributed in the same way as on the PPLNS pool, but with some difference - the reward does not stay on the pool for some time, but goes directly to your wallet. P2pool works on the principle of "master your own".

By the way, it is p2pool that provides real decentralization - the most important reason for the success of Bitcoin.

What software is used in ASIC miners?

As you know, each manufacturer has its own firmware for the miner, but almost all include CGMiner or BFGminer due to the flexibility of settings and support for all methods of connecting to the pool.

The firmware of most modern ASIC miners is based on Linux and has a convenient web interface that allows you to manage network settings, connect to pools, adjust frequency and voltage, view detailed miner statistics, monitor malfunctions, update firmware, and much more.

Bitmain Antminer S5 interface:

de9a3f469bd57a2644efc0d9890f0bc5

There are numerous custom versions of the firmware, each with its own features, such as support for extranonse.subscribe or more customization.

How to "overclock" ASIC miners?

Most miners have the ability to overclock, the potential of which depends on the manufacturer and chip technology. Antminers from factory frequencies are usually overclocked by 10-30%, while KnC chips can sometimes be overclocked almost twice. But be extremely careful with the overclocking of miners, power consumption rises sharply from an increase in frequency. Chips or power circuits may not withstand overclocking, as a result, you may lose both the miner itself and other equipment.

On some ASIC miners, the operating frequency is deliberately lowered to increase stability (for example, Bitmain Antminer S2 and S4). As a result of overclocking, you can get a much more productive, but less stable miner.

What power supply to use for ASIC miners?

In modern mining devices, 6-pin power connectors have become an unspoken standard, similar to connectors for connecting additional power to PCI-E video cards. They were chosen for their small size and maximum compatibility with mass PSUs.

In choosing the ideal power supply, the opinions of miners (people) differ. Some prefer used server PSUs due to stability, good efficiency and low price, others prefer ATX power supplies for home PCs due to the fact that depreciation (gradual reduction in price and wear) hardly affects them. When choosing a power supply for the miner, you need to look not at the total power of the PSU, but precisely along the + 12V channel. Here the choice is up to you.

To run an ATX power supply without a motherboard, you need to close 2 pins as shown in the image:

bf8ffc93ea9d2c4b1e839ea446ad9685

GPU mining and archive

What video cards are suitable for mining?

The older models of Radeon HD video cards of the 5xxx, 7xxx and R9 xxx series show themselves in the best way in mining.

Due to the peculiarities of the architecture, old NVIDIA video cards show a low level of performance in this type of computing. But starting with the GTX 7xx series based on the Maxwell architecture, with the latest drivers, Nvidia cards are not inferior to Radeons and even often surpass them in energy efficiency.

For GPU mining, AMD APP SDK / Nvidia CUDA must be installed on the computer, either as part of a driver or separately.

What cryptocurrencies can be mined on video cards?

Since Bitcoin, Litecoin and their direct forks using the same hashing algorithms (SHA256 and Scrypt) are already mined on specialized devices (ASIC), only those cryptocurrencies remained for video cards where ASIC development is still impossible or unprofitable.

It is still possible to mine altcoins on the GPU with the following algorithms:

X11, X13, X15, Scrypt-N, Scrypt-jane, SHA-3 (Keccak), Quark and all others for which GPU mining software already exists.

How many graphics cards can I use on one computer?

The driver limit is a maximum of 8 cores, that is, 8 video cards or 4 dual-processor video cards. It is worth noting that the more cores are used, the more unstable the system behaves. Running and managing from 6 video cards on 1 computer can already be quite problematic, and it will not work on any motherboard, OS and driver version. The requirements for the PSU are also increasing, most often risers are required, preferably with additional power, in order to reduce consumption from the PCI-E bus of the motherboard. Also, with an increase in the number of GPUs, it is necessary to install more RAM.

What should I do if one or more of the installed video cards are not displayed in the miner?

There are many options. why this might happen. You can remove the video card from the devices and let it be found again. If it does not help, then check if there are any remnants of deleted or rearranged cards in the system that are causing failures.
There are times when the video card goes into "hidden devices", then before deleting it is necessary to configure their display as follows: on the "My Computer" icon, right-click, select "Properties" (or Win + Break). In the system properties, go to the "Advanced" tab (for Vista, 7, 2008, etc., in the computer properties, you must first click "Advanced system settings") and at the very bottom click the "Environment Variables" button. In the system variables, create the DEVMGR_SHOW_NONPRESENT_DEVICES variable and assign it a value of 1. After that, open the device manager, turn on the display of hidden devices in the View menu and delete hidden video cards.

The speed has dropped after updating the driver, what should I do?

Starting with driver version 11.12, the problem of 100% CPU core utilization has been fixed, but the mining speed has dropped slightly compared to version 11.11 and previous ones. To restore the previous speed, extract the contents of the OCL Library archive to disk in the Windows folder with replacement. If the system informs that the file is busy with the process, then close the miner program. There are two folders in the archive, for each of the bitness of the OS.

On one of the video cards, the performance is significantly lower

This problem can occur on the "first" video card that displays an image on the active monitor, but the monitor is not connected to it.

In this case, you need to connect a monitor or a “plug” to this card. First, insert the DVI>VGA adapter, then insert the 75 Ohm resistors as in the diagram:

d29a7acd18b9bb47e1eb6fff58d8a2dd

This problem occurs quite rarely on a wide variety of systems and its origin can be due to, for example, outdated drivers, BIOS, or simply an unfortunate hardware combination. If you are unlucky, use the method described above.

The Guiminer window is not displayed, only the tray icon. How to fix?

This glitch is due to the fact that the miner window is displayed outside the visible limits of the screen. You can overcome it in two ways:

1. Highlight the Guiminer tab in the taskbar to make it active. Press the key combination Win + Left Arrow. The miner window will be displayed at the left border of the screen.

2. Close the Guiminer program. Open the poclbm.ini configuration file, it is located in %appdata%poclbm (for example, for Win7 it is C:UsersuserAppDataRoamingpoclbm) and change the values ​​in the "window_position" block to the following:

"window_position": [
546,
353,
579,
318
]

After that run Guiminer again, the problem should be gone

Radeon HD 7*** is not detected in miners on Windows XP, what should I do?

Radeon HD 7*** is not displayed in the miners, because Windows XP does not support OpenCL for series 7*** and above. This is a limitation in AMD drivers that applies to all versions of Windows XP. We can recommend using more modern operating systems, such as Windows 7 or 8.

What to do if the video card is not visible through the 1x riser?

Different motherboards and video cards have different attitudes to if instead of PCI-E 16x the connection goes through PCI-E 1x. PCI-E 1x bandwidth is enough for mining, and the PCI-E standard itself supports such a feint, but the video card connection signal can go through unused contacts, and the video card will not be able to work correctly. In this case, the easiest way is to close the hotplug signal on the connector with a wire, for this you need to make a revision by connecting the contacts in the connector in this way:

39408c50fc206ce929aa5c67539f9b0c
81043488a1e098701066b656803a9b6b

Blue screen of death and error 0x000000ea ati2dvag, what to do?

You need to uninstall the drivers and reinstall them. The nuance is that after removal, 32 ATI libraries remain in the Windows / system2 folder, which are not automatically removed even by special utilities such as Driver Cleaner. They need to be removed manually, and then install new drivers.

I have problems with reducing the memory frequency on the video card in AfterBurner, what should I do?

If downclocking of RAM fails, try to write in the configuration file

UnofficialOverclockingMode = 2

If this does not help, then you can try the following trick:
We go into the Profiles folder, it is located at the MSI AB installation site, go into each of the video card profiles, look for the Defaults section in each profile, do this:

[Defaults]
Format=2
powerlimit=0
CoreClk=750000
MemClk=600000
FanMode=1
FanSpeed=25

Then we put there:

[Profile5]
Format=2
powerlimit=10
CoreClk=820000
MemClk=300000
FanMode=1
FanSpeed=44

Voila, if there are 4 or more identical cards in the system, just run AB, set in the settings "synchronize settings of the same GPU", the default memory frequency for all will be the maximum (default), and not the one specified in the profile, but press the hot button profile and everyone is set to 300mhz.

Click to miss this post!
[Total: 0 Average: 0]

Affiliate links for registration on exchanges

When you register using the links, you receive maximum cashback on trading commissions, as well as bonuses and gifts from exchanges.

  • register on binance
  • register on OKX
  • register on Mexc
  • register on ByBit

Add a comment

Your email address will not be published. Required fields are marked *

Back to top button