I'm setting up my VPS to mine but it's very unstable, could someone help me?
In one of my VMs I get this information:
{
"version" : 85400,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 1229,
"timeoffset" : -7,
"connections" : 8,
"proxy" : "",
"difficulty" : 0.00000553,
"testnet" : false,
"keypoololdest" : 1387549268,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
{
"blocks" : 1229,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000553,
"errors" : "",
"genproclimit" : -1,
"hashespermin" : 0.47766898,
"pooledtx" : 1,
"testnet" : false
}
Is that hashespermin good or it's not working propperly?
Also the other VMs vary between "hashespermin" : 0.60541646 "hashespermin" : 0.00000000 and error: couldn't connect to server.
Why is this happening?
Also I tried to open port 1968 with:
iptables -I INPUT -p tcp --dport 1968 --syn -j ACCEPT
Could someone point me in the good path?
Regards.