Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
crazydane
on 11/12/2017, 15:55:15 UTC
I have 19-2 running on my test rig that is also running plusCPU.

On a clean reboot, plusCPU starts up right away as usual, but as soon as the main GPU miner comes online, something (wdog?) kills plusCPU.

Is the pool address correct ?
No need to add stratum+tcp:// to pool address any more


Looks like the issue is that the port is not being passed to the miner, so it defaults to 80:



And this is what I have in 1bash:

Code:
# XMR : if plusCPU is "YES" replace with your XMR info  ##
XMR_WORKER=$WORKERNAME
XMR_ADDRESS="crazydane"
XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com"
XMR_PORT="20580"

I fixed it for now by reverting back to:

XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com:20580"

EDIT:  Something is still killing plusCPU miner after a couple of minutes, even with the above change.  I see it start up successfully but then it dies.