Post
Topic
Board Announcements (Altcoins)
Re: Gridcoin (GRC) - first coin utilizing BOINC - Official Thread
by
Techone
on 08/11/2014, 15:24:18 UTC
I am in Gridcoin Team on all my Boinc projects.

Here is what my wallet currently shows:

I got mature, staking coins, wallet in sync with network, edited the .conf file to let it find my Boinc installation, but still nothing:

http://i.imgur.com/qHP7rf9.jpg?1
Hi Tech1,

The easy way to find out what is wrong is do a "list cpids" from the RPC console.
Look for any individual projects with either an invalid CPID or a team missing or a low RAC.
If you have an issue with every project you will have to work on each problem individually til you have a participating project.

Otoh, if you dont see any cpids, you might have installed boinc in the non-default location.
To make gridcoin see boinc in that case populate this in your gridcoinresearch.conf file:
boincdatadir=c:\\programdata\\boinc\\

Change the path to the correct path.

Good luck-



Here is the output of the cpids command:

Code:
{
"Command" : "cpids"
},
{
"Project" : "einstein@home",
"CPID" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"RAC" : 9399.00000000,
"Team" : "gridcoin",
"Verified RAC" : 2970.00000000,
"Verified Team" : "gridcoin",
"Is my CPID Valid?" : true,
"CPID Link" : "http://boinc.netsoft-online.com/get_user.php?cpid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"Errors" : ""
},

Code:
{
"Project" : "seti@home",
"CPID" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"RAC" : 18614.00000000,
"Team" : "gridcoin",
"Verified RAC" : 16895.00000000,
"Verified Team" : "seti.germany",
"Is my CPID Valid?" : false,
"CPID Link" : "http://boinc.netsoft-online.com/get_user.php?cpid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"Errors" : "CPID invalid. Check E-mail address."
}
]

The first one seems valid, but the Seti@Home Project shows "check email address". However, the email address is the same on both projects and seems to work for the Einstein@Home Project.

In addition the Seti@Home Cpid shows "Verified Team" : "seti.germany", and "Team" : "gridcoin", at the same time. Why´s that?