Post
Topic
Board Mining (Altcoins)
Re: Installing NOMP.
by
educob
on 23/10/2018, 22:36:22 UTC
I am running cpuminer (please see above the configuration files):

Code:
./minerd --url=stratum+tcp://127.0.0.1:17117  --userpass=3KFHKvFjjfcNYsWRJz8Bt8TtWSrLsC7Neh:yyy  -a sha256d -D -P

And I get this error:

Code:
[2018-10-24 00:34:35] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.5.0"]}
* Failed to get recent socket
[2018-10-24 00:34:35] stratum_recv_line failed
[2018-10-24 00:34:35] ...retry after 30 seconds

No idea if the port is 17117, or 3333 or 3008.

Sometimes I get this error in the terminal running "node init.js":

Code:
/home/vader/.bitcoin/nomp/libs/poolWorker.js:278
                            pools[currentPool].getStratumServer().handleNewClient(socket);
                                                                 ^

TypeError: Cannot read property 'handleNewClient' of undefined

Please help me.