Restart mining
mining: that is, bitcoin mining, is a process of using computer hardware to calculate the location of bitcoin and obtain it
Ha Yu miner, windows can mine with one click, and it hasn't pumped water yet. At the same time, they also have an app that can monitor your machine at any time
linux system can also mine, two-step setting can mine
Mining in two steps by Linux system
< UL >open the website, input the mobile phone number, select how many CPUs you want to use to mine, the default is to use 50% of the CPU to mine, click to generate your exclusive command and
is such a simple operation
there have been many similar pyramid schemes before. They often carry out pyramid schemes under the guise of bitcoin or virtual currency, but they have nothing to do with virtual currency
bitcoin home.com once broke out spark entertainment bitcoin scam and Porter coin scam. Their MLM model is the same, and there is no new idea, the use of our greedy psychology. There is no pie in the sky for no reason.
This button is to restart the advanced mining machine.
automatic mining needs to put a box next to the advanced mining machine, power on the advanced mining machine, and put od or ov on it. Set the black and white list, set whether to collect accurately, and add or upgrade it.
Cause analysis:
most of the information on the Internet is e to the following three reasons:
one of the reasons for this problem: the guiminer program is incomplete, please download the green pure version again
the second reason for this problem is that your computer's Windows Installer service is not turned on
the solution is to open the control panel → management → service, start the Windows Installer service, set it to automatic, and then restart the computer
the third reason for this problem is that you do not have the runtime of visual studio installed on your computer
this application is developed by Visual Studio 2005 and above, and it depends on the corresponding runtime, which is not installed on your computer For the application developed by VC6 or VS2003, if the library file is missing, it will prompt that "* *. DLL" is missing. However, for the application developed by VS2005 or VS2008, it will only prompt that "e to the incorrect configuration of the application...")
the solution is not to reload the application program or the system, but to install the corresponding runtime (Microsoft Visual C + + 20 * * redistributable package, vcredist)_ x86.exe
} it's really difficult to distinguish which version of vs your program is developed, and even some software is developed in multiple versions, that is, multiple vcredist_ X86.exe are installed, they are compatible with each other, you can solve most of your computer software problems of the same kind After 2005 and 2008 are installed, "add / Remove Programs" will be displayed, as shown in Figure 5)
- "20 * *" stands for "2005" or "2008" or "2009" or "2010" below
required installation package
only need one file_ X86.exe
steps
open the control panel → management tools → services. If the Windows Installer service is not started, set it to automatic, and then restart the computer. If the problem is not solved, continue
you can preliminarily judge which version of vs your program was developed
(open the directory where the application is located, and search whether there are files beginning with MFC or MSVC. If there are, please check the file version to know the VC version. As shown in the figure below, 8 is developed by VC8.0, 9 is developed by vc9.0)
the VC version of VS2003 is VC. 1,
the VC version of VS2005 is VC8.0,
the VC version of VS2008 is vc9.0
check whether Microsoft Visual C + + 20 * * redistributable package is installed in the "add / Remove Programs" of the control panel
if there is no Microsoft Visual C + + 20 * * redistributable in the figure above, continue
download the Microsoft Visual C + + 20 * * redistributable package from the Microsoft Download Center. The file has 32 bits (x86) and 64 bits (x64). The download address is as follows
double click to run the vcredist downloaded just now_ X86.exe, which will automatically install Microsoft Visual C + + 20 * * redistributable package
check whether there is this item in "add / Remove Programs"
if there is this item, it means the installation is successful. Then open your application, if there is no error, then the problem is solved
based on the information on the Internet, most of them are caused by the following three reasons:
one of the reasons for this problem is that the guiminer program is incomplete, please download the green pure version again
the second reason for this problem: your computer's Windows Installer service is not turned on
the solution is to open the control panel → management → service, start the Windows Installer service, set it to automatic, and then restart the computer
the third reason for this problem is that the runtime of visual studio is not installed on your computer
the application was developed by Visual Studio 2005 and above, and it depends on the corresponding runtime, which is not installed on your computer For the application developed by VC6 or VS2003, if the library file is missing, it will prompt that "* *. DLL" is missing. However, for the application developed by VS2005 or VS2008, it will only prompt that "e to the incorrect configuration of the application...")
the solution is to install the corresponding runtime (Microsoft Visual C + + 20 * * redistributable package, or vcredist) instead of reloading the application or the system_ x86.exe< It's really a bit difficult to distinguish which version of vs your program is developed. Even if some software is developed in multiple versions, there are multiple vcredist_ X86.exe are installed, they are compatible with each other, you can solve most of your computer software problems of the same kind After 2005 and 2008 are installed, "add / Remove Programs" will be displayed, as shown in Figure 5)
- "20 * *" stands for "2005" or "2008" or "2009" or "2010" below
the required installation package
only needs one file -- vcredist downloaded from the download center of Microsoft official website_ X86.exe
steps
open the control panel → management tools → services. If the Windows Installer service is not started, set it to automatic, and then restart the computer. If the problem is not solved, continue
you can preliminarily judge which version of vs your program was developed
(open the directory where the application is located, and search whether there are MFC or MSVC files. If there are, please check the file version to see the VC version. As shown in the figure below, 8 is developed by VC8.0, 9 is developed by vc9.0)
VC version of VS2003 is VC. 1,
VC version of VS2005 is VC8.0,
VC version of VS2008 is vc9.0
check whether Microsoft Visual C + + 20 * * redistributable package is installed in the "add / Remove Programs" of the control panel
if there is no Microsoft Visual C + + 20 * * redistributable in the figure above, continue
Download Microsoft Visual C + + 20 * * redistributable package from Microsoft Download Center. The file has 32 bits (x86) and 64 bits (x64). The download address is as follows
double click to run the vcredist you just downloaded_ X86.exe, which will automatically install Microsoft Visual C + + 20 * * redistributable package
check whether this item exists in "add / Remove Programs"
if this item exists, it means that the installation is successful. Then open your application, if there is no error, then the problem is solved
if the problem is not solved, there is still a lot of information available on the Internet.