Post
Topic
Board Mining (Altcoins)
Re: NiceHash EQM Zcash NVIDIA optimized miner [Maxwell/Pascal] + CPU mining v1.0.4b
by
m1n1ngP4d4w4n
on 04/01/2017, 21:08:29 UTC
Yes, this is used in NHM right now.

Regarding crashes. We will not deny that it cannot happen. We used some unsafe shared memory to gain extra speed. The crash possibility is very low. That is why there are auto-restart scripts included. If crash happens, it will not break your driver, so restart fixes it and you keep on mining.

Yeah that's why when i saw the script i was telling myself "hummm maybe this one isn't as stable since they put this script" ahah Smiley

Latest EQM seems to have stability issues, what about you all others fellow miners ? Im not able to keep it from crashing with same level even 5% lower OC than previous EQM version. Keep randomly crashing every 3-4h, happily i got my nice monitoring scripts to pick-up so mining downtime isn't that much but still annoying Sad

by the way nicehash guys, how do you use the monitoring/api port you can start with -a xxxx is that feature working ? i don't see any datas or port even being opened.

for me it works as in nheqminer: you query "status\n" on a raw socket on the port and get a json result back (though the last version i tested it with was a while back, but if nothing broke it it should still work)

Ah ok got it, the port is only listening on localhost, so you can't remotely query it, how silly of me it was actually in plain sight in the help (-a [port]       Local API port) . It indeed work on localhost, thx for sharing.

edit :

echo "status" |nc localhost 4444 |jq "."
{
  "method": "status",
  "result": {
    "connected": true,
    "interval_seconds": 300,
    "speed_ips": 1274.77,
    "speed_sps": 2380.54,

work, very nice Smiley status was enough no need for the newline \n or carriage return \r Smiley

Nicehash guys would be nice to be able to bind the admin port to a network card for remote query Wink