Does anyone know how to make sgminer-GM work on nicehash?
It gets 100% rejected shares.
On any other pool it works perfect. (eg nano or dwarf)
There is a sgminer-gm v5.5.5-4 by NH team, that is suppose to fix the cryptonight issues..... but I still get 100% rejects too (under Linux). Any ideas?
NICEHASH HAS RELEASED UPDATES--
The latest update is SGminer-GM-5.5.5-8, modified to work on the NiceHash pool. My finicky RX 460 cards run smoothly on it, as do my RX 470 cards. Here is my configuration file:
<=======CUT LINE=======>
{
"pools": [{
"url": "cryptonight.usa.nicehash.com:3355",
"user": "YOURBTCADDRESS.WORKER",
"pass": "x"
},
{
"url": "cryptonight.eu.nicehash.com:3355",
"user": "YOURBTCADDRESS.WORKER",
"pass": "x"
}],
"profiles": [{
"worksize": "8",
"name": "xmr",
"algorithm": "cryptonight",
"gpu-threads": "1",
"rawintensity": "1016"
}],
"default-profile": "xmr",
"no-extranonce": false,
"no-submit-stale": true,
"api-listen": true,
"api-port": 4028,
"api-mcast-port": 4028,
"api-allow": "W:127.0.0.1,W:192.168.1.1/24",
"temp-cutoff": "85",
"temp-overheat": "80"
}
<=======CUT LINE=======>
Don't include the "CUT LINE" notes, of course. The "api-port" lines allow for monitoring software. The raw intensity is less than 1024 per the software authors' (Wolf0's crew) specifications. The "no-extranonce" line is set to "false" because NiceHash uses extranonce. The "worksize" of "8" is suitable for one GPU thread, or a "worksize" of "4" can be used for two GPU threads. The worksize is very small compared to many other algorithms mineable by SGminer softwares. Adjust values to your preferences. Call the configuration with "sgminer -c start.conf" from within a BASH script or Windows batch file. I am sure you know how to set the environment variables either way.
This miner runs for weeks on my most tempermental cards. Hope this note helps. --scryptr
EDIT: Please note that this edit is in September 2017!
After making some slight changes to the above configuration, it represents my current configuration. I have increased the Raw Intensity from 1008 to 1016, and included the term "no-submit-stale" as true. This squeezes about 1-2 more hashes per card, and removes almost all rejects.
CryptoNight is currently a top earner on WhatToMine, and SGminer-GM is mining well on my rigs. Some rigs have gone several days with no rejects or hardware errors. Thanks again to the authors and sponsors of this software! --scryptr