I did but i get below message, after i click start.bat.
I don't understand why there i no easy way to work with it.
[17:24:15] Started sgminer 5.5.5-gm
[17:24:15] * using Jansson 2.7
[17:24:15] Loaded configuration file sgminer-eth.conf
[17:24:15] ADL found more devices than opencl!
[17:24:15] There is possibly at least one GPU that doesn't support OpenCL
[17:24:15] Use the gpu map feature to reliably map OpenCL to ADL
[17:24:15] WARNING: Number of OpenCL and ADL devices did not match!
[17:24:15] Hardware monitoring may NOT match up with devices!
after a while message changes to this
[17:28:30] Press any key to exit, or sgminer will try again in 15s.
[17:28:46] No servers were found that could be used to get work from.
[17:28:46] Please check the details from the list below of the servers you have input
[17:28:46] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[17:28:46] Pool: 0 URL: stratum+tcp://eu1.ethermine.org:4444 User: 0xbc1d0170aa1edd53a7370ebefghdfjggfj.amdsgmin
er Password: x
.
start bat code
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
:loop
sgminer -c sgminer-eth.conf --gpu-reorder
echo restart miner...
goto loop
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
{
"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"
}