From f2c68ea702406ac4de9015942377c65cc427e518 Mon Sep 17 00:00:00 2001 From: nathanielcwm <22572406+nathanielcwm@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:09:28 +0800 Subject: [PATCH 1/4] Clean up pool to solo guide 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 --- _includes/_header.htm | 6 ++-- guides/pool-to-solo.htm | 67 ++++++++++++++++++++++++++++++----------- 2 files changed, 52 insertions(+), 21 deletions(-) diff --git a/_includes/_header.htm b/_includes/_header.htm index 3562fb12..3ea24393 100644 --- a/_includes/_header.htm +++ b/_includes/_header.htm @@ -68,9 +68,9 @@ From d36b92449588ddcd5def6833ceee211ef1f44e8e Mon Sep 17 00:00:00 2001 From: Nathaniel Chin <22572406+nathanielcwm@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:08:27 +0800 Subject: [PATCH 3/4] Emphasise that all projects must be attached to host with wallet --- guides/pool-to-solo.htm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/guides/pool-to-solo.htm b/guides/pool-to-solo.htm index 0f7e04e1..3423d07f 100644 --- a/guides/pool-to-solo.htm +++ b/guides/pool-to-solo.htm @@ -55,14 +55,16 @@

Signing up for projects

  1. Create personal accounts on all desired projects using the same email
  2. -
  3. Attach desired projects to your BOINC client (Tools → Add project... / Tools → Synchronize with <account manager>)
  4. +
  5. Attach all desired projects to your BOINC client on the same machine as your wallet (Tools → Add project... / Tools → Synchronize with <account manager>) +
    All projects that you plan to crunch need to be attached to the BOINC client on the machine with your wallet - even if you plan to crunch it on a different host
  6. 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)
  7. + project's site/your account manager/the Gridcoin "Researcher Configuration" wizard)
  8. If they are not consistent then you're suffering from a split CPID. Instructions to fix it can be found below.
  9. Proceed to Step 2 if your CPIDs are all the same.
    DO NOT CONTINUE to advertising your beacon if you have a split CPID.
    - You would likely need to readvertise your beacon which would waste your time.
    + You would likely need to readvertise your beacon which would waste your time.
    + Proceed to the "Resolving a split CPID" instead
@@ -75,18 +77,19 @@

    -
  1. Attach all desired projects to the same BOINC client, if they are not already +
  2. Attach all desired projects to the BOINC client of the machine that is running your wallet, if they are not already (Attach all projects - even if you plan to crunch it on a different host)
  3. Disconnect other BOINC clients from the internet except on the machine running the wallet
  4. -
  5. Go to your projects tab and enable "No new tasks" for each project
  6. -
  7. Go to your tasks tab and cancel all existing tasks (this is needed, otherwise BOINC may not actually “Update” when +
  8. Go to your Projects tab and enable "No new tasks" for each project
  9. +
  10. Go to your Tasks tab and cancel all existing tasks (this is needed, otherwise BOINC may not actually “Update” when requested in subsequent steps)
  11. -
  12. Back in the projects tab, for each project, select “Allow new tasks” and press “Update”, then press “No new tasks” when +
  13. Back in the Projects tab, for each project, select “Allow new tasks” and press “Update”, then press “No new tasks” when complete and abort any tasks it downloaded. The project update process will take about 10 seconds for each project. You can monitor this progress by going to Tools → Event Log...
  14. Check your CPIDs on the projects' site or in the Gridcoin "Researcher Configuration" wizard
  15. -
  16. If they are still not consistent wait a few minutes before attempting these steps again
  17. +
  18. If they are still not consistent wait a few minutes before attempting these steps again
    + If they are now consistent then you can continue to Step 2
From e8048c0e65da29e5324c3a266f10cc122691c82b Mon Sep 17 00:00:00 2001 From: Nathaniel Chin <22572406+nathanielcwm@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:14:38 +0800 Subject: [PATCH 4/4] Remove redundant line --- guides/pool-to-solo.htm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/pool-to-solo.htm b/guides/pool-to-solo.htm index 3423d07f..9e08ded6 100644 --- a/guides/pool-to-solo.htm +++ b/guides/pool-to-solo.htm @@ -64,7 +64,6 @@

Signing up for projects

  • Proceed to Step 2 if your CPIDs are all the same.
    DO NOT CONTINUE to advertising your beacon if you have a split CPID.
    You would likely need to readvertise your beacon which would waste your time.

    - Proceed to the "Resolving a split CPID" instead
  • @@ -89,7 +88,7 @@

    can monitor this progress by going to Tools → Event Log...
  • Check your CPIDs on the projects' site or in the Gridcoin "Researcher Configuration" wizard
  • If they are still not consistent wait a few minutes before attempting these steps again
    - If they are now consistent then you can continue to Step 2
  • + If they are now consistent then you can continue to Step 2 and re-enable tasks for your projects