NEED HELP - I've Noticed An Error In My Mining Configurations

When checking my mining status, I’ve gotten this data:

miner@CustomPC:~/zcash$ ./src/zcash-cli getinfo
{
“version” : 1000028,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 0,
“timeoffset” : 0,
“connections” : 1,
“proxy” : “”,
“difficulty” : 1.00000000,
“testnet” : false,
“keypoololdest” : 1478236653,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}

I’m currently uncertain as to why I have received this error. Here is the code within my configuration file:
addnode=testnet.z.cash
rpcuser=username
rpcpassword=password
gen=1
genproclimit=2

Any help with this issue will be highly appreciated.

addnode=mainnet.z.cash
genproclimit= (numberofcoresyouwanttorun)
equihashsolver=tromp (this makes the zcashd miner faster)

Thank you. I was able to get this running with your assistance. Is it possible that I could do pool mining by adjusting the config file. The pool in question would be zec.suprnova.cc.

1 Like

Yes but you will get better speeds with other miners. Check Suprnova help page.