on one miner it opens the dos box, and then
access denied
why?
I did the noob thing to try to run the .exe, maybe you did the same. What you need really is to call the exe with the cmd (in case you use windows), and you need to imput the commands there. BUT, it is easier if you create a .bat file so you can click on it and run what you want. I'll leave an example here for you so you can test:
1. go to the folder where wolf miner is;
2. create a simple txt file (no doc, rtf, plain txt);
3. open the txt file and write:
[the path of the minerd.exe file in your computer, like C:/xxxx]/minerd -a cryptonight -o stratum+tcp://mine.moneropool.com:3333 -p x -u 45quMfKHHRXCaTKTkiiLaSPwpqL3JAXMP863f6miz3ny6mrM62VjV6a5jnxKMAG4dCEopSwVJQGkvab
A9ctVjYRVHFHaYvx -t [type here the number of threads you want, if your cpu is x cores you might try x threads]
NOTE: I put my address, change to yours, change the mining pool if you want another pool. Don't type the number of threads between [], only the number, like 4. I think it runs without the path, but with the path you can move the bat to other places and still execute it.
4. save the txt file and change its extension from .txt to .bat;
5. double click the .bat file and start to mine.