Powershell script (with accompanying batch file) that parses cgminer's log and restarts the application when it hangs/crashes. It will try to kill all cgminer processes and spawn a new instance ...
The CGMiner program has already gained immense popularity among experienced miners due to its extensive range of settings that enable users to optimize the entire mining system, resulting in increased ...
In this tutorial, we create a program that fetches the latest commits of a repository in GitHub over the web. GitHub API uses JSON, so the result can be parsed using Jansson. To stick to the the scope ...