xmrig and RVN works, lots of jobs, but no shares
Hello all,
I have spent.. several months to get an older AMD hybrid working on this laptop with linux. yes, it finally works with manjaro. I got huge pages, and don't even need to use DRI_PRIME=1 in my commands. I'm using the open source amdgpu, and radeontop confirms that the amd is processing the miners requests.
I can get actual shares with nanominer, but not with xmrig. So, I suspect its something in my config?
any help would be appreciated.
I'm wanting xmrig to work with RVN, so that I can eventually port xmrig to xmrigCC with the kawpow support.
So this starts up, BUT,
[2021] opencl KawPow program for period 622257 compiled (477ms)
[2021] opencl KawPow program for period 622258 compiled (482ms)
[2021] miner KawPow light cache for epoch 248 calculated (8279ms)
[2021] opencl KawPow DAG for epoch 248 calculated (148950ms)
[2021] opencl KawPow program for period 622259 compiled (1065ms)
[2021] net new job from
eu1.hellominer.com:6600
diff 431M algo kawpow height 1866772
[2021] opencl #0 01:00.0 0W 69C 0RPM 750/900MHz
[2021] miner speed 10s/60s/15m 235053.4 233773.5 n/a H/s max 241038.6 H/s
once in awhile this pops up:
[2021-08-01 11:35:59.272] opencl KawPow program for period 622265 compiled (1106ms)
other than that, everything seems ok.
suggestions?
—— config —–
{
"api": {
"id": null,
"worker-id": null
},
"autosave": true,
"background": false,
"colors": true,
"title": true,
"randomx": {
"init": -1,
"init-avx2": -1,
"mode": "auto",
"1gb-pages": false,
"rdmsr": true,
"wrmsr": true,
"cache_qos": false,
"numa": true,
"scratchpad_prefetch_mode": 1
},
"cpu": {
"enabled": false,
"huge-pages": true,
"huge-pages-jit": true,
"hw-aes": null,
"priority": null,
"memory-pool": false,
"yield": true,
"max-threads-hint": 100,
"asm": true,
"argon2-impl": null,
"astrobwt-max-size": 550,
"astrobwt-avx2": false
},
"opencl": {
"enabled": true,
"cache": true,
"loader": null,
"platform": "AMD",
"adl": true,
"astrobwt": [
{
"index": 0,
"intensity": 192,
"threads": [-1, -1]
}
],
"cn": [
{
"index": 0,
"intensity": 496,
"worksize": 8,
"strided_index": [1, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"cn-heavy": [
{
"index": 0,
"intensity": 224,
"worksize": 8,
"strided_index": [1, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"cn-lite": [
{
"index": 0,
"intensity": 1000,
"worksize": 8,
"strided_index": [1, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"cn-pico": [
{
"index": 0,
"intensity": 1000,
"worksize": 8,
"strided_index": [2, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"cn/2": [
{
"index": 0,
"intensity": 496,
"worksize": 8,
"strided_index": [2, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"cn/upx2": [
{
"index": 0,
"intensity": 1000,
"worksize": 8,
"strided_index": [2, 2],
"threads": [-1, -1],
"unroll": 8
}
],
"kawpow": [
{
"index": 0,
"intensity": 1310720,
"worksize": 256,
"threads": [-1]
}
],
"rx": [
{
"index": 0,
"intensity": 64,
"worksize": 8,
"threads": [-1, -1],
"bfactor": 6,
"gcn_asm": false,
"dataset_host": false
}
],
"cn/0": false,
"cn-lite/0": false
},
"cuda": {
"enabled": false,
"loader": null,
"nvml": true
},
"log-file": null,
"donate-level": 1,
"donate-over-proxy": 1,
"pools": [
{
"algo": "kawpow",
"coin": null,
"url": "us1.hellominer.com:6600",
"user": "xxxx",
"pass": null,
"rig-id": "xxxx",
"nicehash": false,
"keepalive": false,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
}
],
"retries": 5,
"retry-pause": 5,
"print-time": 60,
"health-print-time": 60,
"dmi": true,
"syslog": false,
"tls": {
"enabled": false,
"protocols": null,
"cert": null,
"cert_key": null,
"ciphers": null,
"ciphersuites": null,
"dhparam": null
},
"dns": {
"ipv6": false,
"ttl": 30
},
"user-agent": null,
"verbose": 0,
"watch": true,
"pause-on-battery": false,
"pause-on-active": false
}
submitted by /u/Techn0Buddha
[link] [comments]