Setup Instructions for GPU Mining

1. Update NVIDIA Drivers

Start by ensuring your system is running the latest NVIDIA drivers. This is crucial for optimal performance and compatibility with GPU mining. Visit the official NVIDIA website, download the appropriate drivers for your GPU model and operating system, and install them.

2. Reboot Your System

After installing the NVIDIA drivers, reboot your computer. This step ensures that the updates are correctly applied and your system is ready for the next steps.

3. Install CUDA for Windows

CUDA is essential for running GPU-based computations. To install it, go to the CUDA Downloads page, select your operating system and architecture, and follow the instructions to install CUDA on your system.

4. Reboot Your System Again

Once CUDA is installed, reboot your computer again. This final reboot ensures that CUDA is fully configured and ready to be used.

5. Verify NVIDIA Driver Installation

To confirm that your NVIDIA drivers and CUDA are installed correctly, open a terminal or command prompt. Type the command nvidia-smi to check the status and information of your GPU. This step will help you verify that everything is set up properly.

6. Download and Install Git with Git LFS

Next, you’ll need Git for version control, along with Git LFS for managing large files. Download Git for Windows from the official Git website, making sure to include Git LFS during the installation process.

7. Download the Runner

The runner software manages the mining operations. Download version 0.3.2 here and extract the files to a directory of your choice.


For Manual Set Up, follow the steps below

8. Download the Worker

Download version 0.8.2 here and extract it to your preferred directory.

9. Initialize the Worker

To set up the worker, you’ll need to configure the necessary signatures and start the server. Open PowerShell, navigate to the directory where your worker files are located, and enter the following commands:

cd <path_to_your_worker_files>
$env:SIGNATURE="0xa748d7723e60aa148d23cc31fc5deabfa3f17d41a0343506193e5bb0b86692f82cba7d5628473e3a3f356ccc614b4c2b434fb287238d3c4f2ad55c5a5357dadb1c"
./worker.exe

This will start the worker and begin the GPU mining process on the NeurochainAI network.

Last updated