Software⏱️ 3 min read📅 2026-06-11

How to Fix: Why isn't Nvidia GT 630 CUDA 5.5 running CGminer? Getting this error: "configure: error: No mining configured in "

CGminer configuration issue with Nvidia GT 630 CUDA 5.5, error message

Quick Answer: Enable mining by adding --enable-cpumining to the autogen.sh command and re-run make.

The Nvidia GT 630 CUDA 5.5 is not running CGminer due to an error in the configuration process, which results in the 'configure: error: No mining configured in' message.

This issue can be frustrating for miners who rely on CGminer for their operations. However, by following the steps outlined below, you should be able to resolve this problem and get your Nvidia GT 630 CUDA 5.5 up and running with CGminer.

🔍 Why This Happens

  • The primary reason for this error is that the mining configuration option is not enabled in the CGminer build process. This can happen if the '--disable-cpumining' flag is used during the autogen.sh process, which disables CPU mining but also prevents other types of mining from being configured.
  • Another possible cause could be a misconfiguration of the CUDA settings or an issue with the Nvidia driver installation.

🚀 How to Resolve This Issue

Enabling Mining Configuration

  1. Step 1: Run the following command to re-enable mining configuration: `./autogen.sh --enable-cpumining` This will allow you to configure other types of mining in CGminer.
  2. Step 2: After enabling mining configuration, run `make` again to rebuild the CGminer executable with the new settings.
  3. Step 3: Verify that the mining configuration option is now enabled by checking the output of `./configure --help`.

Alternative Fix Method

  1. Step 1: Check if there are any issues with your Nvidia driver installation. Try updating or reinstalling the driver to ensure it's compatible with CGminer.
  2. Step 2: Verify that the CUDA settings are properly configured for mining. Check the Nvidia documentation for instructions on how to configure CUDA for mining.

🎯 Final Words

By following these steps, you should be able to resolve the 'configure: error: No mining configured in' issue and get your Nvidia GT 630 CUDA 5.5 running with CGminer. Remember to always check the CGminer documentation and Nvidia driver installation status before attempting to mine.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions