Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
swampdawg
on 17/03/2018, 06:09:25 UTC
Try changing the line:
         "algorithm": "ethash",
to
         "algorithm": "ethash-new",


whay i get only 20mh/s for RX570, I gpt 29.x from claymore.

My settings

Code:
{
"pools":
[
{
"name": "Ethermine",
"url": "stratum+tcp://eu1.ethermine.org:4444",
"user": "MYWALLETADDRESSISHERE.amdsgminer",
"pass": "x",
"profile": "eth"
}
],
"profiles":
[
{
"name": "eth",
"algorithm": "ethash",
"xintensity": "1024",
"worksize": "192",
"gpu-threads": "1"
}
],

"no-extranonce": "true",
"default-profile": "eth",
"api-listen": "true",
"temp-target": "72",
"gpu-fan": "45-85",
"gpu-engine" : "1150",
"gpu-memclock" : "2050",
"api-port": 4028,
"temp-cutoff": "82",
"api-listen": true,
"auto-fan": true,
"temp-overheat": "85",
"gpu-platform": "1"
}