How do you mine xmr?
Here only I get W / H error
Something wrong with your hardware/ launch configuration.
I do not know, maybe it could be
Can you tell me how you wrote the commands in the miner?
Read that first post in this thread, set everything to default. If you still get only h/w errors there must be something wrong with your h/w.
All other programs normally run only the one that fails
I'm using this line
sgminer -k ethash -o eth.pool.minergate.com:45791 -u you_email -p x
You need xmr.conf file, copy/paste below (from op), edit to your needs.
Then launch with command sgminer -c xmr.conf
{
"pools":
[
{
"name": "MoneroPool",
"url": "stratum+tcp://mine.moneropool.com:3333",
"user": "x",
"pass": "x",
"priority": "0",
"profile": "xmr"
}
],
"profiles":
[
{
"name": "xmr",
"algorithm": "cryptonight",
"rawintensity": "1024",
"worksize": "8",
"gpu-engine": "1000,1050,1050,1000",
"gpu-memclock": "1500,500,1500,1500",
"gpu-powertune": "20,50,50,50",
"gpu-threads": "1",
"gpu-fan": "100"
}
],
"default-profile": "xmr",
"no-submit-stale": true,
"no-extranonce": true
}
You can particularly see your file. Do not send the first page only.