Mining on Windows
Guide to setup mining on windows
This guide will help to set up mining on Windows. The new NexusMiner makes it very easy to mine on Windows. Nexus has its own open prime mining pool and the developers are working on further decentralizing mining.
Download the windows miner executable file from the link below (Not an installer)
The miner cannot run prime and hash at the same time on a single computer
To configure the miner, check the link below:
This is only for solo miners. Pool miners can skip this step
Download and install the Nexus Interface or setup the CLI core.
Start the wallet, create the user, login and unlock the wallet for mining and notifications.
- 1.Go to settings > Core > Enable mining by clicking on the toggle button next to it.
- 2.A new field below will pop out below: Mining IP Whitelist. enter the
<ipaddress:port>
of the miner. If mining on the same computer then enter127.0.0.1:9325
, if the miner is running on another computer or FPGA then enter the particular "ipaddress:9325
. If there are more than one miner then use ‘; ’to separate the IP addresses. Wildcards ‘*’ are supported for IP addresses only ex: 192.168.10.*:9325.
If using the Nexus core then add a line
llpallowip=<ipaddress:port>
in the nexus.config for each miner. Use 127.0.0.1:9325 for mining on the same computer or the ipaddress:9325 for a separate miner.Restart the core for the changes to take effect
Good to Know: For solo mining to work, the user has to be logged in and unlocked for mining and notifications.
Go to the folder where the NexusMiner executable and miner.conf are located, double click on the NexusMiner executable. A security warning window will pop up (shown in image below), click run and the miner will start in a terminal. The miner will run and start mining which you can see from the messages on the miner terminal window. There is no user interaction required.

To check if everything is working, go to the mining pool page link below, on the header right side, paste the Nexus address entered in the miner.conf file in the search box and click on search. This will open a page like below, where you can see the details of your miner.
https://primepool.nexus.io/overview
primepool.nexus.io
Prime Pool Miner Website

Mining Details for Each Miner
To stop the miner close the NexusMiner terminal window.

miner.conf for prime pool with 1 GPU

NexusMiner v1.4 Prime Pool mining with single GPU

NexusMiner v1.4 Prime Pool mining with single GPU

miner.conf for prime pool with 1 GPU & 2 CPU cores

NexusMiner v1.4 Prime Pool mining with single GPU and two CPU Cores
Last modified 10mo ago