Mochimo Project - Headless Windows Miner Development Repository
All contents of this respository are subject to the license terms and conditions associated with the Mochimo Cryptocurrency Engine. See LICENSE.PDF.
You must read and agree to the LICENSE.PDF file prior to compiling or running our code.
JOIN THE COMMUNITY!
Please follow the below link to join in the discussion of mochimo with the rest of the developer and beta testing community:
The contents of this repository are copyright 2019 Adequate Systems, LLC. All Rights Reserved. Please read the license file in the package for additional restrictions.
Contact: [email protected]
Binary releases can be found using this link: https://github.com/mochimodev/winminer/releases
Disclaimer: When downloading/installing the Cuda Toolkit, ensure:
- compatibility with your Nvidia graphics card/s
- compatibility with you version of Visual Studio
- and also that the installation isn't going to overwrite your
existing driver for a driver that just is now incompatible
with your graphics card/s
If you are a wizard who is 110% sure that your Visual Studio and Cuda Toolkit installation is properly installed on your system, skip to step 2.
- Download and install Visual Studio 2017 and a Cuda Toolkit IN THAT ORDER.
- Open a Visual Studio Developer Command Prompt compatible with your system (x86/x64)
- Clone the repository with command:
git clone https://github.com/mochimodev/winminer.git
- Navigate to your
winminer\winminer_v1
folder - Compile with command:
msbuild mochimo-winminer.sln
- You can now find your miner in the
winminer\winminer_v1\x64\Release
folder - Run the miner with your fingers crossed.