Skip to content

Commit

Permalink
Clean up pool to solo guide
Browse files Browse the repository at this point in the history
Add split cpid instructions

Add notice about lack of rewards with pool account

Remove account manager info in line with solo guide

Expand split cpid warning
  • Loading branch information
nathanielcwm committed Jul 10, 2023
1 parent 416d131 commit dd7fc79
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 21 deletions.
6 changes: 3 additions & 3 deletions _includes/_header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ <h6 class="dropdown-header text-center">Tools</h6>
</a>
<div class="dropdown-menu" aria-labelledby="guide-dropdown">
<h6 class="dropdown-header text-center">Main Guides</h6>
<a class="dropdown-item" href="/guides/boinc-install.htm">Solo-Crunching</a>
<a class="dropdown-item" href="/guides/pool.htm">Pool-Crunching</a>
<a class="dropdown-item" href="/guides/pool-to-solo.htm">Move from pool- to solo-crunching</a>
<a class="dropdown-item" href="/guides/boinc-install.htm">Solo Crunching</a>
<a class="dropdown-item" href="/guides/pool.htm">Pool Crunching</a>
<a class="dropdown-item" href="/guides/pool-to-solo.htm">Pool to Solo migration process</a>
<a class="dropdown-item" href="/guides/noncruncher-gridcoin-setup.htm">Non-Cruncher</a>
<a class="dropdown-item" href="/guides/foldingathome.htm">Folding@Home</a>
<div class="dropdown-divider"></div>
Expand Down
67 changes: 49 additions & 18 deletions guides/pool-to-solo.htm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Gridcoin - Step 1: Disconnect BOINC client from pool"
description: "Step 1 of the 'From pool- to solo-crunching' guide; Instructing users how to remove the pool from the BOINC client."
description: "Step 1 of the 'Pool to Solo' guide; Instructing users how to remove the pool from the BOINC client."
redirect_from:
- "/Guides/pool-to-solo.htm"
- "/Guides/pool-to-solo.htm"
---
<section class="guide-menu-top grc-bgcolor">
<div class="container">
Expand All @@ -12,16 +12,16 @@ <h5>Step 1</h5>
<hr />
<a href="/guides/pool-to-solo.htm">
<button class="btn btn-success" id="Guide-Button">
Remove pool from BOINC
Remove pool from BOINC and set up of personal BOINC accounts
</button>
</a>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6">
<h5 >Step 2</h5>
<h5>Step 2</h5>
<hr />
<a href="/guides/earn-grc.htm">
<button class="btn btn-secondary" id="Guide-Button">
Setup Gridcoin for solo-crunching
Setup Gridcoin for solo crunching
</button>
</a>
</div>
Expand All @@ -30,28 +30,59 @@ <h5 >Step 2</h5>
</section>

<section class="grc-bgcolor">
<!--Start of GRC Feature section-->
<div class="container">

<!--First row of features-->
<!--Step 3 banner-->
<div class='row'>
<div class='col-12 text-center' >
<div class='col-12 col-sm-8 col-md-8'>
<h4 class="text-bold">
Remove the pool from BOINC
Removing the pool from BOINC
</h4>
</div>
<div class='col-12 col-sm-12 col-md-12 col-lg-12'>
<ol>
<li>Use the menu item in BOINC "stop using &lt;pool's name&gt;"</li>
<li>Switch to advanced view if you are not already using it (View → Advanced View...)</li>
<li>Remove all projects from the projects tab in BOINC<br>
You will not be able to receive rewards if you continue crunching for the pool's account</li>
</ol>
</div>
</div>
<!--/Step 3 banner-->
<!--Step 3 banner-->
<div class='row'>
<div class='col-12 col-sm-12 col-md-12 col-lg-12' >
<div class='col-12 col-sm-8 col-md-8'>
<h4 class="text-bold">Signing up for projects</h4>
<p>Note: If you are an existing BOINC user and use an account manager such as BAM, you can add projects via your account
manager so long as accounts at the projects all use the same e-mail address (BAM's default).</p>
</div>
<div class='col-12 col-sm-12 col-md-12 col-lg-12'>
<ol>
<li>Use the menu item in BOINC "stop using &lt;pool's name&gt;"</li>
<li>Remove all projects from BOINC</li>
<li>Move to the second step</li>
<li>Create personal accounts on all desired projects using <b>the same email</b></li>
<li>Attach desired projects to your BOINC client (Tools → Add project...)</li>
<li>Make sure that your CPIDs are consistent across your projects (it can be checked on the
project's site/your account manager/the Gridcoin Researcher Wizard)</li>
<li>If they are not consistent then you're suffering from a split CPID. Instructions to fix it can
be found below.</li>
<li>Proceed to Step 2 if your CPIDs are all the same.<br>
<b>DO NOT CONTINUE to advertising your beacon if you have a split CPID.<br>
You would likely need to readvertise your beacon which would waste your time.</b>
</li>
</ol>
</div>
</div>
<div class='row'>
<div class='col-12 col-sm-8 col-md-8'>
<h4 class="text-bold">
Resolving a split CPID
</h4>
</div>
<div class='col-12 col-sm-12 col-md-12 col-lg-12'>
<ol>
<li>Attach all desired projects to the same BOINC client, if they are not already
(Attach all projects - even if you plan to crunch it on a different host)
</li>
<li>Force an update of all your projects from the projects tab</li>
<li>Check your CPIDs on the projects' site</li>
<li>If they are still not consistent wait a few minutes before attempting to update them again</li>
</ol>
</div>
</div>
</div>
</section>
</section>

0 comments on commit dd7fc79

Please sign in to comment.