We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The miner can't mine valid shares.
To Reproduce Everytime when I start miner it does not find valid shares.
Expected behavior The miner can mine valid shares
Required data
Additional context Windows 10, xmrig-amd is running alongside with xmrig,.
config: { "algo": "cryptonight-heavy", "api": { "port": 0, "access-token": null, "id": null, "worker-id": null, "ipv6": false, "restricted": true }, "autosave": true, "background": false, "cache": true, "colors": true, "donate-level": 1, "log-file": null, "opencl-platform": "AMD", "opencl-loader": "OpenCL.dll", "pools": [ { "url": "xmr-eu1.nanopool.org:14444", "user": "", "pass": "x", "rig-id": null, "nicehash": false, "keepalive": false, "variant": -1, "enabled": true, "tls": false, "tls-fingerprint": null } ], "print-time": 60, "retries": 5, "retry-pause": 5, "threads": [ { "index": 0, "intensity": 320, "worksize": 8, "strided_index": 2, "mem_chunk": 2, "unroll": 8, "comp_mode": false, "affine_to_cpu": false }, { "index": 0, "intensity": 320, "worksize": 8, "strided_index": 2, "mem_chunk": 2, "unroll": 8, "comp_mode": false, "affine_to_cpu": false } ], "user-agent": null, "syslog": false, "watch": true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The miner can't mine valid shares.
To Reproduce
Everytime when I start miner it does not find valid shares.
Expected behavior
The miner can mine valid shares
Required data
Additional context
Windows 10, xmrig-amd is running alongside with xmrig,.
config:
{
"algo": "cryptonight-heavy",
"api": {
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"autosave": true,
"background": false,
"cache": true,
"colors": true,
"donate-level": 1,
"log-file": null,
"opencl-platform": "AMD",
"opencl-loader": "OpenCL.dll",
"pools": [
{
"url": "xmr-eu1.nanopool.org:14444",
"user": "",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": -1,
"enabled": true,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"threads": [
{
"index": 0,
"intensity": 320,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 8,
"comp_mode": false,
"affine_to_cpu": false
},
{
"index": 0,
"intensity": 320,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 8,
"comp_mode": false,
"affine_to_cpu": false
}
],
"user-agent": null,
"syslog": false,
"watch": true
}
The text was updated successfully, but these errors were encountered: