Gridcoin Pool Instructions:
- Note: The pool is in alpha so I recommend pointing an extra instance of cgminer at it
until we have it debugged.
- The main difference between a traditional pool and the gridcoin pool is this pool requires the gridcoin-qt
client to authenticate to the pool (in order to send boinc information over SSL) before you can mine.
Gridcoin QT will do this on every re-start and once every 30 minutes, and also when you push the "re-authenticate"
button. You can also go to mining | pools and push that button (going to be used for a future purpose when more pools
exist).
- This pool does not require a block to be found before you start accruing payments.
- Once every 30 minutes we will repopulate the leaderboard to show progress of all miners.
- Once per day, the pool does a currency sweep; it sends all of the payments earned to the individual accounts.
Withdrawals are done by the user.
- You can see your progress by going to Account and refresh the page.
- Modify CGMiner with the following settings to connect to the pool:
{
"pools" : [
{
"url" : "
http://pool.gridcoin.us/Getwork.aspx?user=yourweb_miner_usernamehere&pass=your_miner_password",
"user":"thisdoesnotmatterbutneedstobehere", "pass":"lol"
}
],
"api-listen" : true,
"api-port" : "4001",
"api-allow" : "W:127.0.0.1",
"intensity" : "17",
...
- Add 3 lines to your gridcoin config:
pooluser=your_web_username **Note: This is the master web account in the pool, NOT the miner account name!
poolpassword=your_web_password
poolurl=http://pool.gridcoin.us
To test these settings, go into gridcoin to mining | Pools and click Authenticate, it should show success or fail.
Best of Luck Mining!
Rob H.