Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin (XZC) - Implementing Zerocoin technology for financial privacy
by
megacrypto
on 29/04/2017, 21:01:26 UTC
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:
Code:
{
    "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
 }