Post
Topic
Board Altcoin Discussion
Re: [XPM] Working on a GPU miner for Primecoin, new thread :)
by
wyldfire
on 09/09/2013, 14:01:22 UTC
Now, i'm running in to config issues. It's probably something simple, but I'm getting 'Couldn't connect to server.' errors.
I have primecoind running with server=1, and I have a rpcuser and pass in my ~/.primecoin/primecoin.conf file.
What do I need to do to get running now?

My primecoin.conf (in the reaper dir) is:
Code:
host 127.0.0.1
port 9914
user primecoinrpc
pass

protocol primecoin

worksize 512
aggression 21
threads_per_gpu 1
cpu_mining_threads 4
vectors 2
primecoin_address

use_gpu true
debug 1
device 0

What am I missing here?


You sure that port number's right?  Check it.

Code:
netstat -tpln
on *nix,
Code:
netstat -p tcp -an
on windows.  Look for or grep for the port number you're using (bound to either 127.0.0.1 or 0.0.0.0).