Monero wallet can't open mining
(2) click system "start", "run", enter% appdata% in it, and then click OK (WIN XP and win7 systems both operate in this way), or press "win" key and "R" key at the same time to open the running interface
(3) after confirming the second step, open a file manager and display the interface as shown in the figure below. Find the folder named after the currency, litecoin. The data corresponding to the wallet software are all in this folder. Double click to open this folder
(4) configure the. Conf file
at the beginning, enter Notepad to confirm and open Notepad software, Input the following contents in it: ( the following code directly)
rpcuser = Test
rpcpassword = Test
rpcport = 11095
daemon = 1
server = 1
Gen = 0
testnet = 0
Listen = 0
maxconnections = 100
rpcallowip = 10.255.16. *
rpcuser, rpcpassword and rpcport can be modified or not, Rpcallowip needs to be modified according to your own situation. If your miner and wallet software are on the same machine, delete the line rpcallowip
after the file is modified, save it to the previous litecain directory with the file name of litecain.conf, or save it to the desktop, and then it
take the mining software cgminer as an example, modify the IP address of the pools part in the cgminer.conf file
URL part to the IP address of the machine where your wallet is located. Port 11095 is the port configured in litecain.conf just now. User and pass are the same, just keep consistent with the above configuration file< In addition, it is suggested to modify the values of the other two parameters as follows:
& quot; queue" : & quot; 0",< br />" scan-time" : & quot; 1",
after setting, run cgminer to start mining....
however, it is recommended that users invest in bitcoin, Ruitai coin and Laite coin, which are digital cryptocurrencies with market depth, and the risk is relatively small. For other Shanzhai coins without market depth, the platform may run away at any time, and users may become disk takers at any time.
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