Skip to content

Commit

Permalink
Clean up pool to solo guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielcwm committed Jun 28, 2023
1 parent 416d131 commit 6037aa1
Show file tree
Hide file tree
Showing 2 changed files with 48 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
63 changes: 45 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,55 @@ <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>Remove all projects from the projects tab in BOINC</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 without an account manager
</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>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</li>
<li>Make sure that your CPIDs are consistent across your projects</li>
<li>If they are not consistent then you're suffering from a split CPID which can be fixed with the following steps:
<ul>
<li>Insert instructions here</li>
</ul>
</li>
<li>Proceed to Step 2 if your CPIDs are all the same.<br><b>DO NOT CONTINUE IF YOU HAVE A SPLIT CPID</b></li>
</ol>
</div>
</div>
<div class='row'>
<div class='col-12 col-sm-8 col-md-8'>
<h4 class="text-bold">
Using an account manager
</h4>
</div>
<div class='col-12 col-sm-12 col-md-12 col-lg-12'>
<ol>
<li>Create an account on a BOINC account manager e.g. BAM!</li>
<li>Attach your BOINC client to your account manager</li>
<li>Sign up for projects through the account manager</li>
<li>Attach the desired projects to your hosts</li>
<li>Make sure that your CPIDs are consistent across your projects</li>
</ol>
</div>
</div>
</div>
</section>
</section>

0 comments on commit 6037aa1

Please sign in to comment.