What version of sgminer do you have? This one? https://github.com/LIMXTEC/Xevan-GPU-Miner/releases
yep , the newest version:
sgminer.conf:
"pools": [
{
"url": "stratum+tcp://xevan.mine.zpool.ca:3739",
"user": "i6RFiGn9mAVaAgtfSPwEekJphaU6SWGgdK",
"pass": ""
}
],
"failover-only": true,
"algorithm": "xevan-mod",
"device": "all",
"intensity": "15",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "75",
}
it says theres an error in json conf file , and still stuck at initialising kernel ckolivas.... also i changed Algo to xevan-mod as you suggested, and theres no change.
Try to download the sgminer.conf from here:
https://github.com/LIMXTEC/Xevan-GPU-Miner/releases
my sgminer.conf looks like this:
{
"profiles": [],
"failover-only": true,
"algorithm": "xevan-mod",
"device": "all",
"intensity": "15",
"temp-cutoff": "95",
"temp-overheat": "85",
"temp-target": "75",
"gpu-memdiff": "0",
"shares": "0",
"kernel-path": "/usr/x86_64-w64-mingw32/bin",
"api-mcast-port": "4028",
"api-port": "4028",
"debug-log": true,
"expiry": "1",
"failover-switch-delay": "60",
"gpu-dyninterval": "7",
"gpu-platform": "-1",
"hamsi-expand-big": "4",
"keccak-unroll": "0",
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "0",
"scan-time": "1",
"tcp-keepalive": "30",
"temp-hysteresis": "3",
"vote": "0",
"watchpool-refresh": "30"
}