Post
Topic
Board Announcements (Altcoins)
Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come
by
Nxspool
on 25/03/2017, 11:12:57 UTC
How do I solomine?

I have a synced wallet, and downloaded the official NVIDIA miner and run the bat file.


:BEGIN
setx GPU_FORCE_64BIT_PTR 1
skminer.exe 127.0.0.1 9325
GOTO BEGIN


the default port seems to be 9323.

Now I get this error:

[MASTER] Failed to Update Height

http://i67.tinypic.com/bgwlfs.png


Hello,

You need to keep the port 9325 in that bat.

You are missing the nexus.conf file; that will allow mining that's why you are getting that error.

Create a nexus.conf in %appdata% Roaming/Nexus with the line below in it:

Code:
llpallowip=127.0.0.1:9325
unified=1
mining=1