just started zcoin, downloaded the wallet (running on ubuntu 16), got it synced, downloaded sgminer-msvc2015 (planning on solo mining), got it to work, but now i have two questions:
1. im getting more hashrate out of my RX470 (22 Kh/s) than the R390x (15 Kh/s) ?
2. i keep getting "Share above target" on sgminer?
Edit:
i modified the conf file of sgminer a bit now im getting 450Kh for the RX470 and 400Kh for the 390x?
also i keep getting "invalid nonce - HW error"?
this is my conf file:
{
"pools":
[
{
"name": "local",
"url": "http://192.168.1.120:8888",
"user": "myrpcuser",
"pass": "myrpcpass",
"profile": "xzc"
}
],
"profiles":
[
{
"name": "xzc",
"algorithm": "lyra2re",
"xintensity": "1008",
"worksize": "64",
"gpu-threads": "2"
}
],
"default-profile": "xzc",
"no-extranonce": true
}