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.