Post
Topic
Board Announcements (Altcoins)
Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread
by
zulzedd
on 27/05/2014, 14:08:32 UTC
Hi, Gridcoiners!
I having troubles with new version of GRC wallet.
I added "email" param to my gridcoin config file, in which i specified email, which i'm using to login at boincstats.com and in project which i am calculating now (Rosetta). In total my config looks like this:
Code:
server=1
rpcuser=zulzedd
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9332
poolmining=false
cpumining=true
email=my_email@gmail.com
suppressminingconsole=true
closeconhost=false
Project=489565
UpdatingLeaderboard=false

But CPU mining refuses to work. Results for getmininginfo command:
Code:
{
"blocks" : 120150,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 6.26127925,
"errors" : "",
"networkhashps" : 97830473,
"pooledtx" : 0,
"Pool Mining" : false,
"Testnet" : false,
"Difficulty_PoB" : 0.10763889,
"Errors" : "",
"PoB Mining Enabled" : true,
"Active PoB Thread Count" : 4,
"Boinc Magnitude" : 0.00000000,
"PoB Thread Limit " : -1,
"PoB HashesPerSec" : 0,
"CPU Mining Project" : "",
"CPU Mining CPID" : "",
"CPU Mining RAC" : 0.00000000,
"GPU Mining Project" : "",
"GPU Mining CPID" : "",
"GPU Mining RAC" : 0.00000000,
"PoB Mining Errors" : "CPU projects are exhausted. Sleeping"
}

Screenshot of BOINC manager here

Thank you for any help!